aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-10-30runtime: make TestCgoExternalThreadPanic run on windowsAlex Brainman
2014-10-29doc/go1.4.html: final library changesRob Pike
2014-10-29cmd/objdump: use cmd/internal/objfileRuss Cox
2014-10-29doc/go1.4.html: gccgo statusRob Pike
2014-10-29runtime: fix line number in first stack frame in printed stack traceRuss Cox
2014-10-29runtime: update comment for CallersRuss Cox
2014-10-29[dev.power64] all: merge default (dd5014ed9b01) into dev.power64Russ Cox
2014-10-29doc/go1.4.html: half of the small library changesRob Pike
2014-10-29fmt: fix one-letter typo in doc.goRob Pike
2014-10-29cmd/objdump: skip extld test on plan9Russ Cox
2014-10-29runtime: fix windows buildRuss Cox
2014-10-28cmd/gc: fix build - remove unused variables in walkprintRuss Cox
2014-10-28cmd/objdump: disassemble local text symbolsIan Lance Taylor
2014-10-28cmd/gc: fix internal compiler error in struct compareRuss Cox
2014-10-28fmt: fix documentation for %g and %GRob Pike
2014-10-28doc/go1.4.html: GODEBUG and assembler changesRob Pike
2014-10-28runtime: add GODEBUG invalidptr settingRuss Cox
2014-10-28runtime: fix unrecovered panic on external threadRuss Cox
2014-10-28cmd/gc: avoid use of goprintfRuss Cox
2014-10-28[dev.power64] cmd/5a, cmd/6a, cmd/8a, cmd/9a: make labels function-scopedRuss Cox
2014-10-28os: fix write on Plan 9David du Colombier
2014-10-28doc/go1.4.html: breaking compiler change, no plugins in miscRob Pike
2014-10-28[dev.power64] runtime: fix atomicor8 for power64xAustin Clements
2014-10-28doc/asm: explain coordination with garbage collectorRuss Cox
2014-10-28os: fix buildRuss Cox
2014-10-28doc/go1.4.html: new portsRob Pike
2014-10-28[dev.power64] 9a: correct generation of four argument opsAustin Clements
2014-10-28os: do not assume syscall i/o funcs return n=0 on errorRuss Cox
2014-10-28doc/go1.4.html: vanity imports and internal packagesRob Pike
2014-10-28runtime: add PauseEnd array to MemStats and GCStatsJens Frederich
2014-10-28syscall: fix ParseRoutingSockaddr with unexpected submessagesRuss Cox
2014-10-28cmd/go: add get -f flagRuss Cox
2014-10-28[dev.power64] liblink: emit wrapper code in correct placeAustin Clements
2014-10-28net: add test for lookupIPDeadlineMikio Hara
2014-10-27doc/go1.4.html: much of the go command's changesRob Pike
2014-10-27doc/go1.4.html: runtime and performanceRob Pike
2014-10-27runtime: disable fake time on naclRuss Cox
2014-10-27syscall: accept pre-existing directories in nacl zip fileRuss Cox
2014-10-27runtime: add fake time support back.Shenghou Ma
2014-10-28[dev.power64] runtime: fix cas64 on power64xDave Cheney
2014-10-27doc/go_mem.html: don't be cleverRob Pike
2014-10-27spec: permit parentheses around builtin function namesRobert Griesemer
2014-10-28html/template: fix build after encoding/js escaping changeAndrew Gerrand
2014-10-27test: make maplinear more robustRuss Cox
2014-10-27encoding/json: encode \t as \t instead of \u0009Russ Cox
2014-10-28[dev.power64] runtime: fix power64le buildDave Cheney
2014-10-27[dev.power64] runtime: power64 fixes and ports of changesAustin Clements
2014-10-27doc/go1.4.html: first pieces of release notesRob Pike
2014-10-27[dev.power64] liblink: fix lost branch targetAustin Clements
2014-10-27[dev.power64] all: merge default into dev.power64Austin Clements