about summary refs log tree commit diff
path: root/src/libcore/cell.rs
AgeCommit message (Expand)AuthorLines
2014-08-29Register new snapshotsAlex Crichton-20/+0
2014-08-28auto merge of #16664 : aturon/rust/stabilize-option-result, r=alexcrichtonbors-1/+1
2014-08-28Fallout from stabilizing core::optionAaron Turon-1/+1
2014-08-27Implement generalized object and type parameter bounds (Fixes #16462)Niko Matsakis-0/+20
2014-08-07Rename `Share` to `Sync`Alex Crichton-5/+5
2014-08-01Fix misspelled comments.Joseph Crail-1/+1
2014-07-26std: Stabilize unit, bool, ty, tuple, arc, anyAlex Crichton-5/+82
2014-07-13Stabilization for `owned` (now `boxed`) and `cell`Aaron Turon-3/+21
2014-06-29Extract tests from libcore to a separate crateSteven Fackler-129/+0
2014-06-29librustc: Remove the fallback to `int` for integers and `f64` forPatrick Walton-13/+13
2014-06-24core: Add stability attributes to CloneBrian Anderson-0/+2
2014-06-24librustc: Remove the fallback to `int` from typechecking.Niko Matsakis-2/+2
2014-06-10Show impl for Ref & RefMutfort-0/+17
2014-06-05std: Recreate a `collections` moduleAlex Crichton-5/+1
2014-05-30std: Rename {Eq,Ord} to Partial{Eq,Ord}Alex Crichton-3/+3
2014-05-28Silence warning in RefCell test suiteKeegan McAllister-0/+1
2014-05-24auto merge of #14402 : huonw/rust/arc-field-rename, r=alexcrichtonbors-14/+18
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