aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/compile/internal/syntax/syntax.go
AgeCommit message (Expand)Author
2020-10-13[dev.typeparams] cmd/compile/internal/syntax: implement parsing of type param...Robert Griesemer
2020-04-21cmd/compile: detect and diagnose invalid //go: directive placementRuss Cox
2018-02-26cmd/compile/internal/syntax: remove dependency on cmd/internal/srcRobert Griesemer
2018-02-15cmd/compile/internal/syntax: fix syntax.Parse doc string, improved testsRobert Griesemer
2018-02-12cmd/compile/internal/syntax: remove ParseBytes from API - not neededRobert Griesemer
2017-09-15cmd/compile: replace GOROOT in //line directivesDavid Crawshaw
2017-04-19cmd/compile: check labels and branches during parse timeRobert Griesemer
2017-03-25cmd/compile/internal/syntax: always construct a correct syntax treeRobert Griesemer
2017-03-24cmd/compile: be slightly more tolerant in case of certain syntax errorsRobert Griesemer
2017-01-09[dev.inline] cmd/internal/src: replace src.Pos with syntax.PosRobert Griesemer
2016-12-09[dev.inline] cmd/compile/internal/syntax: use syntax.Pos for all external pos...Robert Griesemer
2016-12-09[dev.inline] cmd/compile/internal/syntax: process //line pragmas in scannerRobert Griesemer
2016-12-09[dev.inline] cmd/compile/internal/syntax: introduce general position info for...Robert Griesemer
2016-11-09cmd/compile/internal/syntax: fix error handling for Read/Parse callsRobert Griesemer
2016-11-01cmd/compile/internal/syntax: don't panic if no error handler is providedRobert Griesemer
2016-10-15cmd/compile: add go:notinheap type pragmaAustin Clements
2016-08-31cmd/compile: handle pragmas immediately with -newparser=1Matthew Dempsky
2016-08-18cmd/compile/internal/syntax: fast Go syntax trees, initial commit.Robert Griesemer