| Age | Commit message (Expand) | Author | Lines |
| 2017-03-23 | Auto merge of #40515 - alexcrichton:tarball-names, r=brson | bors | -8/+16 |
| 2017-03-22 | Rollup merge of #40696 - cramertj:remove-unused-adt-def-code, r=petrochenkov | Corey Farwell | -16/+2 |
| 2017-03-22 | Rollup merge of #40678 - michaelwoerister:dmi-prep, r=nikomatsakis | Corey Farwell | -60/+87 |
| 2017-03-22 | Rollup merge of #40617 - TimNN:dist-update-gcc, r=alexcrichton | Corey Farwell | -5/+8 |
| 2017-03-22 | Rollup merge of #40542 - abonander:issue_40535, r=jseyfried | Corey Farwell | -1/+51 |
| 2017-03-22 | Rollup merge of #40518 - michaelwoerister:hir-id, r=eddyb | Corey Farwell | -859/+1541 |
| 2017-03-22 | Rollup merge of #39891 - shepmaster:emit-mir, r=nikomatsakis | Corey Farwell | -0/+32 |
| 2017-03-22 | Rollup merge of #40732 - petrochenkov:booktidy, r=steveklabnik | Corey Farwell | -0/+0 |
| 2017-03-22 | Rollup merge of #40725 - Cldfire:master, r=estebank | Corey Farwell | -8/+0 |
| 2017-03-22 | Rollup merge of #40723 - SamWhited:e0090_error_explanation, r=estebank | Corey Farwell | -1/+22 |
| 2017-03-22 | Rollup merge of #40722 - stjepang:doc-consistency-fixes, r=steveklabnik | Corey Farwell | -62/+61 |
| 2017-03-22 | Rollup merge of #40692 - SamWhited:consistent_str_docs_punctuation, r=bstrie | Corey Farwell | -1/+1 |
| 2017-03-22 | Rollup merge of #40690 - GuillaumeGomez:fix-iter-docs, r=frewsxcv | Corey Farwell | -3/+3 |
| 2017-03-22 | Rollup merge of #40689 - GuillaumeGomez:rustdoc-associated-type-formatting, r... | Corey Farwell | -5/+33 |
| 2017-03-22 | Rollup merge of #40619 - stjepang:unstable-book-sort-unstable, r=frewsxcv | Corey Farwell | -0/+31 |
| 2017-03-22 | Rollup merge of #40578 - michaelwoerister:shorter-compiletest-stamps, r=alexc... | Corey Farwell | -3/+1 |
| 2017-03-22 | Rollup merge of #40548 - alexcrichton:appveyor-ninja, r=brson | Corey Farwell | -3/+3 |
| 2017-03-22 | Rollup merge of #40523 - durka:patch-38, r=petrochenkov | Corey Farwell | -0/+18 |
| 2017-03-22 | Rollup merge of #40509 - jseyfried:duplicate_check_macro_exports, r=nrc | Corey Farwell | -20/+45 |
| 2017-03-22 | Add 'the' before 'start'/'end' | Stjepan Glavina | -2/+2 |
| 2017-03-22 | Various fixes to wording consistency in the docs | Stjepan Glavina | -62/+61 |
| 2017-03-22 | Allocate numerical values of DefIndexes from two seperate ranges. | Michael Woerister | -72/+237 |
| 2017-03-22 | Introduce HirId, a replacement for NodeId after lowering to HIR. | Michael Woerister | -787/+1286 |
| 2017-03-22 | Implement indexed_vec::Idx for ast::NodeId | Michael Woerister | -0/+11 |
| 2017-03-22 | Add resize() method to IndexVec. | Michael Woerister | -0/+7 |
| 2017-03-22 | Update the book submodule and fix tidy | Vadim Petrochenkov | -0/+0 |
| 2017-03-22 | Address review comments. | Michael Woerister | -3/+14 |
| 2017-03-22 | Move some constants to rustc::ich. | Michael Woerister | -22/+21 |
| 2017-03-22 | Move CachingCodemapView to rustc::ich. | Michael Woerister | -6/+5 |
| 2017-03-22 | Move DefPathHashes to rustc::ich | Michael Woerister | -8/+7 |
| 2017-03-22 | Move Fingerprint to rustc::ich::Fingerprint. | Michael Woerister | -10/+11 |
| 2017-03-22 | Add some missing method impls to MIR region eraser. | Michael Woerister | -1/+18 |
| 2017-03-22 | Support more kinds of Regions in TypeIdHasher. | Michael Woerister | -8/+9 |
| 2017-03-22 | E0090: Expand error message explanation | Sam Whited | -1/+11 |
| 2017-03-21 | Remove duplicate style classes | Cldfire | -8/+0 |
| 2017-03-21 | appveyor: Use Ninja to build LLVM on MinGW | Alex Crichton | -3/+3 |
| 2017-03-22 | Auto merge of #40043 - petrochenkov:objpars, r=nikomatsakis | bors | -267/+294 |
| 2017-03-21 | E0090: Add explanation for error message | Sam Whited | -1/+12 |
| 2017-03-21 | Add warning about volatility of MIR output | Jake Goulding | -0/+3 |
| 2017-03-21 | Teach rustc --emit=mir | Jake Goulding | -0/+29 |
| 2017-03-21 | Auto merge of #40664 - jseyfried:fix_derive_bug, r=nrc | bors | -4/+29 |
| 2017-03-21 | Add docs for sort_unstable to unstable book | Stjepan Glavina | -0/+31 |
| 2017-03-21 | Fix bug in legacy `#[derive]` processing logic. | Jeffrey Seyfried | -4/+29 |
| 2017-03-21 | Make the filenames of .stamp files generated by compiletest shorter. | Michael Woerister | -3/+1 |
| 2017-03-21 | Regression test for rust-lang/rust#40535 | Austin Bonander | -0/+49 |
| 2017-03-21 | Correctly get source for metadata crate type; | Austin Bonander | -1/+2 |
| 2017-03-21 | Remove unused adt_def access by constructor in typeck/collect | Taylor Cramer | -6/+0 |
| 2017-03-21 | Remove unused adt-def insertion by constructor DefIndex | Taylor Cramer | -10/+2 |
| 2017-03-21 | add test for nested macro def (#31946) | Alex Burka | -0/+18 |
| 2017-03-21 | rustbuild: Don't hardcode 'nightly' for Cargo | Alex Crichton | -8/+16 |