summaryrefslogtreecommitdiff
path: root/src/runtime
Commit message (Expand)AuthorAgeFilesLines
* runtime/cgo: retry pthread_create on EAGAIN for OpenBSDIan Lance Taylor2016-12-054-3/+36
* runtime/cgo: retry pthread_create on EAGAINIan Lance Taylor2016-12-0522-21/+72
* runtime: don't skip TestCgoCallbackGC on FreeBSDIan Lance Taylor2016-12-051-2/+0
* runtime: check that Version does not contain \r \nRuss Cox2016-12-051-0/+9
* runtime: skip GDB tests on mips64Brad Fitzpatrick2016-12-031-4/+15
* runtime: fix incorrect comment about bitvector layoutAustin Clements2016-12-011-1/+1
* Revert "runtime: handle SIGPIPE in c-archive and c-shared programs"Elias Naur2016-12-011-10/+4
* runtime: fix undead arguments in cgocallAustin Clements2016-11-301-1/+19
* runtime: use standard comment style in cgocallAustin Clements2016-11-301-15/+11
* runtime: fall back to /proc/self/auxv in Android libsAustin Clements2016-11-294-28/+37
* runtime: extract Linux auxv handlingAustin Clements2016-11-291-0/+4
* internal/pprof: don't discard allocations called by reflect.CallIan Lance Taylor2016-11-281-6/+23
* runtime/cgo: save correct floating point registers on s390xMichael Munday2016-11-233-53/+65
* runtime/pprof/internal/protopprof: fix test on s390xMichael Munday2016-11-221-1/+3
* runtime: do not print runtime panic frame at top of user stackRuss Cox2016-11-222-7/+9
* runtime/pprof: generate heap profiles in compressed proto formatMichael Matloob2016-11-223-12/+194
* runtime: sleep a bit to let a bad signal be deliveredIan Lance Taylor2016-11-221-0/+5
* runtime/internal/atomic: crash on unaligned 64-bit ops on 32-bit MIPSCherry Zhang2016-11-222-3/+7
* runtime/internal/atomic: crash on unaligned 64-bit ops on 386 and ARMCherry Zhang2016-11-213-2/+21
* runtime: make work.bytesMarked 8-byte alignedCherry Zhang2016-11-211-13/+16
* runtime/pprof: emit count profiles with debug=0 as proto profilesMichael Matloob2016-11-212-18/+68
* runtime: wake idle Ps when enqueuing GC workAustin Clements2016-11-203-6/+44
* runtime: exit idle worker if there's higher-priority workAustin Clements2016-11-203-4/+55
* runtime: handle SIGPIPE in c-archive and c-shared programsElias Naur2016-11-181-4/+10
* runtime/pprof/internal/protopprof: fix TestTranslateCPUProfileWithSamples tes...Vladimir Stefanovic2016-11-171-4/+4
* runtime: improve diagnostics for "scan missed a g"Austin Clements2016-11-171-8/+14
* runtime/pprof: fix typo in testBrad Fitzpatrick2016-11-171-2/+2
* runtime: handle bad ftab index in symtab.goLynn Boger2016-11-171-3/+10
* runtime/cgo: fixes for calling sigaction in CIan Lance Taylor2016-11-161-1/+11
* cmd/compile: ensure necessary types appear in .debug_infoDavid Chase2016-11-161-0/+70
* runtime/pprof: skip profiling tests on mips if highres timers not availableBrad Fitzpatrick2016-11-161-1/+51
* runtime/cgo: use libc for sigaction syscalls when possibleBryan C. Mills2016-11-168-6/+207
* runtime: add support files for linux/mips{,le} portVladimir Stefanovic2016-11-1526-90/+2241
* cmd/link, runtime, plugin: versioningDavid Crawshaw2016-11-152-3/+18
* all: don't call t.Fatal from a goroutineIan Lance Taylor2016-11-153-17/+26
* all: fix vet nitsJosh Bleecher Snyder2016-11-131-1/+1
* runtime/internal/atomic: add TestUnaligned64Brad Fitzpatrick2016-11-121-0/+36
* net: implement asynchonous cancelable I/O on Plan 9David du Colombier2016-11-123-0/+33
* runtime: include pre-panic/throw logs in core dumpsRhys Hiltner2016-11-111-1/+35
* runtime: fix Windows profiling crashRuss Cox2016-11-111-2/+7
* runtime/pprof: delete new TestCPUProfileParseRuss Cox2016-11-111-20/+0
* runtime/pprof/internal: delete package gzip0Michael Matloob2016-11-112-199/+0
* runtime/pprof: output CPU profiles in pprof protobuf formatMichael Matloob2016-11-104-109/+48
* runtime/pprof/internal/protopprof: skip TestTranslateCPUProfileWithSamples if...Michael Munday2016-11-091-1/+3
* runtime/pprof/internal: add package protopprofMichael Matloob2016-11-082-0/+313
* cmd/internal/sys, runtime/internal/sys: gofmtMichael Munday2016-11-071-7/+7
* runtime: os.Executable runtime support for DarwinShenghou Ma2016-11-072-0/+19
* runtime/race: allow TestFail to run longer than 0.00sAlex Brainman2016-11-071-1/+1
* all: make copyright headers consistent with one space after periodMichael Munday2016-11-047-7/+7
* all: sprinkle t.Parallel on some slow testsBrad Fitzpatrick2016-11-047-0/+28