]> Cypherpunks.ru repositories - gostls13.git/shortlog
gostls13.git
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...
2023-05-17 Cherry Muidoc/go1.21: document that -pgo=auto enabled by default
2023-05-17 Cherry Muiruntime/cgo: store M for C-created thread in pthread key
2023-05-17 Ian Lance Taylorcmd/gofmt: try to write original data on rewrite failure
2023-05-17 Cherry Muicmd/compile: build compiler with PGO
2023-05-17 Ian Lance Tayloros: if descriptor is non-blocking, retain that in Fd...
2023-05-17 Patryk Chelmeckicrypto/x509: fix certificate validation with FQDN on...
2023-05-17 Ian Lance Taylorruntime: publish netpoll info after incrementing fdseq
2023-05-17 David Chasecmd/link, internal/abi: minor follow-up cleanups
2023-05-17 Austin Clementscmd/dist: add -json flag
2023-05-17 Austin Clementscmd/dist: refactor rtPreFunc to print skips in only...
2023-05-17 Austin Clementscmd/dist: make it possible to filter output of backgrou...
2023-05-17 Austin Clementscmd/dist: simplify work list functions
2023-05-17 Dmitri Shuralyovcmd: update vendored golang.org/x/mod
next