aboutsummaryrefslogtreecommitdiff
path: root/src/go/build
AgeCommit message (Expand)Author
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-28go/build: add check for allowed vendor packagesJonathan Amsterdam
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-10-19go: add available godoc linkcui fliter
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-27go/build/constraint: delete, replace stringsCut calls with strings.CutJes Cok
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-25cmd/cgo: add #cgo noescape/nocallback annotationsdoujiang24
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
2023-07-06go/types: record Config.GoVersion for reporting in Package.GoVersion methodRuss Cox
2023-06-12go/build: check for invalid import paths againMichael Matloob
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-15cmd/go/internal/modload: replace import error message from goroot to stdjchen038
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