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
2024-10-30
runtime,internal/runtime/maps: specialized swissmaps
Michael Pratt
2024-10-29
cmd/compile: teach prove about min/max phi operations
Keith Randall
2024-10-29
cmd/compile: add rules to optimize go codes to constant 0 on loong64
Xiaolin Zhao
2024-10-28
test: add a test for wasm memory usage
Cherry Mui
2024-10-25
cmd/compile: add shift optimization test
Youlin Feng
2024-10-25
cmd/compile: optimize type switch for a single runtime known type with a case...
Youlin Feng
2024-10-24
cmd/compile/internal/ssa: fix PPC64 shift codegen regression
Paul E. Murphy
2024-10-24
cmd/compile: inline constant sized memclrNoHeapPointers calls on loong64
Xiaolin Zhao
2024-10-23
go/types, types2: qualify named types in error messages with type kind
Robert Griesemer
2024-10-22
go/types: improve recursive type error message
Max Neverov
2024-10-22
cmd/compile: use STP/LDP around morestack on arm64
Keith Randall
2024-10-21
test: split non-regabi stack map test
Michael Pratt
2024-10-21
cmd/link: generate Mach-O UUID when -B flag is specified
Cherry Mui
2024-10-21
cmd/compile,internal/runtime/maps: add extendible hashing
Michael Pratt
2024-10-17
cmd/compile: optimize loong64 with register indexed load/store
Xiaolin Zhao
2024-10-14
all: wire up swisstable maps
Michael Pratt
2024-10-09
cmd/compile: use call block instead of entry block for tail call expansion
Keith Randall
2024-10-07
cmd/compile: avoid dynamic type when possible
Cuong Manh Le
2024-10-01
test: fix test issue 69434 for riscv64
Cuong Manh Le
2024-09-30
go/parser, syntax: better error message for parameter missing type
Robert Griesemer
2024-09-28
test: simplify issue 69434 test
Cuong Manh Le
2024-09-18
reflect: remove calling mapiterkey, mapiterelem
Kyle Xiao
2024-09-18
cmd/compile: fix wrong esacpe analysis for rangefunc
Cuong Manh Le
2024-09-17
runtime: move getcallersp to internal/runtime/sys
Michael Pratt
2024-09-17
runtime: move getcallerpc to internal/runtime/sys
Michael Pratt
2024-09-13
test: add test for issue 24755
Cuong Manh Le
2024-09-13
all: add test for issue 20027
Cuong Manh Le
2024-09-13
cmd/compile: optimize math.Float64(32)bits and math.Float64(32)frombits on lo...
Xiaolin Zhao
2024-09-13
cmd/compile: optimize RotateLeft8/16 on loong64
Xiaolin Zhao
2024-09-11
cmd/compile: correct wasmexport result type checking
Cherry Mui
2024-09-11
test/codegen: add Rotate test for riscv64
Meng Zhuo
2024-09-10
cmd/compile: optimize []byte(string1 + string2)
Paschalis Tsilias
2024-09-09
cmd/compile: emit tail call wrappers when possible
amusman
2024-09-04
runtime: size maps.Clone destination bucket array safely
Keith Randall
2024-09-03
cmd/compile: compute Negation's limits from argument's limits
Jorropo
2024-09-03
cmd/compile: compute Complement's limits from argument's limits
Jorropo
2024-09-03
cmd/compile: compute Trunc's limits from argument's limits
Jorropo
2024-09-03
cmd/compile: propagate unsigned limits for Div and Mod if arguments are positive
Jorropo
2024-09-03
cmd/compile: compute Divu's limits from argument's limits
Jorropo
2024-09-03
cmd/compile: compute Modu's maximum limits from argument's limits
Jorropo
2024-09-03
cmd/compile: compute OR's maximum limits from argument's limits
Jorropo
2024-09-03
cmd/compile: compute XOR's limits from argument's limits
Jorropo
2024-09-03
cmd/compile: compute bits.TrailingZeros*'s limits from argument's limits
Jorropo
2024-09-03
cmd/compile: compute bits.Len*'s limits from argument's limits
Jorropo
2024-08-28
cmd/compile/internal/noder: write V2 bitstream aliastypeparams=1
Tim King
2024-08-28
cmd/compile/internal/ssa: combine shift and addition for riscv64 rva22u64
Joel Sing
2024-08-27
go/types, types2: use max(fileVersion, go1.21) if fileVersion present
Michael Matloob
2024-08-26
cmd/compile: regalloc: drop values that aren't used until after a call
Keith Randall
2024-08-26
cmd/compile: intrinsify math.MulUintptr on PPC64
Paul E. Murphy
2024-08-23
test/codegen: add initial codegen tests for integer min/max
Joel Sing
[prev]
[next]