| 2025-09-30 |
Junyang Shao | [dev.simd] cmd/compile, simd: add AES instructions |
commit | commitdiff | tree |
| 2025-09-29 |
David Chase | [dev.simd] simd: use new data movement instructions... |
commit | commitdiff | tree |
| 2025-09-26 |
David Chase | [dev.simd] simd: repair broken comments in generated... |
commit | commitdiff | tree |
| 2025-09-26 |
David Chase | [dev.simd] cmd/compile, simd: add 64-bit select-from... |
commit | commitdiff | tree |
| 2025-09-26 |
David Chase | [dev.simd] simd, cmd/compile: add 128 bit select-from... |
commit | commitdiff | tree |
| 2025-09-26 |
Cherry Mui | [dev.simd] cmd/compile: don't require single use for... |
commit | commitdiff | tree |
| 2025-09-26 |
Cherry Mui | [dev.simd] cmd/compile: remove unnecessary code from... |
commit | commitdiff | tree |
| 2025-09-26 |
Junyang Shao | [dev.simd] cmd/compile: make condtion of CanSSA smarter... |
commit | commitdiff | tree |
| 2025-09-26 |
David Chase | [dev.simd] simd: generalize select-float32-from-pair |
commit | commitdiff | tree |
| 2025-09-25 |
Cherry Mui | [dev.simd] all: merge master (d70ad4e) into dev.simd |
commit | commitdiff | tree |
| 2025-09-25 |
Cherry Mui | [dev.simd] simd, cmd/compile: mark simd vectors uncompa... |
commit | commitdiff | tree |
| 2025-09-25 |
Michael Pratt | sync/atomic: correct Uintptr.Or return doc |
commit | commitdiff | tree |
| 2025-09-25 |
Michael Pratt | runtime: acquire/release C TSAN lock when calling cgo... |
commit | commitdiff | tree |
| 2025-09-25 |
Alan Donovan | cmd/fix: remove all functionality |
commit | commitdiff | tree |
| 2025-09-25 |
Cherry Mui | cmd/link: handle -w flag in external linking mode |
commit | commitdiff | tree |
| 2025-09-25 |
Joel Sing | cmd/internal/obj/riscv: remove ACFLWSP/ACFSWSP and... |
commit | commitdiff | tree |
| 2025-09-25 |
Russ Cox | doc/next: document new image/jpeg DCT in release notes |
commit | commitdiff | tree |
| 2025-09-25 |
Alan Donovan | cmd: update x/tools@4df13e3 |
commit | commitdiff | tree |
| 2025-09-25 |
Alan Donovan | go/types: make typeset return an iterator |
commit | commitdiff | tree |
| 2025-09-25 |
Russ Cox | image/jpeg: replace fdct.go and idct.go with new implem... |
commit | commitdiff | tree |
| 2025-09-25 |
Russ Cox | image/jpeg: correct and test reference slowFDCT and... |
commit | commitdiff | tree |
| 2025-09-25 |
Russ Cox | image/jpeg: prepare for new FDCT/IDCT implementations |
commit | commitdiff | tree |
| 2025-09-24 |
Keith Randall | cmd/compile: don't rely on loop info when there are... |
commit | commitdiff | tree |
| 2025-09-24 |
wangboyao | cmd/internal/obj/riscv: add support for vector unit... |
commit | commitdiff | tree |
| 2025-09-24 |
Michael Matloob | runtime: add specialized malloc functions for sizes... |
commit | commitdiff | tree |
| 2025-09-23 |
Michael Anthony... | runtime: eliminate global span queue [green tea] |
commit | commitdiff | tree |
| 2025-09-23 |
David Chase | [dev.simd] simd, cmd/compile: added simd methods for... |
commit | commitdiff | tree |
| 2025-09-23 |
Alan Donovan | cmd/compile/internal: support new(expr) |
commit | commitdiff | tree |
| 2025-09-23 |
Alan Donovan | doc/go_spec.html: document new(expr) |
commit | commitdiff | tree |
| 2025-09-23 |
Mateusz Poliwczak | go/token: add TestRemovedFileFileReturnsNil test |
commit | commitdiff | tree |
| 2025-09-23 |
Mateusz Poliwczak | go/token: clear cache after grabbing the mutex in Remov... |
commit | commitdiff | tree |
| 2025-09-23 |
qmuntal | cmd/cgo: don't hardcode section name in TestNumberOfExp... |
commit | commitdiff | tree |
| 2025-09-23 |
qmuntal | cmd/link: fix Macho-O X86_64_RELOC_SUBTRACTOR in intern... |
commit | commitdiff | tree |
| 2025-09-23 |
Mateusz Poliwczak | reflect: remove stale comment in unpackEface |
commit | commitdiff | tree |
| 2025-09-23 |
mohanson | cmd/compile: fix typo in comment |
commit | commitdiff | tree |
| 2025-09-23 |
Mateusz Poliwczak | reflect: allocate memory in TypeAssert[I] only when... |
commit | commitdiff | tree |
| 2025-09-23 |
Cuong Manh Le | cmd/compile: prevent shapifying of pointer shape type |
commit | commitdiff | tree |
| 2025-09-23 |
Alan Donovan | go/types,types2: allow new(expr) |
commit | commitdiff | tree |
| 2025-09-23 |
David Chase | [dev.simd] cmd/compile: improve slicemask removal |
commit | commitdiff | tree |
| 2025-09-23 |
qmuntal | runtime/cgo: retry when CreateThread fails with ERROR_A... |
commit | commitdiff | tree |
| 2025-09-23 |
Michael Anthony... | runtime: deduplicate pMask resize code |
commit | commitdiff | tree |
| 2025-09-23 |
Michael Anthony... | runtime: split gcMarkWorkAvailable into two separate... |
commit | commitdiff | tree |
| 2025-09-23 |
Michael Anthony... | runtime: use scan kernels in scanSpan [green tea] |
commit | commitdiff | tree |
| 2025-09-23 |
Damien Neil | runtime: don't report non-blocked goroutines as "(durab... |
commit | commitdiff | tree |
| 2025-09-23 |
Cherry Mui | [dev.simd] cmd/compile: remove stores to unread parameters |
commit | commitdiff | tree |
| 2025-09-23 |
Cherry Mui | cmd/link: make -w behavior consistent on Windows |
commit | commitdiff | tree |
| 2025-09-23 |
Cherry Mui | [dev.simd] all: merge master (9b2d39b) into dev.simd |
commit | commitdiff | tree |
| 2025-09-22 |
Junyang Shao | [dev.simd] cmd/compile: fix SIMD const rematerializatio... |
commit | commitdiff | tree |
| 2025-09-22 |
Will Faught | cmd/compile/internal/ssa: match style and formatting |
commit | commitdiff | tree |
| 2025-09-22 |
Michael Anthony... | runtime: don't re-read metrics before check in TestRead... |
commit | commitdiff | tree |
| 2025-09-22 |
Sean Liao | log/slog: use a pooled json encoder |
commit | commitdiff | tree |
| 2025-09-22 |
qmuntal | cmd/cgo/internal/test: skip TestMultipleAssign when... |
commit | commitdiff | tree |
| 2025-09-22 |
qmuntal | cmd/dist: disable FIPS 140-3 mode when testing maphash... |
commit | commitdiff | tree |
| 2025-09-20 |
David Chase | [dev.simd] cmd/compile: enhance prove to infer bounds... |
commit | commitdiff | tree |
| 2025-09-20 |
Will Faught | cmd/compile: fix doc word |
commit | commitdiff | tree |
| 2025-09-19 |
Michael Pratt | runtime: include stderr when objdump fails |
commit | commitdiff | tree |
| 2025-09-19 |
mohanson | log/slog: optimize slog Level.String() to avoid fmt... |
commit | commitdiff | tree |
| 2025-09-19 |
Sean Liao | testing: fix example for unexported identifier |
commit | commitdiff | tree |
| 2025-09-19 |
Michael Matloob | Revert "cmd/go: disable cgo by default if CC unset... |
commit | commitdiff | tree |
| 2025-09-19 |
apocelipes | time: improve ParseDuration performance for invalid... |
commit | commitdiff | tree |
| 2025-09-19 |
Cherry Mui | [dev.simd] cmd/compile: spill the correct SIMD register... |
commit | commitdiff | tree |
| 2025-09-19 |
David Chase | [dev.simd] cmd/compile: enhance the chunked indexing... |
commit | commitdiff | tree |
| 2025-09-19 |
Cherry Mui | cmd/compile: duplicate nil check to two branches of... |
commit | commitdiff | tree |
| 2025-09-19 |
Daniel Maslowski | runtime: use futexes with 64-bit time on Linux |
commit | commitdiff | tree |
| 2025-09-18 |
Kir Kolyshkin | cmd/compile/internal/abi: use clear built-in |
commit | commitdiff | tree |
| 2025-09-18 |
Kir Kolyshkin | bytes: use clear in test |
commit | commitdiff | tree |
| 2025-09-18 |
Kir Kolyshkin | crypto: use clear built-in |
commit | commitdiff | tree |
| 2025-09-18 |
database64128 | net: fix testHookCanceledDial race |
commit | commitdiff | tree |
| 2025-09-18 |
Damien Neil | net/http: avoid connCount underflow race |
commit | commitdiff | tree |
| 2025-09-18 |
Damien Neil | context: don't return a non-nil from Err before Done... |
commit | commitdiff | tree |
| 2025-09-18 |
Cherry Mui | [dev.simd] cmd/compile: remove Add32x4 generic op |
commit | commitdiff | tree |
| 2025-09-18 |
David Chase | [dev.simd] cmd/compile: widen index for simd intrinsics... |
commit | commitdiff | tree |
| 2025-09-18 |
Junyang Shao | [dev.simd] cmd/compile: optimize VPTEST for 2-operand... |
commit | commitdiff | tree |
| 2025-09-18 |
Junyang Shao | [dev.simd] cmd/compile, simd: add VPTEST |
commit | commitdiff | tree |
| 2025-09-18 |
Junyang Shao | [dev.simd] cmd/compile: handle rematerialized op for... |
commit | commitdiff | tree |
| 2025-09-18 |
Junyang Shao | [dev.simd] cmd/compile, simd/_gen: add rewrite for... |
commit | commitdiff | tree |
| 2025-09-18 |
Junyang Shao | [dev.simd] cmd/compile, simd/_gen: make rewrite rules... |
commit | commitdiff | tree |
| 2025-09-18 |
Michael Pratt | runtime: make explicit nil check in heapSetTypeSmallHeader |
commit | commitdiff | tree |
| 2025-09-18 |
lxq015 | cmd/internal/obj/riscv: add support for Zicond instructions |
commit | commitdiff | tree |
| 2025-09-18 |
Xiaolin Zhao | cmd/compile: fix the issue of shift amount exceeding... |
commit | commitdiff | tree |
| 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 |
Cherry Mui | [dev.simd] all: merge master (ca0e035) into dev.simd |
commit | commitdiff | tree |
| next |