aboutsummaryrefslogtreecommitdiff
path: root/src/go/parser
AgeCommit message (Expand)Author
2024-01-31go/token: correct out-of-bounds token offsets and positionsRobert Griesemer
2023-12-08go/parser: fix panic in object resolution for invalid type parameter listRobert Griesemer
2023-11-27all: fix field namescui fliter
2023-11-02go/parser: better error messages for incorrect type parameter listRobert Griesemer
2023-10-19go: add available godoc linkcui fliter
2023-08-07go/ast: deprecate ObjectAlan Donovan
2023-07-20go/ast: add Unparen(Expr) helperAlan Donovan
2023-06-14all: fix spelling errorsAlexander Yastrebov
2023-04-13go/parser: report //go:build-derived Go version in ast.File.GoVersionRuss Cox
2023-04-04go/scanner: reject large line and column numbers in //line directivesDamien Neil
2023-04-04all: fix misuses of "a" vs "an"cui fliter
2022-11-17go/parser: allow trailing commas in embedded instantiated typescia-rana
2022-11-02go/parser: add missing parenthesis in a commentishwargowda
2022-10-11go/parser: simplify code (cleanup)Park Zhou
2022-09-28go/ast: record start and end of file in File.File{Start,End}Alan Donovan
2022-09-27go/scanner: emit implicit semicolon tokens in correct orderAlan Donovan
2022-09-07go/parser: use strings.Buildercui fliter
2022-09-05go/ast: add Range token.Pos to RangeStmtcuiweixie
2022-09-02go/parser: match syntax parser error for unnamed type parametersRobert Griesemer
2022-09-02go/parser: more tolerant parsing of import declarationsRobert Griesemer
2022-09-02go/parser: parse import specs the same way as the syntax parserRobert Griesemer
2022-09-01go/parser: leave checking of LHS in short var decls to type checkerRobert Griesemer
2022-09-01go/parser: check that go/defer expressions are not parenthesizedRobert Griesemer
2022-09-01go/parser: remove validation of expression syntax, leave to type checkerRobert Griesemer
2022-08-25go/parser: match go/defer error message of syntax packageRobert Griesemer
2022-08-19go/types: match types2 errors for missing index expressionsRobert Griesemer
2022-08-19go/parser: match const/var decl parsing of syntax packageRobert Griesemer
2022-08-19go/parser: fix spelling in error messageRobert Griesemer
2022-08-19go/parser: remove (internal) ability to disable generic codeRobert Griesemer
2022-08-19go/parser: remove import path string syntax checkingRobert Griesemer
2022-08-19go/parser: disallow parenthesizing embedded types in structsRobert Griesemer
2022-07-14go/parser: skip TestParseDepthLimit for short testsRoland Shoemaker
2022-07-12go/parser: limit recursion depthRoland Shoemaker
2022-06-16go/parser: remove unused method checkBinaryExprRobert Griesemer
2022-05-04go/parser: accept all valid type parameter listsRobert Griesemer
2022-05-04go/parser: parser to accept ~x as unary expressionRobert Griesemer
2022-04-11all: gofmt main repoRuss Cox
2022-04-01all: remove trailing blank doc comment linesRuss Cox
2022-04-01all: fix TODO comment hanging indentsRuss Cox
2022-02-15go/parser, go/printer: fix parsing of ambiguous type parameter listsRobert Findley
2022-02-07go/parser: fix incorrect resolution of receiver type parametersRobert Findley
2022-02-04go/parser, go/types: don't parse type parameters on methodsRobert Findley
2021-12-13all: gofmt -w -r 'interface{} -> any' srcRuss Cox
2021-11-10go/parser: allow parsing aliases with type parametersRobert Findley
2021-10-31go/parser: simplify parsing of array or slice constraint typesRobert Findley
2021-10-28go/types, types2, go/ast, go/parser: remove support for type listsRobert Findley
2021-10-28go/parser: fix parsing of array or slice constraint typesRobert Findley
2021-10-11go/parser: allow eliding interface in constraint literalsRobert Findley
2021-10-11go/parser: clean up unnecessary arguments and replace an if statementRobert Findley
2021-09-08go/ast: rename MultiIndexExpr to IndexListExprRobert Findley