| Age | Commit message (Expand) | Author | Lines |
| 2014-12-20 | auto merge of #19640 : aliblong/rust/power_of_two_reform, r=Gankro | bors | -16/+11 |
| 2014-12-19 | Reform power_of_two methods for perf increase & semantic change to consider 0... | Aaron Liblong | -16/+11 |
| 2014-12-19 | std: Second pass stabilization of Result<T, E> | Alex Crichton | -54/+90 |
| 2014-12-19 | Register new snapshots | Alex Crichton | -437/+0 |
| 2014-12-19 | libcore: use `#[deriving(Copy)]` | Jorge Aparicio | -151/+57 |
| 2014-12-19 | libcollections: use `#[deriving(Copy)]` | Jorge Aparicio | -2/+1 |
| 2014-12-19 | Allow marker types to have unsized parameters | Kevin Ballard | -10/+20 |
| 2014-12-19 | Modify the `Bytes` type so that it remains cloneable even | Niko Matsakis | -3/+20 |
| 2014-12-18 | clean up ptr docs | Alexis Beingessner | -40/+94 |
| 2014-12-18 | std: Remove public bool,tuple,unit modules | Alex Crichton | -70/+1 |
| 2014-12-18 | libcore: convert unop traits to by value | Jorge Aparicio | -0/+100 |
| 2014-12-18 | librustc: Always parse `macro!()`/`macro![]` as expressions if not | Patrick Walton | -424/+433 |
| 2014-12-17 | Use #[deriving(Copy)] for InvariantLifetime | Jake Goulding | -3/+1 |
| 2014-12-17 | rollup merge of #19942: steveklabnik/doc_std_mem | Alex Crichton | -46/+139 |
| 2014-12-17 | rollup merge of #19902: alexcrichton/second-pass-mem | Alex Crichton | -6/+27 |
| 2014-12-17 | rollup merge of #19885: alexcrichton/char-escape | Alex Crichton | -75/+68 |
| 2014-12-17 | rollup merge of #19873: drewm1980/master | Alex Crichton | -26/+26 |
| 2014-12-17 | rollup merge of #19860: japaric/copy-markers | Alex Crichton | -4/+2 |
| 2014-12-17 | rollup merge of #19849: alexcrichton/second-pass-option | Alex Crichton | -26/+87 |
| 2014-12-17 | rollup merge of #19838: shepmaster/invariant-lifetime-copy | Alex Crichton | -0/+2 |
| 2014-12-17 | rollup merge of #19832: japaric/no-nocopy | Alex Crichton | -19/+9 |
| 2014-12-17 | rollup merge of #19830: mchaput/patch-1 | Alex Crichton | -1/+1 |
| 2014-12-17 | rollup merge of #19827: japaric/clone-uc | Alex Crichton | -0/+135 |
| 2014-12-17 | auto merge of #19800 : sfackler/rust/core-hash, r=alexcrichton | bors | -2/+791 |
| 2014-12-16 | Document std::mem | Steve Klabnik | -46/+139 |
| 2014-12-16 | std: Change escape_unicode to use new escapes | Alex Crichton | -75/+68 |
| 2014-12-16 | auto merge of #19777 : nikomatsakis/rust/warn-on-shadowing, r=acrichto | bors | -9/+9 |
| 2014-12-15 | Move hash module from collections to core | Steven Fackler | -2/+791 |
| 2014-12-15 | std: Second pass stabilization of `default` | Alex Crichton | -3/+14 |
| 2014-12-15 | std: Second-pass stabilization of `mem` | Alex Crichton | -3/+11 |
| 2014-12-16 | auto merge of #19747 : alexcrichton/rust/slice-one-trait, r=brson | bors | -431/+34 |
| 2014-12-15 | auto merge of #19448 : japaric/rust/binops-by-value, r=nikomatsakis | bors | -5/+442 |
| 2014-12-15 | Remove internal uses of `marker::NoCopy` | Jorge Aparicio | -19/+9 |
| 2014-12-15 | Remove all shadowed lifetimes. | Niko Matsakis | -9/+9 |
| 2014-12-15 | rollup merge of #19779: Noctune/master | Brian Anderson | -11/+25 |
| 2014-12-15 | rollup merge of #19710: steveklabnik/gh15449 | Brian Anderson | -3/+3 |
| 2014-12-15 | Standardize some usages of "which" in docstrings | Andrew Wagner | -26/+26 |
| 2014-12-14 | impl `Copy` for `NoSend`/`NoSync` | Jorge Aparicio | -4/+2 |
| 2014-12-14 | std: Collapse SlicePrelude traits | Alex Crichton | -431/+34 |
| 2014-12-14 | std: Fully stabilize Option<T> | Alex Crichton | -26/+87 |
| 2014-12-14 | libcore: make iterator adaptors `Clone`able | Jorge Aparicio | -0/+135 |
| 2014-12-14 | InvariantLifetime is Copy-able | Jake Goulding | -0/+2 |
| 2014-12-14 | Add LLVM's unordered intrinsic to Rust. | Joshua Yanovski | -0/+2 |
| 2014-12-14 | Remove `proc` types/expressions from the parser, compiler, and | Niko Matsakis | -9/+0 |
| 2014-12-14 | Fix mispelling in char.rs error message | mchaput | -1/+1 |
| 2014-12-13 | libcore: fix doctests | Jorge Aparicio | -22/+22 |
| 2014-12-13 | libcore: fix move semantics fallout | Jorge Aparicio | -3/+3 |
| 2014-12-13 | libcore: convert binop traits to by value | Jorge Aparicio | -0/+437 |
| 2014-12-13 | libcore: allow deprecated `valN` methods on doc tests | Jorge Aparicio | -0/+3 |
| 2014-12-13 | Deprecate the `TupleN` traits | Jorge Aparicio | -106/+109 |