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
/
src
/
cmd
/
compile
Age
Commit message (
Expand
)
Author
18 hours
all: prealloc slice with possible minimum capabilities
Shulhan
35 hours
go/types, types2: fail interface inference against generic methods
Rob Findley
38 hours
cmd/compile: handle min integer step in loop
Cuong Manh Le
40 hours
cmd/compile: remove redundant code
Weixie Cui
47 hours
cmd/compile: add boolean absorption laws to SSA rewrite rules
Timo Friedl
5 days
cmd/compile/internal/noder: revert to UIR V3
Mark Freeman
5 days
cmd/compile: fix typo
Weixie Cui
6 days
cmd/compile: remove initContext type
Cuong Manh Le
6 days
cmd/compile: run CondSelect into math rules on all arches
Jorropo
6 days
cmd/compile: improve stp merging for non-sequent cases
Melnikov Denis
7 days
cmd/compile: remove unused inNonInitFunction context
Cuong Manh Le
7 days
cmd/compile: fix loopbce overflow check logic
Junyang Shao
7 days
cmd/compile: fix mem access overlap detection
Junyang Shao
7 days
cmd/compile: preserve dot vars necessary for debuggers in DWARF
Derek Parker
7 days
cmd/compile: support all constant return types in switch lookup tables
qmuntal
8 days
cmd/compile/internal/noder: use UIR V4
Mark Freeman
8 days
cmd/compile: ensure result selects are in the block of a call
khr@golang.org
8 days
cmd/compile/testdata/script/issue77033.txt: make test panic
Alex Brainman
8 days
cmd/compile: report error instead of ICE for oversized map element
gulmix
8 days
cmd/compile: optimize CondSelect to math on arm64 with inline register shifts
Jorropo
8 days
cmd/compile: improve Mul to Left Shift rules
Jorropo
8 days
cmd/compile: add loop invariant code motion
Ilya Tocar
9 days
cmd/compile/internal/importer: consume generic methods in importer
Mark Freeman
9 days
cmd/compile: cleanup rules by canonicalizing sext(int(bool)) → zext(int(bool))
Jorropo
9 days
cmd/compile: extend condselect into math code to handle other constants than 1
Jorropo
9 days
cmd/compile: unify DWARF variable generation and remove encoding
Derek Parker
9 days
cmd/compile: improve uint8/uint16 logical immediates on PPC64
Jayanth Krishnamurthy jayanth.krishnamurthy@ibm.com
11 days
cmd/compile: optimize switch statements using lookup tables
qmuntal
11 days
cmd/compile/internal/noder: recognize generic method instantiation
Mark Freeman
12 days
cmd/compile: extend all the cmov into math generic rules with their contrary
Jorropo
12 days
cmd/compile/internal/noder: omit wrapper functions for generic methods
Mark Freeman
12 days
cmd/compile/internal/noder: set dict.receivers in writer
Mark Freeman
12 days
cmd/compile/internal/noder: offset type parameter indices
Mark Freeman
12 days
cmd/compile/internal/noder: decode generic methods and pipe receivers
Mark Freeman
13 days
cmd/compile/internal/noder: add encoding for generic methods
Mark Freeman
13 days
cmd/compile/internal/noder: split up objTypeParams
Mark Freeman
13 days
go/types, types2: in range-over-func, the yield function cannot be variadic
Robert Griesemer
14 days
cmd/compile/internal/importer: update comment
Mark Freeman
14 days
cmd/compile, cmd/link: add linknamestd directive for std-only linknames
Cherry Mui
14 days
cmd/compile/internal/noder: separate generic methods in type encoding
Mark Freeman
2026-03-31
cmd/compile/internal/noder: encode dictionaries for generic methods
Mark Freeman
2026-03-31
cmd/compile/internal/noder: mangle method names
Mark Freeman
2026-03-31
cmd/compile/internal/noder: qualify identifiers for generic methods
Mark Freeman
2026-03-31
cmd/compile/internal/noder: method expressions have nil implicits
Mark Freeman
2026-03-31
cmd/compile/internal/noder: method expressions for generic methods
Mark Freeman
2026-03-31
cmd/compile: fix wrong label loop during rangefunc rewrite
Cuong Manh Le
2026-03-31
cmd/compile: ensure map/slice clearing expressions are walked
Cuong Manh Le
2026-03-31
cmd/compile: convert some condmoves in XOR
Jorropo
2026-03-31
cmd/compile: convert some condmoves in OR
Jorropo
2026-03-31
sync: replace linkname with import
Cherry Mui
[next]