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
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
2018-06-29
runtime: remap stack spans with MAP_STACK on OpenBSD
Austin Clements
2018-06-26
cmd/compile: map delete should clear value always
Vladimir Kuzmin
2018-06-25
runtime/trace: reword the trace package summary
Jeremy Jackins
2018-06-25
runtime: respect timeout in semasleep on Darwin
Nikhil Benesch
2018-06-22
runtime: fix comments style typo
Zhou Peng
2018-06-22
runtime: avoid recursive panic on bad lock count
Austin Clements
2018-06-21
cmd/compile: improve atomic add intrinsics with ARMv8.1 new instruction
Wei Xiao
2018-06-19
runtime: fix FreeBSDNumCPU test
David Carlier
2018-06-19
runtime: implement procyield properly for ppc64x
Carlos Eduardo Seo
2018-06-18
runtime: fix lldb test after DWARF compression
Heschi Kreinick
2018-06-18
runtime: skip gdb tests on mips after DWARF compression
Heschi Kreinick
2018-06-18
runtime/pprof: fix incorrect assumption in TestMapping
Hana Kim
2018-06-16
runtime: move semaphore ops from system calls to libc calls on iOS
Elias Naur
[next]