aboutsummaryrefslogtreecommitdiff
path: root/src/pkg
AgeCommit message (Expand)Author
2012-09-21[release-branch.go1] syscall: use exported StringToUTF16 in windows testgo1.0.3Andrew Gerrand
2012-08-07net/http: disable TestServeFileFromCWD test on windowsAlex Brainman
2012-09-22[release-branch.go1] remove src/pkg/expAndrew Gerrand
2012-09-22[release-branch.go1] net/http: add missing hasToken functionAndrew Gerrand
2012-09-22[release-branch.go1] encoding/gob: fix commentRobert Griesemer
2012-09-22[release-branch.go1] builtin: Changed documentation for rune type.Anthony Eufemio
2012-09-22[release-branch.go1] image/jpeg: ignore an incorrect but harmless trailing re...Nigel Tao
2012-09-22[release-branch.go1] runtime: fix SI_USER for FreeBSDShenghou Ma
2012-09-22[release-branch.go1] os/exec: don't crash when out of fdsBrad Fitzpatrick
2012-09-22[release-branch.go1] html/template: fix URL docRuss Cox
2012-09-22[release-branch.go1] net/rpc/jsonrpc: fix test error messageRuss Cox
2012-09-22[release-branch.go1] crypto/rand: typo fix from a69e30463bf4Adam Langley
2012-09-22[release-branch.go1] crypto/rand: zero length reads shouldn't crash on Windows.Adam Langley
2012-09-22[release-branch.go1] net,mime: Minor corrections to documentation comments.Lucio De Re
2012-09-22[release-branch.go1] image/jpeg: fix quantization tables to be in zig-zag ord...Nigel Tao
2012-09-22[release-branch.go1] net: fix {FileConn, FileListener, FilePacketConn} fd lea...Sébastien Paolacci
2012-09-22[release-branch.go1] runtime/pprof: emit end-of-log marker at end of CPU prof...Alan Donovan
2012-09-22[release-branch.go1] net/http/pprof: updated documentation (run an http server)Patrick Crosby
2012-09-22[release-branch.go1] runtime: increase stack frame during cgo call on windows...Andrew Gerrand
2012-09-22[release-branch.go1] cmd/gc: fix PkgPath of byte, rune typesRuss Cox
2012-09-22[release-branch.go1] runtime: add vdso support for linux/amd64. Fixes issue 1...Ivan Krasin
2012-09-22[release-branch.go1] runtime/pprof: restore articles in type doc commentsRuss Cox
2012-09-22[release-branch.go1] go/scanner: don't print garbage if there's no errorRobert Griesemer
2012-09-22[release-branch.go1] path: improve documentation for DirRob Pike
2012-09-22[release-branch.go1] net/rpc: protect serviceMap with RWMutexDmitriy Vyukov
2012-09-22[release-branch.go1] net/http/httputil: fix race in DumpRequestOutDave Cheney
2012-09-22[release-branch.go1] net: delete unused socket-level option helpersMikio Hara
2012-09-22[release-branch.go1] net/http: send an explicit zero Content-Length when Hand...Andrew Gerrand
2012-09-22[release-branch.go1] database/sql: stop reuse of bad connectionsJulien Schmidt
2012-09-22[release-branch.go1] crypto/tls: return better error message in the case of a...Adam Langley
2012-09-22[release-branch.go1] time: avoid data race in absRob Pike
2012-09-22[release-branch.go1] net/http: Set TLSClientConfig.ServerName on every HTTP r...Dave Borowitz
2012-09-22[release-branch.go1] net/http: fix misplaced defer and exampleDave Cheney
2012-09-22[release-branch.go1] os: fix data race on Process.doneDave Cheney
2012-09-22[release-branch.go1] strconv: consistent parameter names for ParseUintVolker Dobler
2012-09-22[release-branch.go1] net/http: reduce mutex contentionDmitriy Vyukov
2012-09-22[release-branch.go1] all: move defers to after error check to avoid nil indir...Rob Pike
2012-09-22[release-branch.go1] runtime/pprof: fix commentsDmitriy Vyukov
2012-09-22[release-branch.go1] text/template/parse: fix bug handling /*/Andrew Gerrand
2012-09-22[release-branch.go1] runtime: use sched_getaffinity for runtime.NumCPU() on L...Shenghou Ma
2012-09-22[release-branch.go1] go/build: correct shouldBuild bug reading whole contents...Rémy Oudompheng
2012-09-22[release-branch.go1] math: update definition of NaN in assembly language filesCharles L. Dorian
2012-09-22[release-branch.go1] io: amend ReaderFrom doc as per r's commentAndrew Gerrand
2012-09-22[release-branch.go1] crypto/rand: Example for Read.Yves Junqueira
2012-09-22[release-branch.go1] image/jpeg: send a correct Start Of Scan (SOS) header.Nigel Tao
2012-09-22[release-branch.go1] io: document ReaderFrom and WriterToBrad Fitzpatrick
2012-09-22[release-branch.go1] text/template: fix range example.Yves Junqueira
2012-09-22[release-branch.go1] math, runtime: use a NaN that matches gcc'sShenghou Ma
2012-09-22[release-branch.go1] runtime: remove unnecessary ROUND in alg.cShenghou Ma
2012-09-22[release-branch.go1] syscall: fix plan9 build broken by CL 6458050Andrew Gerrand