aboutsummaryrefslogtreecommitdiff
path: root/src/go/build/deps_test.go
AgeCommit message (Expand)Author
2023-07-06go/types: record Config.GoVersion for reporting in Package.GoVersion methodRuss Cox
2023-05-23slices: add sorting and comparison functionsEli Bendersky
2023-05-23runtime/coverage: add support for "auxiliary" meta-data filesThan McIntosh
2023-05-19cmp: new packageIan Lance Taylor
2023-05-19maps,runtime: improve maps.Keyscuiweixie
2023-05-16slices: handle aliasing cases in Insert/ReplaceKeith Randall
2023-05-09internal/godebug: add bisect supportRuss Cox
2023-04-24testing/slogtest: tests for slog handlersJonathan Amsterdam
2023-04-20cmd/dist: refactor generated cgo-support logicBryan C. Mills
2023-04-18debug/elf: support zstd compressionIan Lance Taylor
2023-04-18internal/zstd: new internal package for zstd decompressionIan Lance Taylor
2023-04-18cmd/go: add check for unknown godebug settingRuss Cox
2023-04-14go/types, cmd/compile/internal/types2: use per-file Go versionRuss Cox
2023-04-13go/parser: report //go:build-derived Go version in ast.File.GoVersionRuss Cox
2023-04-12log,log/slog: get correct source line when slog calls logJonathan Amsterdam
2023-03-25log/slog/internal/benchmarks: slog benchmarksJonathan Amsterdam
2023-03-22log/slog: rename and remove filesJonathan Amsterdam
2023-03-21log/slog: initial commitJonathan Amsterdam
2023-02-28hash/maphash: add purego implementationCuong Manh Le
2023-02-13slices: new packageIan Lance Taylor
2023-02-03maps: new packageIan Lance Taylor
2023-01-20go/types: use internal/lazyregexp for goVersionRxDaniel Martí
2023-01-20internal/profile: use internal/lazyregexp for the legacy parserDaniel Martí
2022-12-06os, net/http: avoid escapes from os.DirFS and http.Dir on WindowsDamien Neil
2022-11-21crypto/internal/bigmod: move nat implementation out of crypto/rsaFilippo Valsorda
2022-11-16internal/testpty: move from os/signal/internal/ptyAustin Clements
2022-11-14internal/godebug: define more efficient APIRuss Cox
2022-11-11crypto/ecdh: add boringcrypto supportRuss Cox
2022-11-09cmd/go: decide whether to install .a based on number of CgoFilesMichael Matloob
2022-10-28cmd/go: don't install most GOROOT .a files in pkgMichael Matloob
2022-10-18go,cmd,internal: update to anticipate missing targets and .a filesMichael Matloob
2022-10-18internal/godebug: remove dependency on osRuss Cox
2022-10-14go/build: simplify coverage rules in deps_testRuss Cox
2022-10-14go/build: use tabs consistently in deps test rulesRuss Cox
2022-10-12arena: add experimental arena packageMichael Anthony Knyszek
2022-10-10go/types: use internal/types/errors instead of local error codesRobert Griesemer
2022-10-04cmd/internal/sys: migrate support.go functions to new internal pkgThan McIntosh
2022-09-28runtime/coverage: runtime routines to emit coverage dataThan McIntosh
2022-09-28cmd/covdata: add tools to read/manipulate coverage data filesThan McIntosh
2022-09-26runtime: add hook to register coverage-instrumented packagesThan McIntosh
2022-09-26internal/coverage: add apis for reading/writing counter dataThan McIntosh
2022-09-26internal/coverage: add coverage meta-data decoderThan McIntosh
2022-09-26internal/coverage: add coverage meta-data encoderThan McIntosh
2022-09-15runtime/race: introduce subarch versioning of race sysoKeith Randall
2022-08-19encoding/gob: use saferio to read large bufferIan Lance Taylor
2022-08-17crypto/internal/subtle: rename to crypto/internal/aliasRuss Cox
2022-08-17debug/macho, internal/saferio: limit slice allocationIan Lance Taylor
2022-08-12crypto/ecdh: new packageFilippo Valsorda
2022-08-11internal/saferio: new package to avoid OOMIan Lance Taylor
2022-08-04internal/dag: add a Graph type and make node order deterministicAustin Clements