summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* api: update openbsd exceptionsMikio Hara2014-05-161-72/+0
* syscall: regenerate z-files for openbsdMikio Hara2014-05-163-0/+31
* container/heap: update example codeRobert Griesemer2014-05-151-10/+12
* syscall: fix stack frame sizes in assemblyRuss Cox2014-05-1516-63/+102
* sync/atomic: fix unimportant assembly errors found by go vetRuss Cox2014-05-155-23/+23
* doc/go1.3.html: add note about unsafe.Pointer strictnessRuss Cox2014-05-151-0/+20
* runtime: make scan of pointer-in-interface same as scan of pointerRuss Cox2014-05-153-6/+92
* net/http: fix nits found by go tool vetMikio Hara2014-05-152-2/+2
* cmd/gc: correct handling of globals, func args, resultsRuss Cox2014-05-159-180/+202
* cmd/gc: fix duplicate map key checkRuss Cox2014-05-152-7/+17
* crypto/sha256, crypto/sha512: fix argument size in assemblyRuss Cox2014-05-150-0/+0
* cmd/addr2line,cmd/objdump: test that commands accept addresses with 0x prefix...Alex Brainman2014-05-152-39/+52
* misc/pprof: always use go tool objdump on windowsAlex Brainman2014-05-151-0/+1
* 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
* A+C: Cezar S? Espinola (individual CLA)Andrew Gerrand2014-05-152-0/+2
* test: fix flakey test case for issue 4388Mikio Hara2014-05-151-3/+9
* doc/effective_go.html: a little more about errorsRob Pike2014-05-141-3/+17
* spec: more precise description of select statementRobert Griesemer2014-05-141-33/+63
* archive/tar: Fix bug preventing untarGuillaume J. Charmes2014-05-144-5/+28
* cmd/gc: fix out of bounds accessDmitriy Vyukov2014-05-140-0/+0
* net: fix documentation for SetLingerMikio Hara2014-05-142-14/+16
* regexp/syntax: don't waste time checking for one pass algorithmRob Pike2014-05-130-0/+0
* 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-124-3/+60
* 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
* A+C: Jason Del Ponte (individual CLA)Russ Cox2014-05-122-0/+2
* 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-127-24/+82
* cmd/gc: alias more variables during register allocationJosh Bleecher Snyder2014-05-1211-8/+66
* 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-125-112/+35
* cmd/gc: fix escape analysis for slice of arrayRuss Cox2014-05-122-2/+37
* net/http: fix flaky testFabrizio Milo2014-05-121-3/+5
* A+C: Fabrizio Milo (individual CLA)Brad Fitzpatrick2014-05-122-0/+2
* cmd/gc: record line number for auto-generated wrappers as <autogenerated>:1Russ Cox2014-05-123-2/+54
* 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