]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2024-10-24 Michael Anthony... runtime: uphold goroutine profile invariants in coroswitch
2024-10-24 Michael Anthony... runtime: fix ASAN poison calculation in mallocgc
2024-10-24 Filippo Valsordacrypto/internal/cryptotest: skip hardware support check...
2024-10-24 Damien Neilnet/http: limit 1xx based on size, do not limit when...
2024-10-24 Ian Lance Taylorruntime: support cgo index into pointer-to-array
2024-10-24 Joel Singcmd/internal/obj,cmd/asm: add vector registers to riscv...
2024-10-24 Joel Singcmd/internal/obj/riscv: add vector instruction encodings
2024-10-24 Xiaolin Zhaocmd/compile: fold MOV*nop and MOV*const on loong64
2024-10-24 Filippo Valsordacrypto/sha256,crypto/sha512: skip TestAllocations witho...
2024-10-24 Xiaolin Zhaocmd/compile: inline constant sized memclrNoHeapPointers...
2024-10-24 limeidancmd/compile/internal: optimize condition branch impleme...
2024-10-24 Robert Griesemergo/types, types2: simplify cycle reporting code (minor...
2024-10-24 Damien Neilinternal/poll: keep copying after successful Sendfile...
2024-10-23 Sean Liaonet/http/pprof: include Symbol in Index
2024-10-23 Carlos Amedeedoc/next: document the minimum Linux kernel version...
2024-10-23 Shuo Wangruntime: add the checkPtraceScope to skip certain tests
2024-10-23 qmuntalsyscall: only remove write data access when O_APPEND...
2024-10-23 Siddhartha... cmd/link: fix flags order in linkerFlagSupported
2024-10-23 Cuong Manh Lehash/maphash: sync wyhash with runtime implementation
2024-10-23 Filippo Valsordacrypto/internal/fips/subtle: provide XORBytes
2024-10-23 Filippo Valsordacrypto/hmac: move implementation to crypto/internal...
2024-10-23 Filippo Valsordacrypto/sha256,crypto/sha512: move implementation to...
2024-10-23 Filippo Valsordacrypto/sha256,crypto/sha512: test fallback implementations
2024-10-23 Filippo Valsordacrypto/sha256,crypto/sha512: make assembly structure...
2024-10-23 Jes Cokencoding/json: clarify omitempty option for {array...
2024-10-23 Mauri de Souza... cmd/asm: add support for LDREXB/STREXB
2024-10-23 apocelipesos: use sync.OnceValue
2024-10-23 Youlin Fengcmd/compile: arithmetic optimization for shifts
2024-10-23 Ian Lance Taylorruntime/debug: minor cleanups after CL 384154
2024-10-23 Ian Lance Taylorruntime/debug: document ParseBuildInfo and (*BuildInfo...
2024-10-23 Robert Griesemergo/types, types2: qualify named types in error messages...
2024-10-23 Robert Griesemergo/types, types2: rename kindString to compositeKind...
2024-10-23 changwang maruntime: fix typo in error message
2024-10-22 Max Neverovgo/types: improve recursive type error message
2024-10-22 Alan Donovango/internal/typeparams: melt it down
2024-10-22 David Chasecmd/compile: discount calls to closure variables
2024-10-22 David Chasecmd/compile: tweak inlining to favor PPARAM call sites
2024-10-22 Keith Randallcmd/compile: use STP/LDP around morestack on arm64
2024-10-22 Andrey Bokhankoruntime: Check LSE support on ARM64 at runtime init
2024-10-22 limeidancmd/compile/internal/ssa: optimize if control flow...
2024-10-22 limeidancmd/compile/internal/ssa: optimize ANDconst rule of...
2024-10-22 limeidancmd/compile/internal/ssa: optimize store-zero rules...
2024-10-21 Rob Findleygo/types,types2: avoid data race to object.color_ throu...
2024-10-21 Michael Prattcmd/link,runtime: DWARF/gdb support for swiss maps
2024-10-21 Cherry Muicmd/link: reduce Wasm initial memory size
2024-10-21 Cherry Muiruntime: (re)use unused linear memory on Wasm
2024-10-21 Michael Anthony... runtime,time: use atomic.Int32 for isSending
2024-10-21 Michael Pratttest: split non-regabi stack map test
2024-10-21 1911860538html: use sync.OnceValues instead of var once sync...
2024-10-21 Alfonso Subiotto... runtime: remove linkname from memhash{32,64} functions
2024-10-21 Paul E. Murphycmd/link: fix TestTrampoline symbol name check on PPC64
2024-10-21 Jes Cokdatabase/sql: rewrite Null[T].Value method, update...
2024-10-21 Shuo Wangcmd/compile: fix the typos in genericOps.go
2024-10-21 qmuntalinternal/syscall/windows: set write access when O_TRUNC...
2024-10-21 Ian Lance Taylornet: document ctx argument to ListenConfig.Listen/Liste...
2024-10-21 Cherry Muicmd/link: on ELF, generate GNU build ID by default
2024-10-21 Cherry Muicmd/internal/buildid: skip over GNU build ID from build...
2024-10-21 Cherry Muicmd/link: apply -B UUID to external linking on Mach-O
2024-10-21 Cherry Muicmd/link: on Mach-O, generate LC_UUID by default
2024-10-21 Cherry Muicmd/internal/buildid: skip over Mach-O UUID from buildi...
2024-10-21 Cherry Muicmd/internal/macho: new package for handling mach-o...
2024-10-21 Cherry Muicmd/link: generate Mach-O UUID when -B flag is specified
2024-10-21 Michael Anthony... runtime: execute publicationBarrier in noscan case...
2024-10-21 Michael Anthony... runtime: specialize heapSetType
2024-10-21 Michael Anthony... runtime: refactor mallocgc into several independent...
2024-10-21 Michael Anthony... runtime: break out the debug.malloc codepaths into...
2024-10-21 Michael Anthony... runtime: move debug checks behind constant flag in...
2024-10-21 Michael Anthony... runtime: rename shouldhelpgc to checkGCTrigger in mallocgc
2024-10-21 Michael Anthony... runtime: recompute assistG before and after malloc
2024-10-21 Michael Anthony... runtime: use wb flag instead of gcphase for allocate...
2024-10-21 Michael Anthony... runtime: simplify mem profile checking in mallocgc
2024-10-21 Sean Liaoencoding/xml: document that embedded interfaces look...
2024-10-21 Michael Anthony... runtime: optimize 8-byte allocation pointer data writing
2024-10-21 Michael Anthony... runtime: don't call span.heapBits in writeHeapBitsSmall
2024-10-21 Michael Prattcmd/compile,internal/runtime/maps: add extendible hashing
2024-10-21 Paul E. Murphycmd/asm: add position to PCALIGN directives
2024-10-21 Shuo Wangruntime: revise the documentation comments for netpoll
2024-10-21 Shuo Wangsyscall: skip TestSetuidEtc when root's gid is not 0
2024-10-21 limeidancmd/link: check if the trampoline is actually added
2024-10-19 Mateusz Poliwczakgo/ast: document invalid raw string literal end positio...
2024-10-18 Michael Prattruntime: more thorough map benchmarks
2024-10-18 Mauri de Souza... internal/runtime/atomic: add Xchg8 for 386
2024-10-18 Joseph Myersruntime/testdata: fix for C23 nullptr keyword
2024-10-18 xieyuschenos: add precondition doc for Create and OpenFile
2024-10-18 David Chasecmd/compile: omit saved .closureptr in optimized code
2024-10-18 qmuntalsyscall: keep write access when O_TRUNC is used on...
2024-10-18 Xiaolin Zhaocmd/compile: add patterns for bitfield opcodes on loong64
2024-10-17 Xiaolin Zhaocmd/compile: optimize loong64 with register indexed...
2024-10-17 apocelipestime: correct time.AppendText's error message
2024-10-17 Alan Donovango/internal/gcimporter: drop indexed import
2024-10-16 Sean Liaostrconv: display format options as list
2024-10-16 Ryan Grangercrypto/tls: include close notify in client tls test...
2024-10-15 Damien Neilos: use relative paths in a test dir in TestOpenError
2024-10-14 Robert PajÄ…ktimer: fix Stop link in Timer.Reset doc comment
2024-10-14 qmuntalinternal/syscall/windows: fix handle leak in Mkdirat
2024-10-14 Austin Clementsruntime: clarify work.bytesMarked documentation
2024-10-14 Michael Prattall: wire up swisstable maps
2024-10-14 Ian Lance Taylorruntime: don't frob isSending for tickers
2024-10-14 zhangjiancmd/cgo/internal/testsanitizers: correct comment in...
2024-10-14 apocelipescmd/cgo,cmd/go: preallocate slices if they have known...
next