]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
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
2023-05-18 Robert Griesemergo/types, types2: implement min/max builtins
2023-05-18 Bryan C. Millscmd/go/internal/modfetch: avoid creating unused temp...
2023-05-18 Bryan C. Millscmd/go/internal/modload: fix sanity check in rawGoModSu...
2023-05-18 Bryan C. Millscmd/go: log more information about leaked temp files
2023-05-18 Bryan C. Millscmd/go: make TestScript/gotoolchain more realistic
2023-05-18 Bryan C. Millscmd/go: propagate Context arguments through modfetch...
2023-05-18 Robert Griesemergo/types, types2: factor out type matching in binary...
2023-05-18 Robert Griesemergo/types, types2: reduce differences between go/types...
2023-05-18 Robert Griesemergo/types, types2: assert that builtin reports valid...
2023-05-18 Robert Griesemergo/types, types2: remove argument "getter" use from...
2023-05-18 Michael PrattRevert "cmd/compile: build compiler with PGO"
2023-05-18 Austin Clementscmd/cgo/internal/test: fix TestThreadLock
2023-05-18 Cherry Muidoc/go1.21: fix HTML formatting
2023-05-18 Bryan C. Millscmd/gofmt: fix a data race in TestPermissions
2023-05-18 Junxian Zhucmd/compile: intrinsify runtime/internal/atomic.{And...
2023-05-18 Tobias Klauseros: set File.appendMode in NewFile if file was opened...
2023-05-18 Tobias Klauserinternal/poll, internal/syscall/unix, net: move and...
2023-05-18 erifan01cmd/asm: remove unsupported opcodes MOVNP and STLP...
2023-05-18 Robert Griesemercmd/compile: enable more lenient type inference for...
next