| Age | Commit message (Expand) | Author | Lines |
| 2014-03-22 | auto merge of #13076 : FlaPer87/rust/remove-freeze, r=alexcrichton | bors | -31/+11 |
| 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 | -43/+20 |
| 2014-03-22 | std: Add an I/O reader method to fill a buffer | Alex Crichton | -7/+38 |
| 2014-03-22 | rustc: Remove all usage of manual deref() | Alex Crichton | -17/+15 |
| 2014-03-22 | std: Remove the get() method from RefCell wrappers | Alex Crichton | -27/+6 |
| 2014-03-22 | std::os: Handle FormatMessage failure | klutzy | -3/+8 |
| 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 | auto merge of #13052 : sfackler/rust/clean-refcell, r=alexcrichton | bors | -83/+16 |
| 2014-03-22 | auto merge of #12907 : alexcrichton/rust/issue-12892, r=brson | bors | -18/+19 |
| 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 | -137/+1110 |
| 2014-03-21 | auto merge of #13016 : huonw/rust/new-opt-vec, r=cmr | bors | -0/+13 |
| 2014-03-22 | Migrate all users of opt_vec to owned_slice, delete opt_vec. | Huon Wilson | -0/+13 |
| 2014-03-21 | rustc: Switch defaults from libgreen to libnative | Alex Crichton | -0/+10 |
| 2014-03-21 | auto merge of #13056 : huonw/rust/devecing-tests, r=pnkfelix | bors | -18/+21 |
| 2014-03-21 | Rewrite rc::Rc using cell::Cell | Edward Wang | -34/+65 |
| 2014-03-21 | libstd: Add some methods to `Vec<T>`. | Patrick Walton | -18/+21 |
| 2014-03-20 | Clean up marker types and Unsafe initialization | Steven Fackler | -16/+12 |
| 2014-03-20 | std: Implement Clone/TotalEq for ProcessExit | Alex Crichton | -1/+2 |
| 2014-03-20 | Remove RefCell::{with, with_mut} | Steven Fackler | -67/+4 |
| 2014-03-20 | std: Rename {push,read}_bytes to {push,read}_exact | Alex Crichton | -18/+19 |
| 2014-03-20 | std: Update atomic documentation to remove 'mut' | Alex Crichton | -23/+23 |
| 2014-03-20 | std: Remove AtomicU64 | Brian Anderson | -52/+0 |
| 2014-03-20 | std: Make the generic atomics in `sync::atomics` private | Brian Anderson | -10/+10 |
| 2014-03-20 | std: Make the generic atomics take unsafe pointers | Brian Anderson | -124/+127 |
| 2014-03-20 | Register new snapshots | Alex Crichton | -95/+4 |
| 2014-03-20 | std: Make atomics immutable. #11583 | Brian Anderson | -42/+1064 |
| 2014-03-20 | Removing imports of std::vec_ng::Vec | Alex Crichton | -1/+0 |
| 2014-03-20 | std: Add Vec to the prelude | Alex Crichton | -0/+1 |
| 2014-03-20 | auto merge of #13015 : tbu-/rust/pr_remove_immut, r=alexcrichton | bors | -6/+0 |
| 2014-03-20 | auto merge of #12686 : FlaPer87/rust/shared, r=nikomatsakis | bors | -76/+210 |
| 2014-03-20 | auto merge of #12980 : cmr/rust/overhaul-stdio, r=thestinger | bors | -1/+7 |
| 2014-03-20 | A couple of fixes to vec_ng docs | Steven Fackler | -14/+24 |
| 2014-03-20 | Make atomics interior Unsafe<T> | Flavio Percoco | -50/+60 |
| 2014-03-20 | Let ArcData use Unsafe<T> | Flavio Percoco | -5/+8 |
| 2014-03-20 | Make Cell and RefCell use Unsafe<T> | Flavio Percoco | -14/+19 |
| 2014-03-20 | Add Unsafe<T> type | Flavio Percoco | -0/+82 |
| 2014-03-20 | Make `Rc`, `Cell` and `RefCell` NoShare | Flavio Percoco | -7/+18 |
| 2014-03-20 | Add a Share kind | Flavio Percoco | -1/+24 |
| 2014-03-20 | rename std::vec_ng -> std::vec | Daniel Micay | -19/+22 |
| 2014-03-20 | rename std::vec -> std::slice | Daniel Micay | -154/+152 |
| 2014-03-19 | std: io: flush stdout on stdin read from tty | Corey Richardson | -1/+7 |
| 2014-03-19 | Remove std::cast::transmute_immut_unsafe | Tobias Bucher | -6/+0 |
| 2014-03-19 | auto merge of #12982 : brson/rust/optiondocs, r=alexcrichton | bors | -20/+170 |
| 2014-03-19 | auto merge of #12955 : sfackler/rust/vec_ng-doc, r=alexcrichton | bors | -30/+608 |
| 2014-03-18 | Docify std::vec_ng | Steven Fackler | -30/+608 |