aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2014-05-20reflect: don't panic on delete from nil map.Keith Randall
2014-05-20all: fix "the the" typos.Shenghou Ma
2014-05-20runtime: revise the document of Version()Shenghou Ma
2014-05-20src: make nacltest.bash executableBrad Fitzpatrick
2014-05-20undo CL 84040045 / 5302b4c58aa0Shenghou Ma
2014-05-20debug/plan9obj: cleanup apiDavid du Colombier
2014-05-20cmd/go: document file typesRob Pike
2014-05-20build: make nacl passRuss Cox
2014-05-20syscall: fix Write(nil) on NaClRuss Cox
2014-05-20cmd/ld: make lldb happy with Mach-O 6.out filesRuss Cox
2014-05-20cmd/cgo: document CC_FOR_TARGET and CXX_FOR_TARGETElias Naur
2014-05-20liblink: fix field trackingRuss Cox
2014-05-20runtime: switch default stack size back to 8kBRuss Cox
2014-05-19cmd/gc: fix float32 const conversion and printing of big float constsRuss Cox
2014-05-19cmd/ld: abort if (32-bit) address relocation is negative on amd64.Shenghou Ma
2014-05-19text/template,html/template: document that partial results may be written on ...Rob Pike
2014-05-19cmd/gc: fix <-<-exprRuss Cox
2014-05-19net/http: document that ProxyFromEnvironment special-cases localhostBrad Fitzpatrick
2014-05-19database/sql: more docs explaining that DB is a poolBrad Fitzpatrick
2014-05-19math/rand: restore Go 1.2 value stream for Float32, Float64Russ Cox
2014-05-19reflect: test, fix access to nil mapsRuss Cox
2014-05-19runtime: fix freeOSMemory to free memory immediatelyDmitriy Vyukov
2014-05-17syscall: fix arm buildDave Cheney
2014-05-16net/http: allow Content-Type on 204 responsesBrad Fitzpatrick
2014-05-16encoding/xml: fix format in test messageRob Pike
2014-05-16syscall: fix linux amd64 buildRob Pike
2014-05-16syscall: fix a few Linux system callsRuss Cox
2014-05-16cmd/addr2line, cmd/objdump: handle Plan 9 a.out object filesDavid du Colombier
2014-05-15cmd/pack: buffer writes in TestLargeDefsAnthony Martin
2014-05-15cmd/gc: fix two select temporary bugsRuss Cox
2014-05-15archive/tar: Do not panic on Read if uninitializedGuillaume J. Charmes
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-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-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-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