]> Cypherpunks.ru repositories - gostls13.git/history - src/go/build/deps_test.go
runtime: add execution tracer v2 behind GOEXPERIMENT=exectracer2
[gostls13.git] / src / go / build / deps_test.go
2023-11-10 Michael Anthony... runtime: add execution tracer v2 behind GOEXPERIMENT...
2023-11-07 Damien Neilpath/filepath: fix various issues in parsing Windows...
2023-11-06 Russ Coxgo/version: add new package
2023-10-30 Russ Coxmath/rand/v2: start of new API
2023-09-30 Than McIntoshinternal,cmd/internal: relocate covcmd package from...
2023-09-30 Than McIntoshcmd/go: improve handling of no-test packages for coverage
2023-09-20 Russ Coxcmd/compile, go/types: typechecking of range over int...
2023-09-08 Jonathan Amsterdamtesting/slogtest: add Run to run cases as subtests
2023-09-06 Roland Shoemakerhtml/template: properly handle special tags within...
2023-08-17 Guoqi Cheninternal/sysinfo: print cpu type from cpuinfo when...
2023-08-17 Joe Tsaiencoding: add AppendEncode and AppendDecode
2023-07-21 Eli Benderskysort: forward fixed-type slice sorting to slices package
2023-07-06 Russ Coxgo/types: record Config.GoVersion for reporting in...
2023-05-23 Eli Benderskyslices: add sorting and comparison functions
2023-05-23 Than McIntoshruntime/coverage: add support for "auxiliary" meta...
2023-05-19 Ian Lance Taylorcmp: new package
2023-05-19 cuiweixiemaps,runtime: improve maps.Keys
2023-05-16 Keith Randallslices: handle aliasing cases in Insert/Replace
2023-05-09 Russ Coxinternal/godebug: add bisect support
2023-04-24 Jonathan Amsterdamtesting/slogtest: tests for slog handlers
2023-04-20 Bryan C. Millscmd/dist: refactor generated cgo-support logic
2023-04-18 Ian Lance Taylordebug/elf: support zstd compression
2023-04-18 Ian Lance Taylorinternal/zstd: new internal package for zstd decompression
2023-04-18 Russ Coxcmd/go: add check for unknown godebug setting
2023-04-14 Russ Coxgo/types, cmd/compile/internal/types2: use per-file...
2023-04-13 Russ Coxgo/parser: report //go:build-derived Go version in...
2023-04-12 Jonathan Amsterdamlog,log/slog: get correct source line when slog calls log
2023-03-25 Jonathan Amsterdamlog/slog/internal/benchmarks: slog benchmarks
2023-03-22 Jonathan Amsterdamlog/slog: rename and remove files
2023-03-21 Jonathan Amsterdamlog/slog: initial commit
2023-02-28 Cuong Manh Lehash/maphash: add purego implementation
2023-02-13 Ian Lance Taylorslices: new package
2023-02-03 Ian Lance Taylormaps: new package
2023-01-20 Daniel Martígo/types: use internal/lazyregexp for goVersionRx
2023-01-20 Daniel Martíinternal/profile: use internal/lazyregexp for the legac...
2022-12-06 Damien Neilos, net/http: avoid escapes from os.DirFS and http...
2022-11-21 Filippo Valsordacrypto/internal/bigmod: move nat implementation out...
2022-11-16 Austin Clementsinternal/testpty: move from os/signal/internal/pty
2022-11-14 Russ Coxinternal/godebug: define more efficient API
2022-11-11 Russ Coxcrypto/ecdh: add boringcrypto support
2022-11-09 Michael Matloobcmd/go: decide whether to install .a based on number...
2022-10-28 Michael Matloobcmd/go: don't install most GOROOT .a files in pkg
2022-10-18 Michael Matloobgo,cmd,internal: update to anticipate missing targets...
2022-10-18 Russ Coxinternal/godebug: remove dependency on os
2022-10-14 Russ Coxgo/build: simplify coverage rules in deps_test
2022-10-14 Russ Coxgo/build: use tabs consistently in deps test rules
2022-10-12 Michael Anthony... arena: add experimental arena package
2022-10-10 Robert Griesemergo/types: use internal/types/errors instead of local...
2022-10-04 Than McIntoshcmd/internal/sys: migrate support.go functions to new...
2022-09-28 Than McIntoshruntime/coverage: runtime routines to emit coverage...
2022-09-28 Than McIntoshcmd/covdata: add tools to read/manipulate coverage...
2022-09-26 Than McIntoshruntime: add hook to register coverage-instrumented...
2022-09-26 Than McIntoshinternal/coverage: add apis for reading/writing counter...
2022-09-26 Than McIntoshinternal/coverage: add coverage meta-data decoder
2022-09-26 Than McIntoshinternal/coverage: add coverage meta-data encoder
2022-09-15 Keith Randallruntime/race: introduce subarch versioning of race...
2022-08-19 Ian Lance Taylorencoding/gob: use saferio to read large buffer
2022-08-17 Russ Coxcrypto/internal/subtle: rename to crypto/internal/alias
2022-08-17 Ian Lance Taylordebug/macho, internal/saferio: limit slice allocation
2022-08-12 Filippo Valsordacrypto/ecdh: new package
2022-08-11 Ian Lance Taylorinternal/saferio: new package to avoid OOM
2022-08-04 Matthew Dempsky[dev.unified] all: merge master (85d87b9) into dev...
2022-08-04 Austin Clementsinternal/dag: add a Graph type and make node order...
2022-08-04 Austin Clementsgo/build, internal/dag: lift DAG parser into an interna...
2022-07-28 Russ Coxos/exec: add GODEBUG setting to opt out of ErrDot changes
2022-06-30 Matthew Dempsky[dev.unified] all: merge master (993c387) into dev...
2022-06-27 Russ Coxcrypto/internal/boring: factor Cache into crypto/intern...
2022-06-24 Matthew Dempsky[dev.unified] all: merge master (5a1c5b8) into dev...
2022-06-21 Michael Anthony... runtime: convert flaky semaphore linearity test into...
2022-06-16 Matthew Dempsky[dev.unified] all: merge master (635b124) into dev...
2022-06-13 Michael Anthony... internal/testmath: add two-sample Welch's t-test for...
2022-05-05 Filippo Valsordacrypto/ed25519/internal/edwards25519: move to crypto...
2022-05-05 Filippo Valsordacrypto/elliptic/internal/nistec: move to crypto/interna...
2022-05-05 Filippo Valsordacrypto/elliptic: move P-256 amd64/arm64 assembly to...
2022-05-03 Russ Coxall: REVERSE MERGE dev.boringcrypto (cdcb4b6) into...
2022-05-02 Russ Coxall: use os/exec instead of internal/execabs
2022-04-29 Russ Cox[dev.boringcrypto] crypto/..., go/build: align deps...
2022-04-29 Russ Cox[dev.boringcrypto] all: add boringcrypto build tags
2022-04-27 Chressie Himpel[dev.boringcrypto] all: merge master into dev.boringcrypto
2022-04-21 Chressie Himpel[dev.boringcrypto] all: merge master into dev.boringcrypto
2022-04-20 Chressie Himpel[dev.boringcrypto] all: merge master into dev.boringcrypto
2022-04-11 Russ Coxall: gofmt main repo
2022-04-11 Russ Coxgo/doc: use go/doc/comment
2022-04-11 Russ Coxgo/doc/comment: add data structures
2022-04-05 Lasse Folger[dev.boringcrypto] all: merge master into dev.boringcrypto
2022-04-05 Filippo Valsordacrypto/rand: make Prime not deterministic for a fixed...
2022-04-01 Russ Coxall: remove trailing blank doc comment lines
2022-03-29 Nicolas Hillegeer[dev.boringcrypto] all: merge master into dev.boringcrypto
2022-03-28 Matthew Dempskyinternal/pkgbits: add fingerprints to unified IR export...
2022-03-27 zhangjiango/build: remove unused code in TestDependencies
2022-03-18 Russ Coxinternal/diff: add, replacing cmd/internal/diff
2022-03-16 Russ Coxinternal/txtar: bring back to main repo, for tests...
2022-03-10 Joe Tsaiflag: add TextVar function
2022-03-07 David Chase[dev.boringcrypto] all: merge master into dev.boringcrypto
2022-03-01 Matthew Dempskyinternal/pkgbits: extract unified IR coding-level logic
2022-02-15 Michael Prattruntime/internal/syscall: new package for linux
2022-02-08 Chressie Himpel[dev.boringcrypto] all: merge master into dev.boringcrypto
2022-02-08 Daniel Martícrypto/elliptic: use go:embed for the precomputed p256...
2022-02-03 Chressie Himpel[dev.boringcrypto] all: merge master into dev.boringcrypto
2021-11-16 Michael Prattos/exec: avoid NewFile on unknown FDs
next