aboutsummaryrefslogtreecommitdiff
path: root/src/go/build/deps_test.go
AgeCommit message (Expand)Author
2021-09-09[dev.fuzz] all: merge master (65f0d24) into dev.fuzzJay Conrod
2021-09-02all: update vendored golang.org/x/cryptoDmitri Shuralyov
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-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
2021-03-14all: add internal/itoa packageJosh Bleecher Snyder
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-19[dev.fuzz] all: merge master (7764ee5) into dev.fuzzKatie Hockman
2021-02-19[dev.fuzz] go/build: add missing dependenciesKatie Hockman
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-14[dev.fuzz] all: merge master into dev.fuzzKatie Hockman
2020-12-09all: update to use os.ReadDir where appropriateRuss Cox
2020-12-04[dev.fuzz] internal/fuzzing: handle and report crashersKatie Hockman
2020-12-04[dev.fuzz] internal/fuzz: implement basic mutator and use in workerKatie Hockman
2020-12-04[dev.fuzz] internal/fuzz: coordinate fuzzing across workersJay Conrod
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-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-07-08crypto/x509/internal/macos: rename package to lowercaseFilippo Valsorda
2020-07-07go/build: rewrite TestDependencies to be cleaner, more correctRuss Cox
2020-05-07crypto/x509: use Security.framework without cgo for roots on macOSFilippo Valsorda