| Age | Commit message (Expand) | Author | Lines |
| 2023-06-01 | Rollup merge of #112147 - zirconium-n:issue-110934, r=compiler-errors | Matthias Krüger | -0/+11 |
| 2023-06-01 | Auto merge of #112164 - Dylan-DPC:rollup-93zj7jw, r=Dylan-DPC | bors | -132/+141 |
| 2023-06-01 | Rollup merge of #112024 - compiler-errors:dont-break-thru-item, r=WaffleLapkin | Dylan DPC | -0/+110 |
| 2023-06-01 | Rollup merge of #111980 - compiler-errors:unmapped-substs, r=lcnr | Dylan DPC | -132/+31 |
| 2023-06-01 | Auto merge of #103877 - oli-obk:const_eval_step_limit, r=fee1-dead | bors | -187/+177 |
| 2023-06-01 | Auto merge of #111567 - Urgau:uplift_cast_ref_to_mut, r=b-naber | bors | -2/+125 |
| 2023-05-31 | Auto merge of #110807 - petrochenkov:strictflavor, r=lqd,wesleywiser | bors | -1/+27 |
| 2023-06-01 | add inline-const test for elided lifetimes being infer vars | Ziru Niu | -0/+11 |
| 2023-05-31 | Check that RPITs are compatible with the opaques inferred during HIR typeck too | Michael Goulet | -121/+9 |
| 2023-05-31 | Don't suggest break through nested items | Michael Goulet | -0/+110 |
| 2023-05-31 | Auto merge of #111913 - oli-obk:valtrees2, r=lcnr | bors | -4/+4 |
| 2023-05-31 | Only rewrite valtree-constants to patterns and keep other constants opaque | Oli Scherer | -4/+4 |
| 2023-05-31 | Auto merge of #111076 - notriddle:notriddle/silence-private-dep-trait-impl-su... | bors | -0/+25 |
| 2023-05-31 | Adjust tests for newly uplifted cast_ref_to_mut lint | Urgau | -2/+11 |
| 2023-05-31 | Auto merge of #112132 - matthiaskrgr:rollup-x2l75gf, r=matthiaskrgr | bors | -1/+1 |
| 2023-05-31 | Uplift clippy::cast_ref_to_mut to rustc | Urgau | -0/+114 |
| 2023-05-31 | Remove const eval limit and implement an exponential backoff lint instead | Oli Scherer | -187/+177 |
| 2023-05-31 | Rollup merge of #111975 - jyn514:normalization, r=cjgillot | Matthias Krüger | -1/+1 |
| 2023-05-31 | Auto merge of #111623 - BoxyUwU:move_eval_hack, r=compiler-errors | bors | -2/+24 |
| 2023-05-31 | Rollup merge of #112069 - clubby789:offset-of-sized-fields, r=WaffleLapkin | Matthias Krüger | -0/+15 |
| 2023-05-31 | update test to not rely on super_relate_consts hack | Boxy | -2/+24 |
| 2023-05-31 | Auto merge of #112070 - lcnr:disjoint-closure-capture-ub, r=oli-obk | bors | -0/+78 |
| 2023-05-30 | Auto merge of #111881 - lcnr:leak-check, r=nikomatsakis,jackh726 | bors | -32/+112 |
| 2023-05-30 | coinductive cycle leak check test | lcnr | -0/+33 |
| 2023-05-30 | directory size limit :< | lcnr | -2/+2 |
| 2023-05-30 | add the leak check to the new solver | lcnr | -0/+24 |
| 2023-05-30 | update revision names | lcnr | -5/+5 |
| 2023-05-30 | Rollup merge of #112100 - jieyouxu:issue-106929, r=oli-obk | Nilstrieb | -0/+28 |
| 2023-05-30 | Rollup merge of #111872 - bvanjoi:fix-103646, r=cjgillot | Nilstrieb | -0/+32 |
| 2023-05-30 | Rollup merge of #111543 - Urgau:uplift_invalid_utf8_in_unchecked, r=WaffleLapkin | Nilstrieb | -0/+205 |
| 2023-05-30 | add FIXME to a test which seems wrong. | lcnr | -0/+2 |
| 2023-05-30 | remove unused revision | lcnr | -17/+1 |
| 2023-05-30 | coherence: don't add hidden types for opaques | lcnr | -0/+37 |
| 2023-05-30 | Don't typecheck suggested method call | 许杰友 Jieyou Xu (Joe) | -0/+28 |
| 2023-05-29 | offset_of: Don't require type to be sized | clubby789 | -0/+15 |
| 2023-05-29 | Rollup merge of #112057 - MU001999:fix/self-sugg, r=compiler-errors | Matthias Krüger | -1/+23 |
| 2023-05-29 | Rollup merge of #112022 - compiler-errors:coercion-check-deep, r=lcnr | Matthias Krüger | -0/+2 |
| 2023-05-29 | Rollup merge of #111988 - BoxyUwU:make_tykind_debug_good, r=compiler-errors | Matthias Krüger | -1/+1 |
| 2023-05-29 | Rollup merge of #111558 - c410-f3r:t3st3ss, r=WaffleLapkin | Matthias Krüger | -0/+0 |
| 2023-05-29 | Fix tests on non-unix targets | Vadim Petrochenkov | -1/+1 |
| 2023-05-29 | rustc_session: Feature gate linker flavors for tier 3 targets | Vadim Petrochenkov | -0/+14 |
| 2023-05-29 | linker: Report linker flavors incompatible with the current target | Vadim Petrochenkov | -0/+12 |
| 2023-05-29 | add tests | lcnr | -0/+78 |
| 2023-05-29 | Address comment | Caio | -0/+0 |
| 2023-05-29 | Determine `self_ty` with expected `ty` | mu001999 | -1/+23 |
| 2023-05-29 | Auto merge of #112055 - matthiaskrgr:rollup-y3exx8c, r=matthiaskrgr | bors | -0/+62 |
| 2023-05-29 | Rollup merge of #112029 - jieyouxu:typo-const-in-const-param-def, r=cjgillot | Matthias Krüger | -0/+62 |
| 2023-05-29 | Auto merge of #111963 - nnethercote:inline-derived-hash, r=lqd | bors | -0/+15 |
| 2023-05-28 | Auto merge of #111813 - scottmcm:pretty-mir, r=cjgillot | bors | -6/+4 |
| 2023-05-28 | Auto merge of #112026 - saethlin:misaligned-addrof, r=pnkfelix | bors | -0/+15 |