| Commit message (Expand) | Author | Age | Files | Lines |
* | build: add GO_ prefix to LDFLAGS and GCFLAGS | Gustavo Niemeyer | 2012-03-02 | 1 | -10/+10 |
* | os: sleep 5ms after process has exited on windows | Alex Brainman | 2012-03-02 | 1 | -0/+5 |
* | doc: expand code.html to discuss the go tool in more depth | Andrew Gerrand | 2012-03-02 | 1 | -195/+354 |
* | os: implement UserTime/SystemTime on windows | Alex Brainman | 2012-03-02 | 5 | -6/+47 |
* | os: fix grammar in ProcessState comment | Rob Pike | 2012-03-02 | 2 | -2/+2 |
* | os: centralize documentation of Process and ProcessState | Russ Cox | 2012-03-01 | 5 | -73/+91 |
* | doc: update go1 for html changes | Andrew Gerrand | 2012-03-02 | 2 | -0/+12 |
* | go/build: fix build | Russ Cox | 2012-03-01 | 2 | -104/+109 |
* | go/build: document GOPATH | Russ Cox | 2012-03-01 | 2 | -1/+51 |
* | doc: describe API changes to go/build | Russ Cox | 2012-03-01 | 2 | -0/+32 |
* | cmd/go: fix verbose command displaying | Gustavo Niemeyer | 2012-03-01 | 1 | -1/+1 |
* | cmd/go: fix -I flag for gc command | Gustavo Niemeyer | 2012-03-01 | 1 | -1/+3 |
* | all: fixed various typos | Robert Griesemer | 2012-03-01 | 11 | -15/+15 |
* | reflect: expand doc for Value.Interface | Russ Cox | 2012-03-01 | 1 | -2/+4 |
* | spec: clarifications around exports, uniqueness of identifiers | Robert Griesemer | 2012-03-01 | 1 | -28/+44 |
* | cmd/dist: Unix grammar fix | Russ Cox | 2012-03-01 | 1 | -1/+1 |
* | spec: minor tweaks | Robert Griesemer | 2012-03-01 | 1 | -11/+10 |
* | encoding/xml: fix xml test tag usage | Gustavo Niemeyer | 2012-03-01 | 1 | -8/+8 |
* | sync: add Once example | Dmitriy Vyukov | 2012-03-01 | 1 | -0/+20 |
* | sync: remove old WaitGroup example | Dmitriy Vyukov | 2012-03-01 | 1 | -15/+0 |
* | cmd/go: fixes | Russ Cox | 2012-03-01 | 24 | -594/+1043 |
* | go/build: replace FindTree, ScanDir, Tree, DirInfo with Import, Package | Russ Cox | 2012-03-01 | 24 | -515/+503 |
* | reflect: make Value.Interface return immutable data | Russ Cox | 2012-03-01 | 2 | -0/+22 |
* | runtime: run init on main thread | Russ Cox | 2012-03-01 | 3 | -7/+36 |
* | cmd/dist: recognize CC="ccache clang" as clang | Russ Cox | 2012-03-01 | 1 | -1/+1 |
* | test: add test of calling recover in a varargs function | Ian Lance Taylor | 2012-03-01 | 1 | -0/+27 |
* | 5g, 8g: remove documentation dregs | Anthony Martin | 2012-02-29 | 2 | -4/+0 |
* | doc: update link to self-hosted "The Laws of Reflection" article | Shenghou Ma | 2012-03-01 | 1 | -1/+1 |
* | html/template: encoding/json does more escaping now, so update the html/templ... | David Symonds | 2012-03-01 | 1 | -3/+3 |
* | encoding/json: escape output from Marshalers. | David Symonds | 2012-03-01 | 3 | -1/+33 |
* | os: release process handle at the end of windows (*Process).Wait | Alex Brainman | 2012-03-01 | 8 | -11/+12 |
* | test: add bug426.go: a gccgo crash on valid code | Ian Lance Taylor | 2012-02-29 | 1 | -0/+15 |
* | encoding/gob: more hardening for lengths of input strings. | David Symonds | 2012-03-01 | 2 | -7/+21 |
* | misc/dist: implement binary distribution scripts in go | Andrew Gerrand | 2012-03-01 | 5 | -131/+304 |
* | text/template: add examples that use multiple templates | Rob Pike | 2012-03-01 | 1 | -0/+182 |
* | test: add a couple of cases to const1.go that crashed gccgo | Ian Lance Taylor | 2012-02-29 | 1 | -0/+2 |
* | go/printer, gofmt: improved comment placement | Robert Griesemer | 2012-02-29 | 3 | -31/+203 |
* | io: Pipes and ReadAt are safe to use concurrently. | Rob Pike | 2012-03-01 | 2 | -0/+7 |
* | doc: add a bunch of missing <p> tags | Stefan Nilsson | 2012-02-29 | 5 | -2/+23 |
* | doc: add The Laws of Reflection article | Johan Euphrosine | 2012-03-01 | 7 | -3/+1577 |
* | net: make -external flag for tests default to true | Mikio Hara | 2012-03-01 | 2 | -10/+7 |
* | gc: fix string comparisons for new bool rules | Anthony Martin | 2012-02-29 | 2 | -0/+19 |
* | path/filepath: steer people away from HasPrefix | Russ Cox | 2012-02-29 | 3 | -4/+3 |
* | time: skip a often-flaky test in short mode | Brad Fitzpatrick | 2012-02-29 | 1 | -2/+5 |
* | spec: apply method sets, embedding to all types, not just named types | Russ Cox | 2012-02-29 | 1 | -2/+2 |
* | os: diagnose chdir error during StartProcess | Russ Cox | 2012-02-29 | 1 | -0/+10 |
* | path/filepath: note that SplitList is different from strings.Split | Russ Cox | 2012-02-29 | 1 | -0/+1 |
* | gc: disallow absolute import paths | Russ Cox | 2012-02-29 | 2 | -0/+9 |
* | spec: shorten heading for complex, real, imag | Russ Cox | 2012-02-29 | 1 | -1/+1 |
* | net/http/httptest: make Server.Close wait for outstanding requests to finish | Brad Fitzpatrick | 2012-02-29 | 2 | -2/+37 |