]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2023-05-23 Rob Findleygo/types, types2: require CGO for TestIssue59944
2023-05-23 Russ Coxcmd/go: add support for 'go' and 'toolchain' repos...
2023-05-23 Russ Coxcmd/go: download newer toolchain if needed during go...
2023-05-23 Russ Coxcmd/go: accept non-standard versions like go1.21-202305...
2023-05-23 Russ Coxcmd/go/internal/gover: add new Go version package
2023-05-23 Lance Yangruntime: fall back on mmap if madvise is unsupported
2023-05-23 Sven Andersonruntime: let Pinner preallocate a reusable ref array
2023-05-23 Rob Findleygo/types: resolve cgo base type names
2023-05-23 Than McIntoshcmd/go,testing: re-implement testing.Coverage
2023-05-23 Than McIntoshruntime/coverage: add support for "auxiliary" meta...
2023-05-23 Than McIntoshruntime/coverage: add coverage snapshot helper routine
2023-05-23 Than McIntoshinternal/coverage/cformat: add aggregation option to...
2023-05-23 Than McIntoshcmd/covdata: tweak output format for 'go tool covdata...
2023-05-23 Than McIntoshcmd/covdata: relax mode clash policy for selected opera...
2023-05-23 Than McIntoshinternal/coverage: implement conforming Seek method...
2023-05-23 Than McIntoshcmd/go: add some test skips for GOEXPERIMENT=nocoverage...
2023-05-23 Bryan C. Millscmd/go: clear GOOS environment variable in TestScript...
2023-05-23 Russ Coxcmd/go: allow using go env with unknown vars already...
2023-05-22 Matthew Dempskycmd/compile: incorporate inlined function names into...
2023-05-22 Bryan C. Millscmd/go: retain extra roots to disambiguate imports...
2023-05-22 Bryan C. Millscmd/go: add a test that reproduces an unstable 'go...
2023-05-22 Austin Clementscmd/cgo/internal: skip in tests, not in TestMain
2023-05-22 Austin Clementscmd/cgo: merge overlayDir into one package
2023-05-22 Austin Clementscmd/cgo/internal/testcshared: drop bespoke host test...
2023-05-22 Michael Prattcmd/compile: enable PGO-driven call devirtualization
2023-05-22 Jonathan Amsterdamlog/slog: increase test coverage
2023-05-22 Jonathan Amsterdamlog/slog: improve test coverage of JSON handler
2023-05-22 Ian Lance Taylorruntime: treat TestRaceSignal as flaky on Darwin
2023-05-22 Ian Lance Taylorcmd/cgo: recognize unsafe.{StringData,SliceData}
2023-05-22 Jonathan Amsterdamlog/slog: fix check for nil prefix
2023-05-22 Jonathan Amsterdamlog/slog: empty calls to With and WithGroup are no-ops
2023-05-22 Jonathan Amsterdamcmd/vet: add slog checker
2023-05-22 Garet Hallidaywasm: remove redundant calls to setTimeout and clearTimeout
2023-05-22 Robert Griesemergo/types, types2: remove unnecessary pkg argument from...
2023-05-22 Ian Lance Taylorruntime: remove some unused constants from assembler...
2023-05-22 Robert Griesemergo/types, types2: keep inferring type arguments from...
2023-05-22 Bryan C. Millsnet: skip TestFileFdBlocks if the "unix" network is...
2023-05-22 Michael Prattcmd/compile: replace -d=pgoinline with -d=pgodebug
2023-05-22 Michael Prattcmd/compile/internal/typecheck: export Implements
2023-05-22 Michael Prattcmd/compile/internal/typecheck: remove base.Errorf...
2023-05-22 qmuntalruntime: fix TestSehUnwind
2023-05-22 Felix Geisendörferruntime: rename getcallerfp to getfp
2023-05-22 Ruinancmd/asm: encode instructions like SHA1SU0 with a separa...
2023-05-22 Jonathan Amsterdamdoc: add slog to release notes
2023-05-20 Ian Lance Taylornet, os: net.Conn.File.Fd should return a blocking...
2023-05-20 Ian Lance Taylornet: ignore more errors in TestDialCancel
2023-05-20 Ian Lance Taylorruntime: consolidate on a single closeonexec definition
2023-05-20 Sean Liaocmd/go: update help for empty environment variables
2023-05-20 Ian Lance Taylorruntime: change fcntl to return two values
2023-05-20 Russ Coxcmd/go: implement GOTOOLCHAIN=auto
2023-05-20 Jabar Asadiio: prevent seeking to position prior to offsetwrite...
2023-05-20 Sean Liaonet/http/pprof: document query params
2023-05-19 Sven Andersonruntime: improve Pinner with gcBits
2023-05-19 Dmitri Shuralyovcmd/dist: use "pkg[:variant]" as dist test name
2023-05-19 Austin Clementscmd/dist: remove unused functionality
2023-05-19 Austin Clementscmd/dist: delete moved_goroot test
2023-05-19 Paul E. Murphyall: generate NOTOC shared code on power10/PPC64/linux
2023-05-19 David Chasecmd/compile: tweaks to loopvar logging
2023-05-19 Michael Anthony... runtime: make trace.lock not reentrant
2023-05-19 Michael Anthony... runtime: replace raw traceEv with traceBlockReason...
2023-05-19 qmuntalnet: make Dial fail faster on Windows closed loopback...
2023-05-19 Austin Clementscmd/dist: flush incomplete lines in -json mode
2023-05-19 Michael Anthony... runtime: make traceClockNow nosplit
2023-05-19 cuiweixiemaps: enhance the robustness of the tests
2023-05-19 cuiweixiemaps: delete unused var
2023-05-19 Keith Randallcmd/compile: constant-fold loads from constant dictiona...
2023-05-19 Michael Anthony... runtime: formalize the trace clock
2023-05-19 Ian Lance Taylorcmp: new package
2023-05-19 millerinternal/poll: handle SetDeadline to time.Now() in...
2023-05-19 Michael Anthony... runtime: emit STW events for all pauses, not just those...
2023-05-19 cuiweixiehtml/template: expose ErrJSTemplate
2023-05-19 Michael Anthony... runtime: flush idle time to sched.idleTime on limiter...
2023-05-19 Michael Anthony... runtime: fix lockrank ordering for pinner implementation
2023-05-19 cuiweixiemaps,runtime: improve maps.Keys
2023-05-19 Sven Andersonruntime: implement Pinner API for object pinning
2023-05-19 Oleksandr Redkogo/types: fix typos in comments
2023-05-19 Michael Anthony... runtime: make the memory limit heap goal headroom propo...
2023-05-19 Tobias Klauserruntime: report correct fcntl syscall error in checkClo...
2023-05-19 Robert Griesemergo/types, types2: fix comments in unify.go
2023-05-19 Robert Griesemergo/types, types2: type-check built-ins even if there...
2023-05-19 Michael Anthony... runtime: add eager scavenging details to GODEBUG=scavtr...
2023-05-19 Alessandro... cmd/link: add ReflectMethod flag to -dumpdep output
2023-05-19 Bryan C. Millscmd/go: add a GODEBUG to limit the number of concurrent...
2023-05-19 Austin Clementscmd/cgo/internal/testcarchive: fix nocgo and no-c-archi...
2023-05-19 Robert Griesemercmd/compile: use more lenient type inference for untype...
2023-05-19 Austin Clementscmd/cgo/internal/testsovar: merge into testso
2023-05-19 Austin Clementscmd/cgo/internal/testtls: cleanup and support more...
2023-05-19 Austin Clementscmd/dist: drop remaining conditions on default cgo...
2023-05-19 Austin Clementscmd/cgo/internal/testnocgo: always run in default confi...
2023-05-19 Austin Clementscmd/cgo/internal/testtls: build and run everywhere
2023-05-19 Austin Clementscmd/dist: don't pass -linkmode=auto
2023-05-19 Austin Clementscmd/dist: let several cgo tests run as regular cmd...
2023-05-19 Austin Clementscmd/dist: refine test conditions and enable more cgo...
2023-05-19 Austin Clementscmd/dist: enable more cgo tests if GO_GCFLAGS != ""
2023-05-19 Russ Coxcmd/api: skip TestIssue21181
2023-05-19 Alan Donovanslices: add in-place Reverse function
2023-05-19 Oleksandr Redkoos: remove unnecessary return after t.Fatal
2023-05-18 Heschi Kreinickdoc: add TODOs to go1.21
2023-05-18 Robert Griesemergo/types, types2: remove unnecessary assignment (minor...
2023-05-18 Austin Clementscmd/dist: tweaks to -json mode
next