aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/compile/internal/syntax/nodes_test.go
AgeCommit message (Expand)Author
2018-02-26cmd/compile/internal/syntax: remove dependency on cmd/internal/srcRobert Griesemer
2018-02-12cmd/compile/internal/syntax: remove ParseBytes from API - not neededRobert Griesemer
2017-10-05all: revert "all: prefer strings.IndexByte over strings.Index"Marvin Stenger
2017-09-25all: prefer strings.IndexByte over strings.IndexMarvin Stenger
2017-09-15cmd/compile: replace GOROOT in //line directivesDavid Crawshaw
2017-04-03all: fix minor misspellingsEric Lagergren
2017-03-22cmd/compile/internal/syntax: replace inlined statement lists with syntax.Bloc...Robert Griesemer
2017-03-22cmd/compile/internal/syntax: add position info for { and } bracesRobert Griesemer
2017-03-09cmd/compile/internal/syntax: start line offset (column) numbers at 1Robert Griesemer
2017-02-15cmd/compile/internal/syntax: establish principled position informationRobert Griesemer