]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
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...
2024-10-04 Tobias Klauserruntime: use stringslite.CutPrefix in isExportedRuntime
2024-10-04 Ian Lance Taylorcmd/cgo: avoid endless recursion on recursive type
2024-10-04 Guoqi Cheninternal/cpu: add CPU feature LAMCAS and LAM_BH detecti...
2024-10-04 xieyuschenos: check permissions of CopyFS copied files
2024-10-03 Robert Griesemergo/types, types2: always try inference over methods...
2024-10-03 Robert Griesemergo/types, types2: add additional tracing output in...
2024-10-03 Vasily Leonenkoruntime: memclrNoHeapPointers optimization for block...
2024-10-03 qiulaidongfengcmd/go: relax the regular expression of TestScript...
2024-10-03 Damien Neilnet/netip: clarify Addr.Is4In6 documentation
2024-10-03 Tobias Klauserslices: print modified cloned slice in ExampleClone
2024-10-03 Nick RipleyRevert "runtime/pprof: make TestBlockMutexProfileInline...
2024-10-03 Mateusz Poliwczakgo/ast/internal/tests: add missing copyright header
2024-10-03 qmuntalarchive/tar: use hash/crc32 instead of crypto/md5 for...
2024-10-03 Michael Prattsyscall: use SYS_EXIT_GROUP in CLONE_PIDFD feature...
2024-10-02 Ian Lance Taylorruntime: clear isSending bit earlier
2024-10-02 Robert Griesemergo/types, types: always record a type for inner composi...
2024-10-02 Nick Ripleyruntime/pprof: make TestBlockMutexProfileInlineExpansio...
2024-10-02 Michael Matloobcmd/go/internal/security: add -ftls-model to valid...
2024-10-02 Jason A. Donenfeldruntime: don't acquirem() in vgetrandom unless necessary
2024-10-02 Rhys Hiltnercmd/compile/internal/ssa: intrinsify atomic.Xchg8 on...
2024-10-02 Rhys Hiltnerinternal/runtime/atomic: add Xchg8 for amd64
2024-10-02 qiulaidongfenghash/maphash: add WriteComparable and Comparable
2024-10-02 Jonathan Amsterdamsrc/net/http: remove ServeMux.patterns
2024-10-02 Tobias Klausersyscall: gofmt after CL 592078
2024-10-02 Tobias Klauserall: use slices.Sorted(maps.Keys(m))
2024-10-02 Jes Cokencoding/json: add omitzero option
2024-10-02 Jes Coktext/template: use correct verbs for reflect.Value
2024-10-02 Robert Griesemerspec: document that alias declarations can have type...
2024-10-02 Robert Griesemerspec: clarify that identical structs must have identica...
2024-10-01 Austin Clementscmd/internal/obj: make asmidx error less cryptic
2024-10-01 Ian Lance Taylorcmd/cgo: add srcdir & trimpath docs, sort options
2024-10-01 favonianet: document possible networks that can be passed...
2024-10-01 Brian Palmercmd/cgo: document errno value semantics
2024-10-01 Cuong Manh Letest: fix test issue 69434 for riscv64
2024-10-01 Michael Prattruntime/pprof: add context to short stack panic
2024-10-01 Sam Thanawallacmd/go: add GOAUTH mechanism for HTTP authentication
2024-10-01 Tobias Klauserall: use slices.Delete
2024-09-30 Robert Griesemergo/parser, syntax: better error message for parameter...
2024-09-30 Davis GoodinREADME.vendor: add note about GOROOT, recommend fresh go
2024-09-30 Matt T. Proudcontext: link to context and structs blog post
2024-09-30 Ian Lance Taylornet: use correct address family when testing for MPTCP...
2024-09-30 Mateusz Poliwczakruntime, internal/syscall/unix: mark getrandom vDSO...
2024-09-30 Matt T. Prouderrors: reference Go 1.13 article about errors
2024-09-30 Jason A. Donenfeldruntime: use canonical wireguard-go repo for procyield...
2024-09-30 Mateusz Poliwczakgo/ast: update (*File).Imports field in SortImports
2024-09-30 Damien Neilcrypto/internal/randutil: use math/rand/v2
2024-09-30 Davis Goodincrypto/internal/cryptotest: fix typos in AEAD test...
2024-09-30 Jason A. Donenfeldruntime: align vgetrandom states to cache line
2024-09-30 qiulaidongfengcmd/go: exit non-zero if version -m is used with a...
2024-09-30 Sam Thanawallacmd/go: add Mercurial based version stamping for binaries
2024-09-30 Mateusz Poliwczakinternal/testlog: use atomic.Pointer instead of atomic...
next