]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
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...
2024-10-12 Xiaolin Zhaomath: implement arch{Floor, Ceil, Trunc} in hardware...
2024-10-11 Tobias Klausernet: use slices.Contains{,Func} in lookup tests
2024-10-11 Damien Neilinternal/syscall/windows: add Openat, Mkdirat
2024-10-11 xzhang39cmd/go: add file names for cyclic import error
2024-10-11 qmuntalruntime: reduce syscall.SyscallX stack usage
2024-10-11 zhangjiancmd/go: make sure the linker for shared doesn't include...
2024-10-10 qmuntalsyscall: support more flags when opening directories...
2024-10-10 qmuntalsyscall: fix Open param names
2024-10-10 cuishuangnet/url: add example for JoinPath
2024-10-10 qmuntalsyscall,os: move flags validation from os.OpenFile...
2024-10-10 Robert Griesemerdoc: reference language version in pre-generic spec...
2024-10-09 Ian Lance Tayloros: handle umask comparing execute mode in verifyCopyFS
2024-10-09 cuishuangnet/mail: add example for ParseDate
2024-10-09 Keith Randallcmd/compile: use call block instead of entry block...
2024-10-09 Mauri de Souza... cmd/go: place GOROOT/bin at the beginning of PATH in...
2024-10-09 qmuntalsyscall: simplify O_TRUNC handling on Windows
2024-10-09 qmuntalsyscall: implement Ftruncate using a single syscall...
2024-10-09 Michael Prattinternal/runtime/maps: support big endian architectures
2024-10-08 Mauri de Souza... cmd/compile, internal/runtime/atomic: add Xchg8 for...
2024-10-08 Michael Prattinternal/runtime/maps: initial swiss table map implemen...
2024-10-08 Tobias Klausercmd/go/internal/modload: use slices.Contains
2024-10-08 Tobias Klauserencoding/asn1: use slices.Equal in ObjectIdentifier...
2024-10-08 Xiaolin Zhaocmd/internal/obj: optimize the function stacksplit...
2024-10-07 Michael Anthony... net: detect EAI_ADDRFAMILY for cgo host lookup on FreeBSD
2024-10-07 Damien Neilsyscall, internal/syscall/unix: add Openat support...
2024-10-07 Damien Neilinternal/syscall/unix: add Mkdirat and Readlinkat
2024-10-07 Paul E. Murphycmd/compile: add internal/runtime/atomic.Xchg8 intrinsi...
2024-10-07 Elias Nauriter: fix spurious TestPullDoubleYield[2] successes
2024-10-07 Cuong Manh Lecmd/compile: avoid dynamic type when possible
2024-10-07 Damien Neilinternal/syscall/windows: add NtCreateFile
2024-10-07 apocelipesgo/types, types2: use slices to simplify the code
2024-10-07 Sean Liaoio/fs: document need to call File.Close
2024-10-07 Filippo Valsordacrypto/rand: skip TestAllocations if optimizations...
2024-10-07 xieyuschenos: remove t.Parallel in TestMkdirStickyUmask
2024-10-07 qmuntalinternal/coverage: use 128-bit FNV-1a hash instead...
2024-10-07 Filippo Valsordaruntime: overwrite startupRand instead of clearing it
2024-10-07 Filippo Valsordaruntime: use arc4random_buf() for readRandom
2024-10-07 Filippo Valsordacrypto/rand: add randcrash=0 GODEBUG
2024-10-07 Filippo Valsordacrypto/rand: improve TestReadLoops
2024-10-07 Filippo Valsordacrypto/rand: use runtime.getRandomData on js/wasm
2024-10-07 Filippo Valsordacrypto/rand: use arc4random_buf() on OpenBSD
2024-10-07 Filippo Valsordacrypto/rand: reintroduce urandom fallback for legacy...
2024-10-07 Filippo Valsordacrypto/rand: prevent Read argument from escaping to...
2024-10-07 Filippo Valsordacrypto/rand: crash program if Read would return an...
2024-10-07 Filippo Valsordacrypto/rand: remove /dev/urandom fallback and improve...
2024-10-04 David Chasecmd/go: adjust test with tricky ld flags to not run...
next