| Age | Commit message (Expand) | Author | Lines |
| 2020-07-10 | Avoid "whitelist" | Tamir Duberstein | -2/+2 |
| 2020-07-02 | Auto merge of #73954 - Manishearth:rollup-8qvh170, r=Manishearth | bors | -2/+4 |
| 2020-06-30 | Switch crate_extern_paths to a query, and tweak wording. | Eric Huss | -0/+4 |
| 2020-06-29 | add spans to injected coverage counters | Rich Kadel | -2/+4 |
| 2020-06-27 | Rollup merge of #73796 - lcnr:LocalDefId, r=matthewjasper | Manish Goregaokar | -13/+13 |
| 2020-06-27 | use LocalDefId in module checking | Bastian Kauschke | -13/+13 |
| 2020-06-26 | Make `fn_arg_names` return `Ident` instead of symbol | Aaron Hill | -1/+1 |
| 2020-06-23 | Rollup merge of #73488 - richkadel:llvm-coverage-map-gen, r=tmandry | Manish Goregaokar | -0/+6 |
| 2020-06-22 | moves coverage data computation from pass to query | Rich Kadel | -1/+1 |
| 2020-06-22 | Address remaining feedback items | Rich Kadel | -1/+1 |
| 2020-06-22 | implemented query for coverage data | Rich Kadel | -0/+6 |
| 2020-06-22 | Revert "Rollup merge of #72389 - Aaron1011:feature/move-fn-self-msg, r=nikoma... | Aaron Hill | -1/+1 |
| 2020-06-20 | Move bounds on associated types to the type | Matthew Jasper | -0/+10 |
| 2020-06-20 | Consider fewer predicates for projection candidates | Matthew Jasper | -0/+7 |
| 2020-06-15 | typeck: Use `LocalDefId`s for the unused trait import set | Vadim Petrochenkov | -1/+1 |
| 2020-06-15 | Rollup merge of #72389 - Aaron1011:feature/move-fn-self-msg, r=nikomatsakis | Ralf Jung | -1/+1 |
| 2020-06-15 | Rollup merge of #71824 - ecstatic-morse:const-check-post-drop-elab, r=oli-obk | Ralf Jung | -0/+6 |
| 2020-06-13 | Add MIR phase and query for drop elaboration | Dylan MacKenzie | -0/+6 |
| 2020-06-12 | Helper method for whether type has structural equality | Dylan MacKenzie | -0/+11 |
| 2020-06-11 | Make `fn_arg_names` return `Ident` instead of symbol | Aaron Hill | -1/+1 |
| 2020-06-09 | Auto merge of #72114 - anyska:vtable-rename, r=nikomatsakis | bors | -1/+1 |
| 2020-06-07 | Use `LocalDefId` directly in `Resolver::export_map` and `module_exports` query | marmeladema | -2/+2 |
| 2020-06-05 | Rename traits::Vtable to ImplSource. | Ana-Maria Mihalache | -1/+1 |
| 2020-05-31 | Add descriptions for all queries | Matthew Jasper | -66/+168 |
| 2020-05-30 | more `LocalDefId`s | Bastian Kauschke | -2/+8 |
| 2020-05-27 | Store `LocalDefId` directly in `rustc_resolve::Resolver` where possible | marmeladema | -2/+4 |
| 2020-05-25 | Rollup merge of #72538 - rakshith-ravi:refactor/remove-const-query, r=oli-obk | Dylan DPC | -8/+0 |
| 2020-05-24 | librustc_middle: Rename upvars query to upvars_mentioned | Aman Arora | -1/+1 |
| 2020-05-24 | Removed all instances of const_field. | Rakshith Ravi | -8/+0 |
| 2020-05-20 | Rename some types describing native libraries | Vadim Petrochenkov | -2/+2 |
| 2020-05-15 | implement type_implments_trait query | csmoe | -0/+6 |
| 2020-05-09 | Rollup merge of #71555 - cjgillot:nameless, r=matthewjasper | Ralf Jung | -2/+2 |
| 2020-05-08 | Remove ast::{Ident, Name} reexports. | Camille GILLOT | -2/+2 |
| 2020-05-07 | Reintegrate chalk using chalk-solve | Jack Huey | -0/+10 |
| 2020-05-01 | Remove leftover chalk types | Jack Huey | -14/+0 |
| 2020-04-28 | Move a few queries to using an arena. | Camille GILLOT | -2/+6 |
| 2020-04-28 | Fix incremental compilation. | Camille GILLOT | -2/+1 |
| 2020-04-28 | Use the query system to allocate. | Camille GILLOT | -45/+63 |
| 2020-04-28 | Introduce ArenaStorage. | Camille GILLOT | -1/+2 |
| 2020-04-27 | Accept `LocalDefId` as key for `check_impl_item_well_formed` query | marmeladema | -1/+3 |
| 2020-04-27 | Accept `LocalDefId` as key for `check_trait_item_well_formed` query | marmeladema | -1/+3 |
| 2020-04-27 | Accept `LocalDefId` as key for `check_item_well_formed` query | marmeladema | -1/+3 |
| 2020-04-27 | Change return type of `entry_fn` query to return a `LocalDefId` | marmeladema | -1/+1 |
| 2020-04-27 | Accept `LocalDefId` as key for `check_mod_privacy` query | marmeladema | -2/+2 |
| 2020-04-27 | Accept `LocalDefId` as key for `lint_mod` query | marmeladema | -2/+2 |
| 2020-04-27 | Accept `LocalDefId` as key for `mir_validated` query | marmeladema | -1/+2 |
| 2020-04-27 | Accept `LocalDefId` as key for `mir_borrowck` query | marmeladema | -5/+4 |
| 2020-04-27 | Return a `FxHashSet<LocalDefId>` from `mir_keys` query | marmeladema | -1/+1 |
| 2020-04-27 | Accept `LocalDefId` as keyt for `names_imported_by_glob_use` | marmeladema | -2/+4 |
| 2020-04-27 | Use `LocalDefId` for `type_param_predicates` query | marmeladema | -2/+2 |