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
/
pkg
/
runtime
/
runtime.h
Age
Commit message (
Expand
)
Author
2014-06-30
undo CL 104200047 / 318b04f28372
Keith Randall
2014-06-30
runtime: stack allocator, separate from mallocgc
Keith Randall
2014-06-26
all: remove 'extern register M *m' from runtime
Russ Cox
2014-05-31
runtime: make continuation pc available to stack walk
Russ Cox
2014-05-31
runtime: fix empty heap dump bug on windows.
Shenghou Ma
2014-05-13
runtime: fix triggering of forced GC
Dmitriy Vyukov
2014-04-15
liblink: introduce TLS register on 386 and amd64
Russ Cox
2014-04-08
reflect, runtime: fix crash in GC due to reflect.call + precise GC
Russ Cox
2014-04-03
runtime: fix fault during arm software floating point
Russ Cox
2014-03-27
runtime: enable 'bad pointer' check during garbage collection of Go stack frames
Russ Cox
2014-03-25
runtime: WriteHeapDump dumps the heap to a file.
Keith Randall
2014-03-25
runtime: redo stack map entries to avoid false retention
Keith Randall
2014-03-24
runtime: use VEH, not SEH, for windows/386 exception handling
Russ Cox
2014-03-14
runtime: fix use after close race in Solaris network poller
Aram Hăvărneanu
2014-03-13
runtime: fix signal handling on Plan 9
Anthony Martin
2014-03-13
runtime: detect stack split after fork
Dmitriy Vyukov
2014-03-13
runtime: harden conditions when runtime panics on crash
Dmitriy Vyukov
2014-03-11
runtime: more Native Client fixes
Dave Cheney
2014-03-07
runtime: round stack size to power of 2.
Shenghou Ma
2014-03-07
runtime: refactor and fix stack management code
Dmitriy Vyukov
2014-03-07
runtime: fix memory corruption and leak in recursive panic handling
Dmitriy Vyukov
2014-03-06
runtime: use custom thunks for race calls instead of cgo
Dmitriy Vyukov
2014-03-05
runtime: handle Go calls C calls Go panic correctly on windows/386
Russ Cox
2014-02-26
runtime: grow stack by copying
Keith Randall
2014-02-26
runtime: get rid of the settype buffer and lock.
Keith Randall
2014-02-26
runtime, net: fixes from CL 68490043 review
Russ Cox
2014-02-25
all: merge NaCl branch (part 1)
Dave Cheney
2014-02-24
runtime, net: add support for GOOS=solaris
Aram Hăvărneanu
2014-02-20
runtime/debug: add SetPanicOnFault
Russ Cox
2014-02-20
runtime: use goc2c as much as possible
Russ Cox
2014-02-12
runtime: improve cpu profiles for GC/syscalls/cgo
Dmitriy Vyukov
2014-02-12
runtime: refactor level-triggered IO support
Dmitriy Vyukov
2014-02-12
runtime: refactor chan code
Dmitriy Vyukov
2014-02-10
runtime: do not cpu profile idle threads on windows
Dmitriy Vyukov
2014-01-28
runtime: fix windows build
Dmitriy Vyukov
2014-01-24
runtime: combine small NoScan allocations
Dmitriy Vyukov
2014-01-23
runtime: Print elision message if we skipped frames on traceback.
Keith Randall
2014-01-22
runtime: remove locks from netpoll hotpaths
Dmitriy Vyukov
2014-01-22
runtime: allocate goroutine ids in batches
Dmitriy Vyukov
2014-01-22
runtime: fix and improve CPU profiling
Dmitriy Vyukov
2014-01-21
runtime: do not collect GC roots explicitly
Dmitriy Vyukov
2014-01-21
runtime: per-P defer pool
Dmitriy Vyukov
2014-01-17
runtime: add support for GOOS=solaris
Aram Hăvărneanu
2014-01-16
runtime: output how long goroutines are blocked
Dmitriy Vyukov
2014-01-16
runtime: use lock-free ring for work queues
Dmitriy Vyukov
2014-01-07
runtime: use special records hung off the MSpan to
Keith Randall
2013-12-19
syscall: add NewCallbackCDecl again
Alex Brainman
2013-12-06
runtime: add GODEBUG option for an electric fence like heap mode
Carl Shapiro
2013-12-03
runtime: add an allocation and free tracing for gc debugging
Carl Shapiro
2013-12-02
runtime: pass key/value to map accessors by reference, not by value.
Keith Randall
[prev]
[next]