aboutsummaryrefslogtreecommitdiff
path: root/src/pkg
AgeCommit message (Expand)Author
2013-11-18[release-branch.go1.2] encoding/gob: do not use MarshalText, UnmarshalTextAndrew Gerrand
2013-11-18[release-branch.go1.2] encoding/gob: expose encode/decode exampleAndrew Gerrand
2013-11-13[release-branch.go1.2] cmd/godoc: document package-level examplesAndrew Gerrand
2013-11-13[release-branch.go1.2] go/doc: add full stop of Japanese, Chinese and Korean.Andrew Gerrand
2013-11-13[release-branch.go1.2] net/textproto: fix CanonicalMIMEHeaderKey panicAndrew Gerrand
2013-11-01[release-branch.go1.2] cmd/5l, runtime: fix divide for profiling tracebacks o...Andrew Gerrand
2013-11-01[release-branch.go1.2] database/sql: document Result methodsAndrew Gerrand
2013-11-01[release-branch.go1.2] database/sql: Fix typos in docAndrew Gerrand
2013-11-01[release-branch.go1.2] time: correct path to time zone zip file on UnixAndrew Gerrand
2013-11-01[release-branch.go1.2] encoding/xml: fix doc commentAndrew Gerrand
2013-11-01[release-branch.go1.2] net/http/httputil: fix DumpRequestOut with ContentLeng...Andrew Gerrand
2013-11-01[release-branch.go1.2] os: do not return Lstat errors from ReaddirAndrew Gerrand
2013-11-01[release-branch.go1.2] debug/dwarf: add DWARF 4 form constantsAndrew Gerrand
2013-11-01[release-branch.go1.2] runtime: relax preemption assertion during stack splitAndrew Gerrand
2013-11-01[release-branch.go1.2] net: handle single-line non-\n-terminated files correc...Andrew Gerrand
2013-11-01[release-branch.go1.2] net/url: fix Encode doc commentAndrew Gerrand
2013-11-01[release-branch.go1.2] strings: fix Replacer bug with prefix matchesAndrew Gerrand
2013-11-01[release-branch.go1.2] database/sql: link to wiki in package docsAndrew Gerrand
2013-11-01[release-branch.go1.2] time: fix ParseDuration overflow when given more than ...Andrew Gerrand
2013-11-01[release-branch.go1.2] math: remove unnecessary source fileAndrew Gerrand
2013-11-01[release-branch.go1.2] go/build: document the go1.2 build tagAndrew Gerrand
2013-11-01[release-branch.go1.2] crypto/x509: name constraints should be a disjunction.Andrew Gerrand
2013-11-01[release-branch.go1.2] crypto/tls: advertise support for RSA+SHA1 in TLS 1.2 ...Andrew Gerrand
2013-11-01[release-branch.go1.2] net/mail: fix minor doc typo.Andrew Gerrand
2013-11-01[release-branch.go1.2] net: make sure failed Dial returns nil ConnAndrew Gerrand
2013-11-01[release-branch.go1.2] runtime: remove nomemprofAndrew Gerrand
2013-10-17net/url: fix regression when serializing relative URLsBrad Fitzpatrick
2013-10-17runtime: correct test for when to poll networkIan Lance Taylor
2013-10-17runtime: correct parameter name in MCentral_AllocList commentIan Lance Taylor
2013-10-17encoding/xml: accept chains of interfaces and pointersRuss Cox
2013-10-17database/sql: make tests repeatable with -cpu=n,nAlberto García Hierro
2013-10-16database/sql: fix some test fmt verbsBrad Fitzpatrick
2013-10-16database/sql: Fix connection leak and potential deadlockAlberto García Hierro
2013-10-16database/sql: fix double decrement of numOpen count; test for connection leaksAlberto García Hierro
2013-10-15undo CL 14231047 / 2f4c2dde2756Alex Brainman
2013-10-15runtime/pprof: disable flaky TestGoroutineSwitch on windowsAlex Brainman
2013-10-15net/http: skip content-type sniffing if the header is explicitly unset.Michael Piatek
2013-10-14debug/dwarf: report the value of an unrecognized attribute formatIan Lance Taylor
2013-10-11go/build: add GOOS and GOARCH to name of gccgo pkg directoryIan Lance Taylor
2013-10-11go/build: fix test if built with CGO_ENABLED=0Ian Lance Taylor
2013-10-09net: fix TestDialFailPDLeak to work when GOMAXPROCS is largeIan Lance Taylor
2013-10-09runtime: markfreed's error reports should be prefixed with "markfreed", not "...Keith Randall
2013-10-09runtime/cgo: mark callback functions as NOSPLITIan Lance Taylor
2013-10-09debug/dwarf: handle surprising clang encodingRuss Cox
2013-10-09net: fix typo in failure message in testIan Lance Taylor
2013-10-09compress/flate: fix infinite loop on malformed dataRuss Cox
2013-10-08encoding/gob: add examplesRob Pike
2013-10-08cmd/go, runtime: express armv5t architecture constraint differentlyCarl Shapiro
2013-10-07math: the trig functions work in radians; document thatRob Pike
2013-10-07os/user: fix user lookups on dragonflyJoel Sing