| Age | Commit message (Expand) | Author | Lines |
| 2024-06-04 | Rollup merge of #125596 - nnethercote:rental-hard-error, r=estebank | Guillaume Gomez | -450/+4 |
| 2024-06-04 | Auto merge of #123536 - compiler-errors:simplify-int-float, r=lcnr | bors | -9/+0 |
| 2024-06-04 | Rollup merge of #125968 - BoxyUwU:shrink_ty_expr, r=oli-obk | Michael Goulet | -2/+26 |
| 2024-06-04 | Rollup merge of #125865 - ajwock:ice_not_fully_resolved, r=fee1-dead | Michael Goulet | -0/+93 |
| 2024-06-04 | Rollup merge of #125795 - lucasscharenbroch:undescore-prefix-suggestion, r=co... | Michael Goulet | -3/+5 |
| 2024-06-04 | Rollup merge of #125717 - weiznich:move/do_not_recommend_to_diganostic_namesp... | Michael Goulet | -0/+57 |
| 2024-06-04 | Rollup merge of #125667 - oli-obk:taintify, r=TaKO8Ki | Michael Goulet | -279/+207 |
| 2024-06-04 | bless privacy tests (only diagnostic duplication) | Oli Scherer | -2/+26 |
| 2024-06-04 | Rollup merge of #125608 - oli-obk:subsequent_lifetime_errors, r=BoxyUwU | 许杰友 Jieyou Xu (Joe) | -67/+147 |
| 2024-06-04 | Rollup merge of #124486 - beetrees:vectorcall-tracking-issue, r=ehuss | 许杰友 Jieyou Xu (Joe) | -0/+7 |
| 2024-06-04 | Auto merge of #125525 - joboet:tls_accessor, r=cuviper | bors | -91/+21 |
| 2024-06-03 | Make WHERE_CLAUSES_OBJECT_SAFETY a regular object safety violation | Michael Goulet | -37/+71 |
| 2024-06-03 | Mark all extraneous generic args as errors | Oli Scherer | -43/+58 |
| 2024-06-03 | Mark all missing generic args as errors | Oli Scherer | -18/+33 |
| 2024-06-03 | Hide some follow-up errors | Oli Scherer | -6/+6 |
| 2024-06-03 | Add regression test | Oli Scherer | -0/+50 |
| 2024-06-03 | Fix ICE caused by ignoring EffectVars in type inference | Andrew Wock | -0/+93 |
| 2024-06-03 | Auto merge of #125912 - nnethercote:rustfmt-tests-mir-opt, r=oli-obk | bors | -23/+22 |
| 2024-06-03 | Auto merge of #125778 - estebank:issue-67100, r=compiler-errors | bors | -79/+79 |
| 2024-06-03 | Reformat `mir!` macro invocations to use braces. | Nicholas Nethercote | -23/+22 |
| 2024-06-03 | Auto merge of #125397 - gurry:125303-wrong-builder-suggestion, r=compiler-errors | bors | -22/+117 |
| 2024-06-02 | Rollup merge of #125311 - calebzulawski:repr-packed-simd-intrinsics, r=workin... | Jubilee | -15/+6 |
| 2024-06-01 | Auto merge of #125863 - fmease:rej-CVarArgs-in-parse_ty_for_where_clause, r=c... | bors | -2/+23 |
| 2024-06-01 | Reject CVarArgs in parse_ty_for_where_clause | León Orell Valerian Liehr | -2/+23 |
| 2024-06-01 | Improve documentation | Caleb Zulawski | -2/+3 |
| 2024-06-01 | Simplify IntVarValue/FloatVarValue | Michael Goulet | -9/+0 |
| 2024-06-01 | Auto merge of #125821 - Luv-Ray:issue#121126, r=fee1-dead | bors | -0/+26 |
| 2024-06-01 | check index `value <= 0xFFFF_FF00` | Luv-Ray | -0/+26 |
| 2024-05-31 | Rollup merge of #125807 - oli-obk:resolve_const_types, r=compiler-errors | Matthias Krüger | -0/+43 |
| 2024-05-31 | Rollup merge of #125776 - compiler-errors:translate-args, r=lcnr | Matthias Krüger | -0/+89 |
| 2024-05-31 | Rollup merge of #125756 - Zalathar:branch-on-bool, r=oli-obk | Matthias Krüger | -2/+5 |
| 2024-05-31 | Stop using translate_args in the new solver | Michael Goulet | -0/+89 |
| 2024-05-31 | Auto merge of #124662 - zetanumbers:needs_async_drop, r=oli-obk | bors | -36/+59 |
| 2024-05-31 | Check that we can constrain the hidden tpye of a TAIT used in a const generic... | Oli Scherer | -7/+21 |
| 2024-05-31 | Also resolve the type of constants, even if we already turned it into an erro... | Oli Scherer | -0/+29 |
| 2024-05-31 | Rollup merge of #125786 - compiler-errors:fold-item-bounds, r=lcnr | Matthias Krüger | -142/+530 |
| 2024-05-31 | Rollup merge of #125774 - mu001999-contrib:fix/125757, r=compiler-errors | Matthias Krüger | -0/+55 |
| 2024-05-31 | Rollup merge of #125635 - fmease:mv-type-binding-assoc-item-constraint, r=com... | Matthias Krüger | -193/+193 |
| 2024-05-30 | Update ui tests for leading-underscore suggestion | Lucas Scharenbroch | -3/+5 |
| 2024-05-31 | Avoid unwrap diag.code directly | r0cky | -0/+55 |
| 2024-05-30 | Rename HIR `TypeBinding` to `AssocItemConstraint` and related cleanup | León Orell Valerian Liehr | -193/+193 |
| 2024-05-30 | Add a bunch of tests | Michael Goulet | -29/+311 |
| 2024-05-30 | Fold item bound before checking that they hold | Michael Goulet | -113/+219 |
| 2024-05-30 | Auto merge of #125378 - lcnr:tracing-no-lines, r=oli-obk | bors | -19/+19 |
| 2024-05-30 | update UI tests | lcnr | -19/+19 |
| 2024-05-30 | Auto merge of #124636 - tbu-:pr_env_unsafe, r=petrochenkov | bors | -0/+165 |
| 2024-05-30 | Rollup merge of #125754 - Zalathar:conditions-num, r=lqd | Matthias Krüger | -2/+2 |
| 2024-05-30 | Rollup merge of #125711 - oli-obk:const_block_ice2, r=Nadrieril | Matthias Krüger | -0/+22 |
| 2024-05-30 | Auto merge of #125671 - BoxyUwU:remove_const_ty_eq, r=compiler-errors | bors | -266/+133 |
| 2024-05-30 | coverage: Add CLI support for `-Zcoverage-options=condition` | Dorian Péron | -2/+5 |