| Age | Commit message (Expand) | Author | Lines |
| 2022-02-15 | Overhaul `Const`. | Nicholas Nethercote | -21/+24 |
| 2022-02-15 | Remove unnecessary `RegionKind::` quals. | Nicholas Nethercote | -3/+3 |
| 2022-02-15 | Overhaul `RegionKind` and `Region`. | Nicholas Nethercote | -6/+50 |
| 2022-02-15 | Overhaul `PredicateInner` and `Predicate`. | Nicholas Nethercote | -26/+24 |
| 2022-02-15 | Overhaul `TyS` and `Ty`. | Nicholas Nethercote | -24/+43 |
| 2022-02-15 | Rename `Interned` as `InternedInSet`. | Nicholas Nethercote | -35/+36 |
| 2022-02-11 | skip const eval if we have an error in borrowck | Michael Goulet | -1/+14 |
| 2022-02-11 | Revert "Auto merge of #92007 - oli-obk:lazy_tait2, r=nikomatsakis" | Oli Scherer | -8/+3 |
| 2022-02-10 | Auto merge of #93511 - cjgillot:query-copy, r=oli-obk | bors | -8/+4 |
| 2022-02-09 | Use a slice for object_lifetime_defaults. | Camille GILLOT | -5/+1 |
| 2022-02-09 | Ensure that queries only return Copy types. | Camille GILLOT | -4/+4 |
| 2022-02-09 | Auto merge of #93741 - Mark-Simulacrum:global-job-id, r=cjgillot | bors | -2/+2 |
| 2022-02-08 | Switch QueryJobId to a single global counter | Mark Rousskov | -2/+2 |
| 2022-02-02 | Add backcompat hack to support | Oli Scherer | -3/+8 |
| 2022-01-31 | Auto merge of #93373 - spastorino:def_id_to_hir_id_refactor, r=oli-obk | bors | -2/+0 |
| 2022-01-31 | Rollup merge of #90277 - pierwill:fix-70258-inference-terms, r=jackh726 | Matthias Krüger | -2/+2 |
| 2022-01-27 | Store def_id_to_hir_id as variant in hir_owner. | Camille GILLOT | -2/+0 |
| 2022-01-23 | Auto merge of #93066 - nnethercote:infallible-decoder, r=bjorn3 | bors | -9/+36 |
| 2022-01-22 | Rollup merge of #93147 - nnethercote:interner-cleanups, r=lcnr | Matthias Krüger | -44/+52 |
| 2022-01-22 | Address review comments. | Nicholas Nethercote | -6/+7 |
| 2022-01-22 | Make `Decodable` and `Decoder` infallible. | Nicholas Nethercote | -9/+35 |
| 2022-01-21 | Clarify some code relating to interning and types. | Nicholas Nethercote | -24/+40 |
| 2022-01-21 | Auto merge of #93138 - matthiaskrgr:rollup-m8akifd, r=matthiaskrgr | bors | -2/+5 |
| 2022-01-21 | Make stability interning follow the usual pattern. | Nicholas Nethercote | -20/+12 |
| 2022-01-19 | Show a more informative panic message when `DefPathHash` does not exist | Aaron Hill | -2/+5 |
| 2022-01-18 | intra-doc links | lcnr | -2/+2 |
| 2022-01-18 | change `ct_infer` to a delay_span_bug | lcnr | -3/+17 |
| 2022-01-16 | Rollup merge of #92646 - mdibaiee:76935/pass-by-value, r=lcnr | Matthias Krüger | -0/+1 |
| 2022-01-15 | Reduce use of local_def_id_to_hir_id. | Camille GILLOT | -4/+3 |
| 2022-01-14 | Auto merge of #92681 - Aaron1011:task-deps-ref, r=cjgillot | bors | -3/+9 |
| 2022-01-11 | Store a `Symbol` instead of an `Ident` in `VariantDef`/`FieldDef` | Aaron Hill | -1/+1 |
| 2022-01-09 | feat: pass_by_value lint attribute | Mahdi Dibaiee | -0/+1 |
| 2022-01-09 | rustc_middle: Rename `Export` to `ModChild` and add some comments | Vadim Petrochenkov | -1/+2 |
| 2022-01-08 | Introduce new `TaskDepsRef` enum to track allow/ignore/forbid status | Aaron Hill | -3/+9 |
| 2021-12-28 | rustc_metadata: Encode list of all crate's traits into metadata | Vadim Petrochenkov | -0/+6 |
| 2021-12-20 | Auto merge of #91924 - Aaron1011:serialize-adt-def, r=michaelwoerister | bors | -1/+4 |
| 2021-12-19 | Auto merge of #92099 - matthiaskrgr:rollup-4gwv67m, r=matthiaskrgr | bors | -3/+3 |
| 2021-12-15 | Remove `in_band_lifetimes` from `rustc_middle` | Aaron Hill | -3/+3 |
| 2021-12-15 | Fully serialize AdtDef | Aaron Hill | -1/+4 |
| 2021-12-15 | Remove `SymbolStr`. | Nicholas Nethercote | -2/+2 |
| 2021-12-10 | Use a more accurate `Span` for `'static` obligation from return type | Esteban Kuber | -34/+2 |
| 2021-11-30 | re-format with new rustfmt | Mark Rousskov | -1/+5 |
| 2021-11-28 | Remove eval_always for lib_features. | Camille GILLOT | -5/+0 |
| 2021-11-06 | Improve terminology around "after typeck" | pierwill | -2/+2 |
| 2021-10-20 | Build jump table at runtime. | Camille GILLOT | -1/+1 |
| 2021-10-20 | Merge two query callbacks arrays. | Camille GILLOT | -1/+8 |
| 2021-10-20 | Move def_path_hash_to_def_id to rustc_middle. | Camille GILLOT | -5/+21 |
| 2021-10-18 | Auto merge of #89124 - cjgillot:owner-info, r=michaelwoerister | bors | -7/+3 |
| 2021-10-09 | Forbid hashing HIR outside of indexing. | Camille GILLOT | -6/+1 |
| 2021-10-09 | Store lowering outputs per owner. | Camille GILLOT | -1/+2 |