| Age | Commit message (Expand) | Author | Lines |
| 2023-08-11 | rustc: Move `features` from `Session` to `GlobalCtxt` | Vadim Petrochenkov | -4/+7 |
| 2023-08-09 | rustc: Move `crate_types` from `Session` to `GlobalCtxt` | Vadim Petrochenkov | -2/+2 |
| 2023-08-07 | Store the laziness of type aliases in the DefKind | León Orell Valerian Liehr | -14/+14 |
| 2023-08-03 | Compute variances for lazy type aliases | León Orell Valerian Liehr | -3/+7 |
| 2023-07-30 | Rollup merge of #113741 - compiler-errors:rpitit-projects-to-missing-opaque, ... | Jubilee | -7/+1 |
| 2023-07-30 | Don't install default projection bound for RPITITs | Michael Goulet | -7/+1 |
| 2023-07-30 | inline format!() args up to and including rustc_codegen_llvm | Matthias Krüger | -1/+1 |
| 2023-07-29 | Implement assumed_wf_types for RPITITs' implementations | Michael Goulet | -0/+8 |
| 2023-07-22 | improve debuggability | Lukas Markeffsky | -5/+4 |
| 2023-07-21 | Revert "Auto merge of #113166 - moulins:ref-niches-initial, r=oli-obk" | David Tolnay | -4/+1 |
| 2023-07-21 | add crate-local `-Z reference_niches` unstable flag (does nothing for now) | Moulins | -1/+4 |
| 2023-07-19 | Auto merge of #113865 - Dylan-DPC:rollup-pt960bk, r=Dylan-DPC | bors | -4/+2 |
| 2023-07-19 | Rollup merge of #113754 - cjgillot:simplify-foreign, r=petrochenkov | Dylan DPC | -4/+2 |
| 2023-07-19 | Encode shorthands for spans in metadata. | Camille GILLOT | -13/+48 |
| 2023-07-17 | Do not fetch HIR in native_libs. | Camille GILLOT | -1/+1 |
| 2023-07-17 | Simplify foreign_modules. | Camille GILLOT | -3/+1 |
| 2023-07-17 | Auto merge of #113562 - saethlin:larger-incr-comp-offset, r=nnethercote | bors | -2/+2 |
| 2023-07-14 | Use u64 for incr comp allocation offsets | Ben Kimock | -2/+2 |
| 2023-07-14 | Rollup merge of #113698 - compiler-errors:rpitit-check, r=spastorino | Matthias Krüger | -1/+1 |
| 2023-07-14 | Make it clearer that we're just checking for an RPITIT | Michael Goulet | -1/+1 |
| 2023-07-14 | refactor(rustc_middle): Substs -> GenericArg | Mahdi Dibaiee | -1/+1 |
| 2023-07-12 | Re-format let-else per rustfmt update | Mark Rousskov | -13/+25 |
| 2023-07-08 | Replace RPITIT current impl with new strategy that lowers as a GAT | Santiago Pastorino | -31/+1 |
| 2023-07-04 | Auto merge of #113215 - compiler-errors:rpitit-predicates-tweaks, r=spastorino | bors | -4/+4 |
| 2023-06-30 | reflow comment, not a FIXME i think | Michael Goulet | -4/+4 |
| 2023-06-29 | Encode item bounds for DefKind::ImplTraitPlaceholder | Michael Goulet | -0/+3 |
| 2023-06-28 | Auto merge of #98867 - cjgillot:metaloop, r=oli-obk | bors | -284/+197 |
| 2023-06-27 | Encode impls in encode_impls. | Camille GILLOT | -46/+31 |
| 2023-06-27 | Use instrument macro. | Camille GILLOT | -13/+10 |
| 2023-06-27 | Retire encode_info_for_items. | Camille GILLOT | -83/+33 |
| 2023-06-27 | Encode Impl separately. | Camille GILLOT | -24/+31 |
| 2023-06-27 | Encode Trait info in def-id loop. | Camille GILLOT | -10/+8 |
| 2023-06-27 | Merge assoc_item functions. | Camille GILLOT | -50/+30 |
| 2023-06-27 | Encode fn_sig separately. | Camille GILLOT | -38/+91 |
| 2023-06-26 | Migrate predicates_of and caller_bounds to Clause | Michael Goulet | -6/+0 |
| 2023-06-26 | Use constness query to encode constness. | Camille GILLOT | -7/+1 |
| 2023-06-26 | Encode info for Fn/AssocFn in a single place. | Camille GILLOT | -67/+16 |
| 2023-06-23 | Auto merge of #112891 - oli-obk:impl_trait_in_assoc_tys_cleanup, r=compiler-e... | bors | -2/+2 |
| 2023-06-22 | migrate inferred_outlives_of to Clause | Michael Goulet | -1/+1 |
| 2023-06-22 | Migrate item_bounds to ty::Clause | Michael Goulet | -3/+9 |
| 2023-06-22 | Move `opaque_type_origin_unchecked` onto `TyCtxt` and re-use it where it was ... | Oli Scherer | -2/+2 |
| 2023-06-21 | Rollup merge of #112772 - compiler-errors:clauses-1, r=lcnr | Nilstrieb | -1/+1 |
| 2023-06-19 | Make closure_saved_names_of_captured_variables a query. | Camille GILLOT | -1/+5 |
| 2023-06-19 | s/Clause/ClauseKind | Michael Goulet | -1/+1 |
| 2023-06-07 | Auto merge of #109005 - Nilstrieb:dont-forgor-too-much-from-cfg, r=petrochenkov | bors | -0/+25 |
| 2023-06-02 | Separate AnonConst from ConstBlock in HIR. | Camille GILLOT | -2/+1 |
| 2023-06-01 | Remember names of `cfg`-ed out items to mention them in diagnostics | Nilstrieb | -0/+25 |
| 2023-06-01 | Rename `impl_defaultness` to `defaultness` | Deadbeef | -7/+7 |
| 2023-05-31 | Auto merge of #111913 - oli-obk:valtrees2, r=lcnr | bors | -1/+1 |
| 2023-05-31 | Auto merge of #111076 - notriddle:notriddle/silence-private-dep-trait-impl-su... | bors | -8/+23 |