| Age | Commit message (Expand) | Author | Lines |
| 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/+14 |
| 2023-07-03 | Revert "Suggest `x build library` for a custom toolchain that fails to load `... | Nilstrieb | -10/+4 |
| 2023-07-02 | Suggest `x build library` for a custom toolchain that fails to load `core` | Mu001999 | -4/+10 |
| 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-14 | s/drain_filter/extract_if/ for Vec, Btree{Map,Set} and LinkedList | The 8472 | -2/+2 |
| 2023-06-09 | Auto merge of #111626 - pjhades:output, r=b-naber | bors | -10/+44 |
| 2023-06-07 | Auto merge of #109005 - Nilstrieb:dont-forgor-too-much-from-cfg, r=petrochenkov | bors | -0/+25 |
| 2023-06-06 | fix | Jing Peng | -15/+1 |
| 2023-06-06 | Write to stdout if `-` is given as output file | Jing Peng | -10/+58 |
| 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 | -13/+38 |
| 2023-05-30 | Lower the tracing level of some very verbose messages | Oli Scherer | -1/+1 |
| 2023-05-30 | Rollup merge of #112060 - lcnr:early-binder, r=jackh726 | Nilstrieb | -2/+2 |
| 2023-05-29 | EarlyBinder::new -> EarlyBinder::bind | lcnr | -2/+2 |
| 2023-05-29 | Auto merge of #111329 - jyn514:metadata-ice, r=bjorn3 | bors | -33/+63 |