]> Cypherpunks.ru repositories - gostls13.git/history - src/go/build/build.go
cmd/go: do not install .a files for packages in std
[gostls13.git] / src / go / build / build.go
2022-11-21 Bryan C. Millscmd/go: do not install .a files for packages in std
2022-11-14 Russ Coxinternal/godebug: define more efficient API
2022-11-10 Bryan C. Millsgo/build: omit PkgObj for packages "unsafe" and "builtin"
2022-11-09 Michael Matloobcmd/go: decide whether to install .a based on number...
2022-11-03 Michael Matloobgo/build: don't add unparsable non-Go files to InvalidG...
2022-11-01 Ian Lance Taylorgo/build: ignore files by extension before matching...
2022-10-28 Michael Matloobcmd/go: don't install most GOROOT .a files in pkg
2022-10-20 Daniel Martígo/build: remove stale reference to ioutil.ReadDir
2022-10-03 hopehookgo/build: replace +build with go:build in documentation
2022-09-27 cui fliterall: use strings.CutPrefix
2022-09-26 Tobias Klausercmd/go/internal, go/build: remove unused errGoBuildWith...
2022-09-14 Ian Lance Taylorgo/build: remove unnecessary copies of package variables
2022-08-08 Russ Coxgo/build: add GO$GOARCH-based ToolTags
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-12 Bryan C. Millscmd/go: avoid indexing GOROOT packages when the compile...
2022-06-16 Matthew Dempsky[dev.unified] all: merge master (635b124) into dev...
2022-06-06 Russ Coxall: boringcrypto post-merge cleanup
2022-05-11 Charlie Viethgo/build: replace ioutil.ReadDir with os.ReadDir
2022-05-03 Russ Coxall: REVERSE MERGE dev.boringcrypto (cdcb4b6) into...
2022-05-02 Russ Coxall: use os/exec instead of internal/execabs
2022-04-29 Russ Cox[dev.boringcrypto] all: add boringcrypto build tags
2022-04-27 Chressie Himpel[dev.boringcrypto] all: merge master into dev.boringcrypto
2022-04-21 Bryan C. Millsgo/build: replace a call to os.Environ with (*exec...
2022-04-21 Chressie Himpel[dev.boringcrypto] all: merge master into dev.boringcrypto
2022-04-20 Chressie Himpel[dev.boringcrypto] all: merge master into dev.boringcrypto
2022-04-11 Russ Coxall: gofmt main repo
2022-04-09 Ian Lance Taylorgo/build: remove unused fileInfo.embedErr field
2022-04-05 Lasse Folger[dev.boringcrypto] all: merge master into dev.boringcrypto
2022-04-01 Russ Coxall: remove trailing blank doc comment lines
2022-03-31 Ian Lance Taylorgo/build: set allTags even when short-circuiting x_GOOS...
2022-03-29 Nicolas Hillegeer[dev.boringcrypto] all: merge master into dev.boringcrypto
2022-03-28 Ian Lance Taylorgo/build: recognize "unix" build tag
2022-03-18 Bryan C. Millsgo/build: avoid setting Default.GOROOT when runtime...
2022-03-18 Bryan C. Millsinternal/buildcfg: extract logic specific to cmd/go
2022-03-14 Bryan C. Millsgo/build: set PWD for go subcommands
2022-03-07 David Chase[dev.boringcrypto] all: merge master into dev.boringcrypto
2022-03-07 Daniel Martígo/build: use static maps rather than an init func
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-30 zhouguangyuancmd/go: fix error message when missing import
2021-11-22 Ryan Leungcmd/go: allow a package that ends with _test having...
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-06 Russ Coxall: use bytes.Cut, strings.Cut
2021-08-16 Roland Shoemaker[dev.boringcrypto] all: merge commit 57c115e1 into...
2021-07-06 Jay Conrod[dev.cmdgo] all: merge master (912f075) into dev.cmdgo
2021-05-17 Katie Hockman[dev.fuzz] all: merge master (d137b74) into dev.fuzz
2021-05-13 Filippo Valsorda[dev.boringcrypto] all: merge commit 9d0819b27c (CL...
2021-05-11 Cherry Mui[dev.typeparams] all: merge master (9b84814) into dev...
2021-05-10 Jay Conrodgo/build: include files with parse errors in GoFiles...
2021-05-10 Bryan C. Millsgo/build: avoid duplicates in InvalidGoFiles
2021-04-16 Russ Coxcmd/go, go/build: add ToolTags to build.Default
2021-04-05 KimMachineGunall: update references to symbols moved from io/ioutil...
2021-02-24 Filippo Valsorda[dev.boringcrypto] all: merge master (5b76343) into...
2021-02-20 Russ Coxgo/build: prefer //go:build over // +build lines
2021-02-19 Katie Hockman[dev.fuzz] all: merge master (7764ee5) into dev.fuzz
2021-02-17 Russ Cox[dev.boringcrypto] all: merge master (2f0da6d) into...
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-21 Roland Shoemakerall: introduce and use internal/execabs
2021-01-14 Jay Conrodgo/build: report positions for go:embed directives
2020-12-14 Katie Hockman[dev.fuzz] all: merge master into dev.fuzz
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 Coxgo/build: remove two erroneous uses of os.Stat
2020-10-23 Rob Findley[dev.typeparams] merge master into dev.typeparams
2020-10-22 Russ Coxgo/build: recognize and report //go:embed lines
2020-10-20 Russ Coxgo/build: refactor per-file info & reader
2020-10-20 Russ Coxall: update references to symbols moved from os to...
2020-10-13 Russ Coxgo/build: reject //go:build without // +build
2020-10-12 Rob Findley[dev.typeparams] merge master into dev.typeparams
2020-10-12 Russ Coxgo/build: clean up ctxt.shouldBuild, tests
2020-10-12 Russ Coxgo/build: add Package.IgnoredOtherFiles
2020-09-30 Jeremy Faller[dev.link] Merge branch 'master' into dev.link
2020-09-29 Filippo Valsorda[dev.boringcrypto] go/build: satisfy the boringcrypto...
2020-09-23 Cherry Zhangall: add GOOS=ios
2020-09-21 Jay Conrodcmd/go: default to GO111MODULE=on
2020-09-11 Cherry Zhang[dev.link] all: merge branch 'master' into dev.link
2020-08-25 Bryan C. Millsgo/build: ignore symlinks to directories when matching...
2020-07-10 Cherry Zhang[dev.link] all: merge branch 'master' into dev.link
2020-07-09 Dmitri Shuralyov[dev.boringcrypto] all: merge master into dev.boringcrypto
2020-07-06 Russ Coxgo/build: remove use of package log
2020-04-08 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2020-02-21 Cherry Zhang[dev.link] all: merge branch 'master' into dev.link
2020-02-12 Dmitri Shuralyovgo/build: populate partial package information in importGo
2020-01-31 Cherry Zhang[dev.link] all: merge branch 'master' into dev.link
2019-12-17 Bryan C. Millsgo/build: rename WorkingDir to Dir go1.14beta1
2019-12-05 Jay Conrodcmd/go: include imports in 'go list -e' output even...
2019-12-04 Jay Conrodgo/build: don't include imports from cgo files when...
2019-11-19 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2019-11-01 Than McIntosh[dev.link] all: merge branch 'master' into dev.link
2019-10-29 Bryan C. Millsgo/build: use the main module's root when locating...
2019-10-28 Daniel Martícmd: remove a few unused parameters
2019-10-25 Cherry Zhang[dev.link] all: merge branch 'master' into dev.link
next