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-03-29
[release-branch.go1.10] runtime: identify special functions by flag instead o...
Keith Randall
2018-03-29
[release-branch.go1.10] runtime: use Android O friendly faccessat syscall on ...
Tobias Klauser
2018-03-29
[release-branch.go1.10] runtime: add symbol for AT_FDCWD on Linux amd64 and m...
Tobias Klauser
2018-03-29
[release-branch.go1.10] runtime: use Android O friendly syscalls on 64-bit ma...
Jason A. Donenfeld
2018-03-29
[release-branch.go1.10] runtime: don't check for String/Error methods in prin...
Ian Lance Taylor
2018-01-31
runtime: restore RSB for sigpanic call on mips64x
Austin Clements
2018-01-31
runtime: suppress "unexpected return pc" any time we're in cgo
Austin Clements
2018-01-31
runtime: fail silently if we unwind over sigpanic into C code
Austin Clements
2018-01-31
runtime: don't unwind past asmcgocall
Austin Clements
2018-01-24
runtime/pprof: scale mutex profile with sampling rate
Hana Kim
2018-01-23
runtime: never allocate during an unrecoverable panic
Austin Clements
2018-01-23
runtime: don't grow the stack on sigpanic if throwsplit
Austin Clements
2018-01-22
runtime: print hexdump on traceback failure
Austin Clements
2018-01-21
runtime: pass dummy argc/argv correctly in r0_386_android_lib
Ian Lance Taylor
2018-01-16
sync: consistently use article "a" for RWMutex
Brad Fitzpatrick
2018-01-16
runtime: fix time.Now on Sierra and older
Giovanni Bajo
2018-01-16
runtime: update URL of the Linux vDSO parser tool
Tobias Klauser
2018-01-15
runtime: don't issue cgocheck error for timer bucket source pointer
Ian Lance Taylor
2018-01-10
all: use Fatalf instead of Fatal if format is given
Kunpei Sakai
2018-01-09
cmd/link: set runtime.GOROOT default during link
Russ Cox
2018-01-04
runtime: avoid race on allp in findrunnable
Austin Clements
2018-01-03
runtime: always use 1MB stacks on 32-bit Windows
Austin Clements
2017-12-20
cmd/trace: init goroutine info entries with GoCreate event
Hana Kim
2017-12-15
runtime: symbolize morestack caller in throwsplit panic
Austin Clements
2017-12-13
all: fix t.Skipf formats
Russ Cox
2017-12-11
runtime: reset write barrier buffer on all flush paths
Austin Clements
2017-12-11
runtime: mark heapBits.bits nosplit
Austin Clements
2017-12-09
runtime: don't use MAP_STACK in SigStack test
Ian Lance Taylor
2017-12-08
fix a typo in the runtime.MemStats documentation
Paul Boyd
2017-12-08
runtime: make RawSyscall panic on Solaris
Brad Fitzpatrick
2017-12-07
runtime: sleep longer in dieFromSignal on Darwin
Ian Lance Taylor
2017-12-05
runtime: fix NetBSD CPU spin in lwp_park when CPU profiling is active
Christos Zoulas
2017-12-04
runtime: make NetBSD lwp_park use monotonic time
Christos Zoulas
2017-12-01
runtime: use MAP_ANON in sigstack check
Austin Clements
2017-12-01
runtime: skip gdb tests earlier before blocking goroutines in a t.Parallel
Brad Fitzpatrick
2017-12-01
runtime: even more TestStackGrowth timeout debugging
Austin Clements
2017-12-01
runtime: improve sigsend documentation
Austin Clements
2017-12-01
runtime: restore the Go-allocated signal stack in unminit
Austin Clements
2017-12-01
Revert "go/printer: forbid empty line before first comment in block"
Joe Tsai
2017-12-01
runtime: use monotonic time on NetBSD
Brad Fitzpatrick
2017-12-01
runtime/pprof: read memstats earlier in profile handler
Russ Cox
2017-11-30
runtime: don't block signals that will kill the program
Ian Lance Taylor
2017-11-30
runtime: more specific reason for skipping GDB tests on NetBSD
Austin Clements
2017-11-30
runtime/cgo, math: don't use FP instructions for soft-float mips{,le}
Vladimir Stefanovic
2017-11-30
runtime: implement some soft-float routines (used by GOMIPS=softfloat)
Vladimir Stefanovic
2017-11-30
compiler,linker: support for DWARF inlined instances
Than McIntosh
2017-11-29
runtime: fix documentation typo for gostartcall
Sebastien Binet
2017-11-29
runtime: fix sysctl calling convention on netbsd/386
Brad Fitzpatrick
2017-11-28
runtime: skip GDB tests on NetBSD
Ian Lance Taylor
2017-11-24
runtime: fix final stack split in exitsyscall
Austin Clements
[next]