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
/
export_test.go
Age
Commit message (
Expand
)
Author
2014-09-08
build: move package sources from src/pkg to src
Russ Cox
2014-09-06
runtime: get rid of other Go->C calls in test exports.
Keith Randall
2014-09-05
runtime: move gostringw and gogobytes test stubs to Go.
Keith Randall
2014-09-05
runtime: run getgcmask on the M stack.
Keith Randall
2014-09-03
runtime: make onM and mcall take Go func values
Russ Cox
2014-09-03
runtime: introduce, use funcPC to convert Go func to PC
Russ Cox
2014-08-29
runtime: convert lock*.c to Go
Russ Cox
2014-08-27
runtime: rename Lock to Mutex
Russ Cox
2014-08-27
cmd/cc, runtime: preserve C runtime type names in generated Go
Russ Cox
2014-08-24
runtime: convert parfor to Go
Dmitriy Vyukov
2014-08-22
runtime: convert note to Go
Dmitriy Vyukov
2014-08-21
runtime: convert lfstack to Go
Dmitriy Vyukov
2014-08-20
runtime: convert memclrBytes to Go
Josh Bleecher Snyder
2014-08-07
runtime: test distribution of interface hashes.
Keith Randall
2014-07-31
runtime: convert hash functions to Go calling convention.
Keith Randall
2014-07-29
runtime: simpler and faster GC
Dmitriy Vyukov
2014-07-16
runtime: convert map implementation to Go.
Keith Randall
2014-06-17
runtime: fix stringw test.
Keith Randall
2014-06-17
runtime: reconstitute runetochar for use by gostringw.
Keith Randall
2014-03-24
runtime: use VEH, not SEH, for windows/386 exception handling
Russ Cox
2014-03-05
runtime: handle Go calls C calls Go panic correctly on windows/386
Russ Cox
2014-02-20
runtime: use goc2c as much as possible
Russ Cox
2014-02-06
runtime: faster memclr on x86.
Keith Randall
2013-10-04
runtime: fix bug in maps at the intersection of iterators, growing, and NaN keys
Keith Randall
2013-09-13
runtime: avoid inconsistent goroutine state in profiler
Russ Cox
2013-09-06
runtime: Smhasher tests of our map hash function.
Keith Randall
2013-02-23
runtime: implement local work queues (in preparation for new scheduler)
Dmitriy Vyukov
2012-05-11
runtime: add parallel for algorithm
Dmitriy Vyukov
2012-04-12
runtime: add lock-free stack
Dmitriy Vyukov
2012-03-15
5l, 6l, 8l: fix stack split logic for stacks near default segment size
Russ Cox
2011-11-08
runtime: add windows callback tests
Alex Brainman
2011-07-19
runtime: faster entersyscall, exitsyscall
Russ Cox
2010-10-25
arm: precise float64 software floating point
Russ Cox