aboutsummaryrefslogtreecommitdiff
path: root/src/go/build/deps_test.go
AgeCommit message (Expand)Author
2022-04-29[dev.boringcrypto] crypto/..., go/build: align deps test with standard rulesRuss Cox
2022-04-29[dev.boringcrypto] all: add boringcrypto build tagsRuss Cox
2022-04-20[dev.boringcrypto] all: merge master into dev.boringcryptoChressie Himpel
2022-04-11all: gofmt main repoRuss Cox
2022-04-11go/doc: use go/doc/commentRuss Cox
2022-04-11go/doc/comment: add data structuresRuss Cox
2022-04-05[dev.boringcrypto] all: merge master into dev.boringcryptoLasse Folger
2022-04-05crypto/rand: make Prime not deterministic for a fixed input streamFilippo Valsorda
2022-04-01all: remove trailing blank doc comment linesRuss Cox
2022-03-29[dev.boringcrypto] all: merge master into dev.boringcryptoNicolas Hillegeer
2022-03-28internal/pkgbits: add fingerprints to unified IR export formatMatthew Dempsky
2022-03-27go/build: remove unused code in TestDependencieszhangjian
2022-03-18internal/diff: add, replacing cmd/internal/diffRuss Cox
2022-03-16internal/txtar: bring back to main repo, for tests in stdRuss Cox
2022-03-10flag: add TextVar functionJoe Tsai
2022-03-07[dev.boringcrypto] all: merge master into dev.boringcryptoDavid Chase
2022-03-01internal/pkgbits: extract unified IR coding-level logicMatthew Dempsky
2022-02-15runtime/internal/syscall: new package for linuxMichael Pratt
2022-02-08[dev.boringcrypto] all: merge master into dev.boringcryptoChressie Himpel
2022-02-08crypto/elliptic: use go:embed for the precomputed p256 tableDaniel Martí
2022-02-03[dev.boringcrypto] all: merge master into dev.boringcryptoChressie Himpel
2021-11-16os/exec: avoid NewFile on unknown FDsMichael Pratt
2021-11-09all: update vendored golang.org/x/crypto for Go 1.18 releaseDmitri Shuralyov
2021-11-05[dev.boringcrypto] all: merge master into dev.boringcryptoRoland Shoemaker
2021-11-02net/netip: add new IP address packageBrad Fitzpatrick
2021-10-30crypto/elliptic: move P-521 group logic to internal/nistecFilippo Valsorda
2021-10-28go/build: update for //go:build linesRuss Cox
2021-10-26runtime, runtime/asan: add asan runtime supportfanzha02
2021-10-14debug/buildinfo: new package with Read and ReadFileJay Conrod
2021-10-06go/build: ignore package main files in TestDependenciesJosh Bleecher Snyder
2021-09-24constraints: new packageIan Lance Taylor
2021-09-09[dev.fuzz] all: merge master (65f0d24) into dev.fuzzJay Conrod
2021-09-02all: update vendored golang.org/x/cryptoDmitri Shuralyov
2021-08-16[dev.boringcrypto] all: merge commit 57c115e1 into dev.boringcryptoRoland Shoemaker
2021-06-28[dev.fuzz] all: merge master (c95464f) into dev.fuzzKatie Hockman
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-10net/http: remove test-only private key from production binariesDamien Neil
2021-06-08internal/fuzz: use consistent log formatRoland Shoemaker
2021-06-07[dev.fuzz] internal/fuzz: add additional debug loggingRoland Shoemaker
2021-05-17[dev.fuzz] all: merge master (d137b74) into dev.fuzzKatie Hockman
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-07[dev.fuzz] testing,internal/fuzz: prevent unbounded memory growthRoland Shoemaker
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