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
/
src
/
libcore
/
cell.rs
Age
Commit message (
Expand
)
Author
Lines
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
2015-05-02
Make `UnsafeCell`, `RefCell`, `Mutex`, and `RwLock` accept DSTs
P1start
-27
/
+32
2015-04-28
Register new snapshots
Tamir Duberstein
-2
/
+0
2015-04-26
IMO better borrow_mut() documentation on RefCell
gareins
-1
/
+1
2015-04-13
pluralize doc comment verbs and add missing periods
Andrew Paseltiner
-5
/
+5
2015-04-01
fallout from feature-gating unary negation on unsigned integers.
Felix S. Klock II
-1
/
+1
2015-03-31
std: Clean out #[deprecated] APIs
Alex Crichton
-34
/
+0
2015-03-25
Change lint names to plurals
Nick Cameron
-1
/
+1
2015-03-25
Add trivial cast lints.
Nick Cameron
-1
/
+5
2015-03-23
Add #![feature] attributes to doctests
Brian Anderson
-0
/
+1
2015-03-19
core: Inline most cell methods.
Patrick Walton
-0
/
+21
2015-03-08
Clean up references to opt-out traits
Steve Klabnik
-3
/
+0
2015-02-22
Add negative impls for Sync
Flavio Percoco
-1
/
+3
2015-02-17
Register new snapshots
Alex Crichton
-2
/
+1
2015-02-17
rollup merge of #22435: aturon/final-stab-thread
Alex Crichton
-4
/
+4
2015-02-17
Fallout from stabilization
Aaron Turon
-4
/
+4
2015-02-16
Update `core::cell` for `isize/usize` transition.
Felix S. Klock II
-7
/
+7
2015-02-13
Rename the "unsafe" lang item to "unsafe_cell"
Chris Wong
-1
/
+2
2015-02-09
Fix links to module-level documentation in `std::cell`
Michael Budde
-5
/
+5
2015-02-02
Test fixes and rebase conflicts
Alex Crichton
-1
/
+1
2015-02-01
std: Deprecate RefCell::{try_borrow, try_borrow_mut}
Alex Crichton
-10
/
+45
2015-01-29
Rollup merge of 21663 - tbu-:pr_doc_cell_static_safety, r=alexcrichton
Manish Goregaokar
-6
/
+0
2015-01-27
Merge remote-tracking branch 'rust-lang/master'
Brian Anderson
-84
/
+209
[next]