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-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
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
[prev]
[next]