about summary refs log tree commit diff
path: root/src/libcore/rt/test.rs
AgeCommit message (Expand)AuthorLines
2013-05-13Remove re-exports from libcore/core.rcAlex Crichton-1/+1
2013-04-24core: Warning policeBrian Anderson-2/+0
2013-04-23core::rt: Tasks to not require an unwinderBrian Anderson-12/+30
2013-04-22core::rt: Add unwinding to newsched tasksBrian Anderson-0/+41
2013-04-20core::rt: Improve docs for run_in_newsched_task testing functionBrian Anderson-1/+2
2013-04-20core::rt: Add `next_test_ip4` for generating test addressesBrian Anderson-0/+7
2013-04-20core::rt: Don't directly create scheduler types in I/O testsBrian Anderson-0/+16
2013-04-20core::rt: Use generated port numbers in testsBrian Anderson-0/+10
2013-04-20core::rt: Add a test mod and put run_in_newsched_task thereBrian Anderson-0/+29