summaryrefslogtreecommitdiff
path: root/src/runtime
Commit message (Expand)AuthorAgeFilesLines
* runtime: make tests that invoke 'go build' module-agnosticBryan C. Mills2019-02-192-6/+6
* cmd/compile: implement shifts by signed amountsKeith Randall2019-02-151-5/+15
* crypto/tls, runtime: document GODEBUG TLS 1.3 optionBrad Fitzpatrick2019-02-131-1/+1
* runtime: scan gp._panic in stack scanCherry Zhang2019-02-136-1/+58
* runtime: add credit system for scavengingMichael Anthony Knyszek2019-01-311-1/+21
* runtime: scavenge memory upon allocating from scavenged memoryMichael Anthony Knyszek2019-01-311-0/+10
* runtime: sample large heap allocations correctlyRaul Silvera2019-01-182-2/+5
* runtime: don't coalesce scavenged spans with unscavenged spansMichael Anthony Knyszek2019-01-171-8/+66
* runtime: de-duplicate coalescing codeMichael Anthony Knyszek2019-01-171-25/+25
* runtime: refactor coalescing into its own methodMichael Anthony Knyszek2019-01-171-56/+61
* runtime: keep FuncForPC from crashing for PCs between functionsKeith Randall2019-01-141-3/+17
* runtime: make mTreap iterator bidirectionalgo1.12beta2Michael Anthony Knyszek2019-01-103-36/+34
* cmd/dist, cmd/link, runtime: fix stack size when cross-compiling aix/ppc64Clément Chigot2019-01-091-0/+3
* runtime: follow convention for generated code comment in fastlog2tableTobias Klauser2019-01-092-2/+2
* runtime: make FuncForPC return the innermost inlined frameKeith Randall2019-01-083-4/+49
* runtime: store incremented PC in result of runtime.CallersKeith Randall2019-01-085-9/+31
* runtime: disable GDB tests on freebsd on all GOARCH valuesYuval Pavel Zholkover2019-01-081-3/+1
* runtime/pprof: add a test for gccgo bug #29448Cherry Zhang2019-01-071-0/+35
* runtime: skip writes to persistent memory in cgo checkerIan Lance Taylor2019-01-042-4/+43
* runtime: work around "P has cached GC work" failuresAustin Clements2019-01-041-1/+28
* runtime: proper panic tracebacks with mid-stack inliningKeith Randall2019-01-041-54/+48
* runtime: don't scan go'd function args past length of ptr bitmapKeith Randall2019-01-031-1/+1
* runtime: skip stack barrier copy when there are no pointersInada Naoki2019-01-031-3/+5
* runtime: remove redundant slicingStepan Shabalin2019-01-031-3/+3
* runtime: add GODEBUG=madvdontneed=1Brad Fitzpatrick2019-01-023-1/+13
* runtime: don't spin in checkPut if non-preemptibleAustin Clements2019-01-022-0/+19
* runtime: disable GDB tests on freebsd/arm for nowBrad Fitzpatrick2019-01-021-3/+7
* runtime: fix string formattingDaniel Ingram2019-01-021-1/+2
* runtime: fix notetsleepg deadline on js/wasmRichard Musiol2019-01-021-1/+1
* runtime: fix REFLECTMETHOD macroMichael McLoughlin2019-01-011-1/+1
* runtime: use EnumTimeFormatsEx instead of EnumWindows in callback testsJordan Rhee2018-12-301-3/+4
* runtime: panic on uncomparable map key, even if map is emptyKeith Randall2018-12-292-37/+61
* cmd/compile,runtime: redo mid-stack inlining tracebacksKeith Randall2018-12-286-300/+125
* runtime: skip TestLockOSThreadAvoidsStatePropagation if one can't unshareMichael Anthony Knyszek2018-12-214-53/+78
* runtime: use QPC to implement cputicks() on windows/armJordan Rhee2018-12-202-1/+12
* runtime: don't clear lockedExt on locked M when G exitsMichael Anthony Knyszek2018-12-196-30/+175
* runtime: disable TestArenaCollision on Darwin in race modeMichael Anthony Knyszek2018-12-192-1/+9
* Revert "runtime: use QPC for nanotime and time.now on windows/arm"Jordan Rhee2018-12-192-12/+110
* runtime: avoid write barrier in startpanic_mMichael Anthony Knyszek2018-12-192-5/+13
* runtime: use QPC for nanotime and time.now on windows/armgo1.12beta1Jordan Rhee2018-12-182-110/+12
* runtime: call mmap with MAP_FIXED on BSDs in race modeMichael Anthony Knyszek2018-12-181-1/+13
* runtime: fix backtrace during C syscalls for aix/ppc64Clément Chigot2018-12-181-7/+140
* runtime: flush on every write barrier while debuggingAustin Clements2018-12-182-1/+9
* runtime,cmd/dist,cmd/link: add cgo support on openbsd/armJoel Sing2018-12-182-3/+71
* runtime: allocate from free and scav fairlyMichael Anthony Knyszek2018-12-172-23/+31
* runtime: add iterator abstraction for mTreapMichael Anthony Knyszek2018-12-173-40/+88
* runtime: fix sysUsed for WindowsMichael Anthony Knyszek2018-12-171-1/+1
* runtime: capture pause stack for late gcWork put debuggingAustin Clements2018-12-172-0/+26
* runtime: make traceback indicate whether _defer was just allocatedAustin Clements2018-12-171-0/+9
* runtime: record extra information in throwOnGCWork crashesAustin Clements2018-12-171-1/+23