summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* cmd/go: detect import cycle caused by test codeRuss Cox2014-05-128-2/+81
* cmd/go: link SWIG objects directly rather than using a shared libraryIan Lance Taylor2014-05-124-112/+26
* cmd/gc: fix escape analysis for slice of arrayRuss Cox2014-05-121-2/+5
* net/http: fix flaky testFabrizio Milo2014-05-121-3/+5
* cmd/gc: record line number for auto-generated wrappers as <autogenerated>:1Russ Cox2014-05-122-2/+4
* undo CL 92210044 / 5cb21eee2d35Brad Fitzpatrick2014-05-121-6/+1
* net: make use of SO_LINGER_SEC on darwinMikio Hara2014-05-131-1/+6
* cmd/go: better error for install of 'test-only' packageRuss Cox2014-05-123-12/+26
* runtime: add copy of math.sqrt for use by arm softfloatRuss Cox2014-05-122-2/+152
* cmd/objdump: works with windows pe executables nowAlex Brainman2014-05-122-8/+149
* unicode: fix doc typoP?ter Sur?nyi2014-05-111-1/+1
* cmd/nm: do not write to GOROOT testdata directories during TestNMAlex Brainman2014-05-121-5/+12
* net/rpc: do not leak client socket on closed connectionDavid Crawshaw2014-05-112-6/+44
* cmd/go: simplify code, reduce allocations.Dmitri Shuralyov2014-05-101-1/+1
* cmd/go: remove merge markersRobert Hencke2014-05-101-11/+5
* cmd/addr2line: accept optional "0x" prefix for addresses.Shenghou Ma2014-05-101-10/+42
* undo CL 100330043 / e4248ed0037cBrad Fitzpatrick2014-05-091-1/+1
* runtime/race: fix the link for the race detector.Bill Neubauer2014-05-091-1/+1
* runtime: be a lot more lenient on smhasher avalanche test.Keith Randall2014-05-091-3/+3
* net/url: correct documentation of Values.AddIan Lance Taylor2014-05-091-1/+1
* bytes: fix typosRui Ueyama2014-05-101-3/+3
* encoding/binary: document that Read requires exported struct fieldsIan Lance Taylor2014-05-092-0/+25
* cmd/go: accept build flags in clean and listRuss Cox2014-05-095-40/+32
* math/cmplx: specify which square root Sqrt returnsRuss Cox2014-05-091-0/+1
* cmd/gc: disable link-time copying of un-Go-initialized globalsRuss Cox2014-05-091-2/+2
* crypto/aes: fix overrun in assembly encrypt/decryptRuss Cox2014-05-093-0/+42
* cmd/gc: fix ... escape analysis bugRuss Cox2014-05-092-1/+3
* cmd/gc: don't give credit for NOPs during register allocationJosh Bleecher Snyder2014-05-093-29/+31
* cmd/go: mark regexp as dependency of testmainRobert Hencke2014-05-093-1/+26
* testing: write profiles on failureRuss Cox2014-05-091-0/+1
* net: drop flakey TestDialFailPDLeakMikio Hara2014-05-091-54/+0
* runtime: write memory profile statistics to the heap dump.Keith Randall2014-05-083-0/+84
* encoding/json: add example for Indent, clarify the docs.Stephen McQuay2014-05-082-2/+35
* cmd/objdump: actually accept hex address without "0x" prefix.Shenghou Ma2014-05-081-4/+5
* runtime: use duff zero and copy to initialize memoryKeith Randall2014-05-0710-37/+568
* database/sql: fix accounting of open connectionsBrad Fitzpatrick2014-05-071-1/+4
* runtime: optimize markspanDmitriy Vyukov2014-05-071-2/+12
* runtime: fix bug in cpu profilerDmitriy Vyukov2014-05-071-2/+1
* net/mail: propagate unsupported charset errorDavid Crawshaw2014-05-072-4/+13
* race.bash,race.bat: unset GOROOT_FINAL during testsAlex Brainman2014-05-072-0/+12
* cmd/addr2line: skip broken TestAddr2Line on plan9 (fixes build)Alex Brainman2014-05-071-0/+107
* cmd/go: add go build -iDavid Crawshaw2014-05-064-5/+53
* cmd/ld: correct pe section number in symbol tableAlex Brainman2014-05-061-18/+17
* syscall: add missing TIOCGSID for openbsd/386Mikio Hara2014-05-061-0/+1
* archive/zip: Document ModTime is always UTCTyler Bunnell2014-05-041-2/+2
* std lib: fix various typos in commentsRobert Griesemer2014-05-0222-26/+26
* runtime: fix bug in GOTRACEBACK=crash causing suppression of core dumps.Alan Donovan2014-05-021-8/+11
* runtime: do not set m->locks around memory allocationDmitriy Vyukov2014-05-021-9/+5
* runtime: make MemStats.LastGC Unix time againDmitriy Vyukov2014-05-027-1/+35
* os: cut limited read to 1 GBRuss Cox2014-05-021-1/+3