| Age | Commit message (Expand) | Author | Lines |
| 2015-02-18 | Replace all uses of `&foo[]` with `&foo[..]` en masse. | Niko Matsakis | -5/+5 |
| 2015-02-18 | std: Stabilize the `hash` module | Alex Crichton | -0/+42 |
| 2015-02-12 | Update metadata to reflect that predicates/schemes/trait-defs are now severed | Niko Matsakis | -33/+36 |
| 2015-02-08 | Auto merge of #21999 - tomjakubowski:rustdoc-fixes, r=alexcrichton | bors | -1/+2 |
| 2015-02-06 | Encode foreign function argument names | Tom Jakubowski | -1/+2 |
| 2015-02-06 | Update to last version, remove "[]" as much as possible | GuillaumeGomez | -3/+3 |
| 2015-02-06 | librustc has been updated | GuillaumeGomez | -9/+9 |
| 2015-02-05 | cleanup: replace `as[_mut]_slice()` calls with deref coercions | Jorge Aparicio | -2/+2 |
| 2015-02-04 | remove all kind annotations from closures | Jorge Aparicio | -1/+1 |
| 2015-02-02 | `for x in xs.into_iter()` -> `for x in xs` | Jorge Aparicio | -1/+1 |
| 2015-02-02 | `for x in xs.iter()` -> `for x in &xs` | Jorge Aparicio | -37/+37 |
| 2015-02-02 | Auto merge of #21647 - alfie:suffix-medium, r=alexcrichton | bors | -1/+1 |
| 2015-02-01 | Separate out the unboxed closure table into two tables, so that we can | Niko Matsakis | -37/+0 |
| 2015-02-01 | More deprecating of i/u suffixes in libraries | Alfie John | -1/+1 |
| 2015-01-30 | Use `#[rustc_paren_sugar]` as a more extensible way of deciding when | Niko Matsakis | -0/+6 |
| 2015-01-29 | Auto merge of #21677 - japaric:no-range, r=alexcrichton | bors | -1/+1 |
| 2015-01-29 | `range(a, b).foo()` -> `(a..b).foo()` | Jorge Aparicio | -1/+1 |
| 2015-01-28 | Remove a custom variant of iter::Cloned. | Ms2ger | -2/+2 |
| 2015-01-26 | std: Rename Writer::write to Writer::write_all | Alex Crichton | -27/+27 |
| 2015-01-26 | Adjust most comments and messages to not use "unboxed". | Eduard Burtescu | -2/+2 |
| 2015-01-26 | Remove "unboxed" attribute in code referring to new closures. | Eduard Burtescu | -24/+18 |
| 2015-01-21 | rustc: fix fallout of merging ast::ViewItem into ast::Item. | Eduard Burtescu | -2/+2 |
| 2015-01-18 | Fix typedef/module name conflicts in the compiler | Alex Crichton | -2/+2 |
| 2015-01-07 | rollup merge of #20721: japaric/snap | Alex Crichton | -49/+49 |
| 2015-01-07 | rollup merge of #20654: alexcrichton/stabilize-hash | Alex Crichton | -4/+5 |
| 2015-01-07 | use slicing sugar | Jorge Aparicio | -49/+49 |
| 2015-01-07 | std: Stabilize the std::hash module | Alex Crichton | -4/+5 |
| 2015-01-07 | Merge pull request #20674 from jbcrail/fix-misspelled-comments | bors | -1/+1 |
| 2015-01-06 | Fix misspelled comments. | Joseph Crail | -1/+1 |
| 2015-01-06 | Register new snapshots | Alex Crichton | -1/+1 |
| 2015-01-06 | rollup merge of #20481: seanmonstar/fmt-show-string | Alex Crichton | -2/+2 |
| 2015-01-07 | fallout | Nick Cameron | -2/+2 |
| 2015-01-06 | core: split into fmt::Show and fmt::String | Sean McArthur | -2/+2 |
| 2015-01-07 | Replace full slice notation with index calls | Nick Cameron | -44/+44 |
| 2015-01-05 | rollup merge of #20482: kmcallister/macro-reform | Alex Crichton | -19/+16 |
| 2015-01-05 | EncodeInlinedItem: convert to "unboxed" closures | Jorge Aparicio | -4/+3 |
| 2015-01-05 | Reformat metadata for exported macros | Keegan McAllister | -19/+16 |
| 2015-01-04 | Add syntax for negative implementations of traits | Flavio Percoco | -2/+11 |
| 2015-01-03 | sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rs | Jorge Aparicio | -1/+1 |
| 2015-01-03 | sed -i -s 's/\bmod,/self,/g' **/*.rs | Jorge Aparicio | -2/+2 |
| 2015-01-03 | rustc: fix fallout | Jorge Aparicio | -1/+1 |
| 2015-01-02 | rollup merge of #20385: nick29581/x-object | Alex Crichton | -5/+4 |
| 2015-01-01 | auto merge of #20363 : japaric/rust/moar-uc, r=nmatsakis | bors | -1/+1 |
| 2014-12-31 | rustc: unbox closures used in let bindings | Jorge Aparicio | -1/+1 |
| 2015-01-01 | Fix a bug with cross-crate trait impls | Nick Cameron | -5/+4 |
| 2015-01-01 | auto merge of #20374 : nikomatsakis/rust/assoc-types, r=nikomatsakis | bors | -0/+1 |
| 2014-12-31 | Incorporate fix from japaric for cross-crate ICE | Niko Matsakis | -0/+1 |
| 2014-12-30 | Fallout from stabilization | Aaron Turon | -1/+1 |
| 2014-12-30 | Encode the TypeScheme for associated types | Niko Matsakis | -0/+3 |
| 2014-12-30 | Patch more metadata decoding problems. | Niko Matsakis | -1/+2 |