summaryrefslogtreecommitdiff
path: root/src/cmd/compile/internal/syntax/nodes_test.go
Commit message (Expand)AuthorAgeFilesLines
* cmd/compile/internal/syntax: remove dependency on cmd/internal/srcRobert Griesemer2018-02-261-1/+1
* cmd/compile/internal/syntax: remove ParseBytes from API - not neededRobert Griesemer2018-02-121-2/+2
* all: revert "all: prefer strings.IndexByte over strings.Index"Marvin Stenger2017-10-051-1/+1
* all: prefer strings.IndexByte over strings.IndexMarvin Stenger2017-09-251-1/+1
* cmd/compile: replace GOROOT in //line directivesDavid Crawshaw2017-09-151-1/+1
* all: fix minor misspellingsEric Lagergren2017-04-031-1/+1
* cmd/compile/internal/syntax: replace inlined statement lists with syntax.Bloc...Robert Griesemer2017-03-221-5/+5
* cmd/compile/internal/syntax: add position info for { and } bracesRobert Griesemer2017-03-221-31/+39
* cmd/compile/internal/syntax: start line offset (column) numbers at 1Robert Griesemer2017-03-091-2/+2
* cmd/compile/internal/syntax: establish principled position informationRobert Griesemer2017-02-151-0/+321