| Age | Commit message (Expand) | Author | Lines |
| 2020-08-03 | Rollup merge of #75054 - cjgillot:rename-depkind, r=petrochenkov | Yuki Okushi | -1/+1 |
| 2020-08-02 | Rename rustc_middle::cstore::DepKind to DependencyKind. | Camille GILLOT | -1/+1 |
| 2020-07-22 | Normalize opaque types when converting `ParamEnv` to `Reveal::All` | Aaron Hill | -1/+11 |
| 2020-07-21 | Auto merge of #69749 - davidtwco:issue-46477-polymorphization, r=eddyb | bors | -2/+9 |
| 2020-07-20 | Rollup merge of #74376 - lcnr:type-dependent-path-cleanup, r=eddyb | Manish Goregaokar | -1/+5 |
| 2020-07-20 | index: introduce and use `FiniteBitSet` | David Wood | -1/+1 |
| 2020-07-20 | mir: `unused_generic_params` query | David Wood | -0/+7 |
| 2020-07-20 | trait_sel: only test predicates w/ no substs | David Wood | -2/+2 |
| 2020-07-18 | add note to `opt_const_param_of` | Bastian Kauschke | -1/+5 |
| 2020-07-17 | Rename TypeckTables to TypeckResults. | Valentin Lazureanu | -7/+7 |
| 2020-07-15 | Auto merge of #74113 - lcnr:type-dependent-consts-2, r=eddyb | bors | -23/+95 |
| 2020-07-15 | unsafety_check_result_for_const_arg | Bastian Kauschke | -1/+1 |
| 2020-07-15 | improve naming | Bastian Kauschke | -7/+7 |
| 2020-07-15 | cleanup | Bastian Kauschke | -4/+12 |
| 2020-07-15 | update promoted_mir | Bastian Kauschke | -2/+2 |
| 2020-07-15 | update const arg queries | Bastian Kauschke | -18/+18 |
| 2020-07-15 | only call `typeck_tables_of_const_arg` for const args | Bastian Kauschke | -2/+2 |
| 2020-07-15 | const generics work! | Bastian Kauschke | -12/+37 |
| 2020-07-15 | continue mir pipeline | Bastian Kauschke | -13/+14 |
| 2020-07-15 | optimized_mir | Bastian Kauschke | -2/+4 |
| 2020-07-15 | typeck all the tables | Bastian Kauschke | -0/+8 |
| 2020-07-15 | const_eval_resolve | Bastian Kauschke | -0/+9 |
| 2020-07-15 | introduce the query `opt_const_param_of` | Bastian Kauschke | -0/+19 |
| 2020-07-15 | Change `SymbolName::name` to a `&str`. | Nicholas Nethercote | -1/+1 |
| 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 |