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
2015-07-29
runtime: set invalidptr=1 by default, as documented
go1.5beta3
Russ Cox
2015-07-29
runtime/trace: remove existing Skips
Russ Cox
2015-07-29
runtime/trace: record event sequence numbers explicitly
Russ Cox
2015-07-29
runtime: ignore arguments in cgocallback_gofunc frame
Russ Cox
2015-07-29
runtime: fix darwin/amd64 assembly frame sizes
Russ Cox
2015-07-29
runtime: reenable bad pointer check in GC
Russ Cox
2015-07-29
runtime, reflect: use correctly aligned stack frame sizes on arm64
Russ Cox
2015-07-29
runtime: report GC CPU utilization in MemStats
Austin Clements
2015-07-29
runtime: always capture GC phase transition times
Austin Clements
2015-07-29
runtime: avoid race between SIGPROF traceback and stack barriers
Austin Clements
2015-07-29
runtime: force mutator to give work buffer to GC
Rick Hudson
2015-07-28
runtime: fix out-of-bounds in stack debugging
Dmitry Vyukov
2015-07-28
runtime: use 64k page rounding on arm64
Russ Cox
2015-07-28
runtime: fix x86 stack trace for call to heap memory on Plan 9
David du Colombier
2015-07-28
runtime: don't define libc_getpid in os3_solaris.go
Ian Lance Taylor
2015-07-28
runtime: fix definitions of getpid and kill on Solaris
Ian Lance Taylor
2015-07-28
runtime: correct implementation of raiseproc on Solaris
Ian Lance Taylor
2015-07-27
runtime/cgo: remove TMPDIR logic for iOS
David Crawshaw
2015-07-27
runtime: close window that hides GC work from concurrent mark
Austin Clements
2015-07-27
runtime: enable GC assists ASAP
Austin Clements
2015-07-27
runtime: allow GC drain whenever write barrier is enabled
Austin Clements
2015-07-27
runtime: don't start workers between mark 1 & 2
Austin Clements
2015-07-27
runtime: retry GC assist until debt is paid off
Austin Clements
2015-07-27
runtime: yield to GC coordinator after assist completion
Austin Clements
2015-07-27
runtime: disallow GC assists in non-preemptible contexts
Austin Clements
2015-07-27
runtime: make notetsleep_internal nowritebarrier
Austin Clements
2015-07-27
runtime: fix mark 2 completion in fractional/idle workers
Austin Clements
2015-07-27
runtime: steal the correct amount of GC assist credit
Austin Clements
2015-07-27
runtime: document gctrace format
Austin Clements
2015-07-27
runtime: always report starting heap size in gctrace
Austin Clements
2015-07-27
runtime: remove # from gctrace line
Austin Clements
2015-07-27
runtime: log all thread stack traces during GODEBUG=crash on Unix
Ian Lance Taylor
2015-07-27
runtime/pprof: document content of heap profile
Russ Cox
2015-07-27
runtime/cgo: move TMPDIR magic out of os
Russ Cox
2015-07-27
runtime: pass a smaller buffer to sched_getaffinity on ARM
Michael Hudson-Doyle
2015-07-24
runtime: require gdb version 7.9 for gdb test
Ian Lance Taylor
2015-07-24
runtime: fix runtime·raise for dragonfly amd64
Ian Lance Taylor
2015-07-23
runtime: make pcln table check not trigger next to foreign code
Russ Cox
2015-07-23
runtime/trace: fix TestTraceSymbolize networking
Russ Cox
2015-07-22
runtime: handle linux CPU masks up to 64k CPUs
Russ Cox
2015-07-22
runtime/cgo: make compatible with race detector
Russ Cox
2015-07-22
runtime/pprof: ignore too few samples on Windows test
Russ Cox
2015-07-22
runtime: if we don't handle a signal on a non-Go thread, raise it
Ian Lance Taylor
2015-07-22
runtime: disable TestGoroutineParallelism on uniprocessor
Russ Cox
2015-07-22
runtime: fix comments referring to trace functions in runtime/pprof
Austin Clements
2015-07-22
runtime/trace: add new package
Dmitry Vyukov
2015-07-20
cmd/compile: define func value symbols at declaration
Michael Hudson-Doyle
2015-07-19
runtime: clarify runtime.GC blocking behavior
Austin Clements
2015-07-18
runtime: check for findmoduledatap returning nil
Ian Lance Taylor
2015-07-18
runtime: skip TestReturnAfterStackGrowInCallback if gcc is not found
Alex Brainman
[next]