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
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
2015-01-27
Auto merge of #21564 - steveklabnik:doc_cell, r=alexcrichton
bors
-85
/
+209
2015-01-26
Remove comment about `UnsafeCell`s and `static`
Tobias Bucher
-6
/
+0
2015-01-25
Merge remote-tracking branch 'rust-lang/master'
Brian Anderson
-4
/
+4
2015-01-25
Merge remote-tracking branch 'rust-lang/master'
Brian Anderson
-0
/
+4
2015-01-25
Moving away from deprecated i/u suffixes in libcore
Alfie John
-4
/
+4
2015-01-23
grandfathered -> rust1
Brian Anderson
-29
/
+29
2015-01-23
Set unstable feature names appropriately
Brian Anderson
-6
/
+6
2015-01-23
Improve libcore/cell.rs docs
Steve Klabnik
-85
/
+209
2015-01-21
Remove 'since' from unstable attributes
Brian Anderson
-6
/
+6
2015-01-21
Add 'feature' and 'since' to stability attributes
Brian Anderson
-35
/
+36
2015-01-21
Explain that RefCell is single-threaded.
Steve Klabnik
-0
/
+4
2015-01-17
Evaluate # fn in docs
Steve Klabnik
-1
/
+0
2015-01-16
Docs fallout
Flavio Percoco
-2
/
+3
2015-01-08
Improvements to feature staging
Brian Anderson
-3
/
+3
2015-01-06
rollup merge of #20607: nrc/kinds
Alex Crichton
-2
/
+2
2015-01-07
markers -> marker
Nick Cameron
-3
/
+3
2015-01-06
core: split into fmt::Show and fmt::String
Sean McArthur
-11
/
+0
2015-01-07
Change `std::kinds` to `std::markers`; flatten `std::kinds::marker`
Nick Cameron
-3
/
+3
2015-01-05
Stabilization of impls and fallout from stabilization
Aaron Turon
-3
/
+3
2015-01-03
Remove deprecated functionality
Alex Crichton
-8
/
+0
2015-01-02
rollup merge of #20410: japaric/assoc-types
Alex Crichton
-3
/
+7
2015-01-02
core: use assoc types in `Deref[Mut]`
Jorge Aparicio
-3
/
+7
2015-01-01
std: Second pass stabilization of sync
Alex Crichton
-0
/
+2
2015-01-01
Add some impls of Show (RefCell, Weak, some resolve types)
Nick Cameron
-0
/
+11
2014-12-30
Stabilize cmp
Aaron Turon
-2
/
+2
2014-12-29
Implement Send for Cell and RefCell
Steven Fackler
-5
/
+7
2014-12-21
rollup merge of #20070: aturon/stab-2-clone
Alex Crichton
-2
/
+2
2014-12-20
Stabilize clone
Aaron Turon
-2
/
+2
2014-12-19
Stabilize cell
Aaron Turon
-19
/
+13
2014-12-17
rollup merge of #19902: alexcrichton/second-pass-mem
Alex Crichton
-2
/
+4
[next]