| Age | Commit message (Expand) | Author | Lines |
| 2014-03-22 | auto merge of #13087 : eddyb/rust/fix-autoderef, r=cmr | bors | -85/+264 |
| 2014-03-23 | Implement cross-crate support for autoderef. | Eduard Burtescu | -20/+147 |
| 2014-03-22 | auto merge of #13085 : edwardw/rust/saddest-cell, r=cmr | bors | -11/+10 |
| 2014-03-22 | Implement vtable support for autoderef. | Eduard Burtescu | -66/+118 |
| 2014-03-22 | auto merge of #13084 : Havvy/rust/master, r=alexcrichton | bors | -7/+7 |
| 2014-03-22 | auto merge of #13076 : FlaPer87/rust/remove-freeze, r=alexcrichton | bors | -224/+72 |
| 2014-03-22 | Unindent stringifier() in tasks guide | Ryan Scheel (Havvy) | -7/+7 |
| 2014-03-23 | Get rid of @Cell | Edward Wang | -11/+10 |
| 2014-03-22 | auto merge of #12995 : Kroisse/rust/vec_ng_mut_slices, r=alexcrichton | bors | -0/+122 |
| 2014-03-23 | Add Vec::mut_slice_from(), mut_slice_to(), and mut_split_at() | Eunchong Yu | -0/+122 |
| 2014-03-22 | auto merge of #13053 : alexcrichton/rust/removing-ref-cell-get, r=huonw | bors | -2639/+1587 |
| 2014-03-22 | rustuv: Remove usage of get() | Alex Crichton | -6/+3 |
| 2014-03-22 | rustc: Remove all usage of manual deref() | Alex Crichton | -68/+61 |
| 2014-03-22 | test: Fix fallout of removing get() | Alex Crichton | -12/+12 |
| 2014-03-22 | rustdoc: Fix fallout of removing get() | Alex Crichton | -7/+5 |
| 2014-03-22 | rustc: Fix fallout of removing get() | Alex Crichton | -2312/+1343 |
| 2014-03-22 | arena: Fix fallout of removing get() | Alex Crichton | -2/+2 |
| 2014-03-22 | syntax: Fix fallout of removing get() | Alex Crichton | -209/+159 |
| 2014-03-22 | std: Remove the get() method from RefCell wrappers | Alex Crichton | -27/+6 |
| 2014-03-22 | auto merge of #13078 : klutzy/rust/issue-13075, r=alexcrichton | bors | -3/+8 |
| 2014-03-22 | std::os: Handle FormatMessage failure | klutzy | -3/+8 |
| 2014-03-22 | doc: Remove Freeze / NoFreeze from docs | Flavio Percoco | -29/+14 |
| 2014-03-22 | test: Remove Freeze / NoFreeze from tests | Flavio Percoco | -117/+32 |
| 2014-03-22 | std: Remove the Freeze kind and the NoFreeze marker | Flavio Percoco | -15/+1 |
| 2014-03-22 | cell: Remove Freeze / NoFreeze | Flavio Percoco | -10/+6 |
| 2014-03-22 | std::comm: Remove Freeze / NoFreeze | Flavio Percoco | -6/+4 |
| 2014-03-22 | sync: Remove Freeze / NoFreeze | Flavio Percoco | -13/+11 |
| 2014-03-22 | arena: Remove Freeze / NoFreeze | Flavio Percoco | -3/+0 |
| 2014-03-22 | rustc: Remove special treatment for Freeze and NoFreeze | Flavio Percoco | -31/+4 |
| 2014-03-22 | auto merge of #13062 : mbrubeck/rust/doc-edit, r=alexcrichton | bors | -1/+1 |
| 2014-03-22 | auto merge of #13052 : sfackler/rust/clean-refcell, r=alexcrichton | bors | -90/+23 |
| 2014-03-22 | auto merge of #12907 : alexcrichton/rust/issue-12892, r=brson | bors | -20/+21 |
| 2014-03-21 | auto merge of #13051 : alexcrichton/rust/issue-13047, r=thestinger | bors | -1/+2 |
| 2014-03-21 | auto merge of #13036 : alexcrichton/rust/atomics, r=alexcrichton | bors | -206/+1153 |
| 2014-03-21 | auto merge of #13016 : huonw/rust/new-opt-vec, r=cmr | bors | -451/+369 |
| 2014-03-21 | auto merge of #12833 : alexcrichton/rust/libnative, r=brson | bors | -239/+280 |
| 2014-03-21 | auto merge of #13043 : alexcrichton/rust/fix-rustdoc-windows, r=brson | bors | -3/+13 |
| 2014-03-22 | Migrate all users of opt_vec to owned_slice, delete opt_vec. | Huon Wilson | -340/+162 |
| 2014-03-21 | Copy-edit a sentence about borrowing references | Matt Brubeck | -1/+1 |
| 2014-03-21 | rand: Fix a bug acquiring a context on windows | Alex Crichton | -1/+39 |
| 2014-03-21 | rand: Rewrite OsRng in Rust for windows | Alex Crichton | -155/+112 |
| 2014-03-21 | rustc: Switch defaults from libgreen to libnative | Alex Crichton | -84/+130 |
| 2014-03-21 | rustdoc: Fix file locking on windows | Alex Crichton | -3/+13 |
| 2014-03-21 | auto merge of #13056 : huonw/rust/devecing-tests, r=pnkfelix | bors | -2027/+1897 |
| 2014-03-22 | syntax: add the OwnedSlice vector wrapper. | Huon Wilson | -0/+143 |
| 2014-03-22 | Add #[deny(deprecated_owned_vector)] to several modules. | Huon Wilson | -6/+13 |
| 2014-03-22 | getopts: remove all uses of `~[]`. | Huon Wilson | -11/+11 |
| 2014-03-22 | Remove nearly all uses of `~[]` from libtest. | Huon Wilson | -27/+24 |
| 2014-03-22 | Remove outdated and unnecessary std::vec_ng::Vec imports. | Huon Wilson | -273/+26 |
| 2014-03-21 | Rewrite rc::Rc using cell::Cell | Edward Wang | -42/+65 |