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
/
fmtmap_test.go
Age
Commit message (
Expand
)
Author
2021-01-08
[dev.regabi] cmd/compile: remove fmt_test code; it has outlived its usefulness
Robert Griesemer
2020-12-23
[dev.regabi] cmd/compile: split out package walk [generated]
Russ Cox
2020-12-14
[dev.regabi] cmd/compile: add register ABI analysis utilities
Than McIntosh
2020-12-08
[dev.regabi] cmd/compile: add ssa.Aux tag interface for Value.Aux
Matthew Dempsky
2020-12-07
[dev.regabi] cmd/compile: rewrite stale format strings
Russ Cox
2020-12-07
[dev.regabi] cmd/compile: simplify fmtmap
Russ Cox
2020-12-07
[dev.regabi] cmd/compile: remove mode.Sprintf etc in printer
Russ Cox
2020-12-07
[dev.regabi] cmd/compile: simplify Op, Node, Nodes printing
Russ Cox
2020-12-07
[dev.regabi] cmd/compile: untangle ir.Dump printing
Russ Cox
2020-12-01
[dev.regabi] cmd/compile: first pass at abstracting Type
Matthew Dempsky
2020-12-01
[dev.regabi] cmd/compile: add NewNamed
Matthew Dempsky
2020-12-01
[dev.regabi] cmd/compile: add custom expression Node implementations
Russ Cox
2020-11-30
[dev.regabi] cmd/compile: add custom type syntax Node implementations
Russ Cox
2020-11-30
[dev.regabi] cmd/compile: clean up Name and Func uses
Russ Cox
2020-11-30
[dev.regabi] cmd/compile: make ir.Name the ONAME Node implementation
Russ Cox
2020-11-25
[dev.regabi] cmd/compile: replace *Node type with an interface Node [generated]
Russ Cox
2020-11-25
[dev.regabi] cmd/compile: remove gc ↔ ssa cycle hacks
Russ Cox
2020-11-25
[dev.regabi] cmd/compile: introduce cmd/compile/internal/ir [generated]
Russ Cox
2020-11-25
[dev.regabi] cmd/compile: finish cleanup of Flag initialization
Russ Cox
2020-11-25
[dev.regabi] cmd/compile: replace Val with go/constant.Value
Matthew Dempsky
2020-11-24
[dev.regabi] cmd/compile: prep refactoring for switching to go/constant
Matthew Dempsky
2020-11-24
[dev.regabi] cmd/compile/internal/gc: add MethodName for getting referenced m...
Matthew Dempsky
2020-10-30
cmd/compile: delete register maps, completely
Cherry Zhang
2020-10-29
cmd/compile: delay expansion of OpArg until expand_calls
David Chase
2020-10-23
cmd/compile: avoid generating CSEs; do all aggregates; maintain debug names
David Chase
2020-06-18
cmd/compile: redo flag constant ops for arm
Keith Randall
2020-06-09
cmd/compile: ARM comparisons with 0 incorrect on overflow
Xiangdong Ji
2020-05-29
cmd/compile: fix incorrect rewriting to if condition
Xiangdong Ji
2020-04-21
cmd/compile: remove nlz function
Cuong Manh Le
2020-04-20
Revert "Revert "cmd/compile: adjust RISCV64 rewrite rules to use typed aux fi...
David Finkel
2019-11-05
cmd/compile: update TestFormats for CL 196959
Ian Lance Taylor
2019-10-28
cmd: gofmt
Josh Bleecher Snyder
2019-10-15
cmd/compile: fix fmt test
Keith Randall
2019-10-08
cmd/compile: regenerate known formats in fmtmap_test.go
Tobias Klauser
2019-10-07
cmd/compile: improve write barrier removal
Keith Randall
2019-08-30
cmd/compile: regenerate known formats in fmtmap_test.go
Tobias Klauser
2019-08-28
cmd/compile: update fmt_test.go for esc.go code cleanup
Matthew Dempsky
2019-05-29
cmd/compile: fix fmt_test.go after CL 170062
Matthew Dempsky
2019-02-12
cmd/compile: update compiler's format test (fix long test)
Robert Griesemer
2019-01-02
cmd/compile: fix format test
Cherry Zhang
2018-11-16
cmd/compile: provide updating mechanism for format test
Robert Griesemer