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
Age
Commit message (
Expand
)
Author
2014-09-03
runtime: Start and stop individual goroutines at gc safepoints
Rick Hudson
2014-09-03
runtime: deferproc/deferreturn in Go
Keith Randall
2014-09-03
cmd/cgo, runtime: write cgo stub wrappers in Go, not C
Russ Cox
2014-09-03
runtime: make onM and mcall take Go func values
Russ Cox
2014-09-03
runtime: convert a few traceback-related functions from proc.c to traceback.go
Russ Cox
2014-09-03
runtime: introduce, use funcPC to convert Go func to PC
Russ Cox
2014-09-03
runtime: increase windows prof thread priority sooner
Alex Brainman
2014-09-02
runtime: avoid race with forcegc helper
Russ Cox
2014-09-03
runtime: don't allocate a new string in snprintf
David du Colombier
2014-09-03
runtime: handle empty environment variables on Plan 9
David du Colombier
2014-09-02
runtime: unify fastrand1 and fastrand2
Keith Randall
2014-09-02
runtime: convert select implementation to Go.
Keith Randall
2014-09-02
runtime: convert traceback*.c to Go
Russ Cox
2014-09-02
runtime: move reflect trampolines into thunk file.
Keith Randall
2014-09-02
runtime: convert clearpools/registerPoolCleanup to Go
Dmitriy Vyukov
2014-09-02
runtime: convert cpuprof from C to Go
Matthew Dempsky
2014-09-01
runtime/pprof: adjust cpuHogger so that tests pass on windows builders
Alex Brainman
2014-09-01
runtime: fix gogetenv on Plan 9
David du Colombier
2014-09-01
runtime: fix race detector running Go code on g0 of non-main thread
Russ Cox
2014-09-01
runtime: fix Stack
Russ Cox
2014-09-01
runtime: convert mprof.goc to mprof.go
Russ Cox
2014-09-01
runtime: fix windows build
Russ Cox
2014-09-01
runtime: change concatstring panic to gothrow
Russ Cox
2014-09-01
runtime: include os_*.h in the generated Go structs
Russ Cox
2014-09-01
runtime: change PC, SP values in Stkframe, Panic, Defer from byte* to uintptr
Russ Cox
2014-09-01
runtime/race: better handling of atomic operations
Dmitriy Vyukov
2014-09-01
runtime: remove old malloc test programs
Russ Cox
2014-09-01
runtime: paste mprof.goc into mprof.go as comments
Russ Cox
2014-08-30
runtime: fix Linux build
Ian Lance Taylor
2014-08-30
cmd/cc: generate error if #pragma pack off does anything
Russ Cox
2014-08-30
runtime: translate env*.c to Go
Russ Cox
2014-08-30
runtime/pprof: make CPU profiling tests more robust
Dmitriy Vyukov
2014-08-30
runtime: preallocate panic errors for index and slice
Russ Cox
2014-08-30
runtime: convert chanrecv to Go
Keith Randall
2014-08-29
runtime: retry fix openbsd build
Matthew Dempsky
2014-08-30
runtime: increase nosplit area to 192
Russ Cox
2014-08-30
runtime: rename SysAlloc to sysAlloc for Go
Russ Cox
2014-08-30
runtime: convert type algorithms to Go
Dmitriy Vyukov
2014-08-30
undo CL 135230043 / 60812bad3769
Russ Cox
2014-08-29
runtime: fix openbsd build
Matthew Dempsky
2014-08-29
runtime: rename Sigaltstack to SigaltstackT
Ian Lance Taylor
2014-08-29
runtime: make allp a static array
Russ Cox
2014-08-29
runtime: convert lock*.c to Go
Russ Cox
2014-08-29
runtime: include constants and defs_*_*.h types in generated Go defs
Russ Cox
2014-08-29
runtime: run runtime.init
Russ Cox
2014-08-29
cmd/gc: allow runtime to define a hex integer type for printing
Russ Cox
2014-08-29
runtime: implement 64 bit division in Go
Josh Bleecher Snyder
2014-08-29
runtime: clean up GC code
Dmitriy Vyukov
2014-08-29
runtime: fix sprintf index out of bounds
Russ Cox
2014-08-29
runtime: allow sysvicall functions to be called from Go
Aram Hăvărneanu
[prev]
[next]