]> Cypherpunks.ru repositories - gostls13.git/history - src/cmd/go/internal/load/pkg.go
[dev.boringcrypto] all: merge master (2f0da6d) into dev.boringcrypto
[gostls13.git] / src / cmd / go / internal / load / pkg.go
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-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-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 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-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-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 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
2019-11-13 Jay Conrodcmd/go: fix error for empty packages referenced with...
2019-11-01 Than McIntosh[dev.link] all: merge branch 'master' into dev.link
2019-10-28 Daniel Martícmd: remove a few unused parameters
2019-10-11 Cherry Zhang[dev.link] all: merge branch 'master' into dev.link
2019-10-09 Jay Conrodcmd/go: eliminate redundancy in import error messages
2019-10-04 Cherry Zhang[dev.link] all: merge branch 'master' into dev.link
2019-10-04 Jordi Martincmd/go: set expected filename when building a local...
2019-10-04 Duco van Amstelcmd/go: fix listing of ambiguous paths
2019-09-19 Jay Conrodcmd/go: don't construct module version info if there...
2019-09-18 Than McIntoshcmd/go: use alternate debug_modinfo recipe for gccgo
2019-09-04 Katie Hockman[dev.boringcrypto] all: merge master into dev.boringcrypto
2019-09-03 Katie Hockman[dev.boringcrypto] all: merge master into dev.boringcrypto
2019-08-06 Jay Conrodcmd/go: improve error message for missing import starti...
2019-07-22 Bryan C. MillsRevert "cmd/go: move automatic testing.Init call into...
2019-07-18 Bryan C. Millscmd/go: in module mode, populate PackagePublic.Root...
2019-06-27 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2019-06-19 Jay Conrodcmd/go: install binaries in cmd/ in $GOROOT/bin instead...
2019-06-05 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2019-05-28 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2019-05-14 LE Manh Cuongcmd/go: fix import current directory error message
2019-05-10 Caleb Sparecmd/go: move automatic testing.Init call into generated...
2019-04-16 Gergely Brautigamcmd/go: report non-Go files as package error
next