about summary refs log tree commit diff
path: root/src/libcoretest/cell.rs
AgeCommit message (Expand)AuthorLines
2016-03-31added missing refcell ref/refmut coercions to unsizedВалерий Лашманов-0/+20
2016-02-29std: Stabilize APIs for the 1.8 releaseAlex Crichton-0/+2
2015-09-20Miscellaneous cleanup for old issues.Lee Jeffery-12/+11
2015-05-29Add map and filter_map associated functions to std::cell::Ref and RefMutSimon Sapin-0/+76
2015-05-28Move std::cell::clone_ref to a clone associated function on std::cell::RefSimon Sapin-2/+2
2015-05-13RebasingNick Cameron-11/+12
2015-05-02Make `UnsafeCell`, `RefCell`, `Mutex`, and `RwLock` accept DSTsP1start-0/+24
2015-03-31std: Clean out #[deprecated] APIsAlex Crichton-8/+5
2015-03-26Mass rename uint/int to usize/isizeAlex Crichton-4/+4
2015-03-09Rename #[should_fail] to #[should_panic]Steven Fackler-1/+1
2015-02-10Deprecating i/u suffixes in libcoretestAlfie John-12/+12
2015-02-01std: Deprecate RefCell::{try_borrow, try_borrow_mut}Alex Crichton-0/+4
2015-01-30Remove all `i` suffixesTobias Bucher-11/+11
2015-01-21Minor fixesBrian Anderson-1/+0
2015-01-08Improvements to feature stagingBrian Anderson-1/+1
2015-01-06core: split into fmt::Show and fmt::StringSean McArthur-4/+4
2014-12-06libcoretest: remove unnecessary `as_slice()` callsJorge Aparicio-4/+4
2014-11-14impl Default for Cell and RefCellStepan Koltsov-0/+13
2014-10-24Add as_unsafe_cell() for Cell and RefCellKeegan McAllister-0/+19
2014-06-29Extract tests from libcore to a separate crateSteven Fackler-0/+129