aboutsummaryrefslogtreecommitdiff
path: root/src/runtime
AgeCommit message (Expand)Author
2019-01-10runtime: make mTreap iterator bidirectionalgo1.12beta2Michael Anthony Knyszek
2019-01-09cmd/dist, cmd/link, runtime: fix stack size when cross-compiling aix/ppc64Clément Chigot
2019-01-09runtime: follow convention for generated code comment in fastlog2tableTobias Klauser
2019-01-08runtime: make FuncForPC return the innermost inlined frameKeith Randall
2019-01-08runtime: store incremented PC in result of runtime.CallersKeith Randall
2019-01-08runtime: disable GDB tests on freebsd on all GOARCH valuesYuval Pavel Zholkover
2019-01-07runtime/pprof: add a test for gccgo bug #29448Cherry Zhang
2019-01-04runtime: skip writes to persistent memory in cgo checkerIan Lance Taylor
2019-01-04runtime: work around "P has cached GC work" failuresAustin Clements
2019-01-04runtime: proper panic tracebacks with mid-stack inliningKeith Randall
2019-01-03runtime: don't scan go'd function args past length of ptr bitmapKeith Randall
2019-01-03runtime: skip stack barrier copy when there are no pointersInada Naoki
2019-01-03runtime: remove redundant slicingStepan Shabalin
2019-01-02runtime: add GODEBUG=madvdontneed=1Brad Fitzpatrick
2019-01-02runtime: don't spin in checkPut if non-preemptibleAustin Clements
2019-01-02runtime: disable GDB tests on freebsd/arm for nowBrad Fitzpatrick
2019-01-02runtime: fix string formattingDaniel Ingram
2019-01-02runtime: fix notetsleepg deadline on js/wasmRichard Musiol
2019-01-01runtime: fix REFLECTMETHOD macroMichael McLoughlin
2018-12-30runtime: use EnumTimeFormatsEx instead of EnumWindows in callback testsJordan Rhee
2018-12-29runtime: panic on uncomparable map key, even if map is emptyKeith Randall
2018-12-28cmd/compile,runtime: redo mid-stack inlining tracebacksKeith Randall
2018-12-21runtime: skip TestLockOSThreadAvoidsStatePropagation if one can't unshareMichael Anthony Knyszek
2018-12-20runtime: use QPC to implement cputicks() on windows/armJordan Rhee
2018-12-19runtime: don't clear lockedExt on locked M when G exitsMichael Anthony Knyszek
2018-12-19runtime: disable TestArenaCollision on Darwin in race modeMichael Anthony Knyszek
2018-12-19Revert "runtime: use QPC for nanotime and time.now on windows/arm"Jordan Rhee
2018-12-19runtime: avoid write barrier in startpanic_mMichael Anthony Knyszek
2018-12-18runtime: use QPC for nanotime and time.now on windows/armgo1.12beta1Jordan Rhee
2018-12-18runtime: call mmap with MAP_FIXED on BSDs in race modeMichael Anthony Knyszek
2018-12-18runtime: fix backtrace during C syscalls for aix/ppc64Clément Chigot
2018-12-18runtime: flush on every write barrier while debuggingAustin Clements
2018-12-18runtime,cmd/dist,cmd/link: add cgo support on openbsd/armJoel Sing
2018-12-17runtime: allocate from free and scav fairlyMichael Anthony Knyszek
2018-12-17runtime: add iterator abstraction for mTreapMichael Anthony Knyszek
2018-12-17runtime: fix sysUsed for WindowsMichael Anthony Knyszek
2018-12-17runtime: capture pause stack for late gcWork put debuggingAustin Clements
2018-12-17runtime: make traceback indicate whether _defer was just allocatedAustin Clements
2018-12-17runtime: record extra information in throwOnGCWork crashesAustin Clements
2018-12-17runtime: poison the write barrier buffer during flushingAustin Clements
2018-12-17runtime: fix hangs in TestDebugCall*Austin Clements
2018-12-14syscall: remove linknames to runtime symbols for aix/ppc64Clément Chigot
2018-12-13syscall/js: rename js.Callback to js.FuncRichard Musiol
2018-12-13runtime: correct signal structs/offsets for openbsd/armJoel Sing
2018-12-13runtime,os,syscall,internal/poll: replace getdirentries on iOSElias Naur
2018-12-12runtime: pass LR to sigprof on windows/armJordan Rhee
2018-12-12runtime/pprof: ignore cpu profile test failures on openbsd/armJoel Sing
2018-12-12runtime/pprof: fix TestCPUProfileWithFork on Windows/ARMJordan Rhee
2018-12-12runtime: fix profiling on windows/ARMJordan Rhee
2018-12-11runtime: revise openbsd/arm runtime defsJoel Sing