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
/
library
/
core
/
src
/
cell.rs
Age
Commit message (
Expand
)
Author
Lines
2020-11-08
Rollup merge of #78852 - camelid:intra-doc-bonanza, r=jyn514
Mara Bos
-2
/
+2
2020-11-08
Rollup merge of #78728 - a1phyr:const_cell_into_inner, r=dtolnay
Mara Bos
-5
/
+6
2020-11-07
Convert a bunch of intra-doc links
Camelid
-2
/
+2
2020-11-04
Simplify the implementation of `get_mut` (no unsafe)
Daniel Henry-Mantilla
-2
/
+1
2020-11-04
Add tracking issue
Benoît du Garreau
-3
/
+3
2020-11-04
Constantify `UnsafeCell::into_inner` and related
Benoît du Garreau
-5
/
+6
2020-10-12
Use intra-doc links for links to module-level docs
Camelid
-4
/
+4
2020-09-23
Rollup merge of #77055 - est31:more_track_caller, r=Mark-Simulacrum
Dylan DPC
-0
/
+3
2020-09-22
Add #[track_caller] to more panicking Cell functions
est31
-0
/
+3
2020-09-20
Replace unneeded `unsafe` calls to `.get()` with calls to `.get_mut()`
Daniel Henry-Mantilla
-6
/
+2
2020-09-20
Add non-`unsafe` `.get_mut()` for `UnsafeCell`
Daniel Henry-Mantilla
-9
/
+84
2020-07-28
add track_caller to RefCell::{borrow, borrow_mut}
Erik Desjardins
-0
/
+2
2020-07-27
mv std libs to library/
mark
-0
/
+1724