summaryrefslogtreecommitdiff
path: root/src/pkg/runtime/export_test.go
Commit message (Expand)AuthorAgeFilesLines
* runtime: convert lock*.c to GoRuss Cox2014-08-291-1/+0
* runtime: rename Lock to MutexRuss Cox2014-08-271-2/+2
* cmd/cc, runtime: preserve C runtime type names in generated GoRuss Cox2014-08-271-4/+4
* runtime: convert parfor to GoDmitriy Vyukov2014-08-241-9/+45
* runtime: convert note to GoDmitriy Vyukov2014-08-221-1/+0
* runtime: convert lfstack to GoDmitriy Vyukov2014-08-211-4/+23
* runtime: convert memclrBytes to GoJosh Bleecher Snyder2014-08-201-4/+1
* runtime: test distribution of interface hashes.Keith Randall2014-08-071-0/+2
* runtime: convert hash functions to Go calling convention.Keith Randall2014-07-311-6/+0
* runtime: simpler and faster GCDmitriy Vyukov2014-07-291-0/+3
* runtime: convert map implementation to Go.Keith Randall2014-07-161-1/+0
* runtime: fix stringw test.Keith Randall2014-06-171-1/+1
* runtime: reconstitute runetochar for use by gostringw.Keith Randall2014-06-171-0/+4
* runtime: use VEH, not SEH, for windows/386 exception handlingRuss Cox2014-03-241-4/+0
* runtime: handle Go calls C calls Go panic correctly on windows/386Russ Cox2014-03-051-0/+4
* runtime: use goc2c as much as possibleRuss Cox2014-02-201-14/+16
* runtime: faster memclr on x86.Keith Randall2014-02-061-0/+4
* runtime: fix bug in maps at the intersection of iterators, growing, and NaN keysKeith Randall2013-10-041-0/+3
* runtime: avoid inconsistent goroutine state in profilerRuss Cox2013-09-131-0/+2
* runtime: Smhasher tests of our map hash function.Keith Randall2013-09-061-0/+12
* runtime: implement local work queues (in preparation for new scheduler)Dmitriy Vyukov2013-02-231-0/+6
* runtime: add parallel for algorithmDmitriy Vyukov2012-05-111-0/+25
* runtime: add lock-free stackDmitriy Vyukov2012-04-121-0/+11
* 5l, 6l, 8l: fix stack split logic for stacks near default segment sizeRuss Cox2012-03-151-0/+2
* runtime: add windows callback testsAlex Brainman2011-11-081-0/+2
* runtime: faster entersyscall, exitsyscallRuss Cox2011-07-191-0/+6
* arm: precise float64 software floating pointRuss Cox2010-10-251-0/+17