index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libcoretest
/
cell.rs
Age
Commit message (
Expand
)
Author
Lines
2016-03-31
added missing refcell ref/refmut coercions to unsized
Валерий Лашманов
-0
/
+20
2016-02-29
std: Stabilize APIs for the 1.8 release
Alex Crichton
-0
/
+2
2015-09-20
Miscellaneous cleanup for old issues.
Lee Jeffery
-12
/
+11
2015-05-29
Add map and filter_map associated functions to std::cell::Ref and RefMut
Simon Sapin
-0
/
+76
2015-05-28
Move std::cell::clone_ref to a clone associated function on std::cell::Ref
Simon Sapin
-2
/
+2
2015-05-13
Rebasing
Nick Cameron
-11
/
+12
2015-05-02
Make `UnsafeCell`, `RefCell`, `Mutex`, and `RwLock` accept DSTs
P1start
-0
/
+24
2015-03-31
std: Clean out #[deprecated] APIs
Alex Crichton
-8
/
+5
2015-03-26
Mass rename uint/int to usize/isize
Alex Crichton
-4
/
+4
2015-03-09
Rename #[should_fail] to #[should_panic]
Steven Fackler
-1
/
+1
2015-02-10
Deprecating i/u suffixes in libcoretest
Alfie John
-12
/
+12
2015-02-01
std: Deprecate RefCell::{try_borrow, try_borrow_mut}
Alex Crichton
-0
/
+4
2015-01-30
Remove all `i` suffixes
Tobias Bucher
-11
/
+11
2015-01-21
Minor fixes
Brian Anderson
-1
/
+0
2015-01-08
Improvements to feature staging
Brian Anderson
-1
/
+1
2015-01-06
core: split into fmt::Show and fmt::String
Sean McArthur
-4
/
+4
2014-12-06
libcoretest: remove unnecessary `as_slice()` calls
Jorge Aparicio
-4
/
+4
2014-11-14
impl Default for Cell and RefCell
Stepan Koltsov
-0
/
+13
2014-10-24
Add as_unsafe_cell() for Cell and RefCell
Keegan McAllister
-0
/
+19
2014-06-29
Extract tests from libcore to a separate crate
Steven Fackler
-0
/
+129