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 |
2024-09-27 |
Robert Griesemer | go/types, types2: move go/types-only Scope methods... |
commit | commitdiff | tree |
2024-09-27 |
Matt Harbison | cmd/go: fix the accuracy of Mercurial vcs.* stamped... |
commit | commitdiff | tree |
2024-09-27 |
Robert Griesemer | go/types, types2: remove need for Scope.LookupParent... |
commit | commitdiff | tree |
2024-09-27 |
Robert Griesemer | go/types, types2: remove non-test uses of Scope.LookupP... |
commit | commitdiff | tree |
2024-09-27 |
qiu laidongfeng2 | Revert "cmd/go: relax the regular expression of TestScr... |
commit | commitdiff | tree |
2024-09-27 |
Robert Griesemer | go/types, types2: replace 2 uses of Scope.LookupParent... |
commit | commitdiff | tree |
2024-09-27 |
Robert Griesemer | go/types, types2: remove dependency on Scope.Contains... |
commit | commitdiff | tree |
2024-09-27 |
Xiaolin Zhao | cmd/internal/obj/loong64: mark functions with small... |
commit | commitdiff | tree |
2024-09-27 |
Mark Ryan | cmd/internal/obj/riscv: rename the iIEncoding |
commit | commitdiff | tree |
2024-09-27 |
Shulhan | runtime: fix TestGdbAutotmpTypes on gdb version 15 |
commit | commitdiff | tree |
2024-09-26 |
Ian Lance Taylor | runtime: if stop/reset races with running timer, return... |
commit | commitdiff | tree |
2024-09-26 |
Ian Lance Taylor | cmd/go: don't print dynimport link error messages |
commit | commitdiff | tree |
2024-09-26 |
qiulaidongfeng | text/template: support range-over-int |
commit | commitdiff | tree |
2024-09-26 |
Michael Anthony... | unique: clarify concurrent use of Make and Handle.Value |
commit | commitdiff | tree |
2024-09-26 |
Michael Anthony... | unique,internal/concurrent: add some more tests |
commit | commitdiff | tree |
2024-09-26 |
apocelipes | net/http: use sync.OnceFunc, sync.OnceValue |
commit | commitdiff | tree |
2024-09-26 |
apocelipes | hash/crc32,hash/crc64: use sync.OnceFunc |
commit | commitdiff | tree |
2024-09-26 |
Jes Cok | cmd/cgo: add missing args for fatalf |
commit | commitdiff | tree |
2024-09-26 |
aimuz | internal/zstd: optimize skipFrame by using io.CopyN |
commit | commitdiff | tree |
2024-09-26 |
Jason A. Donenfeld | runtime: properly compute whether PC is inside vDSO... |
commit | commitdiff | tree |
2024-09-26 |
zhangjian | cmd/link/internal/ld: fix error print in decodetypeGcprog |
commit | commitdiff | tree |
2024-09-26 |
Alan Donovan | go/types: compute effective Go version independent... |
commit | commitdiff | tree |
2024-09-26 |
qiulaidongfeng | cmd/go: relax the regular expression of TestScript... |
commit | commitdiff | tree |
2024-09-26 |
Cuong Manh Le | cmd/compile: generalize struct load/store |
commit | commitdiff | tree |
2024-09-26 |
cions | os: ignore SIGSYS in checkPidfd |
commit | commitdiff | tree |
2024-09-26 |
qiulaidongfeng | cmd/dist: enforce the lowest bootstrap version |
commit | commitdiff | tree |
2024-09-25 |
Jason A. Donenfeld | internal/syscall/unix: allow calling getrandom(...... |
commit | commitdiff | tree |
2024-09-25 |
Brad Fitzpatrick | all: fix typos of possessive its |
commit | commitdiff | tree |
2024-09-25 |
Sam Thanawalla | cmd/go: support both .netrc and _netrc in windows |
commit | commitdiff | tree |
2024-09-25 |
Roland Shoemaker | crypto/rsa: move PSS hash override above boring block |
commit | commitdiff | tree |
2024-09-25 |
Felix Geisendörfer | runtime: fix GoroutineProfile stacks not getting null... |
commit | commitdiff | tree |
2024-09-25 |
Felix Geisendörfer | runtime: fix MutexProfile missing root frames |
commit | commitdiff | tree |
2024-09-25 |
Conrad Irwin | cmd/go: add support for go get -u tool |
commit | commitdiff | tree |
2024-09-25 |
Tim King | all: enable alias type parameters GOEXPERIMENT by default |
commit | commitdiff | tree |
2024-09-25 |
Keith Randall | runtime: print fatal messages without interleaving |
commit | commitdiff | tree |
2024-09-24 |
Robert Griesemer | go/types, types2: move Checker.indexedElts into literal... |
commit | commitdiff | tree |
2024-09-24 |
Robert Griesemer | go/types, types2: implement underIs, coreType, coreStri... |
commit | commitdiff | tree |
2024-09-24 |
Zxilly | runtime: disable epipe check for wasm platform |
commit | commitdiff | tree |
2024-09-24 |
khr@golang.org | cmd/compile: small cleanups to rewrite rule helpers |
commit | commitdiff | tree |
2024-09-24 |
khr@golang.org | cmd/compile: use generics for isPowerOfTwo predicates |
commit | commitdiff | tree |
2024-09-24 |
khr@golang.org | cmd/compile: simplify naming for arm64 bitfield accessors |
commit | commitdiff | tree |
2024-09-24 |
Robert Griesemer | go/types, types2: introduce typeset iterators |
commit | commitdiff | tree |
2024-09-24 |
Robert Griesemer | go/types, types2: check that alias type arguments satis... |
commit | commitdiff | tree |
2024-09-24 |
Conrad Irwin | cmd/go: add support for go get -tool |
commit | commitdiff | tree |
2024-09-24 |
Robert Griesemer | go/types, types2: follow-up on comment in CL 615195 |
commit | commitdiff | tree |
2024-09-24 |
Conrad Irwin | cmd/go: add tools to "all" |
commit | commitdiff | tree |
2024-09-24 |
Robert Griesemer | go/types, types2: print type parameters for Alias tyoes |
commit | commitdiff | tree |
2024-09-24 |
Sam Thanawalla | cmd/go: prevent git from fetching during local only... |
commit | commitdiff | tree |
2024-09-24 |
Jes Cok | reflect: slightly improve iter tests |
commit | commitdiff | tree |
2024-09-23 |
Paul E. Murphy | crypto/internal/nistec: fix p256Select (PPC64) and... |
commit | commitdiff | tree |
2024-09-23 |
apocelipes | net,net/netip: implement the encoding.(Binary|Text... |
commit | commitdiff | tree |
2024-09-23 |
Jes Cok | encoding/asn1: unmarshal bool values correctly dealing... |
commit | commitdiff | tree |
2024-09-23 |
yincong | text/template/parse: use correct line number in error... |
commit | commitdiff | tree |
2024-09-23 |
wanggang | fmt: fix incorrect doc comment |
commit | commitdiff | tree |
2024-09-23 |
qmuntal | os: skip TestReadlink sub-tests requiring symlinks... |
commit | commitdiff | tree |
next |