summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* [release-branch.go1.2] src/cmd/?a: link to new assembler documentAndrew Gerrand2013-11-133-1/+14
* [release-branch.go1.2] cmd/godoc: document package-level examplesAndrew Gerrand2013-11-131-2/+4
* [release-branch.go1.2] cmd/cgo: fix handling of array of pointers when using ...Andrew Gerrand2013-11-131-11/+23
* [release-branch.go1.2] go/doc: add full stop of Japanese, Chinese and Korean.Andrew Gerrand2013-11-132-0/+5
* [release-branch.go1.2] net/textproto: fix CanonicalMIMEHeaderKey panicAndrew Gerrand2013-11-132-6/+7
* [release-branch.go1.2] cmd/5l, runtime: fix divide for profiling tracebacks o...Andrew Gerrand2013-11-013-6/+44
* [release-branch.go1.2] cmd/cgo: accept extra leading _ on __cgodebug_data for...Andrew Gerrand2013-11-011-4/+8
* [release-branch.go1.2] database/sql: document Result methodsAndrew Gerrand2013-11-011-0/+9
* [release-branch.go1.2] database/sql: Fix typos in docAndrew Gerrand2013-11-012-3/+3
* [release-branch.go1.2] time: correct path to time zone zip file on UnixAndrew Gerrand2013-11-015-2/+35
* [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] debug/dwarf: add DWARF 4 form constantsAndrew Gerrand2013-11-012-0/+28
* [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] 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] 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] 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-011-1/+11
* [release-branch.go1.2] cmd/cgo: stop using compiler error message text to ana...Andrew Gerrand2013-11-012-145/+131
* [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
* go1.2rc2go1.2rc2Andrew Gerrand2013-10-183-964/+0
* api: add go1.2.txt, use in testsAndrew 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
* database/sql: fix some test fmt verbsBrad Fitzpatrick2013-10-162-4/+4
* 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
* 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
* cmd/cgo: fix Xcode 5 incompatibility for #defined expressionsRuss Cox2013-10-151-0/+13
* cmd/cgo: work around bug in clang debug info for builtins like memsetRuss Cox2013-10-151-2/+46
* runtime/pprof: disable flaky TestGoroutineSwitch on windowsAlex Brainman2013-10-151-0/+3