| Age | Commit message (Expand) | Author | Lines |
| 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 | -13/+12 |
| 2023-08-03 | Compute variances for lazy type aliases | León Orell Valerian Liehr | -3/+7 |
| 2023-07-30 | Don't install default projection bound for RPITITs | Michael Goulet | -7/+1 |
| 2023-07-29 | Implement assumed_wf_types for RPITITs' implementations | Michael Goulet | -0/+6 |
| 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 | -1/+0 |
| 2023-07-21 | add crate-local `-Z reference_niches` unstable flag (does nothing for now) | Moulins | -0/+1 |
| 2023-07-19 | Encode shorthands for spans in metadata. | Camille GILLOT | -10/+24 |
| 2023-07-17 | Auto merge of #113562 - saethlin:larger-incr-comp-offset, r=nnethercote | bors | -1/+1 |
| 2023-07-14 | Use u64 for incr comp allocation offsets | Ben Kimock | -1/+1 |
| 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 | -2/+6 |
| 2023-07-08 | Replace RPITIT current impl with new strategy that lowers as a GAT | Santiago Pastorino | -30/+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-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 | 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-22 | Move `opaque_type_origin_unchecked` onto `TyCtxt` and re-use it where it was ... | Oli Scherer | -2/+2 |
| 2023-06-19 | Make closure_saved_names_of_captured_variables a query. | Camille GILLOT | -0/+2 |
| 2023-06-07 | Auto merge of #109005 - Nilstrieb:dont-forgor-too-much-from-cfg, r=petrochenkov | bors | -0/+13 |
| 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/+13 |
| 2023-06-01 | Rename `impl_defaultness` to `defaultness` | Deadbeef | -5/+5 |
| 2023-05-31 | Auto merge of #111076 - notriddle:notriddle/silence-private-dep-trait-impl-su... | bors | -0/+1 |
| 2023-05-30 | Rollup merge of #112060 - lcnr:early-binder, r=jackh726 | Nilstrieb | -1/+1 |
| 2023-05-29 | EarlyBinder::new -> EarlyBinder::bind | lcnr | -1/+1 |
| 2023-05-29 | Auto merge of #111329 - jyn514:metadata-ice, r=bjorn3 | bors | -3/+6 |
| 2023-05-28 | Replace EarlyBinder(x) with EarlyBinder::new(x) | Kyle Matsuda | -1/+1 |
| 2023-05-26 | Load only the header for crate_matches | jyn | -3/+6 |
| 2023-05-25 | rustc_metadata: inherit dependency privacy flag | Michael Howell | -0/+1 |
| 2023-05-24 | Rollup merge of #111870 - WaffleLapkin:just_🌟traits🌟_query, r=compiler-... | Matthias Krüger | -2/+2 |
| 2023-05-23 | Rename `traits_in_crate` query to `traits` | Maybe Waffle | -2/+2 |
| 2023-05-19 | Auto merge of #111641 - michaelwoerister:debugger-visualizer-fixes, r=cjgillot | bors | -4/+12 |
| 2023-05-18 | Auto merge of #111345 - jyn514:cfg-release-caching, r=cjgillot,est31 | bors | -1/+1 |
| 2023-05-17 | Only depend on CFG_VERSION in rustc_interface | jyn | -1/+1 |
| 2023-05-16 | Move DebuggerVisualizerFile types from rustc_span to rustc_middle | Michael Woerister | -3/+2 |
| 2023-05-16 | Rollup merge of #111533 - clubby789:drop-tracking-error, r=oli-obk | Matthias Krüger | -2/+5 |
| 2023-05-16 | Fix dependency tracking for debugger visualizers | Michael Woerister | -1/+10 |
| 2023-05-15 | Move expansion of query macros in rustc_middle to rustc_middle::query | John Kåre Alsaker | -1/+1 |