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-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
2014-12-15
std: Second pass stabilization of `default`
Alex Crichton
-2
/
+4
2014-12-15
Remove internal uses of `marker::NoCopy`
Jorge Aparicio
-2
/
+0
2014-12-05
Utilize fewer reexports
Corey Farwell
-1
/
+2
2014-11-30
Simplify `RefCell` code a bit, make `deref` a no-op.
Tobias Bucher
-43
/
+75
2014-11-23
Rename unwrap functions to into_inner
Alex Crichton
-4
/
+12
2014-11-20
Add comment on why `RefCell::unwrap` is safe
Tobias Bucher
-0
/
+3
2014-11-16
rollup merge of #18970: aturon/fixup-stable
Jakub Bukaj
-1
/
+3
2014-11-16
rollup merge of #18960: stepancheg/cell-default
Jakub Bukaj
-0
/
+15
2014-11-14
libs: fix #[stable] inheritance fallout
Aaron Turon
-1
/
+3
2014-11-14
impl Default for Cell and RefCell
Stepan Koltsov
-0
/
+15
2014-11-12
Fix remaining documentation to reflect fail!() -> panic!()
Barosl Lee
-4
/
+4
2014-10-29
Rename fail! to panic!
Steve Klabnik
-4
/
+4
2014-10-24
Add as_unsafe_cell() for Cell and RefCell
Keegan McAllister
-0
/
+22
2014-10-09
core: Convert statics to constants
Alex Crichton
-2
/
+2
2014-08-29
Register new snapshots
Alex Crichton
-20
/
+0
2014-08-28
auto merge of #16664 : aturon/rust/stabilize-option-result, r=alexcrichton
bors
-1
/
+1
2014-08-28
Fallout from stabilizing core::option
Aaron Turon
-1
/
+1
2014-08-27
Implement generalized object and type parameter bounds (Fixes #16462)
Niko Matsakis
-0
/
+20
[next]