aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-11-04gc: abort if given an unknown debug (-d) flagAustin Clements
2014-11-03misc/cgo/test: fix freebsd test failure by moving test to its own package.Alan Donovan
2014-11-03runtime: make Go and C mallocgc signatures matchAustin Clements
2014-11-03doc: document go get -f flag in 1.4 release notesAndrew Gerrand
2014-11-01misc: Increase issue 6997's test timeout to prevent spurious failures.Benoit Sigoure
2014-11-01A+C: add Benoit Sigoure (individual CLA)Ian Lance Taylor
2014-10-31net/http: add missing newline in list of leaked goroutinesIan Lance Taylor
2014-10-31database/sql: make TestDrivers not crash on second runBrad Fitzpatrick
2014-10-31cmd/go: fixed typo in doc and generatorGabriel Aszalos
2014-10-31A+C: add Gabriel Aszalos (individual CLA)Ian Lance Taylor
2014-10-31sync/atomic: fix comment referencing Value.Store's argument nameBrad Fitzpatrick
2014-10-30cmd/go: fix minor typoNathan P Finch
2014-10-30A+C: Nathan P Finch (individual CLA)Brad Fitzpatrick
2014-10-30A+C: add Jed Denlea (Fastly corporate CLA)Brad Fitzpatrick
2014-10-30misc/cgo/test: fix bad C test code that fails on some configurationsAlan Donovan
2014-10-30cmd/cgo: avoid worklist nondeterminism.Alan Donovan
2014-10-30doc/go1.4.html: tweak http.Transport.DialTLS wordingBrad Fitzpatrick
2014-10-30doc/go1.4.html: fix typoMikio Hara
2014-10-30tag go1.4beta1Andrew Gerrand
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