aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/internal/obj/line_test.go
AgeCommit message (Expand)Author
2018-02-26cmd/compile: track line directives w/ column informationRobert Griesemer
2017-11-13cmd/compile: record original and absolute file names for line directivesgriesemer
2017-04-20cmd/internal/obj: eliminate LSym.VersionJosh Bleecher Snyder
2017-04-20cmd/internal/obj: split Link.hash into version 0 and 1Josh Bleecher Snyder
2017-04-18cmd/internal/obj: unexport Link.HashJosh Bleecher Snyder
2017-04-03cmd/internal/obj: use string instead of LSym in PclnJosh Bleecher Snyder
2017-03-04cmd/internal/src: cache prefixed filenamesJosh Bleecher Snyder
2017-03-03cmd/internal/obj: avoid duplicate file name symbolsDavid Lazar
2017-01-09[dev.inline] cmd/internal/src: introduce compact source position representationRobert Griesemer
2017-01-09[dev.inline] cmd/internal/src: replace src.Pos with syntax.PosRobert Griesemer
2016-03-21cmd/internal/obj: change linkgetline from C to Go func styleJosh Bleecher Snyder
2016-03-01all: make copyright headers consistent with one space after periodBrad Fitzpatrick
2015-05-15cmd/internal/obj: update callers to Linkline{fmt,hist} and removeMatthew Dempsky
2015-03-17cmd/internal/obj: reimplement line historyRuss Cox
2015-03-16cmd/internal/obj: add basic test of line historyRuss Cox