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
/
loopvar_test.go
Age
Commit message (
Expand
)
Author
2026-01-23
cmd/compile: fix loopvar version detection with line directives
xieyuschen
2025-08-19
cmd/compile/internal: make function comments match function names
cuishuang
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-08-08
cmd/compile: use new for loop semantics for Go 1.22+ compilations
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-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-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