aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-10-29cmd/objdump: disable test failing on arm5go1.4beta1Russ Cox
2014-10-29runtime: change top-most return PC from goexit to goexit+PCQuantumRuss Cox
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-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-28os: fix write on Plan 9David du Colombier
2014-10-28doc/go1.4.html: breaking compiler change, no plugins in miscRob Pike
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-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-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-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-27doc/go1.4.html: first pieces of release notesRob Pike
2014-10-27runtime: fix endianness assumption when decoding ftabAustin Clements
2014-10-27net: if a DNS lookup times out, forget that it is in flightIan Lance Taylor
2014-10-27misc/makerelease/windows: fix 404 help URL in installerEmil Hessman
2014-10-26doc/go_faq.html: fix a couple of nitsRob Pike
2014-10-25cmd/go: pass $CGO_LDFLAGS to linker with the "gccgo" toolchain.Peter Collingbourne
2014-10-24cmd/go: add bzr support for vcs root checkingGustavo Niemeyer
2014-10-24doc/go1.4.txt: unsafe is outside go1 compatibility guaranteesRob Pike
2014-10-24unsafe: document that unsafe programs are not protectedRob Pike