summaryrefslogtreecommitdiff
path: root/src/pkg
Commit message (Expand)AuthorAgeFilesLines
* runtime: provide gc maps for the reflect.callXX frames.Keith Randall2014-05-213-0/+45
* fmt: fix floating-point padding once and for allRob Pike2014-05-212-31/+43
* database/sql/driver: correct method name in commentIan Lance Taylor2014-05-211-1/+1
* reflect: don't panic on delete from nil map.Keith Randall2014-05-202-1/+4
* all: fix "the the" typos.Shenghou Ma2014-05-201-1/+1
* runtime: revise the document of Version()Shenghou Ma2014-05-201-4/+2
* debug/plan9obj: cleanup apiDavid du Colombier2014-05-203-125/+49
* build: make nacl passRuss Cox2014-05-2016-41/+98
* syscall: fix Write(nil) on NaClRuss Cox2014-05-201-0/+6
* runtime: switch default stack size back to 8kBRuss Cox2014-05-201-1/+1
* text/template,html/template: document that partial results may be written on ...Rob Pike2014-05-192-0/+12
* net/http: document that ProxyFromEnvironment special-cases localhostBrad Fitzpatrick2014-05-191-0/+3
* database/sql: more docs explaining that DB is a poolBrad Fitzpatrick2014-05-191-1/+10
* math/rand: restore Go 1.2 value stream for Float32, Float64Russ Cox2014-05-193-4/+395
* reflect: test, fix access to nil mapsRuss Cox2014-05-192-4/+30
* runtime: fix freeOSMemory to free memory immediatelyDmitriy Vyukov2014-05-193-13/+8
* syscall: fix arm buildDave Cheney2014-05-171-1/+1
* net/http: allow Content-Type on 204 responsesBrad Fitzpatrick2014-05-163-7/+36
* encoding/xml: fix format in test messageRob Pike2014-05-161-1/+1
* syscall: fix linux amd64 buildRob Pike2014-05-161-2/+2
* syscall: fix a few Linux system callsRuss Cox2014-05-167-17/+57
* archive/tar: Do not panic on Read if uninitializedGuillaume J. Charmes2014-05-152-0/+19
* syscall: regenerate z-files for openbsdMikio Hara2014-05-163-0/+31
* container/heap: update example codeRobert Griesemer2014-05-151-10/+12
* syscall: fix stack frame sizes in assemblyRuss Cox2014-05-1516-63/+102
* sync/atomic: fix unimportant assembly errors found by go vetRuss Cox2014-05-155-23/+23
* runtime: make scan of pointer-in-interface same as scan of pointerRuss Cox2014-05-151-5/+17
* net/http: fix nits found by go tool vetMikio Hara2014-05-152-2/+2
* net: detect changes to /etc/resolv.conf.Guillaume J. Charmes2014-05-142-29/+203
* archive/tar: Fix bug preventing untarGuillaume J. Charmes2014-05-144-5/+28
* net: fix documentation for SetLingerMikio Hara2014-05-142-14/+16
* reflect: fix map type generationDmitriy Vyukov2014-05-131-0/+7
* runtime: fix triggering of forced GCDmitriy Vyukov2014-05-134-7/+17
* runtime: handle decommit failure gracefully on WindowsRuss Cox2014-05-131-2/+22
* io: copy slice argument in MultiReader and MultiWriterRuss Cox2014-05-122-2/+33
* encoding/json: document what unmarshal of `null` into non-reference type doesRuss Cox2014-05-121-0/+5
* encoding/xml: fix to allow xml declaration with EncodeTokenJason Del Ponte2014-05-122-3/+44
* mime/multipart: add NewReader exampleBrad Fitzpatrick2014-05-122-3/+60
* net/http: fix flaky testFabrizio Milo2014-05-121-3/+5
* undo CL 92210044 / 5cb21eee2d35Brad Fitzpatrick2014-05-121-6/+1
* net: make use of SO_LINGER_SEC on darwinMikio Hara2014-05-131-1/+6
* runtime: add copy of math.sqrt for use by arm softfloatRuss Cox2014-05-122-2/+152
* unicode: fix doc typoP?ter Sur?nyi2014-05-111-1/+1
* net/rpc: do not leak client socket on closed connectionDavid Crawshaw2014-05-112-6/+44
* undo CL 100330043 / e4248ed0037cBrad Fitzpatrick2014-05-091-1/+1
* runtime/race: fix the link for the race detector.Bill Neubauer2014-05-091-1/+1
* runtime: be a lot more lenient on smhasher avalanche test.Keith Randall2014-05-091-3/+3
* net/url: correct documentation of Values.AddIan Lance Taylor2014-05-091-1/+1
* bytes: fix typosRui Ueyama2014-05-101-3/+3
* encoding/binary: document that Read requires exported struct fieldsIan Lance Taylor2014-05-092-0/+25