]> Cypherpunks.ru repositories - gostls13.git/history - src/cmd/go/internal/load/pkg.go
cmd/go, go/build: parse directives in file headers
[gostls13.git] / src / cmd / go / internal / load / pkg.go
2023-02-23 Russ Coxcmd/go, go/build: parse directives in file headers
2023-02-03 Roger Peppecmd/go/internal/par: use generic Cache
2023-01-31 Bryan C. Millscmd/go: use Join functions instead of adding path separ...
2023-01-24 cui fliterall: fix some comments
2022-11-16 Cherry Muicmd/go: add PGO auto mode
2022-11-10 Bryan C. Millscmd/go/internal/load: remove a special case for "unsafe"
2022-11-08 Cherry Muicmd/go: add -pgo build flag
2022-11-01 Than McIntoshcmd/go: revamp and simplify logic in PrepareForCoverage...
2022-10-28 Michael Matloobcmd/go: don't install most GOROOT .a files in pkg
2022-10-04 Than McIntoshcmd/internal/sys: migrate support.go functions to new...
2022-09-28 Than McIntoshcmd/go: support new hybrid coverage instrumentation
2022-09-27 Than McIntoshcmd: relocate search.MatchPattern to cmd/internal/pkgpa...
2022-09-27 cui flitercmd/go/internal: use strings.CutSuffix
2022-09-22 Bryan C. Millscmd/go: omit VCS stamping during bootstrap
2022-09-19 Michael Matloobcmd/go: clear GOPATH from build context when importing...
2022-09-09 cuiweixiecmd/go: record the -buildmode flag in debug.BuildInfo
2022-08-18 Bryan C. Millscmd/go: run tests when cmd/go is cross-compiled
2022-08-17 Bryan C. Millscmd/go: propagate match errors in 'go run'
2022-08-16 Bryan C. Millscmd/go: stamp VCS information in test binaries when...
2022-07-20 Gerrit Code ReviewMerge "[dev.unified] all: merge master (8e1e64c) into...
2022-07-19 David Chase[dev.unified] all: merge master (8e1e64c) into dev...
2022-07-11 Russ Coxcmd/go: use package index for std in load.loadPackageData
2022-06-30 Matthew Dempsky[dev.unified] all: merge master (993c387) into dev...
2022-06-28 Bryan C. Millscmd/go: omit build metadata that may contain system...
2022-06-24 Matthew Dempsky[dev.unified] all: merge master (5a1c5b8) into dev...
2022-06-24 Michael Matloobcmd/go: add per-package indexing for modules outside...
2022-06-16 Michael Matloobcmd/go: add more tracing
2022-06-16 Matthew Dempsky[dev.unified] all: merge master (635b124) into dev...
2022-06-14 Ian Lance Taylorcmd/go: quote package directory when calling glob
2022-06-08 Michael Matloobcmd/go: properly call PackageModuleRoot to get modroot...
2022-06-04 Michael Matloobcmd/go: index standard library packages
2022-06-03 Michael Matloobcmd/go: changes to use modindex
2022-05-04 Michael Matloobcmd/go: skip computing BuildInfo in go list unless...
2022-05-03 Russ Coxall: REVERSE MERGE dev.boringcrypto (cdcb4b6) into...
2022-04-27 Chressie Himpel[dev.boringcrypto] all: merge master into dev.boringcrypto
2022-04-21 Chressie Himpel[dev.boringcrypto] all: merge master into dev.boringcrypto
2022-04-20 Michael Matloobcmd/go: don't compute Deps fields if they're not needed
2022-04-20 Chressie Himpel[dev.boringcrypto] all: merge master into dev.boringcrypto
2022-04-12 Bryan C. Millscmd/go: allow '-buildvcs=auto' and treat it as the...
2022-04-12 tenkohcmd/go: open correct path when loading embeds from...
2022-04-05 Lasse Folger[dev.boringcrypto] all: merge master into dev.boringcrypto
2022-03-29 Nicolas Hillegeer[dev.boringcrypto] all: merge master into dev.boringcrypto
2022-03-18 Bryan C. Millscmd/go: include the "-trimpath" flag in the stamped...
2022-03-18 Bryan C. Millscmd/go: stamp build settings for binaries in cmd
2022-03-18 Bryan C. Millscmd/go: avoid stamping VCS metadata in test binaries
2022-03-18 Bryan C. Millsinternal/buildcfg: extract logic specific to cmd/go
2022-03-07 David Chase[dev.boringcrypto] all: merge master into dev.boringcrypto
2022-03-04 ujicmd/go: clarify error from 'go install' when arguments...
2022-02-16 Bryan C. Millscmd/go/internal/modload: set errors for packages with...
2022-02-09 Bryan C. Millsruntime/debug: replace (*BuildInfo).Marshal methods...
2022-02-08 Chressie Himpel[dev.boringcrypto] all: merge master into dev.boringcrypto
2022-02-03 Chressie Himpel[dev.boringcrypto] all: merge master into dev.boringcrypto
2022-01-18 Bryan C. Millscmd/go: remove the -buildinfo flag
2021-12-13 Russ Coxall: gofmt -w -r 'interface{} -> any' src
2021-11-30 Russ Coxcmd/go: adjust BuildInfo.Settings
2021-11-22 Daniel Martícmd/go: work out VCS information once per repository
2021-11-09 Russ Coxcmd/go: add //go:embed all:pattern
2021-11-08 Heschi Kreinick[dev.boringcrypto] all: merge master into dev.boringcrypto
2021-11-05 Roland Shoemaker[dev.boringcrypto] all: merge master into dev.boringcrypto
2021-10-27 Russ Coxcmd: move internal/str back to cmd/go
2021-10-26 Mark Pulfordcmd/go: stamp VCS commit time into binaries
2021-10-26 Fannie Zhangcmd/go: add -asan option
2021-10-15 Jay Conrodcmd/go: allow nested VCS repositories when preparing...
2021-10-15 Jay Conrodcmd/go: don't stamp build or vcs info for GOROOT binaries
2021-10-14 Jay Conrodcmd/go: stamp tags and flags in build info
2021-10-14 Jay Conrodcmd/go: stamp VCS revision and uncommitted status into...
2021-10-14 Jay Conrodruntime/debug: add GoVersion to BuildInfo
2021-10-14 Jay Conrodcmd/go: move module build info formatting into runtime...
2021-10-06 Bryan C. Millscmd/go: do not pass a local prefix to the compiler...
2021-09-29 Katie Hockmancmd/go: prevent necessary GCFlag from being removed
2021-09-24 Jay Conrodtesting: address feedback for dev.fuzz merge
2021-09-20 Jay Conrod[dev.fuzz] Merge remote-tracking branch 'origin/dev...
2021-09-20 Katie Hockman[dev.fuzz] all: merge master (b0fa2f5) into dev.fuzz
2021-09-20 Katie Hockman[dev.fuzz] all: merge master (af72ddf) into dev.fuzz
2021-09-16 gerrardcmd/go: clean paths before checking same directory
2021-09-09 Jay Conrod[dev.fuzz] all: merge master (65f0d24) into dev.fuzz
2021-08-27 Michael Matlooball: REVERSE MERGE dev.cmdgo (220bc44) into master
2021-08-27 Michael Matloob[dev.cmdgo] all: merge master (67f7e16) into dev.cmdgo
2021-08-26 Michael Matloob[dev.cmdgo] all: merge master (5e6a7e9) into dev.cmdgo
2021-08-25 Michael Matloob[dev.cmdgo] all: merge master (c2f96e6) into dev.cmdgo
2021-08-16 Roland Shoemaker[dev.boringcrypto] all: merge commit 57c115e1 into...
2021-08-13 Jay Conrodcmd/internal/str: move package from cmd/go/internal/str
2021-07-30 Gerrit Code ReviewMerge "[dev.cmdgo] all: merge master (9eee0ed) into...
2021-07-30 Jay Conrod[dev.cmdgo] cmd/internal/str: move package from cmd...
2021-07-28 Jay Conrod[dev.cmdgo] all: merge master (9eee0ed) into dev.cmdgo
2021-07-22 Michael Matloob[dev.cmdgo] cmd/go: replace Target with MainModules...
2021-07-06 Jay Conrod[dev.cmdgo] all: merge master (912f075) into dev.cmdgo
2021-06-28 Katie Hockman[dev.fuzz] all: merge master (c95464f) into dev.fuzz
2021-06-14 Matthew Dempsky[dev.typeparams] all: merge master (fdab5be) into dev...
2021-06-10 Bryan C. Millscmd/go: report the imports of CompiledGoFiles in ImportMap
2021-06-02 Katie Hockman[dev.fuzz] all: merge master (dd7ba3b) into dev.fuzz
2021-05-27 Katie Hockman[dev.fuzz] cmd/go/internal: instrument imports of the...
2021-05-18 Cherry Mui[dev.typeparams] all: merge master (690a8c3) into dev...
2021-05-17 Katie Hockman[dev.fuzz] all: merge master (d137b74) into dev.fuzz
2021-05-14 Manlio Perillocmd/go/internal/load: override Package.Root in module...
2021-05-13 Filippo Valsorda[dev.boringcrypto] all: merge commit 9d0819b27c (CL...
2021-05-11 Manlio Perillocmd/go: ignore implicit imports when the -find flag...
2021-05-11 Katie Hockman[dev.fuzz] internal/fuzz: use coverage instrumentation...
2021-05-11 Cherry Mui[dev.typeparams] all: merge master (9b84814) into dev...
2021-05-10 Bryan C. Millscmd/go: include packages with InvalidGoFiles when filte...
next