summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* [release-branch.go1.2] encoding/xml: fix doc commentAndrew Gerrand2013-11-011-1/+1
* [release-branch.go1.2] net/http/httputil: fix DumpRequestOut with ContentLeng...Andrew Gerrand2013-11-012-3/+55
* [release-branch.go1.2] os: do not return Lstat errors from ReaddirAndrew Gerrand2013-11-012-8/+5
* [release-branch.go1.2] cmd/gc: silence clang warningAndrew Gerrand2013-11-011-1/+1
* [release-branch.go1.2] misc/emacs: support godef-jump on import statementsAndrew Gerrand2013-11-011-2/+5
* [release-branch.go1.2] debug/dwarf: add DWARF 4 form constantsAndrew Gerrand2013-11-012-0/+28
* [release-branch.go1.2] doc: update front page summary textAndrew Gerrand2013-11-011-1/+1
* [release-branch.go1.2] cmd/cgo: stop using -fno-eliminate-unused-debug-typesAndrew Gerrand2013-11-011-7/+6
* [release-branch.go1.2] runtime: relax preemption assertion during stack splitAndrew Gerrand2013-11-011-1/+1
* [release-branch.go1.2] net: handle single-line non-\n-terminated files correc...Andrew Gerrand2013-11-013-1/+15
* [release-branch.go1.2] net/url: fix Encode doc commentAndrew Gerrand2013-11-011-2/+2
* [release-branch.go1.2] misc/linkcheck: better redirect handling, use meaningf...Andrew Gerrand2013-11-011-32/+58
* [release-branch.go1.2] strings: fix Replacer bug with prefix matchesAndrew Gerrand2013-11-012-2/+14
* [release-branch.go1.2] database/sql: link to wiki in package docsAndrew Gerrand2013-11-011-0/+3
* [release-branch.go1.2] C+A: add Matthew Cottingham (Individual CLA)Andrew Gerrand2013-11-012-0/+2
* [release-branch.go1.2] plan9: correct create permissions with union directoryAndrew Gerrand2013-11-011-1/+1
* [release-branch.go1.2] misc/dist: use go.tools release branchAndrew Gerrand2013-11-011-1/+1
* [release-branch.go1.2] test/mapnan: use time.Now instead of syscall.GetrusageAndrew Gerrand2013-11-011-10/+2
* [release-branch.go1.2] cmd/cgo: use __typeof__, -w instead of typeof, -Wno-allAndrew Gerrand2013-11-012-15/+15
* [release-branch.go1.2] time: fix ParseDuration overflow when given more than ...Andrew Gerrand2013-11-012-2/+4
* [release-branch.go1.2] misc/emacs: handle empty "import ()" in go-goto-importsAndrew Gerrand2013-11-011-0/+5
* [release-branch.go1.2] math: remove unnecessary source fileAndrew Gerrand2013-11-011-69/+0
* [release-branch.go1.2] go/build: document the go1.2 build tagAndrew Gerrand2013-11-011-0/+1
* [release-branch.go1.2] crypto/x509: name constraints should be a disjunction.Andrew Gerrand2013-11-012-1/+188
* [release-branch.go1.2] crypto/tls: advertise support for RSA+SHA1 in TLS 1.2 ...Andrew Gerrand2013-11-016-157/+218
* [release-branch.go1.2] net/mail: fix minor doc typo.Andrew Gerrand2013-11-011-1/+1
* [release-branch.go1.2] cmd/yacc: fix stderr on Windows.Andrew Gerrand2013-11-011-1/+1
* [release-branch.go1.2] cmd/cgo: fix line number in an error messageAndrew Gerrand2013-11-014-15/+54
* [release-branch.go1.2] cmd/cgo: stop using compiler error message text to ana...Andrew Gerrand2013-11-014-145/+225
* [release-branch.go1.2] cmd/gc: shorten name used for map bucket typeAndrew Gerrand2013-11-012-0/+8
* [release-branch.go1.2] net: make sure failed Dial returns nil ConnAndrew Gerrand2013-11-012-10/+62
* [release-branch.go1.2] runtime: remove nomemprofAndrew Gerrand2013-11-013-13/+0
* [release-branch.go1.2] misc/dist: build race packages when os suffix presentAndrew Gerrand2013-11-011-1/+1
* go1.2rc2go1.2rc2Andrew Gerrand2013-10-184-964/+1
* api: add go1.2.txt, use in testsAndrew Gerrand2013-10-183-32480/+32485
* misc/dist: set default go.tools tagAndrew Gerrand2013-10-181-1/+1
* net/url: fix regression when serializing relative URLsBrad Fitzpatrick2013-10-172-1/+9
* runtime: correct test for when to poll networkIan Lance Taylor2013-10-171-1/+1
* runtime: correct parameter name in MCentral_AllocList commentIan Lance Taylor2013-10-171-1/+1
* encoding/xml: accept chains of interfaces and pointersRuss Cox2013-10-172-6/+43
* database/sql: make tests repeatable with -cpu=n,nAlberto Garc?a Hierro2013-10-171-0/+2
* A+C: add Jamie Turner (Dropbox corporate CLA).David Symonds2013-10-172-0/+2
* database/sql: fix some test fmt verbsBrad Fitzpatrick2013-10-162-4/+4
* spec: clarify re-use of underlying arrays in slice operationsRobert Griesemer2013-10-161-21/+14
* database/sql: Fix connection leak and potential deadlockAlberto Garc?a Hierro2013-10-163-3/+63
* database/sql: fix double decrement of numOpen count; test for connection leaksAlberto Garc?a Hierro2013-10-162-5/+18
* cmd/cgo: simpler fix for issue 6506.Shenghou Ma2013-10-151-46/+9
* doc/effective_go.html: fix code exampleShenghou Ma2013-10-151-0/+1
* cmd/cgo: print the builtin prolog after the per-file preambleRuss Cox2013-10-151-3/+3
* undo CL 14231047 / 2f4c2dde2756Alex Brainman2013-10-151-1/+1