| Age | Commit message (Expand) | Author | Lines |
| 2023-08-29 | Document in the code how this scheme works | Ben Kimock | -14/+25 |
| 2023-08-27 | Add a specialization for encoding byte arrays in rmeta | Ben Kimock | -0/+7 |
| 2023-08-13 | Remove metadata_loader query | bjorn3 | -5/+11 |
| 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 | -14/+18 |
| 2023-08-08 | Auto merge of #114578 - petrochenkov:noplugin, r=cjgillot | bors | -10/+11 |
| 2023-08-07 | Store the laziness of type aliases in the DefKind | León Orell Valerian Liehr | -14/+14 |
| 2023-08-07 | rustc_interface: Dismantle `register_plugins` query | Vadim Petrochenkov | -10/+11 |
| 2023-08-04 | Rollup merge of #114253 - fmease:compute-variances-for-lazy-ty-aliases, r=oli... | Matthias Krüger | -3/+7 |
| 2023-08-03 | Auto merge of #113292 - MU001999:fix/issue-113222, r=Nilstrieb | bors | -4/+17 |
| 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 | -2/+2 |
| 2023-07-29 | Implement assumed_wf_types for RPITITs' implementations | Michael Goulet | -0/+8 |
| 2023-07-25 | Auto merge of #113958 - lukas-code:doc-links, r=GuillaumeGomez,petrochenkov | bors | -5/+4 |
| 2023-07-23 | remove redundant clones | Matthias Krüger | -2/+2 |
| 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-20 | Auto merge of #113695 - bjorn3:fix_rlib_cdylib_metadata_handling, r=pnkfelix,... | bors | -24/+25 |
| 2023-07-19 | Auto merge of #113865 - Dylan-DPC:rollup-pt960bk, r=Dylan-DPC | bors | -54/+49 |
| 2023-07-19 | Rollup merge of #113754 - cjgillot:simplify-foreign, r=petrochenkov | Dylan DPC | -54/+49 |
| 2023-07-19 | Fix review comments | bjorn3 | -5/+7 |
| 2023-07-19 | Don't compress dylib metadata | bjorn3 | -12/+19 |
| 2023-07-19 | Verify that all crate sources are in sync | bjorn3 | -13/+5 |
| 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 | -55/+40 |
| 2023-07-17 | Simplify foreign_modules. | Camille GILLOT | -6/+16 |
| 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 | -2/+2 |
| 2023-07-14 | Micro-optimize | Ben Kimock | -4/+14 |
| 2023-07-13 | Adapt table sizes to the contents | Ben Kimock | -45/+102 |
| 2023-07-12 | Re-format let-else per rustfmt update | Mark Rousskov | -17/+37 |
| 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-07-04 | Suggest `x build library` for a custom toolchain that fails to load `core` | Mu001999 | -4/+17 |
| 2023-07-03 | Revert "Suggest `x build library` for a custom toolchain that fails to load `... | Nilstrieb | -13/+4 |
| 2023-07-02 | Suggest `x build library` for a custom toolchain that fails to load `core` | Mu001999 | -4/+13 |
| 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 |