aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2012-03-05cmd: update formatting of usage messagesAndrew Gerrand
2012-03-05doc/progs: update for go 1Rob Pike
2012-03-05cmd/go: fix grammar error in help messagesRob Pike
2012-03-05html/template: fix comment typoScott Lawrence
2012-03-05net: move MAC address parser into distinct fileMikio Hara
2012-03-04godoc: fix codewalksAndrew Gerrand
2012-03-04text/template: one more test caseRob Pike
2012-03-03text/template: clean up function valuesRob Pike
2012-03-02cmd/go: fix relative imports againRuss Cox
2012-03-03fix build for FreeBSD/amd64Shenghou Ma
2012-03-03ld: allow more -L optionsShenghou Ma
2012-03-02go/printer: simpler exprList code, more testsRobert Griesemer
2012-03-02all: more typosRobert Griesemer
2012-03-03net: during short test, don't bother timeout longer than expectedShenghou Ma
2012-03-02cmd/go: avoid repeated include dirs.Rémy Oudompheng
2012-03-02cmd/go: fix test import dependency bugRuss Cox
2012-03-02cmd/go: fixes for gccgo.Rémy Oudompheng
2012-03-02build: add GO_ prefix to LDFLAGS and GCFLAGSGustavo Niemeyer
2012-03-02os: sleep 5ms after process has exited on windowsAlex Brainman
2012-03-02os: implement UserTime/SystemTime on windowsAlex Brainman
2012-03-02os: fix grammar in ProcessState commentRob Pike
2012-03-01os: centralize documentation of Process and ProcessStateRuss Cox
2012-03-01go/build: fix buildRuss Cox
2012-03-01go/build: document GOPATHRuss Cox
2012-03-01cmd/go: fix verbose command displayingGustavo Niemeyer
2012-03-01cmd/go: fix -I flag for gc commandGustavo Niemeyer
2012-03-01all: fixed various typosRobert Griesemer
2012-03-01reflect: expand doc for Value.InterfaceRuss Cox
2012-03-01cmd/dist: Unix grammar fixRuss Cox
2012-03-01encoding/xml: fix xml test tag usageGustavo Niemeyer
2012-03-01sync: add Once exampleDmitriy Vyukov
2012-03-01sync: remove old WaitGroup exampleDmitriy Vyukov
2012-03-01cmd/go: fixesRuss Cox
2012-03-01go/build: replace FindTree, ScanDir, Tree, DirInfo with Import, PackageRuss Cox
2012-03-01reflect: make Value.Interface return immutable dataRuss Cox
2012-03-01runtime: run init on main threadRuss Cox
2012-03-01cmd/dist: recognize CC="ccache clang" as clangRuss Cox
2012-02-295g, 8g: remove documentation dregsAnthony Martin
2012-03-01html/template: encoding/json does more escaping now, so update the html/templ...David Symonds
2012-03-01encoding/json: escape output from Marshalers.David Symonds
2012-03-01os: release process handle at the end of windows (*Process).WaitAlex Brainman
2012-03-01encoding/gob: more hardening for lengths of input strings.David Symonds
2012-03-01text/template: add examples that use multiple templatesRob Pike
2012-02-29go/printer, gofmt: improved comment placementRobert Griesemer
2012-03-01io: Pipes and ReadAt are safe to use concurrently.Rob Pike
2012-03-01doc: add The Laws of Reflection articleJohan Euphrosine
2012-03-01net: make -external flag for tests default to trueMikio Hara
2012-02-29gc: fix string comparisons for new bool rulesAnthony Martin
2012-02-29path/filepath: steer people away from HasPrefixRuss Cox
2012-02-29time: skip a often-flaky test in short modeBrad Fitzpatrick