| 2025-09-18 |
Roland Shoemaker | runtime: don't enable heap randomization if MSAN or... |
commit | commitdiff | tree |
| 2025-09-18 |
Roland Shoemaker | runtime: fix CheckScavengedBitsCleared with randomized... |
commit | commitdiff | tree |
| 2025-09-17 |
mohanson | encoding/json/v2: fix typo in comment |
commit | commitdiff | tree |
| 2025-09-17 |
apocelipes | testing: use reflect.TypeAssert and reflect.TypeFor |
commit | commitdiff | tree |
| 2025-09-17 |
Kir Kolyshkin | path/filepath: fix EvalSymlinks to return ENOTDIR on... |
commit | commitdiff | tree |
| 2025-09-17 |
Mateusz Poliwczak | go/parser: Add TestBothLineAndLeadComment |
commit | commitdiff | tree |
| 2025-09-17 |
Mateusz Poliwczak | go/ast: document that (*ast.File).Comments is sorted... |
commit | commitdiff | tree |
| 2025-09-17 |
qmuntal | cmd/link: simplify PE relocations mapping |
commit | commitdiff | tree |
| 2025-09-17 |
Mateusz Poliwczak | go/parser: simplify expectSemi |
commit | commitdiff | tree |
| 2025-09-16 |
Roland Shoemaker | internal/buildcfg: enable randomizedHeapBase64 by default |
commit | commitdiff | tree |
| 2025-09-16 |
Kir Kolyshkin | os/user: align test file name and build tags |
commit | commitdiff | tree |
| 2025-09-16 |
Michael Matloob | runtime/_mkmalloc: add a copy of cloneNode |
commit | commitdiff | tree |
| 2025-09-16 |
Youlin Feng | cmd/go: check pattern for utf8 validity before call... |
commit | commitdiff | tree |
| 2025-09-16 |
qiulaidongfeng | cmd/go: disable cgo by default if CC unset and Default... |
commit | commitdiff | tree |
| 2025-09-16 |
Sean Liao | bytes,strings: remove reference to non-existent SplitFunc |
commit | commitdiff | tree |
| 2025-09-16 |
Keith Randall | cmd/compile: fix mips zerorange implementation |
commit | commitdiff | tree |
| 2025-09-16 |
Joel Sing | cmd/internal/obj/riscv: improve handling of float point... |
commit | commitdiff | tree |
| 2025-09-16 |
Oleksandr Redko | crypto/x509/internal/macos: standardize package name |
commit | commitdiff | tree |
| 2025-09-16 |
Vladimir Varankin | iter: document that calling yield after terminated... |
commit | commitdiff | tree |
| 2025-09-16 |
qmuntal | cmd/link: remove support for windows/arm relocations |
commit | commitdiff | tree |
| 2025-09-16 |
qmuntal | cmd/link: remove support for darwin/386 relocations |
commit | commitdiff | tree |
| 2025-09-16 |
Xiaolin Zhao | cmd/internal/obj/loong64: use the MOVVP instruction... |
commit | commitdiff | tree |
| 2025-09-16 |
wangboyao | cmd/internal/obj/riscv: implement vector segment load... |
commit | commitdiff | tree |
| 2025-09-16 |
Meng Zhuo | cmd/asm: add double precision comparision testcases... |
commit | commitdiff | tree |
| 2025-09-16 |
qmuntal | runtime: fix TestSehUnwind |
commit | commitdiff | tree |
| 2025-09-16 |
1911860538 | all: replace strings.Split with strings.SplitSeq |
commit | commitdiff | tree |
| 2025-09-16 |
cuishuang | all: remove redundant words in comment |
commit | commitdiff | tree |
| 2025-09-16 |
Meng Zhuo | cmd/compile: combine doubling with shift on riscv64 |
commit | commitdiff | tree |
| 2025-09-16 |
Cole Garien | net/http: clarify panic conditions in Handle, HandleFun... |
commit | commitdiff | tree |
| 2025-09-16 |
Filippo Valsorda | crypto/internal/cryptotest: use linux-amd64_avx512... |
commit | commitdiff | tree |
| 2025-09-16 |
Filippo Valsorda | cmd/go,crypto/internal/fips140: prevent using FIPS... |
commit | commitdiff | tree |
| 2025-09-16 |
Filippo Valsorda | crypto/internal/cryptotest: add MustSupportFIPS140 |
commit | commitdiff | tree |
| 2025-09-15 |
Michael Anthony... | cmd/internal/testdir: re-enable default all codegen... |
commit | commitdiff | tree |
| 2025-09-15 |
Michael Anthony... | all: replace os.Getenv("GO_BUILDER_NAME") with testenv... |
commit | commitdiff | tree |
| 2025-09-15 |
Alan Donovan | cmd: vendor x/tools@9fccddc |
commit | commitdiff | tree |
| 2025-09-15 |
Kir Kolyshkin | os: add (*Process).WithHandle |
commit | commitdiff | tree |
| 2025-09-15 |
Kir Kolyshkin | os: add and use errProcessReleased |
commit | commitdiff | tree |
| 2025-09-15 |
Kir Kolyshkin | internal/syscall/unix: add KernelVersionGE |
commit | commitdiff | tree |
| 2025-09-15 |
Cherry Mui | cmd/link: support race mode with MSVC clang |
commit | commitdiff | tree |
| 2025-09-15 |
Meng Zhuo | test/codegen: check zerobase for newobject on 0-sized... |
commit | commitdiff | tree |
| 2025-09-15 |
Alexander Yastrebov | net/http: add comments for transport gzip reader |
commit | commitdiff | tree |
| 2025-09-15 |
apocelipes | cmd/compile,cmd/gofmt: use reflect.TypeFor |
commit | commitdiff | tree |
| 2025-09-15 |
qmuntal | runtime: deduplicate syscall assembly for darwin |
commit | commitdiff | tree |
| 2025-09-15 |
database64128 | net: use context.AfterFunc in connect |
commit | commitdiff | tree |
| 2025-09-12 |
Alan Donovan | cmd/go/internal/work: copy vet tool's stdout to our... |
commit | commitdiff | tree |
| 2025-09-12 |
qmuntal | runtime: move Windows types and consts to internal... |
commit | commitdiff | tree |
| 2025-09-12 |
Alan Donovan | vendor: update x/tools to 3adf0e9, and other repos |
commit | commitdiff | tree |
| 2025-09-12 |
Cherry Mui | cmd/link: don't count tbss section in TestFlagD |
commit | commitdiff | tree |
| 2025-09-12 |
Jake Bailey | cmd/compile: optimize abi.Type.GCData loads |
commit | commitdiff | tree |
| 2025-09-12 |
Jake Bailey | cmd/compile, reflect: further allow inlining of TypeFor |
commit | commitdiff | tree |
| 2025-09-12 |
qmuntal | runtime: fix syscall9 on darwin/arm64 |
commit | commitdiff | tree |
| 2025-09-12 |
Michael Matloob | internal/goexperiment: add a sizespecializedmalloc... |
commit | commitdiff | tree |
| 2025-09-12 |
Cherry Mui | cmd/link: support MSVC clang |
commit | commitdiff | tree |
| 2025-09-12 |
Michael Anthony... | internal/testenv: update Builder docs with LUCI builder... |
commit | commitdiff | tree |
| 2025-09-12 |
qmuntal | net,internal/poll: skip TestAllocs when race is enabled... |
commit | commitdiff | tree |
| 2025-09-12 |
Mark Ryan | cmd/asm, cmd/internal/obj: add riscv64 generic CSR ops |
commit | commitdiff | tree |
| 2025-09-11 |
matloob | runtime: move mksizeclasses.go to runtime/_mkmalloc |
commit | commitdiff | tree |
| 2025-09-11 |
Michael Matloob | cmd/go: run cgo and cgo compiles in their own actions |
commit | commitdiff | tree |
| 2025-09-11 |
David Finkel | testing: exit B.Loop early upon saturation |
commit | commitdiff | tree |
| 2025-09-11 |
Alan Donovan | cmd/go/internal/work: remove deps[1]="fmt" vet hack |
commit | commitdiff | tree |
| 2025-09-11 |
Kevaundray... | cmd/link: allow one to specify the data section in... |
commit | commitdiff | tree |
| 2025-09-11 |
apocelipes | encoding/gob: make use of reflect.TypeAssert |
commit | commitdiff | tree |
| 2025-09-11 |
Joe Tsai | archive/tar: fix typo in benchmark name |
commit | commitdiff | tree |
| 2025-09-11 |
Dmitri Shuralyov | syscall: actually remove unreachable code |
commit | commitdiff | tree |
| 2025-09-11 |
Filippo Valsorda | crypto/rsa: don't test CL 687836 against v1.0.0 FIPS... |
commit | commitdiff | tree |
| 2025-09-11 |
qmuntal | debug/macho: filter non-external symbols when reading... |
commit | commitdiff | tree |
| 2025-09-11 |
xieyuschen | internal/runtime/maps: remove redundant package docs |
commit | commitdiff | tree |
| 2025-09-10 |
Keith Randall | runtime/internal/maps: only conditionally clear groups... |
commit | commitdiff | tree |
| 2025-09-10 |
Keith Randall | internal/runtime/maps: speed up Clear |
commit | commitdiff | tree |
| 2025-09-10 |
Kir Kolyshkin | cmd: delete some more windows/arm remnants |
commit | commitdiff | tree |
| 2025-09-10 |
qmuntal | runtime: don't artificially limit TestReadMetricsSched |
commit | commitdiff | tree |
| 2025-09-10 |
Keith Randall | cmd/compile: when CSEing two values, prefer the stateme... |
commit | commitdiff | tree |
| 2025-09-10 |
Mark Freeman | types2: better documentation for resolve() |
commit | commitdiff | tree |
| 2025-09-10 |
1911860538 | internal/trace/raw: use strings.Cut instead of strings... |
commit | commitdiff | tree |
| 2025-09-10 |
Keith Randall | Revert "cmd/compile: improve stp merging for non-sequen... |
commit | commitdiff | tree |
| 2025-09-10 |
Dmitri Shuralyov | go/token, syscall: annotate if blocks that defeat vet... |
commit | commitdiff | tree |
| 2025-09-10 |
Dmitri Shuralyov | syscall: remove unreachable code |
commit | commitdiff | tree |
| 2025-09-10 |
Filippo Valsorda | Revert "crypto/internal/fips140: update frozen module... |
commit | commitdiff | tree |
| 2025-09-10 |
Joe Tsai | encoding/json/v2: document context annotation with... |
commit | commitdiff | tree |
| 2025-09-10 |
Ian Lance Taylor | runtime: when using cgo on 386, call C sigaction function |
commit | commitdiff | tree |
| 2025-09-10 |
Meng Zhuo | runtime: remove duff support for riscv64 |
commit | commitdiff | tree |
| 2025-09-10 |
Meng Zhuo | cmd/compile: use generated loops instead of DUFFCOPY... |
commit | commitdiff | tree |
| 2025-09-10 |
Meng Zhuo | cmd/compile: use generated loops instead of DUFFZERO... |
commit | commitdiff | tree |
| 2025-09-10 |
Meng Zhuo | cmd/compile: simplify zerorange on riscv64 |
commit | commitdiff | tree |
| 2025-09-10 |
Joe Tsai | encoding/json: use reflect.TypeAssert |
commit | commitdiff | tree |
| 2025-09-09 |
matloob | cmd/cgo: run gcc to get errors and debug info in parallel |
commit | commitdiff | tree |
| 2025-09-09 |
Damien Neil | runtime: lock mheap_.speciallock when allocating syncte... |
commit | commitdiff | tree |
| 2025-09-09 |
Michael Pratt | runtime: don't negate eventfd errno |
commit | commitdiff | tree |
| 2025-09-09 |
Aleksa Sarai | syscall: optimise cgo clearenv |
commit | commitdiff | tree |
| 2025-09-09 |
Filippo Valsorda | crypto/rsa: check PrivateKey.D for consistency with... |
commit | commitdiff | tree |
| 2025-09-09 |
Filippo Valsorda | crypto/rsa: check for post-Precompute changes in Validate |
commit | commitdiff | tree |
| 2025-09-09 |
Filippo Valsorda | crypto/internal/fips140: update frozen module version... |
commit | commitdiff | tree |
| 2025-09-09 |
Filippo Valsorda | crypto/ecdsa: deprecate direct use of big.Int fields... |
commit | commitdiff | tree |
| 2025-09-09 |
Jake Bailey | cmd/compile/internal/inline: ignore superfluous slicing |
commit | commitdiff | tree |
| 2025-09-09 |
Youlin Feng | cmd/compile/internal/ssa: expand runtime.memequal for... |
commit | commitdiff | tree |
| 2025-09-09 |
Melnikov Denis | cmd/compile: improve stp merging for non-sequent cases |
commit | commitdiff | tree |
| 2025-09-09 |
Julian Zhu | cmd/compile: use constant zero register instead of... |
commit | commitdiff | tree |
| 2025-09-09 |
Ch1n-ch1nless | cmd/compile: introduce CCMP generation |
commit | commitdiff | tree |
| 2025-09-09 |
Quim Muntal | Revert "cmd/go: use os.Rename to move files on Windows" |
commit | commitdiff | tree |
| 2025-09-09 |
matloob | cmd/go: split generating cover files into its own action |
commit | commitdiff | tree |
| next |