aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-10-27runtime: fix endianness assumption when decoding ftabAustin Clements
2014-10-27[dev.power64] liblink: power64 fixes and ports of changesAustin Clements
2014-10-27[dev.power64] cc: 8-byte align argument size on power64Austin 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
2014-10-24[dev.power64] liblink: print line numbers in disassembly on power64Austin Clements
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-24doc/go1.4: encoding/csvRuss Cox
2014-10-23encoding/csv: for Postgres, unquote empty strings, quote \.Russ Cox
2014-10-23spec: minimal documention of unsafe.Pointer conversionsRobert Griesemer
2014-10-22gccgo_install.html: the 4.9 release series supports Go 1.2Ian Lance Taylor
2014-10-23[dev.power64] runtime: fix SigaltstackT definition for power64leDave Cheney
2014-10-22[dev.power64] runtime: fix early GC of Defer objectsAustin Clements
2014-10-22[dev.power64] all: merge default into dev.power64Austin Clements
2014-10-22[dev.power64] runtime: Fix broken merge of noasm.goAustin Clements
2014-10-22build: merge the great pkg/ rename into dev.power64Austin Clements
2014-10-22sync: release Pool memory during second and later GCsDmitriy Vyukov
2014-10-22[dev.power64] build: merge default into dev.power64Austin Clements
2014-10-22test: add more cases to recover.goIan Lance Taylor
2014-10-22CONTRIBUTORS: add Austin Clements's google.com email (Google CLA)Russ Cox
2014-10-22runtime/cgo: encode BLX directly, fixes one clang build error on armDave Cheney
2014-10-22misc/makerelease: set version number in Windows installerJens Frederich
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
2014-10-20flag: roll back 156390043 (flag setting)Rob Pike
2014-10-20cmd/go: set exit status for failing "go generate" run.Rob Pike
2014-10-20reflect: fix TestAllocations now that interfaces hold only pointersIan Lance Taylor
2014-10-20reflect: allocate correct type in assignTo and cvtT2IIan Lance Taylor
2014-10-20regexp: fix TestOnePassCutoffRuss Cox
2014-10-20regexp/syntax: fix validity testing of zero repeatsIan Lance Taylor
2014-10-20debug/pe: remove use of unsafeRuss Cox
2014-10-20cmd/gc: emit code for extern = <N>Daniel Morsing
2014-10-20encoding/gob: add custom decoder buffer for performanceRob Pike
2014-10-20doc/go1.4.txt: add compress/* Reset noteBrad Fitzpatrick
2014-10-20compress/flate: add Reset() to allow reusing large buffers to compress multip...James Robinson