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
2025-07-19
cmd/compile/internal/ssa: restrict architectures for TestDebugLines_74576
thepudds
2025-07-18
go/types: infer correct type for y in append(bytes, y...)
Alan Donovan
2025-07-17
cmd/compile/internal/escape: improve DWARF .debug_line numbering for literal ...
thepudds
2025-07-16
cmd/compile/internal/escape: speed up analyzing some functions with many clos...
thepudds
2025-07-08
cmd/compile: document that nosplit directive is unsafe
Ian Lance Taylor
2025-07-08
cmd/compile: run fmt on ssa
Jorropo
2025-07-07
cmd/compile/internal/ssa: skip EndSequence entries in TestStmtLines
qmuntal
2025-06-30
cmd/compile/internal/escape: add debug hash for literal allocation optimizations
thepudds
2025-06-30
cmd/compile/internal/escape: stop disabling literal allocation optimizations ...
thepudds
2025-06-26
cmd/compile/internal/escape: evaluate any side effects when rewriting with li...
thepudds
2025-06-24
go/types: add test for interface method field type
Rob Findley
2025-06-23
Revert "go/types, types2: don't register interface methods in Info.Types map"
Robert Findley
2025-06-11
cmd/compile: add up-to-date test for generated files
David Chase
2025-06-09
cmd/compile/internal/ssa: fix PPC64 merging of (AND (S[RL]Dconst ...)
Paul Murphy
2025-06-09
cmd/compile: relax reshaping condition
Cuong Manh Le
2025-06-04
Revert "cmd/compile: Enable inlining of tail calls"
Cherry Mui
2025-06-04
test: add another regression test for issue 73309
Cuong Manh Le
2025-06-04
cmd/compile: better error message when import embed package
qiulaidongfeng
2025-06-02
cmd/compile/internal/noder: document quirk of string elements
Mark Freeman
2025-06-02
cmd/compile/internal/noder: stub type section and adjust others
Mark Freeman
2025-06-02
cmd/compile/internal/noder: begin filling in SectionObj
Mark Freeman
2025-06-02
cmd/compile/internal/noder: fill in SectionName
Mark Freeman
2025-05-29
cmd/compile/internal/noder: rename RelIndex to match codebase
Mark Freeman
2025-05-29
cmd/compile: update default PGO profile
Cherry Mui
2025-05-28
cmd/compile: do nil check before calling duff functions, on arm64 and amd64
Keith Randall
2025-05-28
go/types, types2: dump position stack for non-bailout panics
Mark Freeman
2025-05-27
cmd/compile/internal/walk: use original type for composite literals in addrTemp
thepudds
2025-05-22
cmd/compile: do not shapify when reading reshaping expr
Cuong Manh Le
2025-05-22
cmd/compile: fix ICE with recursive alias type parameter
Cuong Manh Le
2025-05-22
cmd/compile: fix ICE when transforming loopvar
Cuong Manh Le
2025-05-21
cmd/compile/internal/ssa: eliminate string copies for calls to unique.Make
Jake Bailey
2025-05-21
cmd/compile, unique: model data flow of non-string pointers
Cherry Mui
2025-05-21
cmd/compile/internal/escape: make escape analysis -m=2 logs more accessible
thepudds
2025-05-21
cmd/compile: fold negation into addition/subtraction on s390x
Julian Zhu
2025-05-21
cmd/compile: remove unused function from escape analysis
Keith Randall
2025-05-21
cmd/compile/internal/walk: use global zeroVal in interface conversions for ze...
thepudds
2025-05-21
cmd/compile/internal/walk: convert composite literals to interfaces without a...
thepudds
2025-05-21
cmd/compile: fix offset calculation error in memcombine
Junyang Shao
2025-05-21
cmd/compile/internal: intrinsify publicationBarrier on mipsx
Julian Zhu
2025-05-21
cmd/compile/internal: intrinsify publicationBarrier on mips64x
Julian Zhu
2025-05-21
cmd/compile/internal/escape: propagate constants to interface conversions to ...
thepudds
2025-05-21
cmd/compile/internal/escape: use an ir.ReassignOracle
thepudds
2025-05-21
cmd/compile: add rules about ORN and ANDN
Xiaolin Zhao
2025-05-20
cmd/compile: fix the implementation of NORconst on loong64
Xiaolin Zhao
2025-05-20
cmd/compile/internal/escape: improve order of work to speed up analyzing many...
thepudds
2025-05-20
cmd/compile: memcombine different size stores
Junyang Shao
2025-05-20
internal/pkgbits: rename RelocEnt to RefTableEntry
Mark Freeman
2025-05-20
cmd/compile/internal/noder: mark Ref[T] as a primitive
Mark Freeman
2025-05-20
cmd/compile: fold negation into addition/subtraction on arm64
Julian Zhu
2025-05-20
cmd/compile: don't instrument counter globals in internal/fuzz
Mateusz Poliwczak
[next]