| Age | Commit message (Expand) | Author | Lines |
| 2020-08-30 | mv compiler to compiler/ | mark | -1551/+0 |
| 2020-08-27 | add projection_ty_from_predicates query | csmoe | -0/+4 |
| 2020-08-20 | Auto merge of #75747 - cuviper:rollup-icke90l, r=cuviper | bors | -2/+2 |
| 2020-08-19 | Fix bad printing of const-eval queries | ThibsG | -2/+2 |
| 2020-08-18 | Typo | Oliver Scherer | -1/+1 |
| 2020-08-18 | Elaborate docs on the `promoted_mir` query | Oliver Scherer | -1/+4 |
| 2020-08-18 | Validate the MIR of all optimizations in the mir-opt directory | Oliver Scherer | -1/+3 |
| 2020-08-16 | Use LocalDefId instead of HirId for reachable_set elements. | Eduard-Mihai Burtescu | -1/+2 |
| 2020-08-13 | merge `as_local_hir_id` with `local_def_id_to_hir_id` | Bastian Kauschke | -1/+1 |
| 2020-08-06 | Auto merge of #75008 - eddyb:rmeta-indexed-trait-impls, r=nikomatsakis | bors | -2/+2 |
| 2020-08-04 | mir: use `FiniteBitSet<u32>` in polymorphization | David Wood | -1/+1 |
| 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-08-01 | rustc_metadata: track the simplified Self type for every trait impl. | Eduard-Mihai Burtescu | -2/+2 |
| 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 |