about summary refs log tree commit diff
path: root/src/libcore/cell.rs
AgeCommit message (Expand)AuthorLines
2015-04-13pluralize doc comment verbs and add missing periodsAndrew Paseltiner-5/+5
2015-04-01fallout from feature-gating unary negation on unsigned integers.Felix S. Klock II-1/+1
2015-03-31std: Clean out #[deprecated] APIsAlex Crichton-34/+0
2015-03-25Change lint names to pluralsNick Cameron-1/+1
2015-03-25Add trivial cast lints.Nick Cameron-1/+5
2015-03-23Add #![feature] attributes to doctestsBrian Anderson-0/+1
2015-03-19core: Inline most cell methods.Patrick Walton-0/+21
2015-03-08Clean up references to opt-out traitsSteve Klabnik-3/+0
2015-02-22Add negative impls for SyncFlavio Percoco-1/+3
2015-02-17Register new snapshotsAlex Crichton-2/+1
2015-02-17rollup merge of #22435: aturon/final-stab-threadAlex Crichton-4/+4
2015-02-17Fallout from stabilizationAaron Turon-4/+4
2015-02-16Update `core::cell` for `isize/usize` transition.Felix S. Klock II-7/+7
2015-02-13Rename the "unsafe" lang item to "unsafe_cell"Chris Wong-1/+2
2015-02-09Fix links to module-level documentation in `std::cell`Michael Budde-5/+5
2015-02-02Test fixes and rebase conflictsAlex Crichton-1/+1
2015-02-01std: Deprecate RefCell::{try_borrow, try_borrow_mut}Alex Crichton-10/+45
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