| Age | Commit message (Expand) | Author | Lines |
| 2022-10-10 | Rollup merge of #102786 - compiler-errors:no-tuple-candidate, r=lcnr | Dylan DPC | -14/+2 |
| 2022-10-10 | Rollup merge of #102275 - Urgau:stabilize-half_open_range_patterns, r=cjgillot | Yuki Okushi | -1/+1 |
| 2022-10-10 | Rollup merge of #102829 - compiler-errors:rename-impl-item-kind, r=TaKO8Ki | Yuki Okushi | -2/+2 |
| 2022-10-09 | ImplItemKind::TyAlias => ImplItemKind::Type | Michael Goulet | -2/+2 |
| 2022-10-08 | Rollup merge of #102514 - b-naber:binder-print-fixes, r=jackh726 | Michael Howell | -12/+63 |
| 2022-10-08 | handle late-bound vars from inner binders correctly and add test | b-naber | -1/+1 |
| 2022-10-08 | Auto merge of #102809 - matthiaskrgr:rollup-qq62vuv, r=matthiaskrgr | bors | -5/+42 |
| 2022-10-08 | Rollup merge of #102785 - fee1-dead-contrib:rm_autoimpl_defid, r=compiler-errors | Matthias Krüger | -2/+2 |
| 2022-10-08 | Rollup merge of #102675 - ouz-a:mir-technical-debt, r=oli-obk | Matthias Krüger | -3/+40 |
| 2022-10-08 | Auto merge of #100720 - camsteffen:representable, r=cjgillot | bors | -5/+200 |
| 2022-10-08 | Stabilize half_open_range_patterns | Urgau | -1/+1 |
| 2022-10-07 | Check hidden types in dead code | Oli Scherer | -1/+1 |
| 2022-10-07 | Remap hidden types from typeck before storing them in the TypeckResult | Oli Scherer | -16/+31 |
| 2022-10-07 | Move ReverseMapper logic onto OpaqueHiddenType | Oli Scherer | -0/+240 |
| 2022-10-07 | Unconditionally encode hidden types in typeck results | Oli Scherer | -5/+3 |
| 2022-10-07 | First batch of review feedback changes from #102110 | Nathan Stocks | -1/+20 |
| 2022-10-07 | Remove tuple candidate, nothing special about it | Michael Goulet | -14/+2 |
| 2022-10-07 | make const_err a hard error | Ralf Jung | -18/+1 |
| 2022-10-07 | Remove `DefId` from some `SelectionCandidate` variants | Deadbeef | -2/+2 |
| 2022-10-07 | Rewrite representability | Cameron Steffen | -5/+200 |
| 2022-10-06 | Rollup merge of #98496 - BoxyUwU:instancers_bad_equality, r=lcnr | Matthias Krüger | -0/+6 |
| 2022-10-06 | Remove `mir::CastKind::Misc` | ouz-a | -3/+40 |
| 2022-10-05 | Validate opaques in default trait bodies, don't normalize unless a body is pr... | Michael Goulet | -1/+1 |
| 2022-10-05 | Fix test for default body with impl | Michael Goulet | -0/+1 |
| 2022-10-04 | Rollup merge of #102651 - oli-obk:non_region_things, r=lcnr | Matthias Krüger | -17/+17 |
| 2022-10-04 | It's not about types or consts, but the lack of regions | Oli Scherer | -17/+17 |
| 2022-10-04 | Auto merge of #102652 - Dylan-DPC:rollup-6ff8ct8, r=Dylan-DPC | bors | -1/+3 |
| 2022-10-04 | Rollup merge of #102568 - compiler-errors:lint-unsatisfied-opaques, r=oli-obk | Dylan DPC | -1/+3 |
| 2022-10-04 | Auto merge of #102622 - camsteffen:move-layout, r=fee1-dead | bors | -2639/+5 |
| 2022-10-04 | Rollup merge of #102567 - compiler-errors:issue-102561, r=davidtwco | Matthias Krüger | -1/+4 |
| 2022-10-03 | Auto merge of #102632 - matthiaskrgr:rollup-h8s3zmo, r=matthiaskrgr | bors | -5/+10 |
| 2022-10-03 | Add diagnostic struct for const eval error in `rustc_middle` | pierwill | -5/+10 |
| 2022-10-03 | Rollup merge of #102597 - compiler-errors:issue-102571, r=davidtwco | Matthias Krüger | -1/+1 |
| 2022-10-03 | re-name params + add comments | b-naber | -10/+16 |
| 2022-10-03 | Move utils from rustc_middle to rustc_ty_utils | Cameron Steffen | -2639/+5 |
| 2022-10-03 | Rollup merge of #102592 - WaffleLapkin:less_lifetimes, r=cjgillot | Matthias Krüger | -7/+6 |
| 2022-10-02 | Avoid ICE in printing RPITIT type | Michael Goulet | -1/+1 |
| 2022-10-02 | Lint for unsatisfied nested opaques | Michael Goulet | -1/+3 |
| 2022-10-02 | Remove a couple lifetimes that could be infered | Maybe Waffle | -7/+6 |
| 2022-10-02 | Rollup merge of #102538 - cjgillot:def-span-ctxt, r=fee1-dead | Dylan DPC | -6/+26 |
| 2022-10-02 | Delay evaluating lint primary message until after it would be suppressed | Michael Goulet | -1/+4 |
| 2022-10-01 | Use a SortedMap instead of a VecMap. | Camille GILLOT | -2/+2 |
| 2022-10-01 | Compute by owner instead of HirId. | Camille GILLOT | -9/+23 |
| 2022-10-01 | Do not fetch HIR node when iterating to find lint. | Camille GILLOT | -15/+15 |
| 2022-10-01 | Move lint level computation to rustc_middle::lint. | Camille GILLOT | -76/+69 |
| 2022-10-01 | Move code to rustc_lint. | Camille GILLOT | -149/+38 |
| 2022-10-01 | Remove unused tool_name. | Camille GILLOT | -2/+0 |
| 2022-10-01 | Compute `lint_levels` by definition | Deadbeef | -37/+112 |
| 2022-10-01 | Allow query system to recover a HirId. | Camille GILLOT | -6/+32 |
| 2022-10-01 | Auto merge of #101986 - WaffleLapkin:move_lint_note_to_the_bottom, r=estebank | bors | -23/+45 |