summary refs log tree commit diff
path: root/src/libcore/unstable.rs
AgeCommit message (Expand)AuthorLines
2013-03-29librustc: Remove `fail_unless!`Patrick Walton-9/+9
2013-03-28Removing unused importsAlex Crichton-1/+1
2013-03-26librustc: Modify all code to use new lifetime binder syntaxPatrick Walton-1/+1
2013-03-26option: rm functions that duplicate methodsDaniel Micay-3/+2
2013-03-25Merge remote-tracking branch 'brson/rt'Brian Anderson-2/+0
2013-03-21librustc: Forbid destructors from being attached to any structs that might co...Patrick Walton-0/+1
2013-03-18librustc: Convert all uses of old lifetime notation to new lifetime notation....Patrick Walton-1/+1
2013-03-18Give core::rt and std::net their own uvll bindingsBrian Anderson-2/+0
2013-03-13Revamp foreign code not to consider the Rust modes. This requiresNiko Matsakis-2/+2
2013-03-11core: Add rt mod and add the new scheduler codeBrian Anderson-12/+10
2013-03-11librustc: Replace all uses of `fn()` with `&fn()`. rs=defunPatrick Walton-3/+3
2013-03-07librustc: Convert all uses of `assert` over to `fail_unless!`Patrick Walton-9/+9
2013-03-07libcore: Remove `extern mod { ... }` from libcore. rs=deexterningPatrick Walton-10/+14
2013-03-06Finish de-implicit-selifizng libcoreBen Striegel-3/+3
2013-03-04Adding missing imports for tests, and gate off othersAlex Crichton-5/+0
2013-03-04Remove unused imports throughout src/Alex Crichton-4/+0
2013-03-01core: Move core::rt to core::unstable::langBrian Anderson-0/+3
2013-03-01Rename core::private to core::unstable. #4743Brian Anderson-0/+366