aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-03-01cmd/dist: Unix grammar fixRuss Cox
2012-03-01spec: minor tweaksRobert Griesemer
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-03-01test: add test of calling recover in a varargs functionIan Lance Taylor
2012-02-295g, 8g: remove documentation dregsAnthony Martin
2012-03-01doc: update link to self-hosted "The Laws of Reflection" articleShenghou Ma
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-02-29test: add bug426.go: a gccgo crash on valid codeIan Lance Taylor
2012-03-01encoding/gob: more hardening for lengths of input strings.David Symonds
2012-03-01misc/dist: implement binary distribution scripts in goAndrew Gerrand
2012-03-01text/template: add examples that use multiple templatesRob Pike
2012-02-29test: add a couple of cases to const1.go that crashed gccgoIan Lance Taylor
2012-02-29go/printer, gofmt: improved comment placementRobert Griesemer
2012-03-01io: Pipes and ReadAt are safe to use concurrently.Rob Pike
2012-02-29doc: add a bunch of missing <p> tagsStefan Nilsson
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
2012-02-29spec: apply method sets, embedding to all types, not just named typesRuss Cox
2012-02-29os: diagnose chdir error during StartProcessRuss Cox
2012-02-29path/filepath: note that SplitList is different from strings.SplitRuss Cox
2012-02-29gc: disallow absolute import pathsRuss Cox
2012-02-29spec: shorten heading for complex, real, imagRuss Cox
2012-02-29net/http/httptest: make Server.Close wait for outstanding requests to finishBrad Fitzpatrick
2012-03-01runtime/pprof: skip test on 64-bit Mac OS X 10.6Shenghou Ma
2012-02-29spec: use the term "lexical token" (rather then "lexical symbol")Robert Griesemer
2012-03-01doc: elaborate available checks for cmd/vetShenghou Ma
2012-02-29net/http: make a test more paranoid & reliable on Windows, maybe.Brad Fitzpatrick
2012-02-29net/http: fix ProxyFromEnvironment bug, docs, add testsBrad Fitzpatrick
2012-02-29net/http/httputil: make https DumpRequestOut less racyBrad Fitzpatrick
2012-02-29spec: fix sentenceRobert Griesemer
2012-02-29gob: trivial print fixRobert Hencke
2012-02-29go/printer: replace multiline logicRobert Griesemer
2012-02-29pkg/runtime: 2 sanity checks in the runtime-gdb.py prettyprinters.Luuk van Dijk
2012-02-29net: minor fixes to testMikio Hara
2012-02-29io: document that i/o is not necessarily safe for parallel access.Rob Pike
2012-02-29doc: remove Go for C++ ProgrammersAndrew Gerrand
2012-02-28go spec: inside functions, variables must be evaluated.Robert Griesemer
2012-02-28doc: update Go For C++ ProgrammersIan Lance Taylor