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
/
libstd
/
cell.rs
Age
Commit message (
Expand
)
Author
Lines
2012-10-04
Remove by-copy mode from std, mostly
Tim Chevalier
-1
/
+1
2012-10-03
Remove uses of + mode from libstd
Tim Chevalier
-3
/
+3
2012-09-28
De-export std::{bitv, cell, timer}. Part of #3583.
Graydon Hoare
-3
/
+3
2012-09-28
std: Eliminate deprecated patterns
Brian Anderson
-1
/
+0
2012-09-11
Make moves explicit in arguments
Tim Chevalier
-1
/
+1
2012-09-10
Make remaining moves explicit in libstd
Tim Chevalier
-2
/
+2
2012-09-07
Convert field terminators to commas. Stop parsing semis.
Brian Anderson
-1
/
+1
2012-09-01
Confirm demode of cell.rs
Kevin Cantu
-0
/
+2
2012-08-26
Camel case the option type
Brian Anderson
-5
/
+5
2012-08-20
new region inference, seperate infer into modules, improve error msgs
Niko Matsakis
-4
/
+5
2012-08-16
libstd: Add a function to borrow a cell
Patrick Walton
-1
/
+8
2012-08-12
std: Add tests for cell. Fix a logic error
Brian Anderson
-4
/
+32
2012-08-12
std: Add cell to the std crate and make it build
Brian Anderson
-4
/
+3
2012-08-09
libstd: Implement cells as a nicer replacement for the option dance
Patrick Walton
-0
/
+42