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
/
fmt_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-07
[dev.regabi] cmd/compile: simplify fmtmap
Russ Cox
2020-12-02
all: update to use filepath.WalkDir instead of filepath.Walk
Russ Cox
2020-06-08
all: avoid awkward wording from CL 236857
Russ Cox
2020-06-08
all: replace usages of whitelist/blacklist and master/slave
Filippo Valsorda
2019-11-05
cmd/compile: do not skip TestFormats on short builders
Bryan C. Mills
2018-11-16
cmd/compile: provide updating mechanism for format test
Robert Griesemer
2018-11-12
cmd/compile: fix TestFormats
Austin Clements
2018-11-06
cmd/compile: add new format to known_formats
Alberto Donizetti
2018-11-03
cmd/compile/internal/gc: don't print "internal error" twice
Robert Griesemer
2018-11-03
cmd/compile: fix fmt_test (fix long test build)
Robert Griesemer
2018-10-04
cmd/compile: regenerate known formats for TestFormats
Tobias Klauser
2018-10-02
cmd/compile: update fmt_test (fix build for long-running tests)
Robert Griesemer
2018-09-05
cmd/compile: regenerate known formats for TestFormats
Michael Munday
2018-07-19
cmd/compile: run fmt test only in long mode
Keith Randall
2018-05-26
cmd/compile,go/build,internal/cpu: gofmt
Elias Naur
2018-05-22
cmd/compile: compute register liveness maps
Austin Clements
2018-05-14
cmd/compile: improve undo of poset
Giovanni Bajo
2018-04-29
cmd/compile: implement loop BCE in prove
Giovanni Bajo
2018-04-29
cmd/compile: in prove, add transitive closure of relations
Giovanni Bajo
2018-04-24
cmd/compile: add indexed export format
Matthew Dempsky
2018-04-11
cmd/compile, cmd/link: encode cgo directives using JSON
Matthew Dempsky
2018-04-09
cmd/compile: refactor symbol sorting logic
Matthew Dempsky
2018-04-05
cmd/compile: cleanup method symbol creation
Matthew Dempsky
2018-03-10
cmd: re-generate all stringer files
Daniel Martí
2018-03-08
cmd/compile: more String methods for prove types
Austin Clements
2018-02-26
cmd/compile/internal/syntax: remove dependency on cmd/internal/src
Robert Griesemer
2018-02-24
cmd/compile/internal/syntax: use stringer for operators and tokens
Daniel Martí
2018-02-21
cmd/compile/internal: reuse more memory
Heschi Kreinick
2018-02-14
cmd/compile: reimplement location list generation
Heschi Kreinick
2018-02-12
cmd/compile/internal/syntax: implement regression test harness for syntax errors
Robert Griesemer
2017-12-14
cmd/compile/internal/ssa: group dump files alphabetically
Geoff Berry
2017-11-21
cmd/compile: improve debugging output for GOSSAFUNC
David Chase
2017-11-10
cmd/compile: replace opnames with stringer
Daniel Martí
2017-10-24
cmd/compile/internal/ssa: use reverse postorder traversal
Heschi Kreinick
2017-10-16
cmd/compile/internal/syntax: cleanups around parser tracing
griesemer
2017-10-11
cmd/compile: add line numbers to values & blocks in ssa.html
David Chase
2017-10-05
all: revert "all: prefer strings.IndexByte over strings.Index"
Marvin Stenger
2017-09-28
cmd/compile: cover control flow insns in location lists
Heschi Kreinick
2017-09-25
all: prefer strings.IndexByte over strings.Index
Marvin Stenger
2017-09-19
cmd/compile: remove Symbol wrappers from Aux fields
Keith Randall
2017-08-26
all: remove some double spaces from comments
Daniel Martí
2017-08-17
cmd/compile: rename SSA Register.Name to Register.String
Keith Randall
2017-07-27
[dev.debug] cmd/compile: better DWARF with optimizations on
Heschi Kreinick
2017-05-09
cmd/compile: change ssa.Type into *types.Type
Josh Bleecher Snyder
2017-04-26
cmd/compile: move Node.Class to flags
Josh Bleecher Snyder
2017-04-21
cmd/compile: provide a way to auto-discover -d debug keys
Damien Lespiau
2017-04-19
cmd/internal: remove duplicate pathToPrefix function
Todd Neal
2017-04-19
cmd/compile: enhance postorder computation and repair loop finder
David Chase
2017-04-18
cmd/internal/obj: rework gclocals handling
Josh Bleecher Snyder
[next]