| Age | Commit message (Expand) | Author | Lines |
| 2017-04-16 | rustc: use monomorphic const_eval for cross-crate enum discriminants. | Eduard-Mihai Burtescu | -0/+2 |
| 2017-04-16 | rustc: expose monomorphic const_eval through on-demand. | Eduard-Mihai Burtescu | -1/+2 |
| 2017-04-15 | rustc: provide adt_sized_constraint as an on-demand query. | Eduard-Mihai Burtescu | -0/+1 |
| 2017-04-13 | use `tcx.crate_name(LOCAL_CRATE)` rather than `LinkMeta::crate_name` | Niko Matsakis | -1/+1 |
| 2017-04-12 | Rollup merge of #41232 - arielb1:mir-rvalues, r=eddyb | Tim Neumann | -6/+2 |
| 2017-04-12 | Rollup merge of #41141 - michaelwoerister:direct-metadata-ich-final, r=nikoma... | Tim Neumann | -0/+1 |
| 2017-04-12 | Rollup merge of #41063 - nikomatsakis:issue-40746-always-exec-loops, r=eddyb | Tim Neumann | -0/+1 |
| 2017-04-12 | ICH: Replace old, transitive metadata hashing with direct hashing approach. | Michael Woerister | -0/+1 |
| 2017-04-11 | Move rvalue checking to MIR | Ariel Ben-Yehuda | -6/+2 |
| 2017-04-07 | Rollup merge of #41056 - michaelwoerister:central-defpath-hashes, r=nikomatsakis | Corey Farwell | -2/+6 |
| 2017-04-07 | ICH: Centrally compute and cache DefPath hashes as part of DefPathTable. | Michael Woerister | -2/+6 |
| 2017-04-07 | Auto merge of #40873 - cramertj:on-demandify-queries, r=nikomatsakis | bors | -0/+1 |
| 2017-04-05 | Properly adjust filenames when multiple emissions | Simonas Kazlauskas | -4/+3 |
| 2017-04-04 | push `borrowck` into its own task | Niko Matsakis | -0/+1 |
| 2017-04-04 | On-demandify reachability | Taylor Cramer | -0/+1 |
| 2017-03-29 | Merge `ExpnId` and `SyntaxContext`. | Jeffrey Seyfried | -2/+2 |
| 2017-03-27 | Rollup merge of #40751 - nrc:save-callback, r=eddyb | Alex Crichton | -4/+1 |
| 2017-03-26 | Auto merge of #40826 - frewsxcv:rollup, r=frewsxcv | bors | -14/+10 |
| 2017-03-26 | Auto merge of #40347 - alexcrichton:rm-liblog, r=brson | bors | -2/+2 |
| 2017-03-23 | convert privacy access levels into a query | Niko Matsakis | -12/+8 |
| 2017-03-23 | Remove internal liblog | Alex Crichton | -2/+2 |
| 2017-03-23 | move `export_map` into the tcx | Niko Matsakis | -3/+3 |
| 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 | -4/+1 |
| 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-11 | Auto merge of #40220 - jseyfried:ast_macro_def, r=nrc | bors | -3/+0 |
| 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: 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-02-28 | Add warning cycle. | Jeffrey Seyfried | -0/+8 |
| 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: move the leaves (generics, trait_def, adt_def) to on-demand. | Eduard-Mihai Burtescu | -0/+1 |
| 2017-02-25 | rustc_typeck: lift CrateCtxt to TyCtxt. | Eduard Burtescu | -10/+8 |
| 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/+8 |
| 2017-02-16 | Refactor macro resolution errors + add derive macro suggestions | Josh Driver | -4/+6 |
| 2017-02-09 | driver: restore partially deleted comment | Alex Burka | -0/+1 |
| 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-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 | -3/+3 |
| 2017-01-26 | rustc: rename TyCtxt's `map` field to `hir`. | Eduard-Mihai Burtescu | -1/+1 |
| 2017-01-20 | Rollup merge of #38842 - abonander:proc_macro_attribute, r=jseyfried | Alex Crichton | -11/+12 |