summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* sync/atomic: fix comment referencing Value.Store's argument nameBrad Fitzpatrick2014-10-311-1/+1
* cmd/go: fix minor typoNathan P Finch2014-10-301-1/+1
* cmd/cgo: avoid worklist nondeterminism.Alan Donovan2014-10-301-9/+15
* 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
* cmd/objdump: use cmd/internal/objfileRuss Cox2014-10-2912-568/+154
* runtime: fix line number in first stack frame in printed stack traceRuss Cox2014-10-2914-25/+46
* runtime: update comment for CallersRuss Cox2014-10-291-1/+10
* 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-281-5/+12
* fmt: fix documentation for %g and %GRob Pike2014-10-281-2/+2
* 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/asm: explain coordination with garbage collectorRuss Cox2014-10-281-0/+3
* os: fix buildRuss Cox2014-10-281-1/+1
* os: do not assume syscall i/o funcs return n=0 on errorRuss Cox2014-10-286-16/+22
* 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
* 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
* html/template: fix build after encoding/js escaping changeAndrew Gerrand2014-10-281-1/+1
* encoding/json: encode \t as \t instead of \u0009Russ Cox2014-10-272-1/+59
* 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