aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/go/internal/load/pkg.go
AgeCommit message (Expand)Author
2021-08-09[dev.boringcrypto.go1.15] all: merge go1.15.15 into dev.boringcrypto.go1.15dev.boringcrypto.go1.15Filippo Valsorda
2021-08-02[release-branch.go1.15] cmd/go/internal/load: always set IsImportCycle when i...Roland Shoemaker
2020-08-17[dev.boringcrypto.go1.15] all: merge go1.15 into dev.boringcrypto.go1.15Filippo Valsorda
2020-08-05cmd/go: fix error stacks when there are scanner errorsMichael Matloob
2020-07-09[dev.boringcrypto] all: merge master into dev.boringcryptoDmitri Shuralyov
2020-05-07[dev.boringcrypto] all: merge master into dev.boringcryptoDmitri Shuralyov
2020-05-06cmd/go: add positions for load errors in call to loadMichael Matloob
2020-04-21cmd/go/internal/load: load imports for all package data errorsJay Conrod
2020-04-08[dev.boringcrypto] all: merge master into dev.boringcryptoFilippo Valsorda
2020-04-08all: remove scattered remnants of darwin/armAustin Clements
2020-04-06cmd/go: report scan error position in 'go list -e'tlsJay Conrod
2020-03-27cmd/go: avoid needing to manipulate ImportStack when constructing errorMichael Matloob
2020-02-28cmd/go: rationalize errors in internal/load and internal/modloadBryan C. Mills
2020-02-28cmd/go/internal/search: consolidate package-pattern predicates into Match met...Bryan C. Mills
2020-02-28cmd/go/internal/search: record errors in the Match structBryan C. Mills
2020-02-26cmd/link: default to internal linking for android/arm64Elias Naur
2019-12-05cmd/go: include imports in 'go list -e' output even after parse errorsJay Conrod
2019-11-22cmd/go: do not panic when computing Shlib for a package with no TargetBryan C. Mills
2019-11-19[dev.boringcrypto] all: merge master into dev.boringcryptoFilippo Valsorda
2019-11-13cmd/go: fix error for empty packages referenced with relative pathsJay Conrod
2019-10-28cmd: remove a few unused parametersDaniel Martí
2019-10-09cmd/go: eliminate redundancy in import error messagesJay Conrod
2019-10-04cmd/go: set expected filename when building a local package with -o is pointi...Jordi Martin
2019-10-04cmd/go: fix listing of ambiguous pathsDuco van Amstel
2019-09-19cmd/go: don't construct module version info if there are import errorsJay Conrod
2019-09-18cmd/go: use alternate debug_modinfo recipe for gccgoThan McIntosh
2019-09-03[dev.boringcrypto] all: merge master into dev.boringcryptoKatie Hockman
2019-08-06cmd/go: improve error message for missing import starting with cmd/Jay Conrod
2019-07-22Revert "cmd/go: move automatic testing.Init call into generated test code"Bryan C. Mills
2019-07-18cmd/go: in module mode, populate PackagePublic.Root with the module rootBryan C. Mills
2019-06-19cmd/go: install binaries in cmd/ in $GOROOT/bin instead of $GOBINJay Conrod
2019-05-28[dev.boringcrypto] all: merge master into dev.boringcryptoFilippo Valsorda
2019-05-14cmd/go: fix import current directory error messageLE Manh Cuong
2019-05-10cmd/go: move automatic testing.Init call into generated test codeCaleb Spare
2019-04-16cmd/go: report non-Go files as package errorGergely Brautigam
2019-04-05cmd/go: parallelize package loadingJay Conrod
2019-04-01cmd/go: refactor load.LoadPackage into other functionsJay Conrod
2019-03-27sort, internal/reflectlite: flesh out reflectlite enough for use by sortBrad Fitzpatrick
2019-03-26cmd/go/internal/load: always use DefaultExecName to determine binary nameDmitri Shuralyov
2019-03-22cmd/go: fix the default build output name for versioned binariesDmitri Shuralyov
2019-03-22Revert "cmd/go: fix the default build output name for versioned binaries"Dmitri Shuralyov
2019-03-13cmd/go: fix the default build output name for versioned binariesHana Kim
2019-03-11cmd/go: resolve non-standard imports from within GOROOT/src using vendor dire...Bryan C. Mills
2019-03-08cmd/go: make go list error behavior consistent in testsJay Conrod
2019-02-08[dev.boringcrypto] all: merge master into dev.boringcryptoFilippo Valsorda
2018-12-11cmd/go: fix 'go test' and 'go fmt' with files outside a moduleBryan C. Mills
2018-11-29cmd/go/internal/load: remove redundant assignment to BinDirBryan C. Mills
2018-11-29cmd/go: enable module mode without a main module when GO111MODULE=onBryan C. Mills
2018-11-29vendor/golang_org/x: move to internal/xBryan C. Mills
2018-11-18cmd/go: packages that use SWIG depend on "unsafe"Ian Lance Taylor