| Age | Commit message (Expand) | Author |
| 2015-03-01 | all: delete C libraries and cmd/dist code that builds them | Russ Cox |
| 2015-03-01 | cmd/ld: clean for c2go | Russ Cox |
| 2015-02-26 | liblink: delete unused code | Russ Cox |
| 2015-02-13 | [dev.cc] liblink: disable GOOBJ=2 default | Russ Cox |
| 2015-02-05 | [dev.cc] cmd/internal/obj: reconvert from liblink | Russ Cox |
| 2015-02-04 | [dev.cc] all: merge master (b8fcae0) into dev.cc | Russ Cox |
| 2015-02-04 | [dev.cc] cmd/go, liblink: turn off verification against Go code | Russ Cox |
| 2015-02-03 | liblink: define fixed A-numbers for common instructions | Russ Cox |
| 2015-02-03 | liblink: place TEXT/GLOBL flags in p->from3 always | Russ Cox |
| 2015-01-30 | cmd/gc, cmd/ld, liblink: update for portable Prog, Addr changes | Russ Cox |
| 2015-01-28 | liblink: do not print pointers in debug output | Russ Cox |
| 2015-01-21 | [dev.cc] liblink: invoke 'go tool objwriter' to implement writeobj, if directed | Russ Cox |
| 2015-01-21 | [dev.cc] build: do not 'clean -i std' between dist and go_bootstrap | Russ Cox |
| 2015-01-21 | [dev.cc] liblink: invoke go tool objwriter during writeobj | Russ Cox |
| 2015-01-05 | Revert "liblink, cmd/ld, runtime: remove stackguard1" | Russ Cox |
| 2014-12-29 | liblink, cmd/ld, runtime: remove stackguard1 | Shenghou Ma |
| 2014-11-14 | [dev.cc] all: merge dev.power64 (7667e41f3ced) into dev.cc | Russ Cox |
| 2014-11-11 | [dev.cc] liblink: resolve bss vs other conflict regardless of order found | Russ Cox |
| 2014-10-22 | [dev.power64] all: merge default into dev.power64 | Austin Clements |
| 2014-10-22 | [dev.power64] build: merge default into dev.power64 | Austin Clements |
| 2014-09-26 | liblink: fix cmd/ld -X flag | Russ Cox |
| 2014-09-24 | cmd/cc, cmd/ld, runtime: disallow conservative data/bss objects | Russ Cox |
| 2014-09-16 | liblink, sync/atomic: fix arm build | Russ Cox |
| 2014-09-16 | liblink: make GO_ARGS the default for functions beginning with ยท | Russ Cox |
| 2014-09-12 | cmd/gc: turn Go prototypes into ptr liveness maps for assembly functions | Russ Cox |
| 2014-08-31 | cmd/ld: diagnose Go calling C | Russ Cox |
| 2014-08-07 | [dev.power64] liblink: handle $i64. symbols, add debug output for -S -v, show... | Shenghou Ma |
| 2014-08-06 | liblink: use LinkArch.textflag() to get text and dataflag | Shenghou Ma |
| 2014-04-16 | liblink, cmd/ld: reenable nosplit checking and test | Russ Cox |
| 2014-04-16 | liblink, cmd/gc, cmd/{5,6,8}{a,c}: rename linkwriteobj to writeobj | Ian Lance Taylor |
| 2014-04-16 | liblink: add leaf bit to object file format | Russ Cox |
| 2014-04-16 | liblink: fix incorrect hash collision in lookup | Russ Cox |
| 2014-04-15 | liblink: introduce TLS register on 386 and amd64 | Russ Cox |
| 2014-04-14 | liblink: remove arch-specific constants from file format | Russ Cox |
| 2014-04-14 | liblink, cmd/link: add version number to object file | Russ Cox |
| 2014-04-02 | cmd/gc, cmd/ld, runtime: compact liveness bitmaps | Russ Cox |
| 2013-12-19 | liblink: allow either of a pair of conflicting symbols to say dupok | Russ Cox |
| 2013-12-18 | liblink: use explicit field for globl duplicate detection | Russ Cox |
| 2013-12-19 | liblink, cmd/gc: resolve several shift warnings | Dave Cheney |
| 2013-12-17 | liblink: rewrite '\\' in paths to '/' on windows | Shenghou Ma |
| 2013-12-16 | cmd/ld: move instruction selection + layout into compilers, assemblers | Russ Cox |