]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2025-07-24 Klaus Posthash/crc32: add AVX512 IEEE CRC32 calculation
2025-07-24 Derek Parkercmd/compile: prefer base.Fatalf to panic in dwarfgen
2025-07-24 kmvijaycmd/internal/obj/s390x: add MVCLE instruction
2025-07-24 Julian Zhuruntime: optimize memclr on mips64x
2025-07-24 kmvijayruntime: improvement in memclr for s390x
2025-07-24 Jes Cokinternal/runtime/exithook: fix a typo
2025-07-24 wingrezcmd/internal/goobj: make error output clear
2025-07-24 Michael Matloobcmd/go/internal/doc: clean up after merge with cmd...
2025-07-24 Michael Matloobcmd/internal/doc: merge with cmd/go/internal/doc
2025-07-24 Michael Matloobcmd/doc: delete
2025-07-24 Roland Shoemakerruntime: randomize heap base address
2025-07-24 Cuong Manh Lecmd/compile: use better fatal message for staticValue1
2025-07-24 Tobias Klausercmd/cgo: compare malloc return value to NULL instead...
2025-07-24 Robert Griesemergo/types, types2: better error messages for certain...
2025-07-24 Keith Randallcmd/compile: use ,ok return idiom for sparsemap.get
2025-07-24 Keith Randallcmd/compile: use generics for sparse map
2025-07-24 Keith Randallcmd/api: rerun updategolden
2025-07-24 Tobias Klauserruntime: drop NetBSD kernel bug sysmon workaround fixed...
2025-07-24 Adi Alonicmd/go: clean should respect workspaces
2025-07-24 Filip Petkovskiencoding/json/jsontext: preserve buffer capacity in...
2025-07-24 Michael Matloobcmd/go: always return the cached path from go tool -n
2025-07-23 Michael Prattruntime: check TestUsingVDSO ExitError type assertion
2025-07-23 Michael Anthony... doc/next: initialize
2025-07-23 Michael Anthony... internal/goversion: update Version to 1.26
2025-07-23 Derek Parkercmd/link: scope test to linux & net.sendFile
2025-07-23 Derek Parkercmd/compile: fix loclist for heap return vars without...
2025-07-22 Lyle Deannet: correct comment for ListenConfig.ListenPacket
2025-07-22 Michael Prattall: go fmt
2025-07-22 cuishuangcmd/internal/objabi: remove redundant word in comment
2025-07-22 Keith Randallruntime: relax TestMemoryLimitNoGCPercent a bit
2025-07-21 Keith Randallcmd/compile: for arm64 epilog, do SP increment with...
2025-07-21 Keith Randallruntime: fix asan wrapper for riscv64
2025-07-21 Ian Alexandercmd/go: check subcommand properties
2025-07-20 Meng Zhuocmd/internal/obj: enable got pcrel itype in fips140...
2025-07-19 thepuddscmd/compile/internal/ssa: restrict architectures for...
2025-07-18 Carlos Amedeeos: revert the use of AddCleanup to close files and...
2025-07-18 Alan Donovango/types: infer correct type for y in append(bytes...
2025-07-17 thepuddscmd/compile/internal/escape: improve DWARF .debug_line...
2025-07-16 Michael Anthony... runtime: fix idle time double-counting bug
2025-07-16 thepuddscmd/compile/internal/escape: speed up analyzing some...
2025-07-16 Cherry Muicmd/link, runtime: on Wasm, put only function index...
2025-07-16 Cherry Muiruntime: use 32-bit function index on Wasm
2025-07-16 Cherry Muicmd/internal/obj/wasm: use 64-bit instructions for...
2025-07-15 Michael Matloobcmd/internal/doc: upgrade godoc pkgsite to 01b046e
2025-07-15 Michael Anthony... runtime: use memclrNoHeapPointers to clear inline mark...
2025-07-15 Michael Anthony... runtime: only clear inline mark bits on span alloc...
2025-07-15 Michael Anthony... runtime: have mergeInlineMarkBits also clear the inline...
2025-07-15 Michael Anthony... runtime: merge inline mark bits with gcmarkBits 8 bytes...
2025-07-15 dyma soloveiruntime/maps: fix typo in group.go comment (instrinsifi...
2025-07-15 guoguangwuos: remove useless error check
2025-07-15 Michael Prattruntime: expand GOMAXPROCS documentation
2025-07-14 Joe Tsaiencoding/json: decompose legacy options
2025-07-14 Joe Tsaiencoding/json/v2: add security section to doc
2025-07-11 Tobias Klauserruntime: gofmt after CL 643897 and CL 662455
2025-07-11 Joe Tsaiencoding/json: remove legacy option to EscapeInvalidUTF8
2025-07-11 Joe Tsaiencoding/json/v2: report wrapped io.ErrUnexpectedEOF
2025-07-11 Filippo Valsordacrypto/rsa: drop contradictory promise to keep PublicKe...
2025-07-11 Filippo Valsordacrypto/rsa: fix documentation formatting
2025-07-11 Keith Randallruntime: turn off large memmove tests under asan/msan
2025-07-11 Cherry Muicmd/link: do size fixups after symbol references are...
2025-07-11 Jakob Borgos: trivial comment fix
2025-07-10 Christian Hoeppnersynctest: fix comments for time.Now() in synctests
2025-07-10 Markus Kusanocrypto/cipher: Fix comment punctuation
2025-07-09 Michael Anthony... runtime: run TestSignalDuringExec in its own process...
2025-07-09 Daniel McCarneycrypto/tls: empty server_name conf. ext. from server
2025-07-08 Roland Shoemakercmd/go: disable support for multiple vcs in one module
2025-07-08 cuishuanginternal: make struct comment match struct name
2025-07-08 Ian Lance Taylorcmd/compile: document that nosplit directive is unsafe
2025-07-08 Jorropocmd/compile: run fmt on ssa
2025-07-07 Michael Anthony... internal/trace: only test for sync preemption if async...
2025-07-07 Michael Matloobcmd/internal/doc: fix GOROOT skew and path joining...
2025-07-07 Michael Anthony... runtime: make traceStack testable and add a benchmark
2025-07-07 Filippo Valsordacrypto/rsa: remove another forgotten note to future...
2025-07-07 qmuntalcmd/compile/internal/ssa: skip EndSequence entries...
2025-07-07 John Giorshevsort: clarify Less doc
2025-07-04 Cherry Muiruntime: correct vdsoSP on S390X
2025-07-03 Filippo Valsordahash: document that Clone may only return ErrUnsupporte...
2025-07-02 qmuntalcmd/cgo/internal/testsanitizers: skip asan tests when...
2025-07-02 Deleplacetesting/synctest: explicitly state Run will be removed...
2025-07-01 Michael Matloobcmd/go/internal/modindex: apply changes in CL 502615...
2025-07-01 Filippo Valsordacrypto/tls: ensure the ECDSA curve matches the signatur...
2025-07-01 Filippo Valsordacrypto/ecdsa: fix crypto/x509 godoc links
2025-07-01 Keith RandallRevert "crypto/internal/fips140/subtle: add assembly...
2025-07-01 Jorroposlices: update TestIssue68488 to avoid false positives
2025-07-01 Keith Randallinternal/abi: fix comment on NonEmptyInterface
2025-06-30 Joe Tsaiencoding/json/jsontext: use bytes.Buffer.AvailableBuffer
2025-06-30 Joe Tsaiencoding/json/v2: avoid escaping jsonopts.Struct
2025-06-30 thepuddscmd/compile/internal/escape: add debug hash for literal...
2025-06-30 thepuddscmd/compile/internal/escape: stop disabling literal...
2025-06-30 Daniel McCarneycrypto/tls: update bogo version
2025-06-30 Olivier Menguéinternal/goexperiment: fix godoc formatting
2025-06-30 Michael Prattruntime: stash allpSnapshot on the M
2025-06-30 Damien Neilsync: disassociate WaitGroups from bubbles on Wait
2025-06-30 Filippo Valsordacrypto/hmac: wrap ErrUnsupported returned by Clone
2025-06-30 limeidanruntime: update skips for TestGdbBacktrace
2025-06-30 Mikhail Mazurskiyiter: add missing type parameter in doc
2025-06-29 qmuntalcmd/doc: fix -http on Windows
2025-06-28 Cherry Muiruntime: remove arbitrary 5-second timeout in TestNeedm...
2025-06-27 Joe Tsaireflect: fix TypeAssert on nil interface values
2025-06-27 qmuntalos: use minimal file permissions when opening parent...
next