summary refs log tree commit diff
path: root/src/libcore/private.rs
AgeCommit message (Expand)AuthorLines
2012-12-14Rename core::comm to core::oldcommBrian Anderson-33/+33
2012-12-14Stop using spawn_conversation in chan_from_global_ptrBrian Anderson-7/+13
2012-12-13Rename Send trait to OwnedBrian Anderson-13/+13
2012-12-11Reverse the order of the results of pipes::streamTim Chevalier-1/+1
2012-12-03Update license, add license boilerplate to most files. Remainder will follow.Graydon Hoare-0/+10
2012-11-27core: Add Clone traitBrian Anderson-2/+4
2012-11-03Remove the last use of rustrt::rust_compare_and_swap_ptrTim Chevalier-9/+4
2012-11-03Remove stage0 stuff that was awaiting snapshotTim Chevalier-12/+0
2012-10-23core: Remove remaining use of FutureBrian Anderson-3/+7
2012-10-23core: Use PortOne instead of Future in future_resultBrian Anderson-2/+2
2012-10-23Remove uses of binary move - <- - from tests and librariesTim Chevalier-2/+2
2012-10-22TidyBrian Anderson-2/+2
2012-10-23Fix compare_and_swap to not break tests.Luqman Aden-133/+16
2012-10-21Replace rust_atomic_increment/decrement and rust_compare_and_swap_ptr with in...Luqman Aden-12/+145
2012-10-12Make moves explicit in core testsTim Chevalier-19/+21
2012-10-11Update FIXME numberTim Chevalier-1/+1
2012-10-04Remove by-copy mode from std, mostlyTim Chevalier-1/+1
2012-10-04Forbid deprecated modes again in coreTim Chevalier-1/+2
2012-10-04De-mode comm::ChanTim Chevalier-8/+8
2012-10-02Removing explicit uses of + modeTim Chevalier-5/+5
2012-09-28Add a demoded version of ptr::addr_ofTim Chevalier-7/+7
2012-09-26Demode vec::push (and convert to method)Niko Matsakis-1/+1
2012-09-26libcore: De-export cleanup, cmath, future, gc, hash, iter-trait, mutable, and...Patrick Walton-34/+26
2012-09-25Demode core::resultBrian Anderson-1/+1
2012-09-21Install new pub/priv/export rules as defaults, old rules accessible under #[l...Graydon Hoare-0/+2
2012-09-18core: Rename 'unsafe' mod to 'cast'Brian Anderson-27/+27
2012-09-18core: Move Exclusive and SharedMutableState to the private modBrian Anderson-7/+412
2012-09-12purge the separate path for rel ops (e.g., ==) vs other bin opsNiko Matsakis-1/+1
2012-09-11Promote 'pub' and 'priv' from restricted to strict keywordsBrian Anderson-0/+264