2024-10-21 |
Michael Anthony... | runtime,time: use atomic.Int32 for isSending |
commit | commitdiff | tree |
2024-10-21 |
Michael Pratt | test: split non-regabi stack map test |
commit | commitdiff | tree |
2024-10-21 |
1911860538 | html: use sync.OnceValues instead of var once sync... |
commit | commitdiff | tree |
2024-10-21 |
Alfonso Subiotto... | runtime: remove linkname from memhash{32,64} functions |
commit | commitdiff | tree |
2024-10-21 |
Paul E. Murphy | cmd/link: fix TestTrampoline symbol name check on PPC64 |
commit | commitdiff | tree |
2024-10-21 |
Jes Cok | database/sql: rewrite Null[T].Value method, update... |
commit | commitdiff | tree |
2024-10-21 |
Shuo Wang | cmd/compile: fix the typos in genericOps.go |
commit | commitdiff | tree |
2024-10-21 |
qmuntal | internal/syscall/windows: set write access when O_TRUNC... |
commit | commitdiff | tree |
2024-10-21 |
Ian Lance Taylor | net: document ctx argument to ListenConfig.Listen/Liste... |
commit | commitdiff | tree |
2024-10-21 |
Cherry Mui | cmd/link: on ELF, generate GNU build ID by default |
commit | commitdiff | tree |
2024-10-21 |
Cherry Mui | cmd/internal/buildid: skip over GNU build ID from build... |
commit | commitdiff | tree |
2024-10-21 |
Cherry Mui | cmd/link: apply -B UUID to external linking on Mach-O |
commit | commitdiff | tree |
2024-10-21 |
Cherry Mui | cmd/link: on Mach-O, generate LC_UUID by default |
commit | commitdiff | tree |
2024-10-21 |
Cherry Mui | cmd/internal/buildid: skip over Mach-O UUID from buildi... |
commit | commitdiff | tree |
2024-10-21 |
Cherry Mui | cmd/internal/macho: new package for handling mach-o... |
commit | commitdiff | tree |
2024-10-21 |
Cherry Mui | cmd/link: generate Mach-O UUID when -B flag is specified |
commit | commitdiff | tree |
2024-10-21 |
Michael Anthony... | runtime: execute publicationBarrier in noscan case... |
commit | commitdiff | tree |
2024-10-21 |
Michael Anthony... | runtime: specialize heapSetType |
commit | commitdiff | tree |
2024-10-21 |
Michael Anthony... | runtime: refactor mallocgc into several independent... |
commit | commitdiff | tree |
2024-10-21 |
Michael Anthony... | runtime: break out the debug.malloc codepaths into... |
commit | commitdiff | tree |
2024-10-21 |
Michael Anthony... | runtime: move debug checks behind constant flag in... |
commit | commitdiff | tree |
2024-10-21 |
Michael Anthony... | runtime: rename shouldhelpgc to checkGCTrigger in mallocgc |
commit | commitdiff | tree |
2024-10-21 |
Michael Anthony... | runtime: recompute assistG before and after malloc |
commit | commitdiff | tree |
2024-10-21 |
Michael Anthony... | runtime: use wb flag instead of gcphase for allocate... |
commit | commitdiff | tree |
2024-10-21 |
Michael Anthony... | runtime: simplify mem profile checking in mallocgc |
commit | commitdiff | tree |
2024-10-21 |
Sean Liao | encoding/xml: document that embedded interfaces look... |
commit | commitdiff | tree |
2024-10-21 |
Michael Anthony... | runtime: optimize 8-byte allocation pointer data writing |
commit | commitdiff | tree |
2024-10-21 |
Michael Anthony... | runtime: don't call span.heapBits in writeHeapBitsSmall |
commit | commitdiff | tree |
2024-10-21 |
Michael Pratt | cmd/compile,internal/runtime/maps: add extendible hashing |
commit | commitdiff | tree |
2024-10-21 |
Paul E. Murphy | cmd/asm: add position to PCALIGN directives |
commit | commitdiff | tree |
2024-10-21 |
Shuo Wang | runtime: revise the documentation comments for netpoll |
commit | commitdiff | tree |
2024-10-21 |
Shuo Wang | syscall: skip TestSetuidEtc when root's gid is not 0 |
commit | commitdiff | tree |
2024-10-21 |
limeidan | cmd/link: check if the trampoline is actually added |
commit | commitdiff | tree |
2024-10-19 |
Mateusz Poliwczak | go/ast: document invalid raw string literal end positio... |
commit | commitdiff | tree |
2024-10-18 |
Michael Pratt | runtime: more thorough map benchmarks |
commit | commitdiff | tree |
2024-10-18 |
Mauri de Souza... | internal/runtime/atomic: add Xchg8 for 386 |
commit | commitdiff | tree |
2024-10-18 |
Joseph Myers | runtime/testdata: fix for C23 nullptr keyword |
commit | commitdiff | tree |
2024-10-18 |
xieyuschen | os: add precondition doc for Create and OpenFile |
commit | commitdiff | tree |
2024-10-18 |
David Chase | cmd/compile: omit saved .closureptr in optimized code |
commit | commitdiff | tree |
2024-10-18 |
qmuntal | syscall: keep write access when O_TRUNC is used on... |
commit | commitdiff | tree |
2024-10-18 |
Xiaolin Zhao | cmd/compile: add patterns for bitfield opcodes on loong64 |
commit | commitdiff | tree |
2024-10-17 |
Xiaolin Zhao | cmd/compile: optimize loong64 with register indexed... |
commit | commitdiff | tree |
2024-10-17 |
apocelipes | time: correct time.AppendText's error message |
commit | commitdiff | tree |
2024-10-17 |
Alan Donovan | go/internal/gcimporter: drop indexed import |
commit | commitdiff | tree |
2024-10-16 |
Sean Liao | strconv: display format options as list |
commit | commitdiff | tree |
2024-10-16 |
Ryan Granger | crypto/tls: include close notify in client tls test... |
commit | commitdiff | tree |
2024-10-15 |
Damien Neil | os: use relative paths in a test dir in TestOpenError |
commit | commitdiff | tree |
2024-10-14 |
Robert PajÄ…k | timer: fix Stop link in Timer.Reset doc comment |
commit | commitdiff | tree |
2024-10-14 |
qmuntal | internal/syscall/windows: fix handle leak in Mkdirat |
commit | commitdiff | tree |
2024-10-14 |
Austin Clements | runtime: clarify work.bytesMarked documentation |
commit | commitdiff | tree |
2024-10-14 |
Michael Pratt | all: wire up swisstable maps |
commit | commitdiff | tree |
2024-10-14 |
Ian Lance Taylor | runtime: don't frob isSending for tickers |
commit | commitdiff | tree |
2024-10-14 |
zhangjian | cmd/cgo/internal/testsanitizers: correct comment in... |
commit | commitdiff | tree |
2024-10-14 |
apocelipes | cmd/cgo,cmd/go: preallocate slices if they have known... |
commit | commitdiff | tree |
2024-10-12 |
Xiaolin Zhao | math: implement arch{Floor, Ceil, Trunc} in hardware... |
commit | commitdiff | tree |
2024-10-11 |
Tobias Klauser | net: use slices.Contains{,Func} in lookup tests |
commit | commitdiff | tree |
2024-10-11 |
Damien Neil | internal/syscall/windows: add Openat, Mkdirat |
commit | commitdiff | tree |
2024-10-11 |
xzhang39 | cmd/go: add file names for cyclic import error |
commit | commitdiff | tree |
2024-10-11 |
qmuntal | runtime: reduce syscall.SyscallX stack usage |
commit | commitdiff | tree |
2024-10-11 |
zhangjian | cmd/go: make sure the linker for shared doesn't include... |
commit | commitdiff | tree |
2024-10-10 |
qmuntal | syscall: support more flags when opening directories... |
commit | commitdiff | tree |
2024-10-10 |
qmuntal | syscall: fix Open param names |
commit | commitdiff | tree |
2024-10-10 |
cuishuang | net/url: add example for JoinPath |
commit | commitdiff | tree |
2024-10-10 |
qmuntal | syscall,os: move flags validation from os.OpenFile... |
commit | commitdiff | tree |
2024-10-10 |
Robert Griesemer | doc: reference language version in pre-generic spec... |
commit | commitdiff | tree |
2024-10-09 |
Ian Lance Taylor | os: handle umask comparing execute mode in verifyCopyFS |
commit | commitdiff | tree |
2024-10-09 |
cuishuang | net/mail: add example for ParseDate |
commit | commitdiff | tree |
2024-10-09 |
Keith Randall | cmd/compile: use call block instead of entry block... |
commit | commitdiff | tree |
2024-10-09 |
Mauri de Souza... | cmd/go: place GOROOT/bin at the beginning of PATH in... |
commit | commitdiff | tree |
2024-10-09 |
qmuntal | syscall: simplify O_TRUNC handling on Windows |
commit | commitdiff | tree |
2024-10-09 |
qmuntal | syscall: implement Ftruncate using a single syscall... |
commit | commitdiff | tree |
2024-10-09 |
Michael Pratt | internal/runtime/maps: support big endian architectures |
commit | commitdiff | tree |
2024-10-08 |
Mauri de Souza... | cmd/compile, internal/runtime/atomic: add Xchg8 for... |
commit | commitdiff | tree |
2024-10-08 |
Michael Pratt | internal/runtime/maps: initial swiss table map implemen... |
commit | commitdiff | tree |
2024-10-08 |
Tobias Klauser | cmd/go/internal/modload: use slices.Contains |
commit | commitdiff | tree |
2024-10-08 |
Tobias Klauser | encoding/asn1: use slices.Equal in ObjectIdentifier... |
commit | commitdiff | tree |
2024-10-08 |
Xiaolin Zhao | cmd/internal/obj: optimize the function stacksplit... |
commit | commitdiff | tree |
2024-10-07 |
Michael Anthony... | net: detect EAI_ADDRFAMILY for cgo host lookup on FreeBSD |
commit | commitdiff | tree |
2024-10-07 |
Damien Neil | syscall, internal/syscall/unix: add Openat support... |
commit | commitdiff | tree |
2024-10-07 |
Damien Neil | internal/syscall/unix: add Mkdirat and Readlinkat |
commit | commitdiff | tree |
2024-10-07 |
Paul E. Murphy | cmd/compile: add internal/runtime/atomic.Xchg8 intrinsi... |
commit | commitdiff | tree |
2024-10-07 |
Elias Naur | iter: fix spurious TestPullDoubleYield[2] successes |
commit | commitdiff | tree |
2024-10-07 |
Cuong Manh Le | cmd/compile: avoid dynamic type when possible |
commit | commitdiff | tree |
2024-10-07 |
Damien Neil | internal/syscall/windows: add NtCreateFile |
commit | commitdiff | tree |
2024-10-07 |
apocelipes | go/types, types2: use slices to simplify the code |
commit | commitdiff | tree |
2024-10-07 |
Sean Liao | io/fs: document need to call File.Close |
commit | commitdiff | tree |
2024-10-07 |
Filippo Valsorda | crypto/rand: skip TestAllocations if optimizations... |
commit | commitdiff | tree |
2024-10-07 |
xieyuschen | os: remove t.Parallel in TestMkdirStickyUmask |
commit | commitdiff | tree |
2024-10-07 |
qmuntal | internal/coverage: use 128-bit FNV-1a hash instead... |
commit | commitdiff | tree |
2024-10-07 |
Filippo Valsorda | runtime: overwrite startupRand instead of clearing it |
commit | commitdiff | tree |
2024-10-07 |
Filippo Valsorda | runtime: use arc4random_buf() for readRandom |
commit | commitdiff | tree |
2024-10-07 |
Filippo Valsorda | crypto/rand: add randcrash=0 GODEBUG |
commit | commitdiff | tree |
2024-10-07 |
Filippo Valsorda | crypto/rand: improve TestReadLoops |
commit | commitdiff | tree |
2024-10-07 |
Filippo Valsorda | crypto/rand: use runtime.getRandomData on js/wasm |
commit | commitdiff | tree |
2024-10-07 |
Filippo Valsorda | crypto/rand: use arc4random_buf() on OpenBSD |
commit | commitdiff | tree |
2024-10-07 |
Filippo Valsorda | crypto/rand: reintroduce urandom fallback for legacy... |
commit | commitdiff | tree |
2024-10-07 |
Filippo Valsorda | crypto/rand: prevent Read argument from escaping to... |
commit | commitdiff | tree |
2024-10-07 |
Filippo Valsorda | crypto/rand: crash program if Read would return an... |
commit | commitdiff | tree |
2024-10-07 |
Filippo Valsorda | crypto/rand: remove /dev/urandom fallback and improve... |
commit | commitdiff | tree |
2024-10-04 |
David Chase | cmd/go: adjust test with tricky ld flags to not run... |
commit | commitdiff | tree |
next |