aboutsummaryrefslogtreecommitdiff
path: root/src
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] src/all.bat: fix bannerShenghou Ma
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] run.bash: fix a typo (fix build)Shenghou Ma
2012-09-22[release-branch.go1] run.bash: set appropriate ulimitsShenghou Ma
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] build: print go banner before restoring windows PATHBrad 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] cmd/dist: emit \r in env -w outputRuss 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] cmd/ld: support zero-filled section for Mach-O filesShenghou Ma
2012-09-22[release-branch.go1] cmd/gc: Suggest *T in error for x.(T) if it would work.Daniel Morsing
2012-09-22[release-branch.go1] cmd/go: be clear that import loops are badRuss 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] cmd/gc: fix escape analysis bug with variable capture in...Andrew Gerrand
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] cmd/yacc/units.txt: fix exchange ratesAndrew Balholm
2012-09-22[release-branch.go1] cmd/ld: handle a special case of scattered relocation 2/...Andrew Gerrand
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] cmd/6g: fix float32/64->uint64 conversionShenghou Ma
2012-09-22[release-branch.go1] cmd/ld: set ELF header flags for our Linux/ARM binaryShenghou Ma
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] pprof: make it work on windows againAlex Brainman