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-01-14
[release-branch.go1.4] runtime: fix nacl build, hashmap overflow field offset...
Keith Randall
2015-01-14
[release-branch.go1.4] runtime: fix deadlock in runtime.Stack
Keith Randall
2015-01-14
[release-branch.go1.4] runtime: fix SIGPROF change
Russ Cox
2015-01-14
[release-branch.go1.4] runtime: hashmap: move overflow pointer to end of bucket
Keith Randall
2015-01-14
[release-branch.go1.4] runtime: ignore SIGPROF to foreign threads before cgoc...
Shenghou Ma
2014-12-01
[release-branch.go1.4] runtime: fix hang in GC due to shrinkstack vs netpoll ...
Russ Cox
2014-11-20
[release-branch.go1.4] runtime: fix atomic operations on non-heap addresses
Russ Cox
2014-11-19
[release-branch.go1.4] runtime: remove assumption that noptrdata data bss nop...
Russ Cox
2014-11-16
runtime: fix sudog leak
Russ Cox
2014-11-16
runtime: update URL for heap dump format
Russ Cox
2014-11-09
runtime: fix sudog leak in syncsemrelease
Russ Cox
2014-11-09
runtime/cgo: add +build tags to files named for $GOOS
Russ Cox
2014-11-10
all: use golang.org/x/... import paths
Andrew Gerrand
2014-11-06
runtime: don't stop bitmap dump at BitsDead
Keith Randall
2014-11-06
runtime: fix initial gp->sched.pc in newextram
Russ Cox
2014-11-05
runtime: avoid gentraceback of self on user goroutine stack
Russ Cox
2014-11-03
runtime: make Go and C mallocgc signatures match
Austin Clements
2014-10-29
runtime: change top-most return PC from goexit to goexit+PCQuantum
Russ Cox
2014-10-30
runtime: make TestCgoExternalThreadPanic run on windows
Alex Brainman
2014-10-29
runtime: fix line number in first stack frame in printed stack trace
Russ Cox
2014-10-29
runtime: update comment for Callers
Russ Cox
2014-10-29
runtime: fix windows build
Russ Cox
2014-10-28
runtime: add GODEBUG invalidptr setting
Russ Cox
2014-10-28
runtime: fix unrecovered panic on external thread
Russ Cox
2014-10-28
cmd/gc: avoid use of goprintf
Russ Cox
2014-10-28
doc/asm: explain coordination with garbage collector
Russ Cox
2014-10-28
runtime: add PauseEnd array to MemStats and GCStats
Jens Frederich
2014-10-27
runtime: disable fake time on nacl
Russ Cox
2014-10-27
runtime: add fake time support back.
Shenghou Ma
2014-10-27
runtime: fix endianness assumption when decoding ftab
Austin Clements
2014-10-22
runtime/cgo: encode BLX directly, fixes one clang build error on arm
Dave Cheney
2014-10-21
runtime: warn that cputicks() might not be monotonic.
Keith Randall
2014-10-20
runtime: fix flaky TestBlockProfile test
Keith Randall
2014-10-20
runtime: handle non-nil-terminated environment strings on Plan 9
David du Colombier
2014-10-18
runtime: dequeue the correct SudoG
Keith Randall
2014-10-17
runtime/pprof: fix memory profiler test
Dmitriy Vyukov
2014-10-17
runtime/pprof: fix test
Russ Cox
2014-10-17
runtime: remove comment that leaked into CL 153710043
Russ Cox
2014-10-17
undo CL 159990043 / 421fadcef39a
Russ Cox
2014-10-16
runtime/pprof: disable new memory test
Russ Cox
2014-10-16
runtime: make pprof a little nicer
Russ Cox
2014-10-16
runtime: fix memory profiler
Dmitriy Vyukov
2014-10-15
runtime: remove hand-generated ptr bitmaps for reflectcall
Russ Cox
2014-10-14
cmd/gc, runtime: fix race, nacl for writebarrier changes
Russ Cox
2014-10-15
runtime: handle all windows exception (second attempt)
Alex Brainman
2014-10-14
cmd/gc: add 2-, 3-, 4-word write barrier specializations
Russ Cox
2014-10-14
runtime: a few optimizations of scanblock.
Keith Randall
2014-10-09
runtime: add comment to mgc0.h
Dmitriy Vyukov
2014-10-09
undo CL 145150043 / 8b3d26697b8d
Alex Brainman
2014-10-09
runtime: handle all windows exception
Alex Brainman
[next]