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
2023-05-10
cmd/compile: add De Morgan's rewrite rule
Stefan
2023-05-08
test: add memcombine testcases for ppc64
Lynn Boger
2023-05-08
math: optimize math.Abs on mipsx
Junxian Zhu
2023-05-05
cmd/compile: allow more inlining of functions that construct closures
Than McIntosh
2023-05-05
cmd/compile: un-hide closure func if parent expr moved to staticinit
Than McIntosh
2023-05-05
cmd/compile: rework marking of dead hidden closure functions
Than McIntosh
2023-05-05
math: optimize math.Abs on mips64x
Junxian Zhu
2023-05-03
cmd/compile: fix compilation of inferred type arguments
Matthew Dempsky
2023-05-03
Revert "cmd/compile: enhance tighten pass for memory values"
Daniel MartÃ
2023-05-03
cmd/compile: enhance tighten pass for memory values
erifan01
2023-05-03
cmd/compile: enable reverse type inference
Robert Griesemer
2023-04-28
cmd/link: put zero-sized data symbols at same address as runtime.zerobase
Cherry Mui
2023-04-21
runtime, cmd: rationalize StackLimit and StackGuard
Austin Clements
2023-04-20
Revert "runtime, cmd: rationalize StackLimit and StackGuard"
Austin Clements
2023-04-20
runtime, cmd: rationalize StackLimit and StackGuard
Austin Clements
2023-04-19
cmd/compile/internal/types2: only mark variables as used if they are
Robert Griesemer
2023-04-18
cmd/compile: remove memequal call from string compares in more cases
Keith Randall
2023-04-18
Revert "cmd/compile: rework marking of dead hidden closure functions"
Than McIntosh
2023-04-17
Revert "cmd/compile: allow more inlining of functions that construct closures"
Michael Knyszek
2023-04-17
cmd/compile: allow more inlining of functions that construct closures
Than McIntosh
2023-04-17
cmd/compile: rework marking of dead hidden closure functions
Than McIntosh
2023-04-14
cmd/compile: better code generation for constant-fold switch
Cuong Manh Le
2023-04-14
cmd/compile: reenable inline static init
Cuong Manh Le
2023-04-14
cmd/compile: handle string concatenation in static init inliner
Cuong Manh Le
2023-04-14
cmd/link: establish dependable package initialization order
Keith Randall
2023-04-14
Revert "cmd/compile: allow more inlining of functions that construct closures"
Than McIntosh
2023-04-12
cmd/compile: fix ir.StaticValue for ORANGE
Junwei Zuo
2023-04-11
all: add wasip1 support
Johan Brandhorst-Satzkorn
2023-04-10
cmd/compile: teach prove about bitwise OR operation
Cuong Manh Le
2023-04-08
runtime: mark map bucket slots as empty during map clear
Cuong Manh Le
2023-04-07
cmd/compile: use correct type for byteswaps on multi-byte stores
Keith Randall
2023-04-07
cmd/compile: allow more inlining of functions that construct closures
Than McIntosh
2023-04-07
cmd/compile: deadcode unreferenced hidden closures during inlining
Than McIntosh
2023-04-07
cmd/compile: get more bounds info from logic operators in prove pass
ruinan
2023-04-05
cmd/compile: don't set range expr key/value type if already set
Cuong Manh Le
2023-04-03
Revert "cmd/compile: allow more inlining of functions that construct closures"
Than McIntosh
2023-03-31
crypto/subtle: don't cast to *uintptr when word size is 0
Keith Randall
2023-03-31
cmd/compile: allow more inlining of functions that construct closures
Austin Clements
2023-03-29
cmd/compile: casts from slices to array pointers are known to be non-nil
Keith Randall
2023-03-28
go/types, types2: don't report assignment mismatch errors if there are other ...
Robert Griesemer
2023-03-28
test: add test that caused a gofrontend crash
Ian Lance Taylor
2023-03-28
cmd/compile: don't assume pointer of a slice is non-nil
Keith Randall
2023-03-28
go/types, types2: refactor initVars
Robert Griesemer
2023-03-28
go/types, types2: more systematic use of Checker.use und useLHS
Robert Griesemer
2023-03-27
go/types, types2: better error message for some invalid integer array lengths
Robert Griesemer
2023-03-27
cmd/compile: don't panic if unsafe.Sizeof/Offsetof is used with oversize types
Robert Griesemer
2023-03-24
cmd/compile: optimize cmp to cmn under conditions < and >= on arm64
erifan01
2023-03-22
test: add test that caused gofrontend crash
Ian Lance Taylor
2023-03-22
cmd/compile: mark negative size memclr non-inlineable
Cuong Manh Le
2023-03-22
cmd/compile: fix incorrect truncating when converting CMP to TST on arm64
erifan01
[next]