summaryrefslogtreecommitdiff
path: root/src/go/parser/interface.go
Commit message (Expand)AuthorAgeFilesLines
* go/parser: remove validation of expression syntax, leave to type checkerRobert Griesemer2022-09-011-1/+1
* go/parser: limit recursion depthRoland Shoemaker2022-07-121-2/+8
* all: remove trailing blank doc comment linesRuss Cox2022-04-011-6/+0
* all: gofmt -w -r 'interface{} -> any' srcRuss Cox2021-12-131-3/+3
* go/parser: add a SkipObjectResolution mode to bypass object resolutionRob Findley2021-04-161-9/+14
* go/*,cmd/gofmt: guard AST changes with the typeparams build tagRob Findley2021-04-131-7/+0
* go/parser: switch to resolving objects as a post-processing passRob Findley2021-03-311-8/+0
* go/parser,go/types: hide API changes related to type parametersRob Findley2021-03-021-1/+7
* [dev.typeparams] merge: merge branch 'dev.regabi' into 'dev.typeparams'Robert Griesemer2020-12-141-17/+27
|\
| * all: update to use os.ReadDir where appropriateRuss Cox2020-12-091-16/+25
| * all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTempRuss Cox2020-12-091-1/+2
| * go/parser: ignore subdirectories in ParseDirCarlos Alexandro Becker2020-12-021-1/+1
* | [dev.typeparams] import go2go changes to parse type parametersRob Findley2020-11-241-0/+1
|/
* all: update references to symbols moved from io/ioutil to ioRuss Cox2020-10-201-1/+1
* all: update references to symbols moved from os to io/fsRuss Cox2020-10-201-3/+3
* cmd/doc: fix merging comments in -src modeIvan Trubach2020-03-051-7/+1
* go/parser: return partial result from ParseExpr in case of errorRobert Griesemer2019-09-181-8/+13
* go/parser: fix ignored errors in ParseExprFromBen Shi2019-09-151-1/+1
* go/parser: simplify code to read from an io.Reader (cleanup)Robert Griesemer2018-02-121-5/+1
* go/parser: fix reference in ParseExprFrom docsTakuya Ueda2016-12-211-1/+1
* go/parser: document that parse functions need valid token.FileSetRobert Griesemer2016-06-101-3/+13
* go/parser: add ParseExprFrom functionRobert Griesemer2015-06-121-5/+30
* go/parser: parse incomplete selection "fmt." as a blank selection "fmt._"Alan Donovan2015-05-201-1/+4
* build: move package sources from src/pkg to srcRuss Cox2014-09-081-0/+198