aboutsummaryrefslogtreecommitdiff
path: root/src/go/internal
AgeCommit message (Expand)Author
2021-06-05go/internal/gcimporter: don't waste CPU copying bytes in `io.ReadAll`Sergey Zagursky
2021-05-05go/parser: don't parse a nil IndexExpr.IndexRob Findley
2021-04-27go: various minor cleanups with the help of Golandkumakichi
2021-04-27go/types: don't panic when checking a ListExpr in exprInternalRob Findley
2021-04-14go/internal/gccgoimporter: replace os.MkdirTemp with T.TempDirManlio Perillo
2021-04-13go/*,cmd/gofmt: guard AST changes with the typeparams build tagRob Findley
2021-02-21go/internal/gccgoimporter: fix up gccgo installation testThan McIntosh
2021-02-19[dev.typeparams] go/types, types2: revert fancy struct printing (fixes x/tool...Robert Griesemer
2021-02-17[dev.typeparams] merge master (2f0da6d) into dev.typeparamsRob Findley
2021-02-09[dev.regabi] go/types: adjust importer to match compiler importerRob Findley
2021-01-22[dev.typeparams] all: merge dev.regabi (7e0a81d) into dev.typeparamsMatthew Dempsky
2021-01-21all: introduce and use internal/execabsRoland Shoemaker
2020-12-14[dev.typeparams] merge: merge branch 'dev.regabi' into 'dev.typeparams'Robert Griesemer
2020-12-09all: update to use os.ReadDir where appropriateRuss Cox
2020-12-09all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTempRuss Cox
2020-12-08[dev.typeparams] go/types: import the Type API from dev.go2goRob Findley
2020-10-27go/internal/gccgoimporter: support notinheap annotationIan Lance Taylor
2020-10-20all: update references to symbols moved from io/ioutil to ioRuss Cox
2020-10-16cmd/compile: remove deltaNewFileCuong Manh Le
2020-09-19go/internal/gccgoimporter: recognize aixbigafMagic archivesClément Chigot
2020-06-10go/types: rename UsesCgo to go115UsesCgoMatthew Dempsky
2020-05-21all: use a hermetic "go" tool in standard-library testsBryan C. Mills
2020-05-01go/types: add UsesCgo config to support _cgo_gotypes.goMatthew Dempsky
2020-04-27Revert "go/types: add UsesCgo config to support _cgo_gotypes.go"Andrew Bonventre
2020-04-23go/types: add UsesCgo config to support _cgo_gotypes.goMatthew Dempsky
2020-04-08all: remove scattered remnants of darwin/armAustin Clements
2020-03-29test, test/fixedbugs, crypto/x509, go/internal/gccgoimporter: fix typosalex-semenyuk
2020-02-20go/internal/gcimporter: rename file to better reflect new meaningRobert Griesemer
2020-02-19go/importer: remove support for defunct binary export formatRobert Griesemer
2019-10-09all: remove the nacl port (part 1)Brad Fitzpatrick
2019-09-27cmd/compile: add column details to export dataMatthew Dempsky
2019-09-10go/internal/gccgoimporter: remove guard on some assertionsThan McIntosh
2019-09-10go/internal/gccgoimporter: support embedded field in pointer loopIan Lance Taylor
2019-06-07go/internal/gccgoimporter: update for gofrontend export data changesIan Lance Taylor
2019-05-22all: shorten some testsRuss Cox
2019-05-01go/internal/gccgoimporter: skip new test with aliases with old gccgoThan McIntosh
2019-04-24go/internal/gccgoimporter: revise previous anonymous field fix.Than McIntosh
2019-04-19go/internal/gccgoimporter: improve alias handling for anonymous fieldsThan McIntosh
2019-04-16all: clean up code with token.IsExportedDaniel Martí
2019-03-11all: move internal/x to vendor/golang.org/x and revendor using 'go mod vendor'Bryan C. Mills
2019-03-08internal/testenv: remove SetModVendorBryan C. Mills
2019-03-06go/internal/gccgoimporter: test case for issue 30628Than McIntosh
2019-03-05all: add -mod=vendor to GOFLAGS in tests that execute 'go' commands within st...Bryan C. Mills
2019-03-01go/internal/gccgoimporter: remove temporary directories in testIan Lance Taylor
2019-03-01go/internal/srcimporter: set -mod=vendor before running testsBryan C. Mills
2019-02-19src, misc: apply gofmtRobert Griesemer
2018-12-13go/internal/gccgoimporter: test fix for older gccgo versionsThan McIntosh
2018-12-12go/internal/gccgoimporter: permit fixups for V2 export dataThan McIntosh
2018-12-11go/internal/gccgoimporter: add XCOFF supportClément Chigot
2018-12-04go/importer: add ForCompiler, which accepts a token.FileSetAlan Donovan