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-03-14
[release-branch.go1.11] runtime: skip TestLockOSThreadAvoidsStatePropagation ...
Michael Anthony Knyszek
2019-02-01
[release-branch.go1.11] runtime: disable GDB tests on freebsd on all GOARCH v...
Yuval Pavel Zholkover
2019-01-04
[release-branch.go1.11] runtime: don't scan go'd function args past length of...
Keith Randall
2019-01-04
[release-branch.go1.11] runtime: skip stack barrier copy when there are no po...
Inada Naoki
2018-12-19
[release-branch.go1.11] runtime: don't clear lockedExt on locked M when G exits
Michael Anthony Knyszek
2018-11-26
runtime: when using explicit argmap, also use arglen
Keith Randall
2018-11-14
[release-branch.go1.11] runtime: avoid arm64 8.1 atomics on Android
Elias Naur
2018-11-12
[release-branch.go1.11] runtime: never call into race detector with retaken P
Nikhil Benesch
2018-10-01
[release-branch.go1.11] reflect: ensure correct scanning of return values
Keith Randall
2018-10-01
[release-branch.go1.11] reflect: use correct write barrier operations for met...
Keith Randall
2018-09-27
[release-branch.go1.11] runtime: ignore races between close and len/cap
Keith Randall
2018-09-11
[release-branch.go1.11] runtime/trace: fix syntax errors in NewTask doc example
Charles Kenney
2018-09-07
[release-branch.go1.11] runtime: in semasleep, subtract time spent so far fro...
Keith Randall
2018-08-24
[release-branch.go1.11] runtime: mark sigInitIgnored nosplit
go1.11
Ian Lance Taylor
2018-08-16
runtime: load errno as signed 32-bit
Keith Randall
2018-08-14
runtime: go fmt runtime2.go
Martin Möhrmann
2018-08-09
runtime: fix TestGdbPythonCgo failure with ld.gold
Daniel MartÃ
2018-08-03
runtime: document assumption about wbBufFlush argument slots
Austin Clements
2018-08-01
runtime: fix syscall error returns on mips/mips64/ppc64
David Wimmer
2018-07-27
syscall: improve NewCallback documentation and panic message
Jeet Parekh
2018-07-25
runtime: ignore GNU/Linux sigaction errors for signals 32 and 33
Ian Lance Taylor
2018-07-24
runtime: traceback from outermost libc call
Keith Randall
2018-07-19
runtime: don't create heap hints outside TSAN's supported heap
Austin Clements
2018-07-17
Revert "runtime: fix lldb test after DWARF compression"
Austin Clements
2018-07-17
runtime: disable compressed DWARF for lldb test
Austin Clements
2018-07-16
runtime/pprof: add a fake mapping when /proc/self/maps is unavailable
Hana (Hyang-Ah) Kim
2018-07-13
runtime: check tgkill error in Debug tests
Ian Lance Taylor
2018-07-12
runtime: fix reference to funcdata.go in comment
Xia Bin
2018-07-11
doc: update the minimum support Windows version
Brad Fitzpatrick
2018-07-11
runtime: don't say "different packages" if they may not be different
Ian Lance Taylor
2018-07-11
runtime: document philosophy behind runtime atomic usage
Austin Clements
2018-07-11
runtime: correct new thread stack for openbsd MAP_STACK
Joel Sing
2018-07-10
runtime/cgo: Add initial NetBSD Thread Sanitizer support
Kamil Rytarowski
2018-07-10
runtime/trace: comment newlines to restore correct doc summary
Alberto Donizetti
2018-07-09
runtime: clarify SetFinalizer docs
Ian Lance Taylor
2018-07-09
runtime: only run TestMemStats sanity tests once
Ian Lance Taylor
2018-07-09
runtime: scale timeout in TestStackGrowth
Ian Lance Taylor
2018-07-08
runtime: skip TestG0StackOverflow on Android
Austin Clements
2018-07-08
runtime: fix TestAbort on non-x86 arches
Austin Clements
2018-07-08
runtime: fix TestAbort on Plan 9
David du Colombier
2018-07-07
runtime: handle g0 stack overflows gracefully
Austin Clements
2018-07-07
runtime: account for guard zone in Windows stack size
Austin Clements
2018-07-07
runtime: fix abort handling on Windows
Austin Clements
2018-07-04
runtime: support capturing C backtrace from signal handler on darwin/amd64
Nikhil Benesch
2018-07-03
runtime: document when cgo traceback function is called
Nikhil Benesch
2018-07-02
runtime: query thread stack size from OS on Windows
Austin Clements
2018-07-02
runtime: initialize g0 stack bounds on Windows to full stack
Austin Clements
2018-07-02
runtime: tidy OpenBSD sysctl code
Austin Clements
2018-07-02
runtime: fix typo in mapextra comment
cch123
2018-06-29
runtime: throw if the runtime panics with out of bounds index
Ian Lance Taylor
[next]