about summary refs log tree commit diff
path: root/src/libcore/cell.rs
AgeCommit message (Expand)AuthorLines
2015-01-17Evaluate # fn in docsSteve Klabnik-1/+0
2015-01-16Docs falloutFlavio Percoco-2/+3
2015-01-08Improvements to feature stagingBrian Anderson-3/+3
2015-01-06rollup merge of #20607: nrc/kindsAlex Crichton-2/+2
2015-01-07markers -> markerNick Cameron-3/+3
2015-01-06core: split into fmt::Show and fmt::StringSean McArthur-11/+0
2015-01-07Change `std::kinds` to `std::markers`; flatten `std::kinds::marker`Nick Cameron-3/+3
2015-01-05Stabilization of impls and fallout from stabilizationAaron Turon-3/+3
2015-01-03Remove deprecated functionalityAlex Crichton-8/+0
2015-01-02rollup merge of #20410: japaric/assoc-typesAlex Crichton-3/+7
2015-01-02core: use assoc types in `Deref[Mut]`Jorge Aparicio-3/+7
2015-01-01std: Second pass stabilization of syncAlex Crichton-0/+2
2015-01-01Add some impls of Show (RefCell, Weak, some resolve types)Nick Cameron-0/+11
2014-12-30Stabilize cmpAaron Turon-2/+2
2014-12-29Implement Send for Cell and RefCellSteven Fackler-5/+7
2014-12-21rollup merge of #20070: aturon/stab-2-cloneAlex Crichton-2/+2
2014-12-20Stabilize cloneAaron Turon-2/+2
2014-12-19Stabilize cellAaron Turon-19/+13
2014-12-17rollup merge of #19902: alexcrichton/second-pass-memAlex Crichton-2/+4
2014-12-15std: Second pass stabilization of `default`Alex Crichton-2/+4
2014-12-15Remove internal uses of `marker::NoCopy`Jorge Aparicio-2/+0
2014-12-05Utilize fewer reexportsCorey Farwell-1/+2
2014-11-30Simplify `RefCell` code a bit, make `deref` a no-op.Tobias Bucher-43/+75
2014-11-23Rename unwrap functions to into_innerAlex Crichton-4/+12
2014-11-20Add comment on why `RefCell::unwrap` is safeTobias Bucher-0/+3
2014-11-16rollup merge of #18970: aturon/fixup-stableJakub Bukaj-1/+3
2014-11-16rollup merge of #18960: stepancheg/cell-defaultJakub Bukaj-0/+15
2014-11-14libs: fix #[stable] inheritance falloutAaron Turon-1/+3
2014-11-14impl Default for Cell and RefCellStepan Koltsov-0/+15
2014-11-12Fix remaining documentation to reflect fail!() -> panic!()Barosl Lee-4/+4
2014-10-29Rename fail! to panic!Steve Klabnik-4/+4
2014-10-24Add as_unsafe_cell() for Cell and RefCellKeegan McAllister-0/+22
2014-10-09core: Convert statics to constantsAlex Crichton-2/+2
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