| Age | Commit message (Expand) | Author | Lines |
| 2022-08-30 | Rollup merge of #100092 - compiler-errors:issue-100075, r=oli-obk | Dylan DPC | -24/+34 |
| 2022-08-30 | Auto merge of #100812 - Nilstrieb:revert-let-chains-nightly, r=Mark-Simulacrum | bors | -0/+1 |
| 2022-08-29 | Auto merge of #101167 - matthiaskrgr:rollup-yt3jdmp, r=matthiaskrgr | bors | -15/+9 |
| 2022-08-29 | Rollup merge of #101146 - jackh726:borrowck-logging, r=compiler-errors | Matthias Krüger | -15/+9 |
| 2022-08-29 | Revert let_chains stabilization | Nilstrieb | -0/+1 |
| 2022-08-29 | Various changes to logging of borrowck-related code | Jack Huey | -15/+9 |
| 2022-08-29 | Rollup merge of #99821 - cjgillot:ast-lifetimes-2, r=compiler-errors | Dylan DPC | -4/+4 |
| 2022-08-29 | Rollup merge of #100843 - IntQuant:issue-100717-infer, r=compiler-errors | Matthias Krüger | -212/+534 |
| 2022-08-29 | Rollup merge of #100437 - compiler-errors:better-const-mismatch-err, r=oli-obk | Matthias Krüger | -0/+5 |
| 2022-08-26 | Drive-by: same_type_modulo_infer should handle ReVar == ReVar | Michael Goulet | -1/+4 |
| 2022-08-25 | Attempt to normalize FnDef signature in InferCtxt::cmp | Michael Goulet | -0/+33 |
| 2022-08-25 | Rollup merge of #99332 - jyn514:stabilize-label-break-value, r=petrochenkov | Yuki Okushi | -1/+1 |
| 2022-08-24 | Call them constants instead of types | Michael Goulet | -0/+5 |
| 2022-08-24 | Remove commented lines | IQuant | -2/+0 |
| 2022-08-24 | Use `IntoDiagnosticArg` where it makes sense | Nikita Tomashevich | -40/+55 |
| 2022-08-23 | Stabilize `#![feature(label_break_value)]` | Joshua Nelson | -1/+1 |
| 2022-08-23 | Rollup merge of #100368 - chenyukang:fix-100321, r=lcnr | Dylan DPC | -9/+11 |
| 2022-08-23 | Migrate note_region_origin function | Nikita Tomashevich | -53/+130 |
| 2022-08-23 | Use GeneratorKind::descr() instead of it's Display impl | Nikita Tomashevich | -2/+2 |
| 2022-08-23 | Actually migrate OpaqueHiddenType | Nikita Tomashevich | -16/+6 |
| 2022-08-23 | Migrate OpaqueHiddenType, E0282, E0283, E0284, E0698 | Nikita Tomashevich | -130/+372 |
| 2022-08-22 | InferCtxt emit error when incorrectly tainted by errors | yukang | -9/+11 |
| 2022-08-22 | re-base and use `OutlivesEnvironment::with_bounds` | SparrowLii | -1/+1 |
| 2022-08-22 | add `with_bounds` to `OutlivesEnvironment` and `implied_bounds_tys` to `outli... | SparrowLii | -21/+20 |
| 2022-08-22 | get rid of `RefCell` in `TransitiveRelation` | SparrowLii | -18/+46 |
| 2022-08-21 | Rework point-at-arg | Michael Goulet | -10/+17 |
| 2022-08-20 | Rollup merge of #100691 - compiler-errors:issue-100690, r=estebank | Matthias Krüger | -53/+79 |
| 2022-08-20 | Rollup merge of #100617 - chenyukang:fix-100605, r=compiler-errors | Matthias Krüger | -1/+2 |
| 2022-08-20 | Suggest the right help message for as_ref | yukang | -1/+2 |
| 2022-08-18 | Auto merge of #99860 - oli-obk:revert_97346, r=pnkfelix | bors | -6/+8 |
| 2022-08-17 | Make same_type_modulo_infer a proper TypeRelation | Michael Goulet | -53/+79 |
| 2022-08-17 | ty::Error does not match other types for region constraints | Michael Goulet | -1/+8 |
| 2022-08-16 | Fix error message with non-tupled bare fn trait | Michael Goulet | -0/+13 |
| 2022-08-14 | TypeError can be Copy | Michael Goulet | -15/+13 |
| 2022-08-13 | Do not inline non-simple argument type errors into labels | Michael Goulet | -3/+3 |
| 2022-08-12 | Adjust cfgs | Mark Rousskov | -1/+0 |
| 2022-08-10 | Delay a bug if we try and fail to relate an opaque to itself in TypeRelating | Michael Goulet | -0/+4 |
| 2022-08-10 | Fall back when relating two opaques by substs in MIR typeck | Michael Goulet | -24/+30 |
| 2022-08-09 | don't normalize wf predicates | lcnr | -1/+1 |
| 2022-08-03 | Rollup merge of #100102 - b-naber:typo-higher-ranked-sub, r=Dylan-DPC | Matthias Krüger | -1/+1 |
| 2022-08-03 | Remove index from Region::EarlyBound. | Camille GILLOT | -4/+4 |
| 2022-08-03 | fix typo | b-naber | -1/+1 |
| 2022-08-03 | Auto merge of #99509 - lcnr:commit_unconditionally, r=jackh726 | bors | -12/+0 |
| 2022-08-02 | Auto merge of #100032 - BoxyUwU:no_ty_in_placeholder_const, r=compiler-errors | bors | -10/+15 |
| 2022-08-02 | Rollup merge of #99156 - lcnr:omoe-wa, r=wesleywiser | Matthias Krüger | -4/+2 |
| 2022-08-01 | Remove DefId from AssocItemContainer. | Camille GILLOT | -4/+5 |
| 2022-08-01 | fmt... | Ellen | -5/+10 |
| 2022-08-01 | make `PlaceholderConst` not store the type of the const | Ellen | -7/+7 |
| 2022-07-31 | use appropriate `HirID` for finding `else_span` | Takayuki Maeda | -6/+10 |
| 2022-07-30 | Rollup merge of #99311 - kckeiks:clean-up-body-owner-methods, r=cjgillot | Dylan DPC | -3/+6 |