about summary refs log tree commit diff
path: root/src/libcoretest/cell.rs
AgeCommit message (Expand)AuthorLines
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