| Age | Commit message (Expand) | Author | Lines |
| 2023-04-24 | Split `{Idx, IndexVec, IndexSlice}` into their own modules | Maybe Waffle | -8/+8 |
| 2023-04-22 | Auto merge of #109753 - compiler-errors:replenish-region-constraints, r=aliemjay | bors | -2/+2 |
| 2023-04-21 | Break up long function in trait selection error reporting | Bryan Garza | -1/+1 |
| 2023-04-21 | Clone region var origins instead of taking in borrowck | Michael Goulet | -2/+2 |
| 2023-04-20 | add EarlyBinder to output of explicit_item_bounds; replace bound_explicit_ite... | Kyle Matsuda | -2/+2 |
| 2023-04-20 | Remove WithOptconstParam. | Camille GILLOT | -3/+3 |
| 2023-04-20 | Auto merge of #110527 - nnethercote:lazy-graph, r=lqd | bors | -4/+7 |
| 2023-04-20 | Auto merge of #110399 - cjgillot:infer-variance, r=aliemjay | bors | -13/+65 |
| 2023-04-19 | Auto merge of #110407 - Nilstrieb:fluent-macro, r=davidtwco | bors | -1/+1 |
| 2023-04-19 | In `LexicalResolver`, don't construct graph unless necessary. | Nicholas Nethercote | -4/+7 |
| 2023-04-19 | Rollup merge of #110476 - compiler-errors:ty-err-ctxt-good-path, r=lcnr | Matthias Krüger | -2/+1 |
| 2023-04-18 | Add `rustc_fluent_macro` to decouple fluent from `rustc_macros` | Nilstrieb | -1/+1 |
| 2023-04-18 | Rollup merge of #110417 - jsoref:spelling-compiler, r=Nilstrieb | Guillaume Gomez | -19/+19 |
| 2023-04-18 | Rollup merge of #110461 - WaffleLapkin:expect_, r=Nilstrieb | Matthias Krüger | -10/+2 |
| 2023-04-18 | Delay a good path bug for TypeErrCtxt | Michael Goulet | -2/+1 |
| 2023-04-17 | Spelling - compiler | Josh Soref | -19/+19 |
| 2023-04-17 | Use `Item::expect_*` and `ImplItem::expect_*` more | Maybe Waffle | -10/+2 |
| 2023-04-17 | Rollup merge of #110394 - scottmcm:less-idx-new, r=WaffleLapkin | Matthias Krüger | -2/+1 |
| 2023-04-16 | Account for variance in outlives verification. | Camille GILLOT | -4/+45 |
| 2023-04-16 | Auto merge of #110405 - fee1-dead-contrib:rollup-9rkree6, r=fee1-dead | bors | -15/+12 |
| 2023-04-16 | Rollup merge of #110345 - nnethercote:rm-Super-impls-for-Region, r=compiler-e... | fee1-dead | -2/+2 |
| 2023-04-16 | use matches! macro in more places | Matthias Krüger | -15/+12 |
| 2023-04-16 | Account for variance in outlives obligations. | Camille GILLOT | -9/+20 |
| 2023-04-16 | Various minor Idx-related tweaks | Scott McMurray | -2/+1 |
| 2023-04-16 | Remove `TypeSuper{Foldable,Visitable}` impls for `Region`. | Nicholas Nethercote | -2/+2 |
| 2023-04-14 | fix import Applicability | Alex Chi | -1/+1 |
| 2023-04-14 | use param instead of ty | Alex Chi | -5/+17 |
| 2023-04-14 | better suggestion based on hir | Alex Chi | -41/+49 |
| 2023-04-14 | suggest lifetime for closure parameter type when mismatch | Alex Chi | -1/+58 |
| 2023-04-13 | Rollup merge of #110220 - lcnr:regionzz, r=compiler-errors | Matthias Krüger | -179/+147 |
| 2023-04-12 | Auto merge of #110252 - matthiaskrgr:rollup-ovaixra, r=matthiaskrgr | bors | -4/+9 |
| 2023-04-12 | Rollup merge of #110103 - compiler-errors:new-solver-overflows, r=lcnr | Matthias Krüger | -4/+9 |
| 2023-04-12 | Auto merge of #110249 - matthiaskrgr:rollup-7iig04q, r=matthiaskrgr | bors | -9/+9 |
| 2023-04-12 | Rollup merge of #110153 - DaniPopes:compiler-typos, r=Nilstrieb | Matthias Krüger | -9/+9 |
| 2023-04-12 | Rollup merge of #110210 - nnethercote:DescriptionCtx-cleanups, r=davidtwco | Matthias Krüger | -118/+79 |
| 2023-04-12 | `#[must_use]` for fns returning a list of errors | lcnr | -0/+3 |
| 2023-04-12 | region error cleanup | lcnr | -179/+144 |
| 2023-04-12 | Inline and remove `msg_span_from_early_bound_and_free_regions`. | Nicholas Nethercote | -42/+32 |
| 2023-04-12 | Inline and remove `DescriptionCtx::from_early_bound_and_free_regions`. | Nicholas Nethercote | -67/+44 |
| 2023-04-12 | Inline and remove `DescriptionCtx::add_to`. | Nicholas Nethercote | -8/+4 |
| 2023-04-11 | Allow the elaborator to only filter to real supertraits | Michael Goulet | -15/+26 |
| 2023-04-11 | Split implied and super predicate queries | Michael Goulet | -1/+1 |
| 2023-04-11 | Split super_predicates_that_define_assoc_type query from super_predicates_of | Michael Goulet | -4/+2 |
| 2023-04-11 | Remove the unused `anon_num_here` error. | Nicholas Nethercote | -2/+0 |
| 2023-04-10 | Fix typos in compiler | DaniPopes | -9/+9 |
| 2023-04-10 | Auto merge of #108698 - IntQuant:issue-100717-infer-6, r=davidtwco | bors | -347/+698 |
| 2023-04-10 | Report overflows gracefully with new solver | Michael Goulet | -4/+9 |
| 2023-04-09 | Auto merge of #110031 - compiler-errors:generic-elaboration, r=b-naber | bors | -97/+112 |
| 2023-04-06 | Remove u32 on BoundTyKind::Anon | Jack Huey | -1/+1 |
| 2023-04-06 | Remove index from BrAnon | Jack Huey | -7/+7 |