summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* sync: release Pool memory during second and later GCsDmitriy Vyukov2014-10-222-21/+35
* test: add more cases to recover.goIan Lance Taylor2014-10-221-3/+41
* CONTRIBUTORS: add Austin Clements's google.com email (Google CLA)Russ Cox2014-10-221-1/+1
* runtime/cgo: encode BLX directly, fixes one clang build error on armDave Cheney2014-10-221-9/+6
* misc/makerelease: set version number in Windows installerJens Frederich2014-10-222-4/+20
* undo CL 156430044 / 5d69cad4faafDave Cheney2014-10-211-7/+1
* runtime: warn that cputicks() might not be monotonic.Keith Randall2014-10-215-23/+4
* cmd/ld: fix addstrdata for big-endian systemsIan Lance Taylor2014-10-211-3/+1
* time: panic with a more helpful error on use of invalid TimerBrad Fitzpatrick2014-10-212-0/+27
* cmd/gc: disallow call of *T method using **T variableRuss Cox2014-10-202-5/+8
* compress/gzip: allow stopping at end of first streamRuss Cox2014-10-202-0/+68
* cmd/cgo: disable clang's integrated assemblerDave Cheney2014-10-202-2/+8
* debug/pe: use appropriate type for sizeofOptionalHeader32Alex Brainman2014-10-211-3/+3
* runtime: fix flaky TestBlockProfile testKeith Randall2014-10-201-1/+3
* runtime: handle non-nil-terminated environment strings on Plan 9David du Colombier2014-10-201-1/+5
* os/exec: fix number of expected file descriptors on Plan 9David du Colombier2014-10-201-9/+1
* flag: roll back 156390043 (flag setting)Rob Pike2014-10-202-89/+0
* cmd/go: set exit status for failing "go generate" run.Rob Pike2014-10-201-1/+3
* reflect: fix TestAllocations now that interfaces hold only pointersIan Lance Taylor2014-10-201-3/+14
* reflect: allocate correct type in assignTo and cvtT2IIan Lance Taylor2014-10-201-12/+12
* regexp: fix TestOnePassCutoffRuss Cox2014-10-201-4/+12
* regexp/syntax: fix validity testing of zero repeatsIan Lance Taylor2014-10-201-1/+6
* debug/pe: remove use of unsafeRuss Cox2014-10-201-3/+7
* cmd/gc: emit code for extern = <N>Daniel Morsing2014-10-202-7/+23
* encoding/gob: add custom decoder buffer for performanceRob Pike2014-10-203-39/+78
* doc/go1.4.txt: add compress/* Reset noteBrad Fitzpatrick2014-10-201-0/+1
* compress/flate: add Reset() to allow reusing large buffers to compress multip...James Robinson2014-10-204-27/+125
* doc/go1.4.txt: flags can now be set at most onceRob Pike2014-10-191-0/+1
* flag: disallow setting flags multiple timesRob Pike2014-10-192-0/+90
* regexp: correct doc comment for ReplaceAllLiteralStringIan Lance Taylor2014-10-191-1/+1
* encoding/gob: fix print format in generated decoder helpersRob Pike2014-10-192-17/+17
* runtime: dequeue the correct SudoGKeith Randall2014-10-182-4/+33
* text/template: fix bug in pipelined variadicsRob Pike2014-10-182-1/+13
* encoding/gob: use simple append-only buffer for encodingRob Pike2014-10-174-35/+59
* encoding/gob: custom array/slice decodersRob Pike2014-10-177-29/+874
* runtime/pprof: fix memory profiler testDmitriy Vyukov2014-10-171-69/+21
* cmd/gc: don't use static init to initialize small structs, fieldsRuss Cox2014-10-171-4/+4
* reflect: a few microoptimizationsRuss Cox2014-10-173-122/+91
* encoding/gob: speed up encoding of arrays and slicesRob Pike2014-10-174-3/+708
* runtime/pprof: fix testRuss Cox2014-10-171-1/+1
* runtime: remove comment that leaked into CL 153710043Russ Cox2014-10-171-2/+0
* CONTRIBUTORS: add James Robinson (Google CLA)Brad Fitzpatrick2014-10-171-0/+1
* undo CL 159990043 / 421fadcef39aRuss Cox2014-10-171-13/+2
* spec: define "variable"Robert Griesemer2014-10-161-25/+78
* reflect: fix struct size calculation to include terminal paddingDamien Neil2014-10-162-0/+21
* CONTRIBUTORS: add Damien NeilDamien Neil2014-10-161-0/+1
* syscall: don't cache environment variables on Plan 9David du Colombier2014-10-161-82/+15
* runtime/pprof: disable new memory testRuss Cox2014-10-162-0/+3
* runtime: make pprof a little nicerRuss Cox2014-10-161-2/+13
* runtime: fix memory profilerDmitriy Vyukov2014-10-164-2/+150