summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* crypto/tls: don't select ECDSA ciphersuites with only an RSA certificate.Adam Langley2013-09-173-37/+77
* cmd/cgo: rearrange and update documentationIan Lance Taylor2013-09-171-29/+49
* text/template/parse, html/template: copy Tree.text during html template cloneJosh Bleecher Snyder2013-09-174-6/+70
* cmd/6c, cmd/6g, cmd/cc: fix undefined behavior warningsDave Cheney2013-09-173-3/+3
* runtime: export PCDATA value readerCarl Shapiro2013-09-162-3/+4
* cmd/gc, runtime: inline append in frontend.R?my Oudompheng2013-09-167-126/+96
* cmd/nm: make -S listing a bit more accurateRuss Cox2013-09-161-2/+33
* build: disable precise collection of stack framesRuss Cox2013-09-1610-14/+80
* crypto/tls: fix TLS 1.2 client certificates.Adam Langley2013-09-164-11/+582
* cmd/cgo: remove inaccurate commentIan Lance Taylor2013-09-161-2/+0
* cmd/gc: do not report fields when looking for methodsRuss Cox2013-09-161-1/+1
* runtime: fix uint64 division on 386Russ Cox2013-09-162-3/+6
* cmd/gc: fix divide by zero error in compilerRuss Cox2013-09-161-1/+1
* runtime: fix freebsd buildRuss Cox2013-09-161-1/+1
* net: make all.bat run for ordinary Windows usersRuss Cox2013-09-164-0/+16
* cmd/cgo: allow C.malloc(0) alwaysRuss Cox2013-09-162-0/+4
* runtime: make ARM integer div-by-zero traceback-friendlyRuss Cox2013-09-161-18/+27
* runtime, syscall: work around FreeBSD/amd64 kernel bugRuss Cox2013-09-162-0/+30
* cmd/go: document that "main" is a reserved import pathRob Pike2013-09-162-10/+20
* net/rpc: log I/O and internal errors only if debugLog is set.Han-Wen Nienhuys2013-09-163-4/+10
* cmd/nm: put the -S flag in the usage messageRob Pike2013-09-162-2/+2
* sort: move example to package level and simplify furtherAndrew Gerrand2013-09-161-7/+7
* cmd/gofmt: document -s transformationsAndrew Gerrand2013-09-161-0/+19
* encoding/gob: ignore chan and func fields of structuresRob Pike2013-09-166-44/+55
* runtime: fix CPU profiling on WindowsRuss Cox2013-09-151-1/+7
* go/build: add ctxt.MatchFileRuss Cox2013-09-152-51/+143
* encoding/xml: document behavior for undefined name space prefixesRuss Cox2013-09-151-0/+4
* fmt: %b for complex64 and complex128Rob Pike2013-09-153-2/+10
* cmd/gc: don't generate algs for internal map types.R?my Oudompheng2013-09-143-0/+6
* os/exec: add more caveats to StdoutPipe, StderrPipeRuss Cox2013-09-131-4/+16
* runtime: avoid inconsistent goroutine state in profilerRuss Cox2013-09-138-29/+225
* reflect: document FieldByName shortcomingRuss Cox2013-09-131-0/+8
* syscall: add TCIOFLUSH family of constantsDave Cheney2013-09-135-0/+19
* cmd/5l: fix handling of RET.EQ in wrapper functionRuss Cox2013-09-131-0/+9
* goyacc: Fix debug printing of the lexed token's ID and name, and add whitespa...Jamie Wilkinson2013-09-131-2/+2
* text/template/parse: mostly roll back the error detection for unmatched right...Rob Pike2013-09-132-5/+4
* cmd/go: do not support code.google.com/r/zzz projectsRuss Cox2013-09-121-1/+1
* encoding/xml: add Encoder.FlushRuss Cox2013-09-122-0/+35
* runtime, cmd/gc, cmd/ld: ignore method wrappers in recoverRuss Cox2013-09-1218-80/+182
* go/token: rename RemoveLine to MergeLine, improve documentationJosh Bleecher Snyder2013-09-122-6/+20
* crypto/x509: allow ECDSA public keys to be marshaled.Nicholas Sullivan2013-09-121-39/+41
* net/rpc: document thread safety requirements of codec types.Han-Wen Nienhuys2013-09-122-0/+2
* net/http: document ServeMux handling of pattern "/"Brad Fitzpatrick2013-09-122-0/+22
* text/template: catch unmatched right delimiterRob Pike2013-09-123-1/+8
* net: move mock ICMP into separate fileMikio Hara2013-09-122-110/+116
* net: make TestDialFailPDLeak shorterMikio Hara2013-09-121-7/+20
* cmd/8l: fix 386 buildsDave Cheney2013-09-121-2/+1
* cmd/5l, cmd/6l, cmd/8l: refactor stack split codeRuss Cox2013-09-113-575/+650
* undo CL 13348045 / 43675523c526Russ Cox2013-09-111-7/+5
* net/http: explain the "1.1" in the default User-AgentRuss Cox2013-09-111-0/+5