| 2025-11-10 |
Junyang Shao | [dev.simd] cmd/compile: add peepholes for all masked... |
commit | commitdiff | tree |
| 2025-11-10 |
Junyang Shao | [dev.simd] simd, cmd/compile: remove move from API |
commit | commitdiff | tree |
| 2025-11-10 |
Junyang Shao | [dev.simd] simd: put unexported methods to another... |
commit | commitdiff | tree |
| 2025-11-04 |
Alexander Musman | [dev.simd] simd/_gen: fix sorting ops slices |
commit | commitdiff | tree |
| 2025-10-29 |
David Chase | [dev.simd] cmd/compile: enhance inlining for closure... |
commit | commitdiff | tree |
| 2025-10-27 |
David Chase | [dev.simd] test: add some trickier cases to ternary... |
commit | commitdiff | tree |
| 2025-10-24 |
David Chase | [dev.simd] cmd/compile, simd: add rewrite to convert... |
commit | commitdiff | tree |
| 2025-10-24 |
Junyang Shao | [dev.simd] cmd/compile, simd: add SHA features |
commit | commitdiff | tree |
| 2025-10-24 |
Junyang Shao | [dev.simd] simd/_gen: parse SHA features from XED |
commit | commitdiff | tree |
| 2025-10-24 |
David Chase | [dev.simd] simd: added String() method to SIMD vectors. |
commit | commitdiff | tree |
| 2025-10-22 |
David Chase | [dev.simd] cmd/compile, simd: add definitions for VPTER... |
commit | commitdiff | tree |
| 2025-10-20 |
Tom Thorogood | [dev.simd] simd: add AES feature check |
commit | commitdiff | tree |
| 2025-10-14 |
Junyang Shao | [dev.simd] simd: clean up mask load comments |
commit | commitdiff | tree |
| 2025-10-14 |
Junyang Shao | [dev.simd] cmd/compile, simd: update DotProd to DotProduct |
commit | commitdiff | tree |
| 2025-10-14 |
Junyang Shao | [dev.simd] cmd/compile: peephole simd mask load/stores... |
commit | commitdiff | tree |
| 2025-10-14 |
Junyang Shao | [dev.simd] cmd/compile, simd: remove mask load and... |
commit | commitdiff | tree |
| 2025-10-13 |
Junyang Shao | [dev.simd] simd/_gen: add mem peephole with feat mismatches |
commit | commitdiff | tree |
| 2025-10-13 |
David Chase | [dev.simd] cmd/compile: more support for cpufeatures |
commit | commitdiff | tree |
| 2025-10-10 |
David Chase | [dev.simd] simd: add emulated Not method |
commit | commitdiff | tree |
| 2025-10-07 |
David Chase | [dev.simd] cmd/compile: track which CPU features are... |
commit | commitdiff | tree |
| 2025-10-03 |
David Chase | [dev.simd] cmd/compile: inliner tweaks to favor simd... |
commit | commitdiff | tree |
| 2025-10-03 |
Cherry Mui | [dev.simd] all: merge master (adce7f1) into dev.simd |
commit | commitdiff | tree |
| 2025-10-03 |
Cherry Mui | cmd/link: support .def file with MSVC clang toolchain |
commit | commitdiff | tree |
| 2025-10-03 |
Tim Cooijmans | cmd/cgo: fix unaligned arguments typedmemmove crash... |
commit | commitdiff | tree |
| 2025-10-02 |
Damien Neil | net/http/httputil: deprecate ReverseProxy.Director |
commit | commitdiff | tree |
| 2025-10-02 |
Nicholas S... | net/http: update bundled x/net/http2 and delete obsolet... |
commit | commitdiff | tree |
| 2025-10-02 |
Damien Neil | io/fs: move path name documentation up to the package... |
commit | commitdiff | tree |
| 2025-10-02 |
Michael Anthony... | runtime: skip TestGoroutineLeakProfile under mayMoreSta... |
commit | commitdiff | tree |
| 2025-10-02 |
qmuntal | runtime: fix aix/ppc64 library initialization |
commit | commitdiff | tree |
| 2025-10-02 |
Daniel Martí | cmd/go: update `go help mod edit` with the tool and... |
commit | commitdiff | tree |
| 2025-10-02 |
Vlad Saioc | runtime,net/http/pprof: goroutine leak detection by... |
commit | commitdiff | tree |
| 2025-10-02 |
Mateusz Poliwczak | cmd/compile: propagate len([]T{}) to make builtin to... |
commit | commitdiff | tree |
| 2025-10-02 |
Daniel McCarney | crypto/tls: rm marshalEncryptedClientHelloConfigList... |
commit | commitdiff | tree |
| 2025-10-02 |
Joe Tsai | encoding/json: fix Decoder.InputOffset regression in... |
commit | commitdiff | tree |
| 2025-10-01 |
Alan Donovan | doc/go_spec.html: update date |
commit | commitdiff | tree |
| 2025-10-01 |
Frédéric G... | testing/synctest: fix inverted test failure message... |
commit | commitdiff | tree |
| 2025-10-01 |
Alan Donovan | cmd/go/testdata/script/test_fuzz_fuzztime.txt: disable |
commit | commitdiff | tree |
| 2025-10-01 |
qmuntal | runtime: move loong64 library entry point to os-agnosti... |
commit | commitdiff | tree |
| 2025-09-30 |
qmuntal | runtime: unify ppc64/ppc64le library entry point |
commit | commitdiff | tree |
| 2025-09-30 |
Joel Sing | test/codegen: codify handling of floating point constan... |
commit | commitdiff | tree |
| 2025-09-30 |
Youlin Feng | cmd/compile/internal/ssa: remove redundant "type:"... |
commit | commitdiff | tree |
| 2025-09-30 |
Julien Cretel | mime: reduce allocs incurred by ParseMediaType |
commit | commitdiff | tree |
| 2025-09-30 |
Aidan Welch | mime: extend "builtinTypes" to include a more complete... |
commit | commitdiff | tree |
| 2025-09-30 |
Jake Bailey | cmd/compile: eliminate nil checks on .dict arg |
commit | commitdiff | tree |
| 2025-09-30 |
Steve Muir | runtime: initialise debug settings much earlier in... |
commit | commitdiff | tree |
| 2025-09-30 |
Junyang Shao | [dev.simd] cmd/compile, simd: add AES instructions |
commit | commitdiff | tree |
| 2025-09-30 |
Julien Cretel | errors: add AsType |
commit | commitdiff | tree |
| 2025-09-30 |
qmuntal | cmd/link/internal/arm64: support Mach-O ARM64_RELOC_SUB... |
commit | commitdiff | tree |
| 2025-09-30 |
qmuntal | cmd/link/internal/arm64: support Mach-O ARM64_RELOC_POI... |
commit | commitdiff | tree |
| 2025-09-30 |
Cherry Mui | cmd/compile, runtime: always enable Wasm signext and... |
commit | commitdiff | tree |
| 2025-09-30 |
qmuntal | internal/poll: remove operation fields from FD |
commit | commitdiff | tree |
| 2025-09-30 |
qmuntal | internal/poll: pass the I/O mode instead of an overlapp... |
commit | commitdiff | tree |
| 2025-09-29 |
Filippo Valsorda | crypto/internal/fips140/entropy: add CPU jitter-based... |
commit | commitdiff | tree |
| 2025-09-29 |
Filippo Valsorda | crypto/internal/fips140/mlkem: make CAST conditional |
commit | commitdiff | tree |
| 2025-09-29 |
Ian Lance Taylor | runtime: correct reference to getStackMap in comment |
commit | commitdiff | tree |
| 2025-09-29 |
qmuntal | internal/poll: remove buf field from operation |
commit | commitdiff | tree |
| 2025-09-29 |
qmuntal | cmd/link: use a .def file to mark exported symbols... |
commit | commitdiff | tree |
| 2025-09-29 |
qmuntal | internal/syscall/windows: regenerate GetFileSizeEx |
commit | commitdiff | tree |
| 2025-09-29 |
Roland Shoemaker | crypto/tls: quote protocols in ALPN error message |
commit | commitdiff | tree |
| 2025-09-29 |
Cherry Mui | cmd/link: don't pass -Wl,-S on Solaris |
commit | commitdiff | tree |
| 2025-09-29 |
Ian Lance Taylor | cmd/link: use correct length for pcln.cutab |
commit | commitdiff | tree |
| 2025-09-29 |
David Chase | [dev.simd] simd: use new data movement instructions... |
commit | commitdiff | tree |
| 2025-09-29 |
Richard Miller | cmd/link: skip TestFlagW on platforms without DWARF... |
commit | commitdiff | tree |
| 2025-09-29 |
apocelipes | encoding/xml: make use of reflect.TypeAssert |
commit | commitdiff | tree |
| 2025-09-29 |
qmuntal | runtime: jump instead of branch in netbsd/arm64 entry... |
commit | commitdiff | tree |
| 2025-09-29 |
Jes Cok | debug/elf: prevent offset overflow |
commit | commitdiff | tree |
| 2025-09-27 |
AN Long | all: fix typos |
commit | commitdiff | tree |
| 2025-09-27 |
limeidan | cmd/compile: implement jump table on loong64 |
commit | commitdiff | tree |
| 2025-09-27 |
Kir Kolyshkin | os/user: simplify go:build |
commit | commitdiff | tree |
| 2025-09-27 |
Cherry Mui | runtime: use a smaller arena size on Wasm |
commit | commitdiff | tree |
| 2025-09-26 |
Damien Neil | net/http: add HTTP2Config.StrictMaxConcurrentRequests |
commit | commitdiff | tree |
| 2025-09-26 |
Damien Neil | net/http: add more tests of transport connection pool |
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 |
Kir Kolyshkin | os/user: use getgrouplist on illumos && cgo |
commit | commitdiff | tree |
| 2025-09-26 |
Cherry Mui | [dev.simd] cmd/compile: don't require single use for... |
commit | commitdiff | tree |
| 2025-09-26 |
qmuntal | internal/poll: simplify WriteMsg and ReadMsg on Windows |
commit | commitdiff | tree |
| 2025-09-26 |
Cherry Mui | [dev.simd] cmd/compile: remove unnecessary code from... |
commit | commitdiff | tree |
| 2025-09-26 |
Michael Anthony... | runtime: move TestReadMetricsSched to testprog |
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-26 |
Cherry Mui | cmd/link: don't pass -Wl,-S on AIX |
commit | commitdiff | tree |
| 2025-09-26 |
Cherry Mui | cmd/link: skip TestFlagW on AIX |
commit | commitdiff | tree |
| 2025-09-26 |
Cuong Manh Le | cmd/compile: fix ICE with new(<untyped expr>) |
commit | commitdiff | tree |
| 2025-09-26 |
qmuntal | internal/poll: don't call SetFilePointerEx in Seek... |
commit | commitdiff | tree |
| 2025-09-26 |
Damien Neil | mime/multipart: percent-encode CR and LF in header... |
commit | commitdiff | tree |
| 2025-09-26 |
abner chenc | Revert "cmd/internal/obj/loong64: use the MOVVP instruc... |
commit | commitdiff | tree |
| 2025-09-26 |
qmuntal | runtime: unify arm64 entry point code |
commit | commitdiff | tree |
| 2025-09-26 |
qmuntal | runtime: use common library entry point on windows... |
commit | commitdiff | tree |
| 2025-09-25 |
Filippo Valsorda | lib/fips140: re-seal v1.0.0 |
commit | commitdiff | tree |
| 2025-09-25 |
Filippo Valsorda | crypto/internal/fips140: remove key import PCTs, make... |
commit | commitdiff | tree |
| 2025-09-25 |
Filippo Valsorda | crypto/internal/fips140: update frozen module version... |
commit | commitdiff | tree |
| 2025-09-25 |
Filippo Valsorda | crypto/internal/fips140/ecdsa: make TestingOnlyNewDRBG... |
commit | commitdiff | tree |
| 2025-09-25 |
Alan Donovan | std: remove unused declarations |
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 |
| next |