Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | go/parser: ignore subdirectories in ParseDir | Carlos Alexandro Becker | 2020-12-02 | 1 | -0/+8 |
* | all: update references to symbols moved from os to io/fs | Russ Cox | 2020-10-20 | 1 | -2/+2 |
* | go/parser: return partial result from ParseExpr in case of error | Robert Griesemer | 2019-09-18 | 1 | -1/+8 |
* | go/parser: fix ignored errors in ParseExprFrom | Ben Shi | 2019-09-15 | 1 | -0/+16 |
* | go/parser: handle last line comments | Hiroshi Ioka | 2017-06-12 | 1 | -0/+15 |
* | go/parser: parse incomplete selection "fmt." as a blank selection "fmt._" | Alan Donovan | 2015-05-20 | 1 | -0/+39 |
* | go/ast, go/parser: correct End() position for *ast.EmptyStmt | Robert Griesemer | 2015-02-24 | 1 | -0/+47 |
* | go/parser: Use test-specific filesets to avoid races. | Robert Griesemer | 2014-11-20 | 1 | -11/+9 |
* | build: move package sources from src/pkg to src | Russ Cox | 2014-09-08 | 1 | -0/+449 |