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 |
2024-10-04 |
Tobias Klauser | runtime: use stringslite.CutPrefix in isExportedRuntime |
commit | commitdiff | tree |
2024-10-04 |
Ian Lance Taylor | cmd/cgo: avoid endless recursion on recursive type |
commit | commitdiff | tree |
2024-10-04 |
Guoqi Chen | internal/cpu: add CPU feature LAMCAS and LAM_BH detecti... |
commit | commitdiff | tree |
2024-10-04 |
xieyuschen | os: check permissions of CopyFS copied files |
commit | commitdiff | tree |
2024-10-03 |
Robert Griesemer | go/types, types2: always try inference over methods... |
commit | commitdiff | tree |
2024-10-03 |
Robert Griesemer | go/types, types2: add additional tracing output in... |
commit | commitdiff | tree |
2024-10-03 |
Vasily Leonenko | runtime: memclrNoHeapPointers optimization for block... |
commit | commitdiff | tree |
2024-10-03 |
qiulaidongfeng | cmd/go: relax the regular expression of TestScript... |
commit | commitdiff | tree |
2024-10-03 |
Damien Neil | net/netip: clarify Addr.Is4In6 documentation |
commit | commitdiff | tree |
2024-10-03 |
Tobias Klauser | slices: print modified cloned slice in ExampleClone |
commit | commitdiff | tree |
2024-10-03 |
Nick Ripley | Revert "runtime/pprof: make TestBlockMutexProfileInline... |
commit | commitdiff | tree |
2024-10-03 |
Mateusz Poliwczak | go/ast/internal/tests: add missing copyright header |
commit | commitdiff | tree |
2024-10-03 |
qmuntal | archive/tar: use hash/crc32 instead of crypto/md5 for... |
commit | commitdiff | tree |
2024-10-03 |
Michael Pratt | syscall: use SYS_EXIT_GROUP in CLONE_PIDFD feature... |
commit | commitdiff | tree |
2024-10-02 |
Ian Lance Taylor | runtime: clear isSending bit earlier |
commit | commitdiff | tree |
2024-10-02 |
Robert Griesemer | go/types, types: always record a type for inner composi... |
commit | commitdiff | tree |
2024-10-02 |
Nick Ripley | runtime/pprof: make TestBlockMutexProfileInlineExpansio... |
commit | commitdiff | tree |
2024-10-02 |
Michael Matloob | cmd/go/internal/security: add -ftls-model to valid... |
commit | commitdiff | tree |
2024-10-02 |
Jason A. Donenfeld | runtime: don't acquirem() in vgetrandom unless necessary |
commit | commitdiff | tree |
2024-10-02 |
Rhys Hiltner | cmd/compile/internal/ssa: intrinsify atomic.Xchg8 on... |
commit | commitdiff | tree |
2024-10-02 |
Rhys Hiltner | internal/runtime/atomic: add Xchg8 for amd64 |
commit | commitdiff | tree |
2024-10-02 |
qiulaidongfeng | hash/maphash: add WriteComparable and Comparable |
commit | commitdiff | tree |
2024-10-02 |
Jonathan Amsterdam | src/net/http: remove ServeMux.patterns |
commit | commitdiff | tree |
2024-10-02 |
Tobias Klauser | syscall: gofmt after CL 592078 |
commit | commitdiff | tree |
2024-10-02 |
Tobias Klauser | all: use slices.Sorted(maps.Keys(m)) |
commit | commitdiff | tree |
2024-10-02 |
Jes Cok | encoding/json: add omitzero option |
commit | commitdiff | tree |
2024-10-02 |
Jes Cok | text/template: use correct verbs for reflect.Value |
commit | commitdiff | tree |
2024-10-02 |
Robert Griesemer | spec: document that alias declarations can have type... |
commit | commitdiff | tree |
2024-10-02 |
Robert Griesemer | spec: clarify that identical structs must have identica... |
commit | commitdiff | tree |
2024-10-01 |
Austin Clements | cmd/internal/obj: make asmidx error less cryptic |
commit | commitdiff | tree |
2024-10-01 |
Ian Lance Taylor | cmd/cgo: add srcdir & trimpath docs, sort options |
commit | commitdiff | tree |
2024-10-01 |
favonia | net: document possible networks that can be passed... |
commit | commitdiff | tree |
2024-10-01 |
Brian Palmer | cmd/cgo: document errno value semantics |
commit | commitdiff | tree |
2024-10-01 |
Cuong Manh Le | test: fix test issue 69434 for riscv64 |
commit | commitdiff | tree |
2024-10-01 |
Michael Pratt | runtime/pprof: add context to short stack panic |
commit | commitdiff | tree |
2024-10-01 |
Sam Thanawalla | cmd/go: add GOAUTH mechanism for HTTP authentication |
commit | commitdiff | tree |
2024-10-01 |
Tobias Klauser | all: use slices.Delete |
commit | commitdiff | tree |
2024-09-30 |
Robert Griesemer | go/parser, syntax: better error message for parameter... |
commit | commitdiff | tree |
2024-09-30 |
Davis Goodin | README.vendor: add note about GOROOT, recommend fresh go |
commit | commitdiff | tree |
2024-09-30 |
Matt T. Proud | context: link to context and structs blog post |
commit | commitdiff | tree |
2024-09-30 |
Ian Lance Taylor | net: use correct address family when testing for MPTCP... |
commit | commitdiff | tree |
2024-09-30 |
Mateusz Poliwczak | runtime, internal/syscall/unix: mark getrandom vDSO... |
commit | commitdiff | tree |
2024-09-30 |
Matt T. Proud | errors: reference Go 1.13 article about errors |
commit | commitdiff | tree |
2024-09-30 |
Jason A. Donenfeld | runtime: use canonical wireguard-go repo for procyield... |
commit | commitdiff | tree |
2024-09-30 |
Mateusz Poliwczak | go/ast: update (*File).Imports field in SortImports |
commit | commitdiff | tree |
2024-09-30 |
Damien Neil | crypto/internal/randutil: use math/rand/v2 |
commit | commitdiff | tree |
2024-09-30 |
Davis Goodin | crypto/internal/cryptotest: fix typos in AEAD test... |
commit | commitdiff | tree |
2024-09-30 |
Jason A. Donenfeld | runtime: align vgetrandom states to cache line |
commit | commitdiff | tree |
2024-09-30 |
qiulaidongfeng | cmd/go: exit non-zero if version -m is used with a... |
commit | commitdiff | tree |
2024-09-30 |
Sam Thanawalla | cmd/go: add Mercurial based version stamping for binaries |
commit | commitdiff | tree |
2024-09-30 |
Mateusz Poliwczak | internal/testlog: use atomic.Pointer instead of atomic... |
commit | commitdiff | tree |
2024-09-30 |
Mateusz Poliwczak | net: improve GODEBUG=netdns=1 debug messages |
commit | commitdiff | tree |
2024-09-30 |
Mateusz Poliwczak | net,os: use os.LookupEnv instead of syscall.Getenv |
commit | commitdiff | tree |
2024-09-30 |
Mateusz Poliwczak | net: improve documentation of netgo/netcgo build tags |
commit | commitdiff | tree |
2024-09-29 |
Jorropo | slices: prevent Clone keeping alive the array when... |
commit | commitdiff | tree |
2024-09-28 |
Jason A. Donenfeld | runtime: use vDSO for getrandom() on linux |
commit | commitdiff | tree |
2024-09-28 |
Cuong Manh Le | test: simplify issue 69434 test |
commit | commitdiff | tree |
2024-09-27 |
Robert Griesemer | go/types, types2: remove Checker.pos from types2 code... |
commit | commitdiff | tree |
next |