aboutsummaryrefslogtreecommitdiff
path: root/src/pkg/runtime/export_test.go
AgeCommit message (Expand)Author
2014-09-08build: move package sources from src/pkg to srcRuss Cox
2014-09-06runtime: get rid of other Go->C calls in test exports.Keith Randall
2014-09-05runtime: move gostringw and gogobytes test stubs to Go.Keith Randall
2014-09-05runtime: run getgcmask on the M stack.Keith Randall
2014-09-03runtime: make onM and mcall take Go func valuesRuss Cox
2014-09-03runtime: introduce, use funcPC to convert Go func to PCRuss Cox
2014-08-29runtime: convert lock*.c to GoRuss Cox
2014-08-27runtime: rename Lock to MutexRuss Cox
2014-08-27cmd/cc, runtime: preserve C runtime type names in generated GoRuss Cox
2014-08-24runtime: convert parfor to GoDmitriy Vyukov
2014-08-22runtime: convert note to GoDmitriy Vyukov
2014-08-21runtime: convert lfstack to GoDmitriy Vyukov
2014-08-20runtime: convert memclrBytes to GoJosh Bleecher Snyder
2014-08-07runtime: test distribution of interface hashes.Keith Randall
2014-07-31runtime: convert hash functions to Go calling convention.Keith Randall
2014-07-29runtime: simpler and faster GCDmitriy Vyukov
2014-07-16runtime: convert map implementation to Go.Keith Randall
2014-06-17runtime: fix stringw test.Keith Randall
2014-06-17runtime: reconstitute runetochar for use by gostringw.Keith Randall
2014-03-24runtime: use VEH, not SEH, for windows/386 exception handlingRuss Cox
2014-03-05runtime: handle Go calls C calls Go panic correctly on windows/386Russ Cox
2014-02-20runtime: use goc2c as much as possibleRuss Cox
2014-02-06runtime: faster memclr on x86.Keith Randall
2013-10-04runtime: fix bug in maps at the intersection of iterators, growing, and NaN keysKeith Randall
2013-09-13runtime: avoid inconsistent goroutine state in profilerRuss Cox
2013-09-06runtime: Smhasher tests of our map hash function.Keith Randall
2013-02-23runtime: implement local work queues (in preparation for new scheduler)Dmitriy Vyukov
2012-05-11runtime: add parallel for algorithmDmitriy Vyukov
2012-04-12runtime: add lock-free stackDmitriy Vyukov
2012-03-155l, 6l, 8l: fix stack split logic for stacks near default segment sizeRuss Cox
2011-11-08runtime: add windows callback testsAlex Brainman
2011-07-19runtime: faster entersyscall, exitsyscallRuss Cox
2010-10-25arm: precise float64 software floating pointRuss Cox