]> Cypherpunks.ru repositories - gostls13.git/history - src/cmd/go/internal/load/pkg.go
[dev.boringcrypto] all: merge commit 9d0819b27c (CL 314609) into dev.boringcrypto
[gostls13.git] / src / cmd / go / internal / load / pkg.go
2021-05-13 Filippo Valsorda[dev.boringcrypto] all: merge commit 9d0819b27c (CL...
2021-05-05 Philipp Sautercmd/go: don't crash when running "go version" in delete...
2021-04-28 unbytecmd/go: populate module info even if an error occurs...
2021-04-27 Bryan C. Millscmd/go/internal/load: treat packages with errors as...
2021-04-27 Bryan C. Millscmd/go/internal/modload: clean up error reporting
2021-04-16 Jay Conrodcmd/go: fix mod_install_pkg_version
2021-04-16 Jay Conrodcmd/go: move 'go install cmd@version' code into interna...
2021-04-16 Jay Conrodcmd/go/internal/load: convert two global flags to an...
2021-04-12 Hajime Hoshicmd/go/internal/work: remove '_test' from import paths...
2021-03-25 Bryan C. Millscmd/go/internal/load: use setLoadPackageDataError in...
2021-03-25 Bryan C. Millscmd/go: attribute direct imports from indirect dependen...
2021-03-25 Bryan C. Millscmd/go/internal/modload: replace the global buildList...
2021-03-12 Roland Shoemakercmd/go/internal/load: always set IsImportCycle when...
2021-02-24 Filippo Valsorda[dev.boringcrypto] all: merge master (5b76343) into...
2021-02-18 Rob Findley[dev.typeparams] merge master (2f0da6d) into dev.typeparams
2021-02-17 Russ Cox[dev.boringcrypto] all: merge master (2f0da6d) into...
2021-02-12 Cherry Zhang[dev.regabi] all: merge master (ff0e93e) into dev.regabi
2021-02-11 Russ Coxcmd/go: reject embedded files that can't be packed...
2021-01-23 Gerrit Code ReviewMerge "[dev.typeparams] all: merge dev.regabi (7e0a81d...
2021-01-23 Matthew Dempsky[dev.typeparams] all: merge dev.regabi (7e0a81d) into...
2021-01-22 Matthew Dempsky[dev.regabi] all: merge master (dab3e5a) into dev.regabi
2021-01-22 Michael Matloobcmd/go: add documentation for test and xtest fields...
2021-01-20 Michael Matloobcmd/go: set Incomplete field on go list output if no...
2021-01-20 Michael Matloobcmd/go: have go mod vendor copy embedded files in subdirs
2021-01-14 Jay Conrodcmd/go/internal/load: report positions for embed errors
2021-01-14 Jay Conrodcmd/go/internal/load: refactor setErrorPos to PackageEr...
2021-01-08 Jay Conrodcmd/go: make hints in error messages more consistent
2020-12-22 Robert Griesemer[dev.typeparams] all: merge dev.regabi into dev.typeparams
2020-12-21 Gerrit Code ReviewMerge "[dev.regabi] all: merge master into dev.regabi...
2020-12-21 Matthew Dempsky[dev.regabi] all: merge master into dev.regabi
2020-12-14 Robert Griesemer[dev.typeparams] merge: merge branch 'dev.regabi' into...
2020-12-14 Alexander RakoczyMerge branch 'master' into dev.regabi
2020-12-14 Jay Conrodcmd/go: refactor error reporting in internal/load
2020-12-09 Russ Coxall: update to use os.ReadDir where appropriate
2020-12-09 Russ Coxall: update to use os.ReadFile, os.WriteFile, os.Create...
2020-12-04 Russ Coxcmd/go, embed: exclude .* and _* from embedded director...
2020-12-02 Dmitri Shuralyov[dev.boringcrypto] all: merge master into dev.boringcrypto
2020-12-01 Dmitri Shuralyov[dev.boringcrypto] all: merge master into dev.boringcrypto
2020-11-18 Roland Shoemaker[dev.boringcrypto] all: merge master into dev.boringcrypto
2020-11-18 Katie Hockman[dev.boringcrypto] crypto/hmac: merge up to 2a206c7...
2020-11-17 Dmitri Shuralyov[dev.boringcrypto] all: merge master into dev.boringcrypto
2020-11-03 Rob Findley[dev.typeparams] merge master into dev.typeparams
2020-10-29 Russ Coxcmd/go: add //go:embed support
2020-10-28 Cherry Zhangcmd/link: enable internal linking by default on darwin...
2020-10-27 Daniel Martídoc/go1.16: document BuildID in 'go list -export'
2020-10-26 Austin Clementscmd/go,cmd/compile,sync: remove special import case...
2020-10-23 Jay Conrodcmd/go: don't fetch files missing sums in readonly...
2020-10-23 Rob Findley[dev.typeparams] merge master into dev.typeparams
2020-10-22 Elias Naurall: add GOOS=ios GOARCH=amd64 target for the ios simulator
2020-10-22 Xiangdong Jicmd/go: use the last -linkmode flag to determine extern...
2020-10-21 Paul E. Murphycmd/compiler,cmd/go,sync: add internal {LoadAcq,StoreRe...
2020-10-20 Michael Matloobcmd/go: support overlays for synthesized packages.
2020-10-20 Daniel Martícmd/go: add BuildID to list -json -export
2020-10-20 Russ Coxall: update references to symbols moved from os to...
2020-10-14 Cherry Zhangcmd/link: support internal linking on darwin/arm64
2020-10-12 Cherry Zhangcmd/go: don't always link in cgo for PIE
2020-10-12 Rob Findley[dev.typeparams] merge master into dev.typeparams
2020-10-12 Russ Coxcmd/go: add IgnoredOtherFiles to go list; pass IgnoredF...
2020-10-12 Russ Coxcmd/go: remove Package.constraintIgnoredGoFiles
2020-09-30 Jeremy Faller[dev.link] Merge branch 'master' into dev.link
2020-09-23 Cherry Zhangall: add GOOS=ios
2020-09-22 Bryan C. Millscmd/go: add a '-e' flag to 'mod tidy' and 'mod vendor'
2020-09-22 Bryan C. Millscmd/go/internal/modget: consolidate Load entrypoints
2020-09-18 Jay Conrodcmd/go: fix review comments in load, modload
2020-09-17 Jay Conrodcmd/go: flip relationship between load and modload
2020-08-21 Cherry Zhang[dev.link] all: merge branch 'master' into dev.link
2020-08-20 Michael Matloobcmd/go: do context propagation for tracing downloads
2020-08-18 Dmitri Shuralyovcmd/go: revert 3 CLs affecting par.Work, context propag...
2020-08-17 Michael Matloobcmd/go: do context propagation for tracing downloads
2020-08-12 Cherry Zhangcmd: merge branch 'dev.link' into master
2020-08-12 Michael Matloobcmd/go: propagate context into PackagesForBuild and...
2020-08-07 Cherry Zhang[dev.link] all: merge branch 'master' into dev.link
2020-08-05 Michael Matloobcmd/go: fix error stacks when there are scanner errors
2020-07-10 Dmitri Shuralyov[dev.boringcrypto] all: merge master into dev.boringcrypto
2020-07-09 Dmitri Shuralyov[dev.boringcrypto] all: merge master into dev.boringcrypto
2020-05-08 Cherry Zhang[dev.link] all: merge branch 'master' into dev.link
2020-05-08 Dmitri Shuralyov[dev.boringcrypto] all: merge master into dev.boringcrypto
2020-05-07 Dmitri Shuralyov[dev.boringcrypto] all: merge master into dev.boringcrypto
2020-05-06 Michael Matloobcmd/go: add positions for load errors in call to load
2020-04-23 Cherry Zhang[dev.link] all: merge branch 'master' into dev.link
2020-04-21 Jay Conrodcmd/go/internal/load: load imports for all package...
2020-04-10 Cherry Zhang[dev.link] all: merge branch 'master' into dev.link
2020-04-08 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2020-04-08 Austin Clementsall: remove scattered remnants of darwin/arm
2020-04-06 Jay Conrodcmd/go: report scan error position in 'go list -e'
2020-04-02 Cherry Zhang[dev.link] all: merge branch 'master' into dev.link
2020-03-27 Michael Matloobcmd/go: avoid needing to manipulate ImportStack when...
2020-02-28 Cherry Zhang[dev.link] all: merge branch 'master' into dev.link
2020-02-28 Bryan C. Millscmd/go: rationalize errors in internal/load and interna...
2020-02-28 Bryan C. Millscmd/go/internal/search: consolidate package-pattern...
2020-02-28 Bryan C. Millscmd/go/internal/search: record errors in the Match...
2020-02-26 Elias Naurcmd/link: default to internal linking for android/arm64
2020-01-31 Cherry Zhang[dev.link] all: merge branch 'master' into dev.link
2019-12-05 Jay Conrodcmd/go: include imports in 'go list -e' output even...
2019-12-03 Cherry Zhang[dev.link] all: merge branch 'master' into dev.link
2019-11-22 Bryan C. Millscmd/go: do not panic when computing Shlib for a package...
2019-11-20 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2019-11-20 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2019-11-19 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2019-11-15 Cherry Zhang[dev.link] all: merge branch 'master' into dev.link
next