aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-05-16syscall: regenerate z-files for openbsdMikio Hara
2014-05-15container/heap: update example codeRobert Griesemer
2014-05-15syscall: fix stack frame sizes in assemblyRuss Cox
2014-05-15sync/atomic: fix unimportant assembly errors found by go vetRuss Cox
2014-05-15doc/go1.3.html: add note about unsafe.Pointer strictnessRuss Cox
2014-05-15runtime: make scan of pointer-in-interface same as scan of pointerRuss Cox
2014-05-15net/http: fix nits found by go tool vetMikio Hara
2014-05-15cmd/gc: correct handling of globals, func args, resultsRuss Cox
2014-05-15cmd/gc: fix duplicate map key checkRuss Cox
2014-05-15crypto/sha256, crypto/sha512: fix argument size in assemblyRuss Cox
2014-05-15cmd/addr2line,cmd/objdump: test that commands accept addresses with 0x prefix...Alex Brainman
2014-05-15misc/pprof: always use go tool objdump on windowsAlex Brainman
2014-05-15cmd/addr2line, cmd/objdump: fix pe text section starting addressAlex Brainman
2014-05-14cmd/nm, cmd/objdump: fix elf symbol typesRuss Cox
2014-05-14net: detect changes to /etc/resolv.conf.Guillaume J. Charmes
2014-05-14objdump: implement disassemblyRuss Cox
2014-05-14cmd/objdump: import x86 disassemblerRuss Cox
2014-05-15A+C: Cezar Sá Espinola (individual CLA)Andrew Gerrand
2014-05-15test: fix flakey test case for issue 4388Mikio Hara
2014-05-14doc/effective_go.html: a little more about errorsRob Pike
2014-05-14spec: more precise description of select statementRobert Griesemer
2014-05-14archive/tar: Fix bug preventing untarGuillaume J. Charmes
2014-05-14cmd/gc: fix out of bounds accessDmitriy Vyukov
2014-05-14net: fix documentation for SetLingerMikio Hara
2014-05-13regexp/syntax: don't waste time checking for one pass algorithmRob Pike
2014-05-13reflect: fix map type generationDmitriy Vyukov
2014-05-13runtime: fix triggering of forced GCDmitriy Vyukov
2014-05-13cmd/go: fix go test againRuss Cox
2014-05-13runtime: handle decommit failure gracefully on WindowsRuss Cox
2014-05-12cmd/cgo: omit misaligned struct fields, like we omit bitfieldsRuss Cox
2014-05-12io: copy slice argument in MultiReader and MultiWriterRuss Cox
2014-05-12encoding/json: document what unmarshal of `null` into non-reference type doesRuss Cox
2014-05-12encoding/xml: fix to allow xml declaration with EncodeTokenJason Del Ponte
2014-05-12A+C: Jason Del Ponte (individual CLA)Russ Cox
2014-05-12mime/multipart: add NewReader exampleBrad Fitzpatrick
2014-05-12cmd/go: fix 'go test foo_test.go'Russ Cox
2014-05-12cmd/gc: fix liveness vs regopt mismatch for input variablesRuss Cox
2014-05-12cmd/gc: alias more variables during register allocationJosh Bleecher Snyder
2014-05-12cmd/go: detect import cycle caused by test codeRuss Cox
2014-05-12cmd/go: link SWIG objects directly rather than using a shared libraryIan Lance Taylor
2014-05-12cmd/gc: fix escape analysis for slice of arrayRuss Cox
2014-05-12net/http: fix flaky testFabrizio Milo
2014-05-12A+C: Fabrizio Milo (individual CLA)Brad Fitzpatrick
2014-05-12cmd/gc: record line number for auto-generated wrappers as <autogenerated>:1Russ Cox
2014-05-12undo CL 92210044 / 5cb21eee2d35Brad Fitzpatrick
2014-05-13net: make use of SO_LINGER_SEC on darwinMikio Hara
2014-05-12cmd/go: better error for install of 'test-only' packageRuss Cox
2014-05-12runtime: add copy of math.sqrt for use by arm softfloatRuss Cox
2014-05-12cmd/objdump: works with windows pe executables nowAlex Brainman
2014-05-11unicode: fix doc typoPéter Surányi