summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* build: add GO_ prefix to LDFLAGS and GCFLAGSGustavo Niemeyer2012-03-021-10/+10
* os: sleep 5ms after process has exited on windowsAlex Brainman2012-03-021-0/+5
* doc: expand code.html to discuss the go tool in more depthAndrew Gerrand2012-03-021-195/+354
* os: implement UserTime/SystemTime on windowsAlex Brainman2012-03-025-6/+47
* os: fix grammar in ProcessState commentRob Pike2012-03-022-2/+2
* os: centralize documentation of Process and ProcessStateRuss Cox2012-03-015-73/+91
* doc: update go1 for html changesAndrew Gerrand2012-03-022-0/+12
* go/build: fix buildRuss Cox2012-03-012-104/+109
* go/build: document GOPATHRuss Cox2012-03-012-1/+51
* doc: describe API changes to go/buildRuss Cox2012-03-012-0/+32
* cmd/go: fix verbose command displayingGustavo Niemeyer2012-03-011-1/+1
* cmd/go: fix -I flag for gc commandGustavo Niemeyer2012-03-011-1/+3
* all: fixed various typosRobert Griesemer2012-03-0111-15/+15
* reflect: expand doc for Value.InterfaceRuss Cox2012-03-011-2/+4
* spec: clarifications around exports, uniqueness of identifiersRobert Griesemer2012-03-011-28/+44
* cmd/dist: Unix grammar fixRuss Cox2012-03-011-1/+1
* spec: minor tweaksRobert Griesemer2012-03-011-11/+10
* encoding/xml: fix xml test tag usageGustavo Niemeyer2012-03-011-8/+8
* sync: add Once exampleDmitriy Vyukov2012-03-011-0/+20
* sync: remove old WaitGroup exampleDmitriy Vyukov2012-03-011-15/+0
* cmd/go: fixesRuss Cox2012-03-0124-594/+1043
* go/build: replace FindTree, ScanDir, Tree, DirInfo with Import, PackageRuss Cox2012-03-0124-515/+503
* reflect: make Value.Interface return immutable dataRuss Cox2012-03-012-0/+22
* runtime: run init on main threadRuss Cox2012-03-013-7/+36
* cmd/dist: recognize CC="ccache clang" as clangRuss Cox2012-03-011-1/+1
* test: add test of calling recover in a varargs functionIan Lance Taylor2012-03-011-0/+27
* 5g, 8g: remove documentation dregsAnthony Martin2012-02-292-4/+0
* doc: update link to self-hosted "The Laws of Reflection" articleShenghou Ma2012-03-011-1/+1
* html/template: encoding/json does more escaping now, so update the html/templ...David Symonds2012-03-011-3/+3
* encoding/json: escape output from Marshalers.David Symonds2012-03-013-1/+33
* os: release process handle at the end of windows (*Process).WaitAlex Brainman2012-03-018-11/+12
* test: add bug426.go: a gccgo crash on valid codeIan Lance Taylor2012-02-291-0/+15
* encoding/gob: more hardening for lengths of input strings.David Symonds2012-03-012-7/+21
* misc/dist: implement binary distribution scripts in goAndrew Gerrand2012-03-015-131/+304
* text/template: add examples that use multiple templatesRob Pike2012-03-011-0/+182
* test: add a couple of cases to const1.go that crashed gccgoIan Lance Taylor2012-02-291-0/+2
* go/printer, gofmt: improved comment placementRobert Griesemer2012-02-293-31/+203
* io: Pipes and ReadAt are safe to use concurrently.Rob Pike2012-03-012-0/+7
* doc: add a bunch of missing <p> tagsStefan Nilsson2012-02-295-2/+23
* doc: add The Laws of Reflection articleJohan Euphrosine2012-03-017-3/+1577
* net: make -external flag for tests default to trueMikio Hara2012-03-012-10/+7
* gc: fix string comparisons for new bool rulesAnthony Martin2012-02-292-0/+19
* path/filepath: steer people away from HasPrefixRuss Cox2012-02-293-4/+3
* time: skip a often-flaky test in short modeBrad Fitzpatrick2012-02-291-2/+5
* spec: apply method sets, embedding to all types, not just named typesRuss Cox2012-02-291-2/+2
* os: diagnose chdir error during StartProcessRuss Cox2012-02-291-0/+10
* path/filepath: note that SplitList is different from strings.SplitRuss Cox2012-02-291-0/+1
* gc: disallow absolute import pathsRuss Cox2012-02-292-0/+9
* spec: shorten heading for complex, real, imagRuss Cox2012-02-291-1/+1
* net/http/httptest: make Server.Close wait for outstanding requests to finishBrad Fitzpatrick2012-02-292-2/+37