| Age | Commit message (Expand) | Author | Lines |
| 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 | native: Fix a possible deadlock in spawn | Alex Crichton | -107/+105 |
| 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 | syntax: allow `trace_macros!` and `log_syntax!` in item position. | Huon Wilson | -36/+92 |
| 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 |
| 2014-03-21 | test: Make manual changes to deal with the fallout from removal of | Patrick Walton | -1311/+1435 |
| 2014-03-21 | test: Automatically remove all `~[T]` from tests. | Patrick Walton | -642/+628 |
| 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 | -74/+11 |
| 2014-03-20 | std: Rename {push,read}_bytes to {push,read}_exact | Alex Crichton | -20/+21 |
| 2014-03-20 | syntax: Tidy up parsing the new attribute syntax | Alex Crichton | -54/+56 |
| 2014-03-20 | Added new attribute syntax with backward compatibility. | Daniel Fagnan | -11/+98 |
| 2014-03-21 | syntax: make OptVec immutable. | Huon Wilson | -126/+79 |
| 2014-03-20 | std: Update atomic documentation to remove 'mut' | Alex Crichton | -23/+23 |
| 2014-03-20 | auto merge of #13023 : thestinger/rust/deep_clone, r=alexcrichton | bors | -4/+4 |
| 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 | -193/+170 |
| 2014-03-20 | Register new snapshots | Alex Crichton | -160/+27 |
| 2014-03-20 | auto merge of #13020 : alexcrichton/rust/vec, r=brson | bors | -231/+12 |
| 2014-03-20 | std: Make atomics immutable. #11583 | Brian Anderson | -71/+1093 |
| 2014-03-20 | Removing imports of std::vec_ng::Vec | Alex Crichton | -230/+10 |
| 2014-03-20 | rustc: Default the ~[] lint to allow for now | Alex Crichton | -1/+1 |
| 2014-03-20 | std: Add Vec to the prelude | Alex Crichton | -0/+1 |
| 2014-03-20 | auto merge of #13017 : alexcrichton/rust/issue-13010, r=huonw | bors | -19/+60 |
| 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 | -267/+500 |
| 2014-03-20 | auto merge of #12980 : cmr/rust/overhaul-stdio, r=thestinger | bors | -1/+7 |