summaryrefslogtreecommitdiff
path: root/src/go/parser/parser_test.go
Commit message (Expand)AuthorAgeFilesLines
* go/parser: ignore subdirectories in ParseDirCarlos Alexandro Becker2020-12-021-0/+8
* all: update references to symbols moved from os to io/fsRuss Cox2020-10-201-2/+2
* go/parser: return partial result from ParseExpr in case of errorRobert Griesemer2019-09-181-1/+8
* go/parser: fix ignored errors in ParseExprFromBen Shi2019-09-151-0/+16
* go/parser: handle last line commentsHiroshi Ioka2017-06-121-0/+15
* go/parser: parse incomplete selection "fmt." as a blank selection "fmt._"Alan Donovan2015-05-201-0/+39
* go/ast, go/parser: correct End() position for *ast.EmptyStmtRobert Griesemer2015-02-241-0/+47
* go/parser: Use test-specific filesets to avoid races.Robert Griesemer2014-11-201-11/+9
* build: move package sources from src/pkg to srcRuss Cox2014-09-081-0/+449