aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-01-27weekly.2012-01-27weekly.2012-01-27Andrew Gerrand
2012-01-27gc: remove extra paranoia from inlining unsafe.Pointer fix.David Symonds
2012-01-27cmd/go: solve ambiguity of get lp.net/project/fooGustavo Niemeyer
2012-01-27gc: permit unsafe.Pointer for inlined functions.David Symonds
2012-01-26archive/zip: add functions to convert between os.FileInfo & FileHeaderBrad Fitzpatrick
2012-01-26 database/sql: convert SQL null values to []byte as nil.James P. Cooper
2012-01-26FAQ: more words about why GOMAXPROCS>1 might not speed you upRob Pike
2012-01-26net/http: add Request.RequestURI fieldBrad Fitzpatrick
2012-01-26gc, runtime: handle floating point map keysRuss Cox
2012-01-266c, 8c: make floating point code NaN-safeRuss Cox
2012-01-27cmd/go: update doc.go with text generated from the usage stringsAndrew Gerrand
2012-01-26math/big: test both bitLen and bitLen_gRobert Griesemer
2012-01-26godoc: move overview before API TOCRuss Cox
2012-01-26net/http: make ParseForm ignore unknown content types.Roger Peppe
2012-01-27net: make WriteTo fail when UDPConn is already connectedMikio Hara
2012-01-26gc: softer criteria for inlinability.Luuk van Dijk
2012-01-26net/rpc: log Call reply discardDmitriy Vyukov
2012-01-26net/rpc: fix data race in benchmarkDmitriy Vyukov
2012-01-26cmd/gc: forgotten recursion on ninit itself in order.cLuuk van Dijk
2012-01-26net/rpc: fix race in TestClientWriteError testDmitriy Vyukov
2012-01-25doc/go1: minor html fixesRobert Hencke
2012-01-25path/filepath: fix testRob Pike
2012-01-26doc/go1: add encoding/xml changesGustavo Niemeyer
2012-01-25database/sql: fix Tx.QueryBlake Mizerany
2012-01-25cmd/goapi: new tool for tracking exported API over timeBrad Fitzpatrick
2012-01-25database/sql: add NullInt64, NullFloat64, NullBoolJames P. Cooper
2012-01-25doc/go1: fix urlsGustavo Niemeyer
2012-01-25A+C: Add James P. Cooper (Individual CLA)Brad Fitzpatrick
2012-01-25A+C: add Blake Mizerany (Individual CLA)Brad Fitzpatrick
2012-01-25doc/go1: add net/url changesGustavo Niemeyer
2012-01-25go/doc: fix typoRobert Griesemer
2012-01-25go/doc: revert API change (per former discussion) and cleanupRobert Griesemer
2012-01-25math/big: return type of bitLen is an int; use MOVL on amd64.David G. Andersen
2012-01-25gofix: handle xml.Unmarshal in xmlapi fixGustavo Niemeyer
2012-01-25math/big: assembly versions of bitLen for x86-64, 386, and ARM.David G. Andersen
2012-01-25net/http: fix Transport deadlockYoshiyuki Kanno
2012-01-25gc: fix order of evaluationRuss Cox
2012-01-25regexp: remove vestigial Error typeBrad Fitzpatrick
2012-01-26net: fix dialing google testMikio Hara
2012-01-25go/doc: test cases for sort orderRobert Griesemer
2012-01-25go1: sub-repositoriesRob Pike
2012-01-25syscall: add NOTE_* constants on OS XRobert Figueiredo
2012-01-25A+C: Robert Figueiredo (individual CLA)Russ Cox
2012-01-25build: fix buildRuss Cox
2012-01-25net/http: disabled test for Transport race / deadlock bugBrad Fitzpatrick
2012-01-25build: remove code now in subrepositoriesRuss Cox
2012-01-25gofix: update go1pkgrename for subrepositoriesRuss Cox
2012-01-25gofix: add -debug flag for quicker diagnosis of internal errorsRobert Griesemer
2012-01-25codereview: more fixesRuss Cox
2012-01-25codereview: support for subrepositoriesRuss Cox