rust/src/libstd/rt
Alex Crichton 6cad8f4f14 Test fixes and rebase conflicts
* vec::raw::to_ptr is gone
* Pausible => Pausable
* Removing @
* Calling the main task "<main>"
* Removing unused imports
* Removing unused mut
* Bringing some libextra tests up to date
* Allowing compiletest to work at stage0
* Fixing the bootstrap-from-c rmake tests
* assert => rtassert in a few cases
* printing to stderr instead of stdout in fail!()
2013-12-25 23:10:46 -08:00
..
args.rs std: silence warnings when compiling test. 2013-12-20 01:26:03 +11:00
borrowck.rs green: Rip the bandaid off, introduce libgreen 2013-12-24 19:59:52 -08:00
crate_map.rs green: Allow specifying an IoFactory for pools 2013-12-24 19:59:53 -08:00
env.rs green: Rip the bandaid off, introduce libgreen 2013-12-24 19:59:52 -08:00
global_heap.rs librustc: Remove identifiers named box, since it's about to become a keyword. 2013-12-15 10:41:15 -08:00
local.rs std: Get stdtest all passing again 2013-12-24 19:59:52 -08:00
local_heap.rs librustc: Remove identifiers named box, since it's about to become a keyword. 2013-12-15 10:41:15 -08:00
local_ptr.rs Test fixes and rebase conflicts 2013-12-25 23:10:46 -08:00
logging.rs Removed useless cmp::{min, max} reexports from the integer modules 2013-11-29 20:19:22 +01:00
macros.rs Another round of test fixes from previous commits 2013-11-10 01:37:12 -08:00
mod.rs Test fixes and rebase conflicts 2013-12-25 23:10:46 -08:00
rtio.rs Test fixes and rebase conflicts 2013-12-25 23:10:46 -08:00
task.rs Test fixes and rebase conflicts 2013-12-25 23:10:46 -08:00
thread.rs Test fixes and rebase conflicts 2013-12-25 23:10:46 -08:00
thread_local_storage.rs Remove dead codes 2013-12-08 02:55:28 -05:00
unwind.rs Test fixes and rebase conflicts 2013-12-25 23:10:46 -08:00
util.rs Test fixes and rebase conflicts 2013-12-25 23:10:46 -08:00