aboutsummaryrefslogtreecommitdiff
path: root/go/ast
AgeCommit message (Expand)Author
2021-10-01go/ast/astutil: update PathEnclosingInterval to handle type parametersRobert Findley
2021-10-01internal/typeparams: use alias rather than indirection for IndexListExprRobert Findley
2021-10-01go/ast/inspector: add support for the new IndexListExpr nodeRobert Findley
2021-08-03internal/typeparams: update x/tools for recent typeparams changesRob Findley
2021-06-09go/ast/astutil: fix panic when rewriting multi-argument type instancesRob Findley
2021-01-06all: add copyright notices to files that are missing themRebecca Stambler
2020-04-10go/ast/inspector: impose maximum capacityJoe Tsai
2020-01-22go/ast/inspector: fix misnomer in callback signatureMuir Manders
2020-01-17go/ast/astutil: fix DeleteImport SEGV when Rparen is invaliditchyny
2019-01-10go/ast/inspector: fix a small typoAgniva De Sarker
2018-11-07go/ast/astutil: allow AddNamedImport to add imports with different namesDmitri Shuralyov
2018-09-28go/ast/inspector: faster (amortized) AST traversalsAlan Donovan
2018-07-10imports: fix lost line between package and import statementLE Manh Cuong
2017-11-16go/ast/astutil: add Apply, for rewriting Go ASTsRobert Griesemer
2017-08-15go/ast/astutil: new third-party imports shouldn't go in the std grouphaya14busa
2017-05-29go/ast/astutil: do not merge if import path is last lineFatih Arslan
2017-02-13imports, go/ast/astutil: do not make grouped imports non-grouped when removinghaya14busa
2016-11-04tools: remove go1.8-tagged filesAlan Donovan
2016-11-04go/ast/astutil: revert support for Go 1.8 type aliasesAlan Donovan
2016-11-03go/ast/astutil: support Go 1.8 type aliasesAlan Donovan
2016-11-02x/tools: clone some files in preparation for alias changesAlan Donovan
2016-10-18go/ast/astutil: do not remove imports in AddNamedImportRhys Hiltner
2016-10-12go/ast/astutil: handle documentation of imports in DeleteNamedImport.David R. Jenni
2016-09-24go/ast/astutil: fix loop logic in AddNamedImportRhys Hiltner
2016-08-16go/ast/astutil: add tests for UsesImport.David R. Jenni
2016-06-30go/ast/astutil: describe fewer CallExprs as "conversions"Alan Donovan
2016-03-27go/ast/astutil: add merging pass to AddImport and AddNamedImport.David R. Jenni
2016-02-26go/ast/astutil: add function DeleteNamedImport.David R. Jenni
2016-02-23go/ast/astutil: keep comment position for existing imports.David R. Jenni
2016-02-15cmd/guru: don't panic on *ast.Bad{Decl,Stmt,Expr}Alan Donovan
2015-05-19go/ast/astutil: set Pos for import nameJosh Bleecher Snyder
2015-03-30go/ast/astutil: match prefix segments when adding importsJosh Bleecher Snyder
2015-01-13astutil: move to go/ast/astutilPeter Collingbourne