aboutsummaryrefslogtreecommitdiff
path: root/src/go/build
AgeCommit message (Expand)Author
2021-07-20[dev.typeparams] all: merge master (c8f4e61) into dev.typeparamsMatthew Dempsky
2021-07-14go/build, runtime/internal/sys: reserve GOARCH=loong64WANG Xuerui
2021-06-17[dev.typeparams] reflect: support big endian architectures in callMethodMichael Anthony Knyszek
2021-06-17[dev.typeparams] internal/goarch,internal/goos: explode runtime/internal/sys ...Michael Anthony Knyszek
2021-06-15cmd/go: ignore UTF8 BOM when reading source codeunbyte
2021-06-15cmd/go, go/build: update docs to use //go:build syntaxDamien Neil
2021-06-10net/http: remove test-only private key from production binariesDamien Neil
2021-05-18go/build/constraint: fix parsing of "// +build" (with no args)Russ Cox
2021-05-10net/http: switch HTTP1 to ASCII equivalents of string functionsRoberto Clapis
2021-05-10go/build: include files with parse errors in GoFiles and other listsJay Conrod
2021-05-10go/build: avoid duplicates in InvalidGoFilesBryan C. Mills
2021-05-09crypto/elliptic: import fiat-crypto P-521 field implementationFilippo Valsorda
2021-05-05crypto/ed25519: replace internal/edwards25519 with filippo.io/edwards25519Filippo Valsorda
2021-04-28testing: add -shuffle=off|on|N to alter the execution order of tests and benc...Paschalis Tsilias
2021-04-16cmd/go, go/build: add ToolTags to build.DefaultRuss Cox
2021-04-16internal/buildcfg: move build configuration out of cmd/internal/objabiRuss Cox
2021-04-14go/build: replace os.Setenv with T.SetenvManlio Perillo
2021-04-14go/build: replace os.MkdirTemp with T.TempDirManlio Perillo
2021-04-13go/*,cmd/gofmt: guard AST changes with the typeparams build tagRob Findley
2021-04-08internal/goexperiment: consolidate experiment-enabled constantsAustin Clements
2021-04-05all: update references to symbols moved from io/ioutil to ioKimMachineGun
2021-03-14all: add internal/itoa packageJosh Bleecher Snyder
2021-03-04cmd/go: clarify errors for commands run outside a moduleJay Conrod
2021-02-23go/build/constraint: fix splitPlusBuild func doc commentAlberto Donizetti
2021-02-20all: go fmt std cmd (but revert vendor)Russ Cox
2021-02-20go/printer: canonicalize //go:build and // +build lines while formattingRuss Cox
2021-02-20go/build: prefer //go:build over // +build linesRuss Cox
2021-02-16[dev.regabi] reflect: support for register ABI on amd64 for reflect.(Value).CallMichael Anthony Knyszek
2021-02-13[dev.regabi] go/types: add support for language version checkingRob Findley
2021-02-12[dev.regabi] internal/abi: add new internal/abi package for ABI constantsMichael Anthony Knyszek
2021-01-21all: introduce and use internal/execabsRoland Shoemaker
2021-01-14go/build: report positions for go:embed directivesJay Conrod
2021-01-08go/build/constraint: add parser for build tag constraint expressionsRuss Cox
2021-01-08go/build: skip string literal while findEmbedMeng Zhuo
2020-12-18go/build: make TestDependencies work againIan Lance Taylor
2020-12-09all: update to use os.ReadDir where appropriateRuss Cox
2020-12-09all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTempRuss Cox
2020-12-02all: update to use filepath.WalkDir instead of filepath.WalkRuss Cox
2020-11-09crypto/x509: drop the cgo implementation of root_darwin_amd64.goFilippo Valsorda
2020-10-29go/build: remove two erroneous uses of os.StatRuss Cox
2020-10-26runtime/metrics: add package interfaceMichael Anthony Knyszek
2020-10-23embed: implement FSRuss Cox
2020-10-22go/build: recognize and report //go:embed linesRuss Cox
2020-10-20testing: print cpu type as label for benchmarksMartin Möhrmann
2020-10-20go/build: refactor per-file info & readerRuss Cox
2020-10-20io/fs: add Glob and GlobFSRuss Cox
2020-10-20io/fs: add ReadFile and ReadFileFSRuss Cox
2020-10-20testing/fstest: new package for testing file system codeRuss Cox
2020-10-20all: update references to symbols moved from os to io/fsRuss Cox
2020-10-16go/build: allow io/fs to depend on timeRuss Cox