aboutsummaryrefslogtreecommitdiff
path: root/src/pkg
AgeCommit message (Expand)Author
2014-05-20reflect: don't panic on delete from nil map.Keith Randall
2014-05-20all: fix "the the" typos.Shenghou Ma
2014-05-20runtime: revise the document of Version()Shenghou Ma
2014-05-20debug/plan9obj: cleanup apiDavid du Colombier
2014-05-20build: make nacl passRuss Cox
2014-05-20syscall: fix Write(nil) on NaClRuss Cox
2014-05-20runtime: switch default stack size back to 8kBRuss Cox
2014-05-19text/template,html/template: document that partial results may be written on ...Rob Pike
2014-05-19net/http: document that ProxyFromEnvironment special-cases localhostBrad Fitzpatrick
2014-05-19database/sql: more docs explaining that DB is a poolBrad Fitzpatrick
2014-05-19math/rand: restore Go 1.2 value stream for Float32, Float64Russ Cox
2014-05-19reflect: test, fix access to nil mapsRuss Cox
2014-05-19runtime: fix freeOSMemory to free memory immediatelyDmitriy Vyukov
2014-05-17syscall: fix arm buildDave Cheney
2014-05-16net/http: allow Content-Type on 204 responsesBrad Fitzpatrick
2014-05-16encoding/xml: fix format in test messageRob Pike
2014-05-16syscall: fix linux amd64 buildRob Pike
2014-05-16syscall: fix a few Linux system callsRuss Cox
2014-05-15archive/tar: Do not panic on Read if uninitializedGuillaume J. Charmes
2014-05-16syscall: regenerate z-files for openbsdMikio Hara
2014-05-15container/heap: update example codeRobert Griesemer
2014-05-15syscall: fix stack frame sizes in assemblyRuss Cox
2014-05-15sync/atomic: fix unimportant assembly errors found by go vetRuss Cox
2014-05-15runtime: make scan of pointer-in-interface same as scan of pointerRuss Cox
2014-05-15net/http: fix nits found by go tool vetMikio Hara
2014-05-15crypto/sha256, crypto/sha512: fix argument size in assemblyRuss Cox
2014-05-14net: detect changes to /etc/resolv.conf.Guillaume J. Charmes
2014-05-14archive/tar: Fix bug preventing untarGuillaume J. Charmes
2014-05-14net: fix documentation for SetLingerMikio Hara
2014-05-13regexp/syntax: don't waste time checking for one pass algorithmRob Pike
2014-05-13reflect: fix map type generationDmitriy Vyukov
2014-05-13runtime: fix triggering of forced GCDmitriy Vyukov
2014-05-13runtime: handle decommit failure gracefully on WindowsRuss Cox
2014-05-12io: copy slice argument in MultiReader and MultiWriterRuss Cox
2014-05-12encoding/json: document what unmarshal of `null` into non-reference type doesRuss Cox
2014-05-12encoding/xml: fix to allow xml declaration with EncodeTokenJason Del Ponte
2014-05-12mime/multipart: add NewReader exampleBrad Fitzpatrick
2014-05-12net/http: fix flaky testFabrizio Milo
2014-05-12undo CL 92210044 / 5cb21eee2d35Brad Fitzpatrick
2014-05-13net: make use of SO_LINGER_SEC on darwinMikio Hara
2014-05-12runtime: add copy of math.sqrt for use by arm softfloatRuss Cox
2014-05-11unicode: fix doc typoPéter Surányi
2014-05-11net/rpc: do not leak client socket on closed connectionDavid Crawshaw
2014-05-09undo CL 100330043 / e4248ed0037cBrad Fitzpatrick
2014-05-09runtime/race: fix the link for the race detector.Bill Neubauer
2014-05-09runtime: be a lot more lenient on smhasher avalanche test.Keith Randall
2014-05-09net/url: correct documentation of Values.AddIan Lance Taylor
2014-05-10bytes: fix typosRui Ueyama
2014-05-09encoding/binary: document that Read requires exported struct fieldsIan Lance Taylor
2014-05-09math/cmplx: specify which square root Sqrt returnsRuss Cox