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
/
internal
/
loopvar
Age
Commit message (
Expand
)
Author
2026-01-23
cmd/compile: fix loopvar version detection with line directives
xieyuschen
2025-11-11
std,cmd: go fix -any std cmd
Alan Donovan
2025-08-19
cmd/compile/internal: make function comments match function names
cuishuang
2025-05-22
cmd/compile: fix ICE when transforming loopvar
Cuong Manh Le
2024-09-04
all: fix printf(var) mistakes detected by latest printf checker
Alan Donovan
2023-12-14
all: remove newline characters after return statements
Danil Timerbulatov
2023-09-14
cmd/compile: move remaining instrumentation logic into ssagen
Matthew Dempsky
2023-09-12
cmd/compile: remove typecheck.Orig* functions
Cuong Manh Le
2023-08-18
cmd/compile: remove some uses of ir.CurFunc
Matthew Dempsky
2023-08-18
cmd/compile/internal/typecheck: replace Temp calls with TempAt
Matthew Dempsky
2023-08-08
cmd/compile: use new for loop semantics for Go 1.22+ compilations
David Chase
2023-05-19
cmd/compile: tweaks to loopvar logging
David Chase
2023-05-16
cmd/compile: add more information to the bisect-verbose report
David Chase
2023-05-11
internal/bisect: copy parser changes from CL 494177
Russ Cox
2023-05-10
cmd/compile: add ability to print extra information in bisect output
Russ Cox
2023-05-10
all: fix a lot of comments
cui fliter
2023-05-09
cmd/compile: remove FS debug hash form
Russ Cox
2023-05-09
cmd/compile: use more of internal/bisect in HashDebug
Russ Cox
2023-05-09
cmd/compile/loopvar: adjust logging messages
David Chase
2023-05-05
cmd/compile: work with new bisect command
Russ Cox
2023-05-05
cmd/compile: add "loop-transformed" (for whole loop) to logopt
David Chase
2023-04-07
cmd/compile: minor cleanup to HashDebugPos
David Chase
2023-03-16
cmd/compile: restore return-in-loop loopvar optimization
David Chase
2023-03-06
cmd/compile: add flag to FOR/RANGE to preserve loop semantics across inlines
David Chase
2023-03-06
cmd/compile: experimental loop iterator capture semantics change
David Chase