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
2013-05-14
Use static string with fail!() and remove fail!(fmt!())
Björn Steinbrink
-2
/
+2
2013-05-12
librustc: Make `self` and `static` into keywords
Patrick Walton
-6
/
+6
2013-05-10
Stop using the '<->' operator
Alex Crichton
-3
/
+2
2013-05-07
auto merge of #6251 : thestinger/rust/non_owned, r=pcwalton
bors
-0
/
+1
2013-05-05
mark Cell as non-Const with #[mutable]
Daniel Micay
-0
/
+1
2013-04-30
allover: numerous unused muts etc
Niko Matsakis
-2
/
+2
2013-04-22
auto merge of #5966 : alexcrichton/rust/issue-3083, r=graydon
bors
-1
/
+1
2013-04-22
cell: public field is unsafe
Daniel Micay
-1
/
+1
2013-04-20
core: remove unused 'mut' variables
Alex Crichton
-1
/
+1
2013-04-04
Add cell#with_mut_ref for handling mutable references to the content.
Jack Moffitt
-0
/
+26
2013-04-03
Removing mut fields from vec.rs, at_vec.rs, str.rs, unstable.rs, and cell.rs.
Matthijs Hofstra
-7
/
+5
2013-03-29
librustc: Remove `fail_unless!`
Patrick Walton
-4
/
+4
2013-03-26
option: rm functions that duplicate methods
Daniel Micay
-2
/
+1
2013-03-26
core: Make sure every module at least has a one-line description
Brian Anderson
-3
/
+7
2013-03-22
libcore: Remove `pure` from libcore. rs=depure
Patrick Walton
-4
/
+4
2013-03-18
librustc: Make the compiler ignore purity.
Patrick Walton
-1
/
+12
2013-03-11
Add deriving_eq to Cell.
Josh Matthews
-0
/
+1
2013-03-11
librustc: Replace all uses of `fn()` with `&fn()`. rs=defun
Patrick Walton
-1
/
+1
2013-03-07
librustc: Convert all uses of `assert` over to `fail_unless!`
Patrick Walton
-4
/
+4
2013-03-04
De-implicit-self libcore
Ben Striegel
-4
/
+4
2013-02-28
librustc: Mark all type implementations public. rs=impl-publicity
Patrick Walton
-1
/
+1
2013-02-26
libcore: Move Cell to core and de-~mut core and std
Patrick Walton
-0
/
+90