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
/
libcore
/
cell.rs
Age
Commit message (
Expand
)
Author
Lines
2019-10-03
Reorder methods of Cell
Shotaro Yamada
-46
/
+46
2019-07-27
Auto merge of #62748 - luca-barbieri:optimize-refcell-borrow, r=RalfJung
bors
-5
/
+15
2019-07-21
fix comment
Luca Barbieri
-1
/
+1
2019-07-21
Expand comment on BorrowRef::new
Luca Barbieri
-2
/
+12
2019-07-17
Optimize RefCell read borrowing
Luca Barbieri
-3
/
+3
2019-07-16
state also in the intro that UnsafeCell has no effect on &mut
Ralf Jung
-2
/
+3
2019-07-13
add spaces in front of trait requirements
Dodo
-6
/
+6
2019-06-07
Stabilize Cell::from_mut and as_slice_of_cells
Simon Sapin
-4
/
+2
2019-06-05
Aggregation of drive-by cosmetic changes.
Alexander Regueiro
-1
/
+1
2019-05-30
Rollup merge of #60850 - SimonSapin:unguarded, r=alexcrichton
Mazdak Farrokhzad
-2
/
+1
2019-05-23
typo
Brent Kerby
-1
/
+1
2019-05-21
Simplify RefCell minimum_spanning_tree example
Brent Kerby
-24
/
+22
2019-05-15
Stabilize RefCell::try_borrow_unguarded
Simon Sapin
-2
/
+1
2019-04-19
libcore: deny more...
Mazdak Farrokhzad
-10
/
+10
2019-04-18
libcore => 2018
Taiki Endo
-6
/
+6
2019-04-11
Auto merge of #59211 - nox:refcell-borrow-state, r=KodrAus
bors
-0
/
+38
2019-03-31
Rollup merge of #59581 - jmcomets:stabilize-refcell_replace_swap, r=Centril
Mazdak Farrokhzad
-4
/
+1
2019-03-31
refcell_replace_swap: remove feature gate & obsolete documentation item
Jean-Marie Comets
-2
/
+0
2019-03-31
Stabilize refcell_replace_swap feature, closes #43570
Jean-Marie Comets
-2
/
+1
2019-03-30
Fix doc tests
Fabian Drinck
-1
/
+0
2019-03-19
Introduce RefCell::try_borrow_unguarded
Anthony Ramine
-49
/
+38
2019-03-18
Stabilize refcell_map_split feature
Joshua Liebow-Feeser
-4
/
+2
2019-03-16
Tweak documentation of RefCell::borrow_state
Anthony Ramine
-6
/
+10
2019-03-15
Revert "Deprecate std::cell::RefCell::borrow_state"
Anthony Ramine
-4
/
+0
2019-03-15
Revert "Remove RefCell::borrow_state"
Anthony Ramine
-0
/
+49
2019-02-10
libs: doc comments
Alexander Regueiro
-4
/
+4
2019-02-10
tests: doc comments
Alexander Regueiro
-4
/
+4
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-12-07
Various minor/cosmetic improvements to code
Alexander Regueiro
-2
/
+2
2018-11-17
add comment explaining why what we do is legal
Ralf Jung
-0
/
+2
2018-11-16
avoid shared ref in UnsafeCell::get
Ralf Jung
-1
/
+1
2018-11-10
revert making internal APIs const fn.
Mazdak Farrokhzad
-2
/
+2
2018-11-10
constify parts of libcore.
Mazdak Farrokhzad
-4
/
+4
2018-10-26
Slight copy-editing for `std::cell::Cell` docs
Geoffry Song
-4
/
+5
2018-09-29
Use impl_header_lifetime_elision in libcore
Scott McMurray
-9
/
+9
2018-08-04
Remove redundant field names in structs
ljedrz
-3
/
+3
2018-07-25
Enforce #![deny(bare_trait_objects)] in src/libcore
ljedrz
-3
/
+3
2018-07-23
use inherent method instead
F001
-12
/
+20
2018-07-18
revert Deref
F001
-17
/
+9
2018-07-17
impl DerefMut for Cell<[T]>
F001
-0
/
+10
2018-07-17
code style fixes
F001
-2
/
+4
2018-07-17
impl `Deref` instead of `Index`
F001
-10
/
+8
2018-07-17
use lifetime elision for consistency
F001
-1
/
+1
2018-07-17
remove "get_with" method
F001
-24
/
+2
2018-07-17
implement rfc 1789
F001
-44
/
+103
2018-07-04
Auto merge of #51395 - SimonSapin:repr-transparent, r=SimonSapin
bors
-0
/
+2
2018-06-27
Optimize RefCell refcount tracking
Joshua Liebow-Feeser
-30
/
+36
2018-06-16
Add #[repr(transparent)] to some libcore types
Simon Sapin
-0
/
+2
2018-06-13
Add Ref/RefMut map_split method
Joshua Liebow-Feeser
-19
/
+126
2018-05-23
Rollup merge of #50913 - d-e-s-o:fix-typo, r=joshtriplett
kennytm
-1
/
+1
[next]