| Age | Commit message (Expand) | Author | Lines |
| 2017-03-23 | Rollup merge of #40668 - cramertj:on-demandify-more, r=nikomatsakis | Corey Farwell | -0/+1 |
| 2017-03-22 | Rollup merge of #40678 - michaelwoerister:dmi-prep, r=nikomatsakis | Corey Farwell | -1/+1 |
| 2017-03-23 | save-analysis: allow clients to get data directly without writing to a file | Nick Cameron | -6/+5 |
| 2017-03-22 | Move Fingerprint to rustc::ich::Fingerprint. | Michael Woerister | -1/+1 |
| 2017-03-21 | Teach rustc --emit=mir | Jake Goulding | -0/+7 |
| 2017-03-20 | On-demandify associated item retrieval | Taylor Cramer | -0/+1 |
| 2017-03-18 | move the drop expansion code to rustc_mir | Ariel Ben-Yehuda | -2/+1 |
| 2017-03-12 | Improve wording in the -{W,A,F,D} options | Tobias Schottdorf | -1/+1 |
| 2017-03-12 | Auto merge of #40446 - arielb1:rollup, r=alexcrichton | bors | -1/+1 |
| 2017-03-11 | Auto merge of #40220 - jseyfried:ast_macro_def, r=nrc | bors | -3/+0 |
| 2017-03-11 | Rollup merge of #40431 - fsasm:master, r=BurntSushi | Ariel Ben-Yehuda | -1/+1 |
| 2017-03-11 | Auto merge of #39648 - Aatch:mir-inlining-2, r=eddyb | bors | -0/+1 |
| 2017-03-10 | Rollup merge of #40336 - alexcrichton:fast-dep-info, r=nrc | Alex Crichton | -0/+4 |
| 2017-03-10 | rustc: Whitelist the FMA target feature | Fabjan Sukalia | -1/+1 |
| 2017-03-10 | rustc: Exit quickly on only `--emit dep-info` | Alex Crichton | -0/+4 |
| 2017-03-10 | Remove ability for plugins to register a MIR pass | Simonas Kazlauskas | -2/+1 |
| 2017-03-10 | Refactor out `ast::ItemKind::MacroDef`. | Jeffrey Seyfried | -3/+0 |
| 2017-03-10 | Initial implementation of inlining for MIR | James Miller | -0/+1 |
| 2017-03-03 | Auto merge of #39927 - nikomatsakis:incr-comp-skip-borrowck-2, r=eddyb | bors | -6/+18 |
| 2017-02-28 | Add warning cycle. | Jeffrey Seyfried | -0/+8 |
| 2017-02-28 | remove special-case code for statics and just use `borrowck_fn` | Niko Matsakis | -6/+18 |
| 2017-02-25 | rustc_const_eval: demand that the MIR qualify_consts ran on each evaluated body. | Eduard-Mihai Burtescu | -3/+2 |
| 2017-02-25 | rustc_typeck: rework coherence to be almost completely on-demand. | Eduard-Mihai Burtescu | -1/+1 |
| 2017-02-25 | rustc_typeck: move the leaves (generics, trait_def, adt_def) to on-demand. | Eduard-Mihai Burtescu | -0/+1 |
| 2017-02-25 | rustc: combine BareFnTy and ClosureTy into FnSig. | Eduard-Mihai Burtescu | -5/+7 |
| 2017-02-25 | rustc_typeck: lift CrateCtxt to TyCtxt. | Eduard Burtescu | -13/+11 |
| 2017-02-25 | rustc_mir: expose MIR building through ty::maps::Provider. | Eduard-Mihai Burtescu | -2/+3 |
| 2017-02-25 | rustc: introduce a query system for type information in ty::maps. | Eduard Burtescu | -1/+10 |
| 2017-02-25 | rustc: consolidate dep-tracked hashmaps in tcx.maps. | Eduard-Mihai Burtescu | -2/+4 |
| 2017-02-17 | Auto merge of #39752 - keeperofdakeys:macro-error, r=keeperofdakeys | bors | -4/+6 |
| 2017-02-16 | Refactor macro resolution errors + add derive macro suggestions | Josh Driver | -4/+6 |
| 2017-02-14 | Auto merge of #38561 - nagisa:rdrandseed, r=alexcrichton | bors | -1/+1 |
| 2017-02-09 | driver: restore partially deleted comment | Alex Burka | -0/+1 |
| 2017-02-05 | Rollup merge of #39439 - king6cong:move, r=alexcrichton | Corey Farwell | -2/+2 |
| 2017-02-04 | Fix test | Andrew Cann | -1/+1 |
| 2017-02-03 | Add warning for () to ! switch | Andrew Cann | -4/+4 |
| 2017-02-03 | add and use rename_or_copy_remove fn that fallback to copy & remove | king6cong | -1/+2 |
| 2017-02-03 | rename other than copy/remove | king6cong | -2/+1 |
| 2017-02-02 | Auto merge of #39402 - king6cong:master, r=nrc | bors | -5/+5 |
| 2017-01-30 | Merge ty::TyBox into ty::TyAdt | Vadim Petrochenkov | -7/+4 |
| 2017-01-30 | unify time_passes argument passing | king6cong | -4/+4 |
| 2017-01-30 | doc comment reword | king6cong | -1/+1 |
| 2017-01-26 | rustc: don't call the HIR AST. | Eduard-Mihai Burtescu | -87/+69 |
| 2017-01-26 | rustc: rename TyCtxt's `map` field to `hir`. | Eduard-Mihai Burtescu | -11/+11 |
| 2017-01-25 | rename `Tables` to `TypeckTables` | Niko Matsakis | -2/+2 |
| 2017-01-22 | better comment wording | king6cong | -1/+1 |
| 2017-01-22 | Remove unused `extern crate`s. | Jeffrey Seyfried | -2/+0 |
| 2017-01-22 | Warn on unused `#[macro_use]` imports. | Jeffrey Seyfried | -1/+0 |
| 2017-01-20 | Rollup merge of #39142 - nikomatsakis:issue-38973, r=brson | Alex Crichton | -16/+28 |
| 2017-01-20 | Rollup merge of #39118 - jseyfried:token_tree_based_parser, r=nrc | Alex Crichton | -4/+4 |