summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* cmd/objdump: disable test failing on arm5go1.4beta1Russ Cox2014-10-291-1/+1
* runtime: change top-most return PC from goexit to goexit+PCQuantumRuss Cox2014-10-295-5/+27
* runtime: make TestCgoExternalThreadPanic run on windowsAlex Brainman2014-10-301-2/+27
* doc/go1.4.html: final library changesRob Pike2014-10-291-21/+129
* cmd/objdump: use cmd/internal/objfileRuss Cox2014-10-2912-568/+154
* doc/go1.4.html: gccgo statusRob Pike2014-10-291-9/+8
* runtime: fix line number in first stack frame in printed stack traceRuss Cox2014-10-2915-25/+95
* runtime: update comment for CallersRuss Cox2014-10-291-1/+10
* doc/go1.4.html: half of the small library changesRob Pike2014-10-291-31/+135
* fmt: fix one-letter typo in doc.goRob Pike2014-10-291-1/+1
* cmd/objdump: skip extld test on plan9Russ Cox2014-10-291-1/+1
* runtime: fix windows buildRuss Cox2014-10-291-0/+3
* cmd/gc: fix build - remove unused variables in walkprintRuss Cox2014-10-281-3/+1
* cmd/objdump: disassemble local text symbolsIan Lance Taylor2014-10-282-3/+18
* cmd/gc: fix internal compiler error in struct compareRuss Cox2014-10-282-5/+49
* fmt: fix documentation for %g and %GRob Pike2014-10-281-2/+2
* doc/go1.4.html: GODEBUG and assembler changesRob Pike2014-10-281-9/+56
* runtime: add GODEBUG invalidptr settingRuss Cox2014-10-285-4/+16
* runtime: fix unrecovered panic on external threadRuss Cox2014-10-285-2/+107
* cmd/gc: avoid use of goprintfRuss Cox2014-10-284-138/+117
* os: fix write on Plan 9David du Colombier2014-10-281-0/+3
* doc/go1.4.html: breaking compiler change, no plugins in miscRob Pike2014-10-281-6/+50
* doc/asm: explain coordination with garbage collectorRuss Cox2014-10-282-20/+114
* os: fix buildRuss Cox2014-10-281-1/+1
* 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