| Age | Commit message (Expand) | Author | Lines |
| 2023-05-08 | Rollup merge of #109410 - fmease:iat-alias-kind-inherent, r=compiler-errors | Michael Goulet | -5/+11 |
| 2023-05-08 | Auto merge of #106621 - ozkanonur:enable-elided-lifetimes-for-doctests, r=Mar... | bors | -9/+11 |
| 2023-05-07 | Auto merge of #111161 - compiler-errors:rtn-super, r=cjgillot | bors | -4/+4 |
| 2023-05-07 | enable `rust_2018_idioms` for doctests | ozkanonur | -9/+11 |
| 2023-05-06 | Rollup merge of #110577 - compiler-errors:drop-impl-fulfill, r=lcnr | Matthias Krüger | -0/+11 |
| 2023-05-05 | forbid escaping bound vars in combine | lcnr | -14/+8 |
| 2023-05-05 | Rollup merge of #111132 - lcnr:nll-generalize, r=b-naber | Yuki Okushi | -105/+7 |
| 2023-05-04 | Use fulfillment to check Drop impl compatibility | Michael Goulet | -0/+11 |
| 2023-05-04 | IAT: Introduce AliasKind::Inherent | León Orell Valerian Liehr | -5/+11 |
| 2023-05-04 | Auto merge of #110806 - WaffleLapkin:unmkI, r=lcnr | bors | -6/+11 |
| 2023-05-03 | Rename things to reflect that they're not item specific | Michael Goulet | -4/+4 |
| 2023-05-03 | remove `inside_canonicalization_ctxt` flag | lcnr | -37/+0 |
| 2023-05-04 | Rollup merge of #110791 - compiler-errors:negative-bounds, r=oli-obk | Dylan DPC | -0/+4 |
| 2023-05-03 | cleanup nll generalizer | lcnr | -68/+7 |
| 2023-05-03 | Restrict `From<S>` for `{D,Subd}iagnosticMessage`. | Nicholas Nethercote | -23/+23 |
| 2023-05-02 | Make negative trait bounds work with the old trait solver | Michael Goulet | -0/+4 |
| 2023-04-27 | Rollup merge of #110838 - nnethercote:more-Folder-Visitable-cleanups, r=lcnr | Matthias Krüger | -1/+1 |
| 2023-04-27 | rename `needs_infer` to `has_infer` | Boxy | -9/+9 |
| 2023-04-26 | Remove unused `TypeFoldable`/`TypeVisitable` impls. | Nicholas Nethercote | -1/+1 |
| 2023-04-25 | Rollup merge of #110556 - kylematsuda:earlybinder-explicit-item-bounds, r=com... | Matthias Krüger | -2/+2 |
| 2023-04-25 | Replace `tcx.mk_trait_ref` with `ty::TraitRef::new` | Maybe Waffle | -6/+11 |
| 2023-04-25 | Rollup merge of #110563 - bryangarza:refactor-trait-selection-error-reporting... | Matthias Krüger | -1/+1 |
| 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/+2 |
| 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/+2 |
| 2023-04-18 | Rollup merge of #110417 - jsoref:spelling-compiler, r=Nilstrieb | Guillaume Gomez | -24/+24 |
| 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 | -24/+24 |
| 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 |