aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-11-01go1.2rc3go1.2rc3Andrew 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] doc/go1.2.html: delete repeated wordAndrew Gerrand
2013-11-01[release-branch.go1.2] doc/go1.2.html: stack sizes, thread limitsAndrew Gerrand
2013-11-01[release-branch.go1.2] cmd/cgo: accept extra leading _ on __cgodebug_data for...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] A+C: Jakob Borg (individual CLA).Andrew 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] cmd/gc: silence clang warningAndrew Gerrand
2013-11-01[release-branch.go1.2] misc/emacs: support godef-jump on import statementsAndrew Gerrand
2013-11-01[release-branch.go1.2] debug/dwarf: add DWARF 4 form constantsAndrew Gerrand
2013-11-01[release-branch.go1.2] doc: update front page summary textAndrew Gerrand
2013-11-01[release-branch.go1.2] cmd/cgo: stop using -fno-eliminate-unused-debug-typesAndrew 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] misc/linkcheck: better redirect handling, use meaningf...Andrew 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] C+A: add Matthew Cottingham (Individual CLA)Andrew Gerrand
2013-11-01[release-branch.go1.2] plan9: correct create permissions with union directoryAndrew Gerrand
2013-11-01[release-branch.go1.2] misc/dist: use go.tools release branchAndrew Gerrand
2013-11-01[release-branch.go1.2] test/mapnan: use time.Now instead of syscall.GetrusageAndrew Gerrand
2013-11-01[release-branch.go1.2] cmd/cgo: use __typeof__, -w instead of typeof, -Wno-allAndrew 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] misc/emacs: handle empty "import ()" in go-goto-importsAndrew 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] cmd/yacc: fix stderr on Windows.Andrew Gerrand
2013-11-01[release-branch.go1.2] cmd/cgo: fix line number in an error messageAndrew Gerrand
2013-11-01[release-branch.go1.2] cmd/cgo: stop using compiler error message text to ana...Andrew Gerrand
2013-11-01[release-branch.go1.2] cmd/gc: shorten name used for map bucket typeAndrew 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-11-01[release-branch.go1.2] misc/dist: build race packages when os suffix presentAndrew Gerrand
2013-10-18go1.2rc2go1.2rc2Andrew Gerrand
2013-10-18api: add go1.2.txt, use in testsAndrew Gerrand
2013-10-18misc/dist: set default go.tools tagAndrew 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