| Age | Commit message (Expand) | Author |
| 2014-10-29 | [dev.garbage] all: merge dev.power64 (5ad5e85cfb99) into dev.garbage | Russ Cox |
| 2014-10-29 | [dev.garbage] all: merge default (dd5014ed9b01) into dev.garbage | Russ Cox |
| 2014-10-29 | [dev.power64] all: merge default (dd5014ed9b01) into dev.power64 | Russ Cox |
| 2014-10-28 | cmd/gc: fix build - remove unused variables in walkprint | Russ Cox |
| 2014-10-28 | cmd/gc: fix internal compiler error in struct compare | Russ Cox |
| 2014-10-28 | cmd/gc: avoid use of goprintf | Russ Cox |
| 2014-10-27 | [dev.power64] all: merge default into dev.power64 | Austin Clements |
| 2014-10-24 | cmd/gc: synthesize zeroed value for non-assignment context | Russ Cox |
| 2014-10-22 | [dev.power64] all: merge default into dev.power64 | Austin Clements |
| 2014-10-22 | build: merge the great pkg/ rename into dev.power64 | Austin Clements |
| 2014-10-22 | [dev.power64] build: merge default into dev.power64 | Austin Clements |
| 2014-10-20 | cmd/gc: disallow call of *T method using **T variable | Russ Cox |
| 2014-10-20 | cmd/gc: emit code for extern = <N> | Daniel Morsing |
| 2014-10-17 | cmd/gc: don't use static init to initialize small structs, fields | Russ Cox |
| 2014-10-16 | all: merge default branch into dev.garbage | Russ Cox |
| 2014-10-16 | cmd/gc: elide write barrier for x = x[0:y] and x = append(x, ...) | Russ Cox |
| 2014-10-15 | cmd/gc: simplify compiled code for explicit zeroing | Russ Cox |
| 2014-10-15 | cmd/gc: do not copy via temporary for writebarrierfat{2,3,4} | Russ Cox |
| 2014-10-15 | cmd/gc: blank methods are not permitted in interface types | Chris Manghane |
| 2014-10-14 | cmd/gc, runtime: fix race, nacl for writebarrier changes | Russ Cox |
| 2014-10-14 | cmd/gc: check for initialization cycles in method values | Chris Manghane |
| 2014-10-14 | cmd/gc: add 2-, 3-, 4-word write barrier specializations | Russ Cox |
| 2014-10-14 | cmd/gc: fix 'make' in cmd/gc directory | Russ Cox |
| 2014-10-07 | cmd/gc: fix print format | Russ Cox |
| 2014-10-07 | runtime: remove type-punning for Type.gc[0], gc[1] | Russ Cox |
| 2014-10-06 | cmd/gc: prohibit short variable declarations containing duplicate symbols | Evan Kroske |
| 2014-10-03 | [dev.garbage] merge default into dev.garbage | Russ Cox |
| 2014-10-02 | [dev.garbage] runtime: remove another BitsMultiWord | Russ Cox |
| 2014-10-01 | [dev.garbage] cmd/gc: never generate BitsMultiWord | Russ Cox |
| 2014-09-30 | cmd/gc: fix call order in array literal of slice literal of make chan | Russ Cox |
| 2014-09-25 | cmd/gc: emit error for out-of-bounds slice of constant string | Russ Cox |
| 2014-09-25 | cmd/gc: print x++ (not x += 1) in errors about x++ | Russ Cox |
| 2014-09-25 | cmd/gc: avoid infinite recursion on invalid recursive type | Russ Cox |
| 2014-09-24 | cmd/gc: fix import of package with var func returning _ | Russ Cox |
| 2014-09-24 | cmd/gc: run escape analysis always (even in -N mode) | Russ Cox |
| 2014-09-16 | cmd/gc: say 'non-constant array bound' instead of 'invalid array bound' | Russ Cox |
| 2014-09-16 | cmd/gc: make runtime escape an error, not a fatal error | Russ Cox |
| 2014-09-15 | cmd/gc: don't walk static nodes generated by anylit. | Rémy Oudompheng |
| 2014-09-15 | cmd/gc: generate type alg after calling dowidth. | Rémy Oudompheng |
| 2014-09-12 | cmd/gc: fix racewalk after writebarrier change | Dmitriy Vyukov |
| 2014-09-12 | runtime: tell the truth about BitVector type | Russ Cox |
| 2014-09-12 | cmd/gc: turn Go prototypes into ptr liveness maps for assembly functions | Russ Cox |
| 2014-09-11 | cmd/gc: emit write barriers | Russ Cox |
| 2014-09-08 | cmd/gc: fix undefined behaviour warning in subr.c | Dave Cheney |
| 2014-09-08 | build: adjustments for move from src/pkg to src | Russ Cox |
| 2014-09-05 | runtime: convert panic/recover to Go | Keith Randall |
| 2014-09-02 | runtime: convert select implementation to Go. | Keith Randall |
| 2014-09-02 | cmd/gc: fix runtime print(hex(x)) | Russ Cox |
| 2014-08-30 | runtime: convert type algorithms to Go | Dmitriy Vyukov |
| 2014-08-29 | cmd/gc: allow runtime to define a hex integer type for printing | Russ Cox |