aboutsummaryrefslogtreecommitdiff
path: root/src
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-29cmd/objdump: use cmd/internal/objfileRuss Cox
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-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-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/asm: explain coordination with garbage collectorRuss Cox
2014-10-28os: fix buildRuss Cox
2014-10-28os: do not assume syscall i/o funcs return n=0 on errorRuss Cox
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-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-28html/template: fix build after encoding/js escaping changeAndrew Gerrand
2014-10-27encoding/json: encode \t as \t instead of \u0009Russ Cox
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-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-24unsafe: document that unsafe programs are not protectedRob Pike
2014-10-24net/http/pprof: run GC for /debug/pprof/heap?gc=1Russ Cox
2014-10-24cmd/gc: synthesize zeroed value for non-assignment contextRuss Cox
2014-10-23encoding/csv: for Postgres, unquote empty strings, quote \.Russ Cox
2014-10-22sync: release Pool memory during second and later GCsDmitriy Vyukov
2014-10-22runtime/cgo: encode BLX directly, fixes one clang build error on armDave Cheney
2014-10-21undo CL 156430044 / 5d69cad4faafDave Cheney
2014-10-21runtime: warn that cputicks() might not be monotonic.Keith Randall
2014-10-21cmd/ld: fix addstrdata for big-endian systemsIan Lance Taylor
2014-10-21time: panic with a more helpful error on use of invalid TimerBrad Fitzpatrick
2014-10-20cmd/gc: disallow call of *T method using **T variableRuss Cox
2014-10-20compress/gzip: allow stopping at end of first streamRuss Cox
2014-10-20cmd/cgo: disable clang's integrated assemblerDave Cheney
2014-10-21debug/pe: use appropriate type for sizeofOptionalHeader32Alex Brainman
2014-10-20runtime: fix flaky TestBlockProfile testKeith Randall
2014-10-20runtime: handle non-nil-terminated environment strings on Plan 9David du Colombier
2014-10-20os/exec: fix number of expected file descriptors on Plan 9David du Colombier