| Age | Commit message (Expand) | Author |
| 2011-07-12 | [release-branch.r58] cgo: handle new Apple LLVM-based gcc from Xcode 4.2release.r58.1 | Russ Cox |
| 2011-05-18 | pkg: spelling tweaks, A-H | Robert Hencke |
| 2011-04-27 | cgo: handle versioned ELF symbols | Russ Cox |
| 2011-04-20 | src/pkg: make package doc comments consistently start with "Package foo". | Nigel Tao |
| 2011-04-04 | os: New Open API. | Rob Pike |
| 2011-04-04 | os: add Seek whence constants | Brad Fitzpatrick |
| 2011-03-29 | debug/gosym: remove need for gotest to run preparatory commands. | Rob Pike |
| 2011-03-15 | debug/proc: fix build | Russ Cox |
| 2011-03-15 | os, syscall: add ProcAttr type. Change StartProcess etc. to use it. | Roger Peppe |
| 2011-02-10 | debug/pe: ImportedSymbols fixes | Wei Guangjing |
| 2011-01-20 | cgo: windows/386 port | Wei Guangjing |
| 2011-01-19 | cgo: add complex float, complex double | Sebastien Binet |
| 2010-12-15 | remove nacl | Russ Cox |
| 2010-12-11 | gofmt -s -w src | Mikio Hara |
| 2010-12-08 | debug/elf, debug/macho: add ImportedLibraries, ImportedSymbols | Russ Cox |
| 2010-11-01 | debug/pe, cgo: add windows support | Wei Guangjing |
| 2010-10-27 | use append | Russ Cox |
| 2010-10-26 | use copy | Russ Cox |
| 2010-10-25 | debug/gosym: do not run when cross-compiling | Russ Cox |
| 2010-10-22 | gofmt -s -w src misc | Robert Griesemer |
| 2010-10-21 | fix build | Russ Cox |
| 2010-10-13 | 5l, 6l, 8l: first pass cleanup | Russ Cox |
| 2010-09-24 | debug/proc: ... changes (fix build) | Russ Cox |
| 2010-08-30 | proc, eval: Don't assign address of an array to a slice. | Ian Lance Taylor |
| 2010-08-20 | syscall: regenerate syscall/z* files for linux/386, linux/amd64 | Ivan Krasin |
| 2010-08-18 | build: no required environment variables | Russ Cox |
| 2010-07-12 | fix build | Russ Cox |
| 2010-06-22 | debug/dwarf: update PDF link. | Rob Pike |
| 2010-06-08 | misc cleanup: gofmt + &x -> x[0:] conversion | Russ Cox |
| 2010-05-27 | changes &x -> x[0:] for array to slice conversion | Russ Cox |
| 2010-04-29 | rename GOOS=mingw to GOOS=windows | Alex Brainman |
| 2010-04-11 | debug/elf: Fix doc comments | Evan Shaw |
| 2010-04-02 | debug/proc: fix typo in package documentation | Robert Griesemer |
| 2010-04-01 | debug/macho: fix error message format | Robert Griesemer |
| 2010-04-01 | debug/macho: don't crash when reading non-Mach-O files | Robert Griesemer |
| 2010-03-30 | single argument panic on non-darwin and in comments | Russ Cox |
| 2010-03-30 | simplify various code using new map index rule | Russ Cox |
| 2010-03-04 | gofmt: modified algorithm for alignment of multi-line composite/list entries | Robert Griesemer |
| 2010-03-02 | gofmt: experiment: align values in map composites where possible | Robert Griesemer |
| 2010-02-04 | Added mingw specific build stubs. | Joe Poirier |
| 2010-02-03 | debug/gosym: fix test for new 6l | Russ Cox |
| 2010-02-02 | Change type of Printf's args to ... interface{} | Rob Pike |
| 2010-01-22 | eliminate the package global name space assumption in object files | Russ Cox |
| 2009-12-15 | 1) Change default gofmt default settings for | Robert Griesemer |
| 2009-12-02 | move ReadFile, WriteFile, and ReadDir into a separate io/ioutil package. | Rob Pike |
| 2009-11-24 | fix for broken build (built-in new was invisible due to a parameter called 'n... | Robert Griesemer |
| 2009-11-24 | Change to container/vector interface: | Robert Griesemer |
| 2009-11-23 | go: makes it build for the case $GOROOT has whitespaces | Sergio Luis O. B. Correia |
| 2009-11-20 | gofmt -r 'α[β:len(α)] -> α[β:]' -w src/cmd src/pkg | Russ Cox |
| 2009-11-17 | FreeBSD/i386 work | Devon H. O'Dell |