about summary refs log tree commit diff
path: root/src/libcore/unstable/global.rs
AgeCommit message (Expand)AuthorLines
2013-05-13Remove re-exports from libcore/core.rcAlex Crichton-10/+2
2013-05-13core: Rename SharedMutableState to UnsafeAtomicRcBoxBrian Anderson-13/+8
2013-05-13core: Move locks, atomic rc to unstable::syncBrian Anderson-3/+3
2013-04-20Replaced many instances of reinterpret_cast with transmuteMatthijs Hofstra-2/+2
2013-04-03rename Linear{Map,Set} => Hash{Map,Set}Daniel Micay-3/+3
2013-04-03hashmap: rm linear namespaceDaniel Micay-1/+1
2013-03-29librustc: Remove `fail_unless!`Patrick Walton-4/+4
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-22librustc: Remove the `const` declaration form everywherePatrick Walton-1/+1
2013-03-18librustc: Convert all uses of old lifetime notation to new lifetime notation....Patrick Walton-1/+1
2013-03-15impl Clone for ~T, ~[T], ~strBen Striegel-3/+3
2013-03-07librustc: Convert all uses of `assert` over to `fail_unless!`Patrick Walton-4/+4
2013-03-06Add manual &self/ and &static/ and /&self declarations thatNiko Matsakis-1/+1
2013-03-04Adding missing imports for tests, and gate off othersAlex Crichton-2/+4
2013-03-04Remove unused imports throughout src/Alex Crichton-5/+3
2013-03-01Rename core::private to core::unstable. #4743Brian Anderson-0/+294