| Age | Commit message (Expand) | Author |
| 2014-05-28 | cmd/gc: fix x=x crash | Russ Cox |
| 2014-05-27 | cmd/gc: fix race compilation failure 'non-orig name' | Russ Cox |
| 2014-05-27 | cmd/gc: fix defer copy(x, <-c) | Russ Cox |
| 2014-05-27 | cmd/gc: fix infinite loop in nil check removal | Russ Cox |
| 2014-05-27 | cmd/gc: fix method value closures on nacl amd64p32 | Russ Cox |
| 2014-05-27 | cmd/gc: fix conversion of runtime constant | Russ Cox |
| 2014-05-21 | cmd/gc: fix floating point rounding again | Russ Cox |
| 2014-05-19 | cmd/gc: fix float32 const conversion and printing of big float consts | Russ Cox |
| 2014-05-19 | cmd/gc: fix <-<-expr | Russ Cox |
| 2014-05-15 | cmd/gc: fix two select temporary bugs | Russ Cox |
| 2014-05-15 | runtime: make scan of pointer-in-interface same as scan of pointer | Russ Cox |
| 2014-05-15 | cmd/gc: fix duplicate map key check | Russ Cox |
| 2014-05-14 | cmd/gc: fix out of bounds access | Dmitriy Vyukov |
| 2014-05-12 | cmd/gc: alias more variables during register allocation | Josh Bleecher Snyder |
| 2014-05-12 | cmd/gc: fix escape analysis for slice of array | Russ Cox |
| 2014-05-12 | cmd/gc: record line number for auto-generated wrappers as <autogenerated>:1 | Russ Cox |
| 2014-05-09 | cmd/gc: disable link-time copying of un-Go-initialized globals | Russ Cox |
| 2014-05-09 | cmd/gc: fix ... escape analysis bug | Russ Cox |
| 2014-04-20 | cmd/gc: avoid %L in error message | Jan Ziak |
| 2014-04-16 | cmd/gc: fix segfault in isgoconst. | Shenghou Ma |
| 2014-04-16 | cmd/gc: fewer errors for wrong argument count | Jan Ziak |
| 2014-04-16 | liblink, cmd/gc, cmd/{5,6,8}{a,c}: rename linkwriteobj to writeobj | Ian Lance Taylor |
| 2014-04-15 | build: remove tmp dir names from objects, support GOROOT_FINAL again | Russ Cox |
| 2014-04-14 | undo CL 66510044 / 6c0339d94123 | Russ Cox |
| 2014-04-11 | cmd/gc: increase specificity of errors in function call context | Jan Ziak |
| 2014-04-11 | cmd/gc: fix typo in ordermapassign | Jan Ziak |
| 2014-04-09 | cmd/gc: drop { } around single-line if-statement body | Jan Ziak |
| 2014-04-09 | cmd/gc: avoid confusing error message "ovf in mpaddxx" | Jan Ziak |
| 2014-04-09 | cmd/gc: ignore blank (_) labels in label declarations | Jan Ziak |
| 2014-04-06 | cmd/8g: fix liveness for 387 build (including plan9) | Russ Cox |
| 2014-04-04 | cmd/gc: compute size of keys & values before making map bucket | Keith Randall |
| 2014-04-04 | cmd/gc: check duplicate keys in maps with interface{} key type | Jan Ziak |
| 2014-04-04 | cmd/gc: fix build | Mikio Hara |
| 2014-04-03 | cmd/gc, runtime: make GODEBUG=gcdead=1 mode work with liveness | Russ Cox |
| 2014-04-03 | cmd/gc, runtime: optimize map[string] lookup from []byte key | Russ Cox |
| 2014-04-03 | cmd/gc: reject builtin function calls in len(fixed array) constants | Russ Cox |
| 2014-04-03 | cmd/gc: fix build | Dave Cheney |
| 2014-04-02 | cmd/gc, cmd/ld, runtime: compact liveness bitmaps | Russ Cox |
| 2014-04-02 | cmd/8g, cmd/gc: fix warnings on Plan 9 | David du Colombier |
| 2014-04-02 | cmd/gc: shorten even more temporary lifetimes | Russ Cox |
| 2014-04-01 | cmd/gc: shorten more temporary lifetimes | Russ Cox |
| 2014-04-01 | cmd/gc: shorten temporary lifetimes when possible | Russ Cox |
| 2014-04-01 | cmd/gc: fix spurious "bad negated constant" for complex constants. | Shenghou Ma |
| 2014-03-29 | cmd/gc: suppress array index error caused by a previously reported error | Jan Ziak |
| 2014-03-28 | cmd/gc: never pass ptr to uninit temp to runtime | Russ Cox |
| 2014-03-27 | cmd/gc: liveness-related bug fixes | Russ Cox |
| 2014-03-27 | cmd/gc: fix spurious 'use of untyped nil' error | Jan Ziak |
| 2014-03-25 | cmd/gc: add missing entries to lexn and yytfix. | Shenghou Ma |
| 2014-03-25 | runtime: redo stack map entries to avoid false retention | Keith Randall |
| 2014-03-24 | cmd/gc: fix spurious 'const initializer is not a constant' error | Jan Ziak |