aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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-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-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-25path/filepath: fix testRob Pike
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-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-25syscall: add NOTE_* constants on OS XRobert Figueiredo
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-25go/printer: factor some frequently used codeRobert Griesemer
2012-01-25go/printer, gofmt: respect line breaks in signaturesRobert Griesemer
2012-01-25go/doc: test case for corner case (override of predecl. type)Robert Griesemer
2012-01-25go/doc: clean rewrite of go/doc internalsRobert Griesemer
2012-01-25gofmt: fix test.shRobert Griesemer
2012-01-25os: pass tests on Plan 9 againFazlul Shahriar
2012-01-25runtime: move NumCPU declaration into debug.go.David Symonds
2012-01-25archive/tar: fix race in TestNonSeekableJoel Sing
2012-01-25godoc: update metadata upon launchAndrew Gerrand
2012-01-24go/scanner: Use explicit scanner.Mode type.Robert Griesemer
2012-01-25net/http: parse CONNECT requestsAndrew Balholm
2012-01-24go/parser: Use explicit parser.Mode type.Robert Griesemer
2012-01-25html: move the HTML parser to an exp/html package. The parser is aNigel Tao