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
2016-08-08
Implement `RefCell::{try_borrow, try_borrow_mut}`
Andrew Paseltiner
-9
/
+116
2016-07-26
Clarify UnsafeCell docs; fix #34496
Manish Goregaokar
-0
/
+19
2016-07-11
Add missing examples for std::cell types
Guillaume Gomez
-0
/
+49
2016-07-03
std: Stabilize APIs for the 1.11.0 release
Alex Crichton
-2
/
+2
2016-06-01
Auto merge of #33853 - alexcrichton:remove-deprecated, r=aturon
bors
-75
/
+0
2016-05-30
std: Clean out old unstable + deprecated APIs
Alex Crichton
-75
/
+0
2016-05-30
Prevent the borrow counter from overflowing in `Ref::clone`
Tobias Bucher
-1
/
+3
2016-05-12
Auto merge of #33306 - vadixidav:master, r=alexcrichton
bors
-1
/
+73
2016-05-06
Add `get_mut` methods to the `RefCell` and `Cell`
Tobias Bucher
-0
/
+24
2016-05-01
change unstable to stable on traits and set version properly
Geordon Worley
-4
/
+4
2016-05-01
fix implementation of Ord for Cell<T> and RefCell<T> where T: Ord
Geordon Worley
-1
/
+73
2016-04-15
Auto merge of #32785 - tbu-:pr_more_defaults, r=alexcrichton
bors
-0
/
+7
2016-04-15
Implement `Default` for more types in the standard library
Tobias Bucher
-0
/
+7
2016-04-05
Remove strange names created by lack of privacy-conscious name lookup
Tobias Bucher
-39
/
+35
2016-04-02
Rollup merge of #32652 - VFLashM:refcell_ref_coercion, r=alexcrichton
Manish Goregaokar
-2
/
+8
2016-03-31
added missing refcell ref/refmut coercions to unsized
Валерий Лашманов
-2
/
+8
2016-03-28
Remove `unsafe` qualifier from `RefCell::as_unsafe_cell`
Tobias Bucher
-6
/
+2
2016-03-07
Fix some line lengths
Simon Sapin
-2
/
+4
2016-03-07
"can be built on Ref::map"… how?
Simon Sapin
-2
/
+2
2016-03-01
Explicitly opt out of `Sync` for `cell` and `mpsc` types
Andrew Paseltiner
-0
/
+6
2016-02-29
std: Stabilize APIs for the 1.8 release
Alex Crichton
-7
/
+4
2016-01-25
RefCell::borrow_mut example should demonstrate mut
Corey Farwell
-1
/
+3
2015-11-18
Add missing annotations and some tests
Vadim Petrochenkov
-0
/
+1
2015-11-12
libcore: deny warnings in doctests
Kevin Butler
-0
/
+3
2015-11-06
Remove stability annotations from trait impl items
Vadim Petrochenkov
-2
/
+0
2015-10-23
Unsafety -> Safety in doc headings
Steve Klabnik
-2
/
+2
2015-10-21
Remove obsolete note about `UnsafeCell`'s fields
Andrew Paseltiner
-5
/
+1
2015-10-08
typos: fix a grabbag of typos all over the place
Cristi Cobzarenco
-2
/
+2
2015-09-03
Elide lifetimes in libcore
Manish Goregaokar
-7
/
+7
2015-08-15
core: Fill out issues for unstable features
Alex Crichton
-9
/
+14
2015-08-12
Remove all unstable deprecated functionality
Alex Crichton
-27
/
+1
2015-07-27
Show appropriate feature flags in docs
Steve Klabnik
-2
/
+4
2015-07-17
Remove confusing 'mutability root' term
Steve Klabnik
-7
/
+7
2015-06-17
Fallout in tests and docs from feature renamings
Alex Crichton
-1
/
+1
2015-06-17
core: Split apart the global `core` feature
Alex Crichton
-22
/
+28
2015-06-04
Doc-comment fix; trait names are capitalized
Corey Farwell
-2
/
+2
2015-06-02
Auto merge of #25867 - petrochenkov:ucellv, r=alexcrichton
bors
-1
/
+8
2015-05-30
Deprecate UnsafeCell::value
petrochenkov
-1
/
+8
2015-05-29
Auto merge of #25747 - SimonSapin:map_ref, r=alexcrichton
bors
-4
/
+152
2015-05-29
Add map and filter_map associated functions to std::cell::Ref and RefMut
Simon Sapin
-1
/
+132
2015-05-28
Auto merge of #25744 - SimonSapin:cell-eq, r=alexcrichton
bors
-2
/
+8
2015-05-28
Move std::cell::clone_ref to a clone associated function on std::cell::Ref
Simon Sapin
-3
/
+20
2015-05-28
Rollup merge of #25726 - nham:cell_docs, r=alexcrichton
Manish Goregaokar
-4
/
+4
2015-05-27
Use `const fn` to abstract away the contents of UnsafeCell & friends.
Eduard Burtescu
-3
/
+3
2015-05-24
Implement Eq for Cell and RefCell.
Simon Sapin
-2
/
+8
2015-05-22
docs: Improve descriptions for some methods in core::cell.
Nick Hamann
-4
/
+4
2015-05-13
Rebasing
Nick Cameron
-1
/
+0
2015-05-09
Convert #[lang="..."] to #[lang = "..."]
Nick Hamann
-1
/
+1
2015-05-09
Please the `make tidy`
Barosl Lee
-1
/
+2
2015-05-09
Squeeze the last bits of `task`s in documentation in favor of `thread`
Barosl Lee
-2
/
+2
[next]