summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* doc/go1.4.html: new portsRob Pike2014-10-281-8/+31
* os: do not assume syscall i/o funcs return n=0 on errorRuss Cox2014-10-286-16/+22
* doc/go1.4.html: vanity imports and internal packagesRob Pike2014-10-281-14/+93
* runtime: add PauseEnd array to MemStats and GCStatsJens Frederich2014-10-285-20/+52
* syscall: fix ParseRoutingSockaddr with unexpected submessagesRuss Cox2014-10-281-1/+1
* cmd/go: add get -f flagRuss Cox2014-10-282-2/+22
* net: add test for lookupIPDeadlineMikio Hara2014-10-281-0/+62
* doc/go1.4.html: much of the go command's changesRob Pike2014-10-271-38/+114
* doc/go1.4.html: runtime and performanceRob Pike2014-10-271-4/+77
* runtime: disable fake time on naclRuss Cox2014-10-271-2/+2
* syscall: accept pre-existing directories in nacl zip fileRuss Cox2014-10-271-0/+6
* runtime: add fake time support back.Shenghou Ma2014-10-274-8/+51
* doc/go_mem.html: don't be cleverRob Pike2014-10-271-0/+23
* spec: permit parentheses around builtin function namesRobert Griesemer2014-10-271-11/+4
* html/template: fix build after encoding/js escaping changeAndrew Gerrand2014-10-281-1/+1
* test: make maplinear more robustRuss Cox2014-10-271-5/+12
* encoding/json: encode \t as \t instead of \u0009Russ Cox2014-10-272-1/+59
* doc/go1.4.html: first pieces of release notesRob Pike2014-10-272-53/+256
* 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
* misc/makerelease/windows: fix 404 help URL in installerEmil Hessman2014-10-271-3/+3
* doc/go_faq.html: fix a couple of nitsRob Pike2014-10-261-2/+2
* 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
* doc/go1.4.txt: unsafe is outside go1 compatibility guaranteesRob Pike2014-10-241-1/+2
* unsafe: document that unsafe programs are not protectedRob Pike2014-10-242-0/+11
* 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-242-7/+54
* doc/go1.4: encoding/csvRuss Cox2014-10-241-0/+1
* encoding/csv: for Postgres, unquote empty strings, quote \.Russ Cox2014-10-232-2/+25
* spec: minimal documention of unsafe.Pointer conversionsRobert Griesemer2014-10-231-5/+6
* gccgo_install.html: the 4.9 release series supports Go 1.2Ian Lance Taylor2014-10-221-0/+4
* 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