aboutsummaryrefslogtreecommitdiff
path: root/src/go/build/deps_test.go
AgeCommit message (Expand)Author
2021-08-10[dev.boringcrypto.go1.17] all: merge go1.17rc2 into dev.boringcrypto.go1.17Filippo Valsorda
2021-06-10net/http: remove test-only private key from production binariesDamien Neil
2021-05-13[dev.boringcrypto] all: merge commit 9d0819b27c (CL 314609) into dev.boringcr...Filippo Valsorda
2021-05-10net/http: switch HTTP1 to ASCII equivalents of string functionsRoberto Clapis
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-16internal/buildcfg: move build configuration out of cmd/internal/objabiRuss Cox
2021-04-13go/*,cmd/gofmt: guard AST changes with the typeparams build tagRob Findley
2021-04-08internal/goexperiment: consolidate experiment-enabled constantsAustin Clements
2021-03-14all: add internal/itoa packageJosh Bleecher Snyder
2021-02-24[dev.boringcrypto] all: merge master (5b76343) into dev.boringcryptoFilippo Valsorda
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-17[dev.boringcrypto] all: merge master (2f0da6d) into dev.boringcryptoRuss 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-08go/build/constraint: add parser for build tag constraint expressionsRuss Cox
2020-12-18go/build: make TestDependencies work againIan Lance Taylor
2020-12-09all: update to use os.ReadDir where appropriateRuss Cox
2020-12-02all: update to use filepath.WalkDir instead of filepath.WalkRuss Cox
2020-12-01[dev.boringcrypto] all: merge master into dev.boringcryptoDmitri Shuralyov
2020-11-18[dev.boringcrypto] all: merge master into dev.boringcryptoRoland Shoemaker
2020-11-18[dev.boringcrypto] crypto/hmac: merge up to 2a206c7 and skip testKatie Hockman
2020-11-17[dev.boringcrypto] all: merge master into dev.boringcryptoDmitri Shuralyov
2020-11-09crypto/x509: drop the cgo implementation of root_darwin_amd64.goFilippo Valsorda
2020-10-26runtime/metrics: add package interfaceMichael Anthony Knyszek
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
2020-10-13path: avoid import of stringsRuss Cox
2020-10-13syscall: remove dependency on ioRuss Cox
2020-10-12net: remove dependency on math/randRuss Cox
2020-10-09net/http/pprof: remove html/template dependencyEgon Elbre
2020-09-29[dev.boringcrypto] crypto/boring: expose boring.Enabled()Filippo Valsorda
2020-07-09[dev.boringcrypto] all: merge master into dev.boringcryptoDmitri Shuralyov
2020-07-08crypto/x509/internal/macos: rename package to lowercaseFilippo Valsorda
2020-07-07go/build: rewrite TestDependencies to be cleaner, more correctRuss Cox
2020-05-07[dev.boringcrypto] all: merge master into dev.boringcryptoDmitri Shuralyov
2020-05-07crypto/x509: use Security.framework without cgo for roots on macOSFilippo Valsorda
2020-05-06net/http/cgi: reject invalid header namesFilippo Valsorda
2020-05-03syscall, internal/syscall/windows: remove utf16PtrToString parameterAlex Brainman
2020-05-01internal/unsafeheader: consolidate stringHeader and sliceHeader declarations ...Bryan C. Mills
2020-04-28bufio: optimize bufio.Reader.ReadString to avoid an allocation and copyAlex Gaynor