index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
runtime
Age
Commit message (
Expand
)
Author
2019-01-10
runtime: make mTreap iterator bidirectional
go1.12beta2
Michael Anthony Knyszek
2019-01-09
cmd/dist, cmd/link, runtime: fix stack size when cross-compiling aix/ppc64
Clément Chigot
2019-01-09
runtime: follow convention for generated code comment in fastlog2table
Tobias Klauser
2019-01-08
runtime: make FuncForPC return the innermost inlined frame
Keith Randall
2019-01-08
runtime: store incremented PC in result of runtime.Callers
Keith Randall
2019-01-08
runtime: disable GDB tests on freebsd on all GOARCH values
Yuval Pavel Zholkover
2019-01-07
runtime/pprof: add a test for gccgo bug #29448
Cherry Zhang
2019-01-04
runtime: skip writes to persistent memory in cgo checker
Ian Lance Taylor
2019-01-04
runtime: work around "P has cached GC work" failures
Austin Clements
2019-01-04
runtime: proper panic tracebacks with mid-stack inlining
Keith Randall
2019-01-03
runtime: don't scan go'd function args past length of ptr bitmap
Keith Randall
2019-01-03
runtime: skip stack barrier copy when there are no pointers
Inada Naoki
2019-01-03
runtime: remove redundant slicing
Stepan Shabalin
2019-01-02
runtime: add GODEBUG=madvdontneed=1
Brad Fitzpatrick
2019-01-02
runtime: don't spin in checkPut if non-preemptible
Austin Clements
2019-01-02
runtime: disable GDB tests on freebsd/arm for now
Brad Fitzpatrick
2019-01-02
runtime: fix string formatting
Daniel Ingram
2019-01-02
runtime: fix notetsleepg deadline on js/wasm
Richard Musiol
2019-01-01
runtime: fix REFLECTMETHOD macro
Michael McLoughlin
2018-12-30
runtime: use EnumTimeFormatsEx instead of EnumWindows in callback tests
Jordan Rhee
2018-12-29
runtime: panic on uncomparable map key, even if map is empty
Keith Randall
2018-12-28
cmd/compile,runtime: redo mid-stack inlining tracebacks
Keith Randall
2018-12-21
runtime: skip TestLockOSThreadAvoidsStatePropagation if one can't unshare
Michael Anthony Knyszek
2018-12-20
runtime: use QPC to implement cputicks() on windows/arm
Jordan Rhee
2018-12-19
runtime: don't clear lockedExt on locked M when G exits
Michael Anthony Knyszek
2018-12-19
runtime: disable TestArenaCollision on Darwin in race mode
Michael Anthony Knyszek
2018-12-19
Revert "runtime: use QPC for nanotime and time.now on windows/arm"
Jordan Rhee
2018-12-19
runtime: avoid write barrier in startpanic_m
Michael Anthony Knyszek
2018-12-18
runtime: use QPC for nanotime and time.now on windows/arm
go1.12beta1
Jordan Rhee
2018-12-18
runtime: call mmap with MAP_FIXED on BSDs in race mode
Michael Anthony Knyszek
2018-12-18
runtime: fix backtrace during C syscalls for aix/ppc64
Clément Chigot
2018-12-18
runtime: flush on every write barrier while debugging
Austin Clements
2018-12-18
runtime,cmd/dist,cmd/link: add cgo support on openbsd/arm
Joel Sing
2018-12-17
runtime: allocate from free and scav fairly
Michael Anthony Knyszek
2018-12-17
runtime: add iterator abstraction for mTreap
Michael Anthony Knyszek
2018-12-17
runtime: fix sysUsed for Windows
Michael Anthony Knyszek
2018-12-17
runtime: capture pause stack for late gcWork put debugging
Austin Clements
2018-12-17
runtime: make traceback indicate whether _defer was just allocated
Austin Clements
2018-12-17
runtime: record extra information in throwOnGCWork crashes
Austin Clements
2018-12-17
runtime: poison the write barrier buffer during flushing
Austin Clements
2018-12-17
runtime: fix hangs in TestDebugCall*
Austin Clements
2018-12-14
syscall: remove linknames to runtime symbols for aix/ppc64
Clément Chigot
2018-12-13
syscall/js: rename js.Callback to js.Func
Richard Musiol
2018-12-13
runtime: correct signal structs/offsets for openbsd/arm
Joel Sing
2018-12-13
runtime,os,syscall,internal/poll: replace getdirentries on iOS
Elias Naur
2018-12-12
runtime: pass LR to sigprof on windows/arm
Jordan Rhee
2018-12-12
runtime/pprof: ignore cpu profile test failures on openbsd/arm
Joel Sing
2018-12-12
runtime/pprof: fix TestCPUProfileWithFork on Windows/ARM
Jordan Rhee
2018-12-12
runtime: fix profiling on windows/ARM
Jordan Rhee
2018-12-11
runtime: revise openbsd/arm runtime defs
Joel Sing
[next]