about summary refs log tree commit diff
path: root/src/libcore/cell.rs
AgeCommit message (Expand)AuthorLines
2013-05-14Use static string with fail!() and remove fail!(fmt!())Björn Steinbrink-2/+2
2013-05-12librustc: Make `self` and `static` into keywordsPatrick Walton-6/+6
2013-05-10Stop using the '<->' operatorAlex Crichton-3/+2
2013-05-07auto merge of #6251 : thestinger/rust/non_owned, r=pcwaltonbors-0/+1
2013-05-05mark Cell as non-Const with #[mutable]Daniel Micay-0/+1
2013-04-30allover: numerous unused muts etcNiko Matsakis-2/+2
2013-04-22auto merge of #5966 : alexcrichton/rust/issue-3083, r=graydonbors-1/+1
2013-04-22cell: public field is unsafeDaniel Micay-1/+1
2013-04-20core: remove unused 'mut' variablesAlex Crichton-1/+1
2013-04-04Add cell#with_mut_ref for handling mutable references to the content.Jack Moffitt-0/+26
2013-04-03Removing mut fields from vec.rs, at_vec.rs, str.rs, unstable.rs, and cell.rs.Matthijs Hofstra-7/+5
2013-03-29librustc: Remove `fail_unless!`Patrick Walton-4/+4
2013-03-26option: rm functions that duplicate methodsDaniel Micay-2/+1
2013-03-26core: Make sure every module at least has a one-line descriptionBrian Anderson-3/+7
2013-03-22libcore: Remove `pure` from libcore. rs=depurePatrick Walton-4/+4
2013-03-18librustc: Make the compiler ignore purity.Patrick Walton-1/+12
2013-03-11Add deriving_eq to Cell.Josh Matthews-0/+1
2013-03-11librustc: Replace all uses of `fn()` with `&fn()`. rs=defunPatrick Walton-1/+1
2013-03-07librustc: Convert all uses of `assert` over to `fail_unless!`Patrick Walton-4/+4
2013-03-04De-implicit-self libcoreBen Striegel-4/+4
2013-02-28librustc: Mark all type implementations public. rs=impl-publicityPatrick Walton-1/+1
2013-02-26libcore: Move Cell to core and de-~mut core and stdPatrick Walton-0/+90