summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* cmd/gc: correct handling of globals, func args, resultsRuss Cox2014-05-153-129/+68
* cmd/gc: fix duplicate map key checkRuss Cox2014-05-151-7/+3
* cmd/addr2line,cmd/objdump: test that commands accept addresses with 0x prefix...Alex Brainman2014-05-152-39/+52
* cmd/addr2line, cmd/objdump: fix pe text section starting addressAlex Brainman2014-05-152-2/+20
* cmd/nm, cmd/objdump: fix elf symbol typesRuss Cox2014-05-143-4/+13
* net: detect changes to /etc/resolv.conf.Guillaume J. Charmes2014-05-142-29/+203
* objdump: implement disassemblyRuss Cox2014-05-148-38/+607
* cmd/objdump: import x86 disassemblerRuss Cox2014-05-142-0/+13805
* archive/tar: Fix bug preventing untarGuillaume J. Charmes2014-05-144-5/+28
* net: fix documentation for SetLingerMikio Hara2014-05-142-14/+16
* reflect: fix map type generationDmitriy Vyukov2014-05-131-0/+7
* runtime: fix triggering of forced GCDmitriy Vyukov2014-05-134-7/+17
* cmd/go: fix go test againRuss Cox2014-05-134-27/+60
* runtime: handle decommit failure gracefully on WindowsRuss Cox2014-05-131-2/+22
* cmd/cgo: omit misaligned struct fields, like we omit bitfieldsRuss Cox2014-05-122-3/+15
* io: copy slice argument in MultiReader and MultiWriterRuss Cox2014-05-122-2/+33
* encoding/json: document what unmarshal of `null` into non-reference type doesRuss Cox2014-05-121-0/+5
* encoding/xml: fix to allow xml declaration with EncodeTokenJason Del Ponte2014-05-122-3/+44
* mime/multipart: add NewReader exampleBrad Fitzpatrick2014-05-122-3/+60
* cmd/go: fix 'go test foo_test.go'Russ Cox2014-05-123-2/+19
* cmd/gc: fix liveness vs regopt mismatch for input variablesRuss Cox2014-05-126-24/+42
* cmd/gc: alias more variables during register allocationJosh Bleecher Snyder2014-05-1210-8/+29
* 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