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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
library
/
core
/
src
/
cell.rs
Age
Commit message (
Expand
)
Author
Lines
2021-04-04
Use `#[inline(always)]` on trivial UnsafeCell methods
Josh Triplett
-5
/
+5
2021-03-24
Use intra-doc link in core::cell
Deadbeef
-1
/
+1
2021-03-22
Add `debug-refcell` feature to libcore
Aaron Hill
-11
/
+73
2021-03-15
Fix const stability `since` versions.
Oli Scherer
-2
/
+2
2021-03-12
Rollup merge of #80385 - camelid:clarify-cell-replace-docs, r=Mark-Simulacrum
Yuki Okushi
-1
/
+1
2021-02-21
improve UnsafeCell docs
Ralf Jung
-10
/
+11
2021-02-12
Rollup merge of #79983 - petar-dambovaliev:master, r=Dylan-DPC
Yuki Okushi
-1
/
+1
2021-01-30
Add some links to the cell docs.
Eric Huss
-20
/
+24
2021-01-16
add tracking issue to cell_filter_map
Ashley Mannix
-2
/
+2
2021-01-15
Use Result and rename to filter_map
John-John Tedro
-18
/
+34
2021-01-15
Introduce {Ref, RefMut}::try_map for optional projections
John-John Tedro
-0
/
+70
2020-12-26
Clarify what `Cell::replace` returns
Camelid
-1
/
+1
2020-12-18
Auto merge of #79485 - EllenNyan:stabilize_unsafe_cell_get_mut, r=m-ou-se
bors
-4
/
+2
2020-12-12
fix indefinite article in cell.rs
Petar Dambovaliev
-1
/
+1
2020-11-30
Fix several broken links in doc that used the wrong qualifier or Self::
Alexis Bourget
-3
/
+3
2020-11-30
Use Self:: in links
Alexis Bourget
-3
/
+3
2020-11-30
Intra doc links for cell.rs
Alexis Bourget
-3
/
+3
2020-11-29
Change "non-unsafe" to "safe" in UnsafeCell docs
Ellen
-1
/
+1
2020-11-28
Stabilize unsafe_cell_get_mut
Ellen
-3
/
+1
2020-11-22
Stabilize refcell_take
ThinkChaos
-2
/
+1
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