about summary refs log tree commit diff
path: root/src/libcore/cell.rs
AgeCommit message (Expand)AuthorLines
2014-05-25Paper over privacy issues with Deref by changing field names.Huon Wilson-14/+18
2014-05-23auto merge of #14359 : brson/rust/minordoc, r=alexcrichtonbors-2/+1
2014-05-23Minor library doc copyeditingBrian Anderson-2/+1
2014-05-22auto merge of #14357 : huonw/rust/spelling, r=pnkfelixbors-2/+2
2014-05-22libcore: Remove all uses of `~str` from `libcore`.Patrick Walton-2/+3
2014-05-22Spelling/doc formatting fixes.Huon Wilson-2/+2
2014-05-20Address review commentsBrian Anderson-4/+4
2014-05-20core: Convert TODOs to FIXMEsBrian Anderson-4/+4
2014-05-20core: Improve docs for cellBrian Anderson-1/+151
2014-05-15core: Update all tests for fmt movementAlex Crichton-1/+1
2014-05-15Implement cell::clone_refKeegan McAllister-0/+34
2014-05-07std: Small doc tweaksBrian Anderson-1/+1
2014-05-07core: Get coretest workingAlex Crichton-7/+7
2014-05-07core: Inherit the cell moduleAlex Crichton-0/+310
2013-05-22libstd: Rename libcore to libstd and libstd to libextra; update makefiles.Patrick Walton-136/+0
2013-05-19Use assert_eq! rather than assert! where possibleCorey Richardson-2/+2
2013-05-15rc: fix testsDaniel Micay-0/+7
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