| Age | Commit message (Expand) | Author |
| 2023-02-16 | cmd/compile: detect write barrier completion differently | Keith Randall |
| 2022-12-03 | all: fix some comments for method | cui fliter |
| 2022-11-17 | cmd/compile: teach regalloc about temporary registers | Keith Randall |
| 2022-11-10 | cmd/compile: add ability to hash-debug on file:line, including inlining | David Chase |
| 2022-11-03 | cmd/compile: add debug-hash flag for fused-multiply-add | David Chase |
| 2022-11-02 | cmd/compile: renovate GOSSAHASH | David Chase |
| 2022-10-31 | cmd/compile: add cache of sizeable objects so they can be reused | Keith Randall |
| 2022-10-31 | cmd/compile: separate out sparsemaps that need position | Keith Randall |
| 2022-08-17 | cmd/compile: gofmt -w -s | hopehook |
| 2022-08-10 | cmd/compile: refactor GOSSAHASH debugging to make it usable outside ssa package. | David Chase |
| 2022-04-29 | [dev.boringcrypto] cmd: use notsha256 instead of md5, sha1, sha256 | Russ Cox |
| 2022-04-11 | all: gofmt main repo | Russ Cox |
| 2022-04-01 | all: fix various doc comment formatting nits | Russ Cox |
| 2021-09-20 | cmd/compile: extend dump-to-file to handle "genssa" (asm) case. | David Chase |
| 2021-05-08 | cmd/compile: manage Slot array better | David Chase |
| 2021-04-16 | cmd/compile: spill all the parameters around morestack | David Chase |
| 2021-04-06 | cmd/compile: when GOSSAFUNC is set, dump the current pass on crash | Cherry Zhang |
| 2021-03-13 | all: remove duplicate words | John Bampton |
| 2021-02-24 | cmd/compile: plumb abi info into ssagen/ssa | David Chase |
| 2021-01-20 | [dev.regabi] cmd/compile: late expansion of return values | David Chase |
| 2021-01-13 | [dev.regabi] cmd/compile: add code to support register ABI spills around more... | David Chase |
| 2020-12-08 | [dev.regabi] cmd/compile: add ssa.Aux tag interface for Value.Aux | Matthew Dempsky |
| 2020-12-01 | cmd/compile: do not mark OpSP, OpSB pos for debugging | Cuong Manh Le |
| 2020-10-12 | ssa: comment Sdom() with the form "Sdom..." | soolaugust |
| 2020-09-18 | cmd/compile: add code to expand calls just before late opt | David Chase |
| 2020-09-05 | cmd/compile: ensure that ssa.Func constant cache is consistent | David Chase |
| 2020-08-24 | cmd/compile: make GOSSAHASH package-sensitive, also append to log files | David Chase |
| 2020-08-17 | cmd/compile: move dumpFileSeq | surechen |
| 2020-08-14 | cmd/compile: fix live variable computation for deferreturn | Keith Randall |
| 2019-11-05 | cmd/compile: fix liveness for open-coded defer args for infinite loops | Dan Scales |
| 2019-10-24 | cmd/compile, cmd/link, runtime: make defers low-cost through inline code and ... | Dan Scales |
| 2019-10-16 | Revert "cmd/compile, cmd/link, runtime: make defers low-cost through inline c... | Bryan C. Mills |
| 2019-10-16 | cmd/compile, cmd/link, runtime: make defers low-cost through inline code and ... | Dan Scales |
| 2019-05-14 | cmd/compile: index line number tables by source file to improve sparsity | David Chase |
| 2019-05-08 | cmd/compile: add countRule rewrite rule helper | Josh Bleecher Snyder |
| 2019-03-18 | cmd/compile,runtime: provide index information on bounds check failure | Keith Randall |
| 2019-03-11 | cmd/compile: make deadcode pass cheaper | Josh Bleecher Snyder |
| 2018-11-21 | cmd/compile: add control flow graphs to ssa.html | Yury Smolsky |
| 2018-11-02 | all: use "reports whether" consistently in the few places that didn't | Brad Fitzpatrick |
| 2018-10-11 | cmd/compile: repair display of values & blocks in prog column | David Chase |
| 2018-07-12 | cmd/compile: add LocalAddr that takes SP,mem operands | David Chase |
| 2018-05-22 | cmd/compile: enable stack maps everywhere except unsafe points | Austin Clements |
| 2018-05-14 | cmd/compile: reduce allocations in prove by reusing posets | Giovanni Bajo |
| 2018-05-14 | cmd/compile: assign and preserve statement boundaries. | David Chase |
| 2018-04-09 | cmd: remove a few more unused parameters | Daniel Martà |
| 2018-03-15 | cmd/compile: cache sparse maps across ssa passes | Daniel Martà |
| 2018-03-08 | cmd/compile: minor comment improvements/corrections | Austin Clements |
| 2018-02-26 | cmd/compile: implement comparisons directly with memory | Keith Randall |
| 2017-12-01 | cmd/compile: use src.NoXPos for entry-block constants | David Chase |
| 2017-10-29 | cmd/compile: report typedslicecopy write barriers | Austin Clements |