summaryrefslogtreecommitdiff
path: root/src/pkg
Commit message (Expand)AuthorAgeFilesLines
* net/rpc: log I/O and internal errors only if debugLog is set.Han-Wen Nienhuys2013-09-163-4/+10
* sort: move example to package level and simplify furtherAndrew Gerrand2013-09-161-7/+7
* 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
* 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
* text/template/parse: mostly roll back the error detection for unmatched right...Rob Pike2013-09-132-5/+4
* encoding/xml: add Encoder.FlushRuss Cox2013-09-122-0/+35
* runtime, cmd/gc, cmd/ld: ignore method wrappers in recoverRuss Cox2013-09-1211-71/+51
* 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
* 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
* cmd/gc: inline copy in frontend to call memmove directly.R?my Oudompheng2013-09-121-0/+40
* runtime: keep args and frame in struct FuncRuss Cox2013-09-111-1/+0
* go/build: reject directory with only cgo files if cgo not in useRuss Cox2013-09-111-1/+3
* runtime: show m stack during crash on m stackRuss Cox2013-09-113-3/+3
* runtime: show runtime.panic frame in tracebackRuss Cox2013-09-111-1/+8
* net: defend against broken getaddrinfo on LinuxRuss Cox2013-09-111-0/+10
* cmd/cgo: replace C.malloc with our own wrapperRuss Cox2013-09-111-0/+2
* net: implement TCP connection setup with fast failoverMikio Hara2013-09-118-63/+337
* bytes: additional test coverageDave Cheney2013-09-112-0/+85
* go/doc: restore handling of multi-paragraph BUG commentsRuss Cox2013-09-1011-45/+186
* cmd/go: better error for shadowed directories in GOPATHRuss Cox2013-09-101-11/+14
* runtime: explicit init of runtime-gdb helpersAlexis Imperial-Legrand2013-09-101-3/+6
* go/build: allow $ in cgo LDFLAGSRuss Cox2013-09-101-3/+6
* runtime: clean up / align comment tabbingKeith Randall2013-09-101-15/+15
* net: remove dreg of obsoleted network pollerMikio Hara2013-09-102-91/+0
* os/exec: change windows LookPath so it works like cmd.exeAlex Brainman2013-09-102-4/+402
* encoding/json: document actual behavior for Unmarshal into interface{}Russ Cox2013-09-092-3/+42
* container/list: unexpected panic if Next/Prev called outside of list.Richard Eric Gavaletz2013-09-092-2/+20
* path/filepath: fix race with other testsRuss Cox2013-09-091-9/+14
* encoding/xml: fix panic in MarshalRuss Cox2013-09-092-2/+16
* syslog: fix data race on 'crashy' in test functionRuss Cox2013-09-091-5/+11
* log/syslog: use alternate format for logging to local syslog daemonRuss Cox2013-09-092-5/+16
* runtime: remove OABI check from ARM startupRuss Cox2013-09-091-20/+25
* runtime: unbreak build on dragonflyJoel Sing2013-09-091-6/+6
* time: allow more time for TestOverflowRuntimeTimer to succeedAlex Brainman2013-09-091-1/+5
* compress/flate: small documentation fixDominik Honnef2013-09-091-1/+1
* sort: fix up example expected output formattingRobert Daniel Kortschak2013-09-082-6/+7