about summary refs log tree commit diff
path: root/src/libcore/cell.rs
AgeCommit message (Expand)AuthorLines
2015-01-29Rollup merge of 21663 - tbu-:pr_doc_cell_static_safety, r=alexcrichtonManish Goregaokar-6/+0
2015-01-27Merge remote-tracking branch 'rust-lang/master'Brian Anderson-84/+209
2015-01-27Auto merge of #21564 - steveklabnik:doc_cell, r=alexcrichtonbors-85/+209
2015-01-26Remove comment about `UnsafeCell`s and `static`Tobias Bucher-6/+0
2015-01-25Merge remote-tracking branch 'rust-lang/master'Brian Anderson-4/+4
2015-01-25Merge remote-tracking branch 'rust-lang/master'Brian Anderson-0/+4
2015-01-25Moving away from deprecated i/u suffixes in libcoreAlfie John-4/+4
2015-01-23grandfathered -> rust1Brian Anderson-29/+29
2015-01-23Set unstable feature names appropriatelyBrian Anderson-6/+6
2015-01-23Improve libcore/cell.rs docsSteve Klabnik-85/+209
2015-01-21Remove 'since' from unstable attributesBrian Anderson-6/+6
2015-01-21Add 'feature' and 'since' to stability attributesBrian Anderson-35/+36
2015-01-21Explain that RefCell is single-threaded.Steve Klabnik-0/+4
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