summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* runtime: fix endianness assumption when decoding ftabAustin Clements2014-10-271-4/+7
* net: if a DNS lookup times out, forget that it is in flightIan Lance Taylor2014-10-272-28/+89
* cmd/go: pass $CGO_LDFLAGS to linker with the "gccgo" toolchain.Peter Collingbourne2014-10-251-0/+1
* cmd/go: add bzr support for vcs root checkingGustavo Niemeyer2014-10-242-5/+56
* unsafe: document that unsafe programs are not protectedRob Pike2014-10-241-0/+3
* net/http/pprof: run GC for /debug/pprof/heap?gc=1Russ Cox2014-10-241-0/+4
* cmd/gc: synthesize zeroed value for non-assignment contextRuss Cox2014-10-241-7/+1
* encoding/csv: for Postgres, unquote empty strings, quote \.Russ Cox2014-10-232-2/+25
* sync: release Pool memory during second and later GCsDmitriy Vyukov2014-10-222-21/+35
* runtime/cgo: encode BLX directly, fixes one clang build error on armDave Cheney2014-10-221-9/+6
* 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-201-2/+5
* 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-201-7/+3
* encoding/gob: add custom decoder buffer for performanceRob Pike2014-10-203-39/+78
* compress/flate: add Reset() to allow reusing large buffers to compress multip...James Robinson2014-10-204-27/+125
* 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
* undo CL 159990043 / 421fadcef39aRuss Cox2014-10-171-13/+2
* reflect: fix struct size calculation to include terminal paddingDamien Neil2014-10-162-0/+21
* 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