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
2014-05-25
Paper over privacy issues with Deref by changing field names.
Huon Wilson
-14
/
+18
2014-05-23
auto merge of #14359 : brson/rust/minordoc, r=alexcrichton
bors
-2
/
+1
2014-05-23
Minor library doc copyediting
Brian Anderson
-2
/
+1
2014-05-22
auto merge of #14357 : huonw/rust/spelling, r=pnkfelix
bors
-2
/
+2
2014-05-22
libcore: Remove all uses of `~str` from `libcore`.
Patrick Walton
-2
/
+3
2014-05-22
Spelling/doc formatting fixes.
Huon Wilson
-2
/
+2
2014-05-20
Address review comments
Brian Anderson
-4
/
+4
2014-05-20
core: Convert TODOs to FIXMEs
Brian Anderson
-4
/
+4
2014-05-20
core: Improve docs for cell
Brian Anderson
-1
/
+151
2014-05-15
core: Update all tests for fmt movement
Alex Crichton
-1
/
+1
2014-05-15
Implement cell::clone_ref
Keegan McAllister
-0
/
+34
2014-05-07
std: Small doc tweaks
Brian Anderson
-1
/
+1
2014-05-07
core: Get coretest working
Alex Crichton
-7
/
+7
2014-05-07
core: Inherit the cell module
Alex Crichton
-0
/
+310
2013-05-22
libstd: Rename libcore to libstd and libstd to libextra; update makefiles.
Patrick Walton
-136
/
+0
2013-05-19
Use assert_eq! rather than assert! where possible
Corey Richardson
-2
/
+2
2013-05-15
rc: fix tests
Daniel Micay
-0
/
+7
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
[prev]