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-08-20
cmd/internal/testdir: add a -gomodversion flag
Tim King
2024-08-15
Revert "go/types, types2: only use fileVersion if 1.21 or greater"
Michael Matloob
2024-08-14
cmd/compile: improve unneeded zeroing removal
Keith Randall
2024-08-13
cmd/compile/internal/types2: change inference error message
Tim King
2024-08-13
test: add test case for wasmexport parameter types
Cherry Mui
2024-08-12
cmd/compile: add additional arm64 bit field rules
khr@golang.org
2024-08-12
go/types, types2: only use fileVersion if 1.21 or greater
Michael Matloob
2024-08-09
cmd/compile: in prove pass, check for unsat before adding local facts
Keith Randall
2024-08-09
cmd/compile: fix off-by-one error in prove pass
Keith Randall
2024-08-09
cmd/compile: add basic wasmexport support
Cherry Mui
2024-08-07
cmd/compile: simplify prove pass
khr@golang.org
2024-08-07
cmd/compile: reorganize prove pass domain relation table
khr@golang.org
2024-08-07
cmd/compile: handle boolean and pointer relations
khr@golang.org
2024-08-07
cmd/compile: propagate constant ranges through multiplies and shifts
khr@golang.org
2024-08-07
cmd/compile: rewrite the constant parts of the prove pass
khr@golang.org
2024-08-07
cmd/compile, math: improve implementation of math.{Max,Min} on loong64
Xiaolin Zhao
2024-08-05
test: add test that caused gofrontend to crash
Ian Lance Taylor
2024-08-02
cmd/compile,runtime: disable swissmap fast variants
Michael Pratt
2024-07-30
cmd/compile: add "deadlocals" pass to remove unused locals
David Chase
2024-07-29
test: add open-coded defer tests for too many exits path
Cuong Manh Le
2024-07-26
types2, go/types: fix instantiation of named type with generic alias
Cuong Manh Le
2024-07-24
test: add test cases for local not-in-heap types
Cuong Manh Le
2024-07-24
test: re-enabled fixedbugs/notinheap.go test
Cuong Manh Le
2024-07-23
cmd/compile: run checkbce after fuseLate pass
Cuong Manh Le
2024-07-23
cmd/compile: make sync/atomic AND/OR operations intrinsic on amd64
Keith Randall
2024-07-23
cmd/compile: store constant floats using integer constants
Keith Randall
2024-07-23
runtime,internal: move runtime/internal/sys to internal/runtime/sys
David Chase
2024-07-22
cmd/compile: retire "IsHiddenClosure" and "IsDeadcodeClosure"
Cuong Manh Le
2024-07-22
cmd/compile: don't inline runtime functions in -d=checkptr build
Cherry Mui
2024-07-19
runtime: mark lockWithRankMayAcquire as nosplit
Cuong Manh Le
2024-07-16
cmd/compile: fix recursive generic interface instantiation
Cuong Manh Le
2024-07-15
strings: re-introduce noescape wrapper
Cuong Manh Le
2024-07-10
math: remove riscv64 assembly implementations of rounding
Jorropo
2024-07-05
cmd/compile: fix ICE when compiling global a, b = f()
Cuong Manh Le
2024-07-03
cmd/compile: fix mis-compilation when switching over channels
Cuong Manh Le
2024-07-03
cmd/compile: emit error message on mismatch import path
Cuong Manh Le
2024-06-28
cmd/compile: don't elide zero extension on top of signed values
Keith Randall
2024-06-20
cmd/compile: support generic alias type
Cuong Manh Le
2024-06-07
cmd/compile/ssa: fix (MOVWZreg (RLWINM)) folding on PPC64
Paul E. Murphy
2024-06-07
cmd/compile: generate args_stackmap for ABI0 assembly func regardless of link...
Cherry Mui
2024-05-30
cmd/compile: remove quoting in favor of clearer prose in error messages
Robert Griesemer
2024-05-23
test/codegen: add Mul test for riscv64
Meng Zhuo
2024-05-21
cmd/compile/internal/ssa: fix ppc64 merging of (CLRLSLDI (SRD ...))
Paul E. Murphy
2024-05-20
cmd/compile: initialize posBaseMap correctly
Robert Griesemer
2024-05-17
cmd/compile/internal/ssa: cleanup ANDCCconst rewrite rules on PPC64
Paul E. Murphy
2024-05-16
cmd/compile: add test case for using Alias types
Cuong Manh Le
2024-05-15
cmd/compile: disallow linkname referring to instantiations
Cherry Mui
2024-05-15
cmd/compile/internal/noder: enable type aliases in type checker
Matthew Dempsky
2024-05-15
cmd/compile/internal/ssa: combine more shift and masking on PPC64
Paul E. Murphy
2024-05-08
cmd/compile: avoid past-the-end pointer when zeroing
Keith Randall
[prev]
[next]