aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-22sync: release Pool memory during second and later GCsDmitriy Vyukov
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
2014-10-19doc/go1.4.txt: flags can now be set at most onceRob Pike
2014-10-19flag: disallow setting flags multiple timesRob Pike
2014-10-19regexp: correct doc comment for ReplaceAllLiteralStringIan Lance Taylor
2014-10-19encoding/gob: fix print format in generated decoder helpersRob Pike
2014-10-18runtime: dequeue the correct SudoGKeith Randall
2014-10-18text/template: fix bug in pipelined variadicsRob Pike
2014-10-17encoding/gob: use simple append-only buffer for encodingRob Pike
2014-10-17encoding/gob: custom array/slice decodersRob Pike
2014-10-17runtime/pprof: fix memory profiler testDmitriy Vyukov
2014-10-17cmd/gc: don't use static init to initialize small structs, fieldsRuss Cox
2014-10-17reflect: a few microoptimizationsRuss Cox
2014-10-17encoding/gob: speed up encoding of arrays and slicesRob Pike
2014-10-17runtime/pprof: fix testRuss Cox
2014-10-17runtime: remove comment that leaked into CL 153710043Russ Cox
2014-10-17CONTRIBUTORS: add James Robinson (Google CLA)Brad Fitzpatrick
2014-10-17undo CL 159990043 / 421fadcef39aRuss Cox
2014-10-16spec: define "variable"Robert Griesemer