aboutsummaryrefslogtreecommitdiff
path: root/src/go/parser/parser_test.go
AgeCommit message (Expand)Author
2022-07-12[release-branch.go1.17] go/parser: limit recursion depthRoland Shoemaker
2020-12-02go/parser: ignore subdirectories in ParseDirCarlos Alexandro Becker
2020-10-20all: update references to symbols moved from os to io/fsRuss Cox
2019-09-18go/parser: return partial result from ParseExpr in case of errorRobert Griesemer
2019-09-15go/parser: fix ignored errors in ParseExprFromBen Shi
2017-06-12go/parser: handle last line commentsHiroshi Ioka
2015-05-20go/parser: parse incomplete selection "fmt." as a blank selection "fmt._"Alan Donovan
2015-02-24go/ast, go/parser: correct End() position for *ast.EmptyStmtRobert Griesemer
2014-11-20go/parser: Use test-specific filesets to avoid races.Robert Griesemer
2014-09-08build: move package sources from src/pkg to srcRuss Cox