summaryrefslogtreecommitdiff
path: root/src/runtime
Commit message (Expand)AuthorAgeFilesLines
* runtime: fix duplicate "the"sDaniel Morsing2017-07-151-1/+1
* runtime: don't call t.Parallel in TestCgoSignalDeadlockIan Lance Taylor2017-07-131-1/+4
* runtime: pass CLONE_SYSVSEM to cloneAustin Clements2017-07-121-0/+1
* runtime: make TestStackGrowth a serial testAustin Clements2017-07-111-1/+3
* runtime: simplify description of FuncForPC behavior in case of inliningCostin Chirvasuta2017-07-111-1/+1
* runtime: use next timer to decide whether to relaxAustin Clements2017-07-074-21/+24
* runtime: delay before osRelaxingAustin Clements2017-07-073-3/+30
* runtime: save r11 in ARM addmoduledataAustin Clements2017-07-071-1/+3
* runtime: document FuncForPC behavior with inliningAustin Clements2017-07-071-0/+3
* runtime: prevent descheduling while holding rwmutex read lockAustin Clements2017-07-062-14/+19
* runtime/pprof: Fix type name in function commentFabian Wickborn2017-07-051-1/+1
* runtime: clean up mheap.allocLargeAustin Clements2017-07-031-9/+4
* runtime: allow calling Func.Name on nil pointerJoe Tsai2017-06-302-0/+14
* runtime: use rwmutex for execLockAustin Clements2017-06-281-9/+8
* runtime: make rwmutex work on Ms instead of GsAustin Clements2017-06-284-29/+60
* runtime: temporarily skip gdb python-related tests on solarisShawn Walker-Salas2017-06-281-0/+4
* runtime: get more info for TestCgoSignalDeadlock failuresIan Lance Taylor2017-06-271-2/+6
* runtime: drain local runq when dedicated mark worker runsAustin Clements2017-06-261-3/+19
* os/signal: avoid race between Stop and receiving on channelIan Lance Taylor2017-06-242-7/+76
* runtime/cgo: fix typosHiroshi Ioka2017-06-2121-21/+21
* all: gofmtMikio Hara2017-06-211-1/+1
* runtime, syscall: workaround for bug in Linux's execveJohn R. Lenton2017-06-201-0/+22
* runtime: add read/write mutex typeIan Lance Taylor2017-06-193-0/+287
* runtime: enable GDB tests on mips64 (except TestGdbPythonCgo)Vladimir Stefanovic2017-06-151-11/+1
* runtime: restore arm assembly stubs for div/modKeith Randall2017-06-152-1/+117
* runtime: remove unused arm assembly for div/modKeith Randall2017-06-142-129/+6
* runtime: don't run TestCgoNumGoroutine on Windows or Plan 9Ian Lance Taylor2017-06-142-0/+6
* runtime: record mutex event before readyingAustin Clements2017-06-142-4/+7
* runtime, syscall: reset signal handlers to default in childIan Lance Taylor2017-06-147-10/+149
* runtime: speed up stack copyingJosh Bleecher Snyder2017-06-142-10/+195
* runtime: move pdesc into pAustin Clements2017-06-142-5/+6
* runtime: increase MaxGomaxprocs to 1024Austin Clements2017-06-131-1/+1
* runtime: clean up some silly allp loopsAustin Clements2017-06-132-4/+2
* runtime, unicode: use consistent banner for generated codeBrad Fitzpatrick2017-06-1311-11/+11
* runtime: YIELD in procyield on ARMAustin Clements2017-06-091-0/+1
* runtime: print pc with fp/sp in tracebackAustin Clements2017-06-091-1/+1
* syscall: make windows Exit call runtime.exitAlex Brainman2017-06-081-0/+6
* runtime: more diagnostics for TestStackGrowthAustin Clements2017-06-081-0/+6
* runtime: fix documentation error about runtime.GC()Austin Clements2017-06-081-1/+1
* runtime: fix tab/space inconsistency in runtime-gdb.pyAustin Clements2017-06-081-1/+1
* runtime: fix GDB goroutine N command when N is runningAustin Clements2017-06-082-4/+41
* runtime: mark extra M's G as dead when not in useAustin Clements2017-06-073-3/+125
* runtime: deflake TestPanicRaceIan Lance Taylor2017-06-071-13/+30
* runtime: intercept munmap as we do mmapIan Lance Taylor2017-06-066-3/+60
* runtime: delay exiting while panic is running deferred functionsIan Lance Taylor2017-06-055-4/+87
* runtime: save and restore CR for ppc64leIan Lance Taylor2017-06-052-0/+8
* runtime: avoid division in gcIlya Tocar2017-06-051-1/+3
* runtime: expand acceptable PingPongHog factor from 2 to 5Austin Clements2017-06-051-4/+7
* cmd/compile/internal/gc: speed-up small array comparisonIlya Tocar2017-06-011-2/+0
* runtime: work around NetBSD bug in thread creationBenny Siegert2017-05-311-0/+10