index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
Age
Commit message (
Expand
)
Author
2025-10-29
cmd/compile: make prove understand div, mod better
Russ Cox
2025-10-29
test/codegen: simplify asmcheck pattern matching
Russ Cox
2025-10-29
[dev.simd] cmd/compile: enhance inlining for closure-of-SIMD
David Chase
2025-10-29
runtime: use internal/strconv
Russ Cox
2025-10-28
cmd/compile: don't optimize away a panicing interface comparison
Keith Randall
2025-10-28
cmd/compile: rewrite proved multiplies by 0 or 1 into CondSelect
Jorropo
2025-10-27
cmd/compile: add generic rules to remove bool → int → bool roundtrips
Jorropo
2025-10-27
cmd/compile: teach prove about unsigned rounding-up divide
Jorropo
2025-10-27
[dev.simd] test: add some trickier cases to ternary-boolean simd test
David Chase
2025-10-26
cmd/compile: use MOV(D|F) with const for Const(64|32)F on riscv64
Meng Zhuo
2025-10-24
[dev.simd] cmd/compile, simd: add rewrite to convert logical expression trees...
David Chase
2025-10-15
cmd/compile: eliminate bound check for slices of the same length
Youlin Feng
2025-10-14
cmd/compile: disable use of new saturating float-to-int conversions
David Chase
2025-10-14
Revert "cmd/compile: make 386 float-to-int conversions match amd64"
David Chase
2025-10-14
Revert "runtime: adjust softfloat corner cases to match amd64/arm64"
David Chase
2025-10-14
Revert "cmd/compile: make wasm match other platforms for FP->int32/64 convers...
David Chase
2025-10-14
cmd/compile/internal/devirtualize: fix OCONVNOP assertion
Mateusz Poliwczak
2025-10-13
go/types, types2: permit type cycles through type parameter lists
Robert Griesemer
2025-10-13
cmd/compile: don't depend on arch-dependent conversions in the compiler
Keith Randall
2025-10-09
cmd/compile: call generated size-specialized malloc functions directly
Michael Matloob
2025-10-09
cmd/compile: make wasm match other platforms for FP->int32/64 conversions
David Chase
2025-10-09
runtime: adjust softfloat corner cases to match amd64/arm64
David Chase
2025-10-09
cmd/compile: make 386 float-to-int conversions match amd64
David Chase
2025-10-09
cmd/compile: modify float-to-[u]int so that amd64 and arm64 match
David Chase
2025-10-08
cmd/compile/internal/devirtualize: improve concrete type analysis
Mateusz Poliwczak
2025-10-08
cmd/compile: fuse NaN checks with other comparisons
Michael Munday
2025-10-07
[dev.simd] cmd/compile: track which CPU features are in scope
David Chase
2025-10-07
Revert "cmd/compile: redo arm64 LR/FP save and restore"
Keith Randall
2025-10-06
internal/buildcfg: enable greenteagc experiment by default
Michael Anthony Knyszek
2025-10-06
test/codegen: make sure assignment results are used.
Cherry Mui
2025-10-06
cmd/compile: redo arm64 LR/FP save and restore
Keith Randall
2025-10-03
cmd/compile: improve slicemask removal
David Chase
2025-10-03
cmd/compile: remove stores to unread parameters
Cherry Mui
2025-10-03
cmd/compile: enhance prove to deal with double-offset IsInBounds checks
David Chase
2025-10-03
cmd/compile: rewrite to elide Slicemask from len==c>0 slicing
David Chase
2025-10-03
[dev.simd] all: merge master (adce7f1) into dev.simd
Cherry Mui
2025-10-02
cmd/compile: propagate len([]T{}) to make builtin to allow stack allocation
Mateusz Poliwczak
2025-09-30
test/codegen: codify handling of floating point constants on arm64
Joel Sing
2025-09-30
cmd/compile: eliminate nil checks on .dict arg
Jake Bailey
2025-09-27
cmd/compile: implement jump table on loong64
limeidan
2025-09-26
runtime: use a smaller arena size on Wasm
Cherry Mui
2025-09-26
[dev.simd] cmd/compile: make condtion of CanSSA smarter for SIMD fields
Junyang Shao
2025-09-26
cmd/compile: fix ICE with new(<untyped expr>)
Cuong Manh Le
2025-09-25
[dev.simd] all: merge master (d70ad4e) into dev.simd
Cherry Mui
2025-09-24
cmd/compile: don't rely on loop info when there are irreducible loops
Keith Randall
2025-09-23
cmd/compile/internal: support new(expr)
Alan Donovan
2025-09-23
go/types,types2: allow new(expr)
Alan Donovan
2025-09-23
[dev.simd] cmd/compile: improve slicemask removal
David Chase
2025-09-23
[dev.simd] cmd/compile: remove stores to unread parameters
Cherry Mui
2025-09-23
[dev.simd] all: merge master (9b2d39b) into dev.simd
Cherry Mui
[prev]
[next]