summary refs log tree commit diff
path: root/src/libcore/unstable/lang.rs
AgeCommit message (Expand)AuthorLines
2013-03-30Rename confusing var, use_new_rt -> use_old_rt.Luqman Aden-4/+4
2013-03-30Correct type signature for start lang item.Luqman Aden-0/+26
2013-03-28core: Inline mallocing wrapper functionsErick Tryzelaar-0/+5
2013-03-26Check for null in return_to_mut. Fixes #4904.Niko Matsakis-2/+6
2013-03-25Merge remote-tracking branch 'brson/rt'Brian Anderson-5/+14
2013-03-22librustc: Remove the `const` declaration form everywherePatrick Walton-2/+2
2013-03-18Add a way to run the test suite with the new schedulerBrian Anderson-5/+14
2013-03-07libcore: Remove `extern mod { ... }` from libcore. rs=deexterningPatrick Walton-5/+9
2013-03-04Remove unused imports throughout src/Alex Crichton-1/+2
2013-03-01core: Move core::rt to core::unstable::langBrian Anderson-0/+136