aboutsummaryrefslogtreecommitdiff
path: root/src/go/build/deps_test.go
AgeCommit message (Expand)Author
8 daysinternal/runtime/exithook: make safe for concurrent os.ExitRuss Cox
10 daysruntime: move exit hooks into internal/runtime/exithookRuss Cox
10 daysall: change from sort functions to slices functions where feasibleIan Lance Taylor
10 dayscrypto/internal/hpke: add basic implementationRoland Shoemaker
11 daysinternal/coverage/cfile: remove more //go:linkname usageRuss Cox
11 daysruntime/coverage: remove uses of //go:linknameRuss Cox
12 daysruntime: increase profiling stack depth to 128Felix Geisendörfer
12 daysmaps: add All, Keys, Values, Insert, Collectaimuz
2024-05-17internal/trace: move v2 tracer into trace directoryCarlos Amedee
2024-05-15cmd/link: disallow pull-only linknamesCherry Mui
2024-05-13internal/chacha8rand: use internal/byteorderMateusz Poliwczak
2024-05-13math/rand/v2, math/big: use internal/byteorderMateusz Poliwczak
2024-05-13crypto: replace encoding/binary in favour of internal/byteorderMateusz Poliwczak
2024-05-10internal/byteorder: new packageMateusz Poliwczak
2024-05-09slices: add iterator-related functionsIan Lance Taylor
2024-05-06iter: expose fundamental types to Go 1.23Russ Cox
2024-04-26all: rename internal/safefilepath to internal/filepathliteDamien Neil
2024-04-26strings, internal/stringslite: lite version of strings packageDamien Neil
2024-04-22internal/intern: delete unused packageMichael Anthony Knyszek
2024-04-22net/netip: use the unique package instead of internal/internMichael Anthony Knyszek
2024-04-22unique: add unique package and implement Make/HandleMichael Anthony Knyszek
2024-04-18internal/weak: add package implementing weak pointersMichael Anthony Knyszek
2024-04-18internal/concurrent: add HashTrieMapMichael Anthony Knyszek
2024-04-10crypto/internal/mlkem768: new packageFilippo Valsorda
2024-03-25runtime: migrate internal/atomic to internal/runtimeAndy Pan
2024-03-18database/sql: optimize connection request poolBrad Fitzpatrick
2024-03-14internal/trace/v2: support old trace formatDominik Honnef
2024-02-21runtime: migrate internal/syscall to internal/runtimeAndy Pan
2024-02-20internal/msan: add new packageMauri de Souza Meneguzzo
2024-02-13internal/asan: add new packageMauri de Souza Meneguzzo
2024-01-23net: move cgo-using darwin test to separate packageRuss Cox
2023-12-06iter, runtime: add coroutine supportRuss Cox
2023-12-05math/rand/v2: add ChaCha8Russ Cox
2023-11-21cmd/trace: refactor pprof HTTP SVG serving into traceviewerMichael Anthony Knyszek
2023-11-21cmd/trace: add almost full support for v2 traces in the trace viewerMichael Anthony Knyszek
2023-11-20Revert "math/rand/v2: add ChaCha8"Michael Knyszek
2023-11-19math/rand/v2: add ChaCha8Russ Cox
2023-11-10internal/trace: implement MutatorUtilizationV2Michael Anthony Knyszek
2023-11-10runtime: add execution tracer v2 behind GOEXPERIMENT=exectracer2Michael Anthony Knyszek
2023-11-07path/filepath: fix various issues in parsing Windows pathsDamien Neil
2023-11-06go/version: add new packageRuss Cox
2023-10-30math/rand/v2: start of new APIRuss Cox
2023-09-30internal,cmd/internal: relocate covcmd package from std to cmdThan McIntosh
2023-09-30cmd/go: improve handling of no-test packages for coverageThan McIntosh
2023-09-20cmd/compile, go/types: typechecking of range over int, funcRuss Cox
2023-09-08testing/slogtest: add Run to run cases as subtestsJonathan Amsterdam
2023-09-06html/template: properly handle special tags within the script contextRoland Shoemaker
2023-08-17internal/sysinfo: print cpu type from cpuinfo when internal cpu name is empty...Guoqi Chen
2023-08-17encoding: add AppendEncode and AppendDecodeJoe Tsai
2023-07-21sort: forward fixed-type slice sorting to slices packageEli Bendersky