| Age | Commit message (Expand) | Author | Lines |
| 2024-06-26 | Rollup merge of #126968 - lqd:issue-126670, r=compiler-errors | Matthias Krüger | -0/+39 |
| 2024-06-26 | Rollup merge of #126964 - Oneirical:total-catestrophe, r=Kobzol | Matthias Krüger | -29/+50 |
| 2024-06-26 | Rollup merge of #126925 - surechen:fix_125631, r=compiler-errors | Matthias Krüger | -0/+143 |
| 2024-06-26 | Rollup merge of #126724 - nnethercote:fix-parse_ty_bare_fn-span, r=compiler-e... | Matthias Krüger | -2/+2 |
| 2024-06-25 | Auto merge of #126951 - matthiaskrgr:rollup-xg0o4mc, r=matthiaskrgr | bors | -71/+373 |
| 2024-06-26 | Fix a span in `parse_ty_bare_fn`. | Nicholas Nethercote | -2/+2 |
| 2024-06-25 | delay bug in RPITIT refinement checking with resolution errors | Rémy Rakic | -0/+39 |
| 2024-06-25 | Rollup merge of #126947 - Bryanskiy:delegation-lowering-refactoring, r=petroc... | Matthias Krüger | -4/+4 |
| 2024-06-25 | Rollup merge of #126302 - mu001999-contrib:ignore/default, r=michaelwoerister | Matthias Krüger | -1/+51 |
| 2024-06-25 | rewrite and rename issue-20626 to rmake | Oneirical | -9/+16 |
| 2024-06-25 | rewrite invalid-so to rmake | Oneirical | -7/+17 |
| 2024-06-25 | rewrite lto-empty to rmake | Oneirical | -13/+17 |
| 2024-06-25 | Rollup merge of #126943 - Urgau:dedup-all, r=petrochenkov | Matthias Krüger | -0/+6 |
| 2024-06-25 | Rollup merge of #126915 - SparkyPotato:fix-126903, r=compiler-errors | Matthias Krüger | -1/+20 |
| 2024-06-25 | Rollup merge of #126884 - estebank:issue-125634, r=Nadrieril | Matthias Krüger | -6/+115 |
| 2024-06-25 | Rollup merge of #126868 - bvanjoi:fix-126764, r=davidtwco | Matthias Krüger | -0/+44 |
| 2024-06-25 | Rollup merge of #126746 - compiler-errors:no-rpitit, r=oli-obk | Matthias Krüger | -44/+138 |
| 2024-06-25 | Rollup merge of #126618 - mu001999-contrib:dead/enhance, r=pnkfelix | Matthias Krüger | -20/+50 |
| 2024-06-25 | Detect unused structs which derived Default | mu001999 | -1/+51 |
| 2024-06-25 | Delegation: ast lowering refactor | Bryanskiy | -4/+4 |
| 2024-06-25 | Auto merge of #125741 - petrochenkov:atvisord, r=davidtwco | bors | -83/+179 |
| 2024-06-25 | De-duplicate all consecutive native libs regardless of their options | Urgau | -0/+6 |
| 2024-06-25 | Auto merge of #126834 - bjorn3:interface_refactor, r=michaelwoerister | bors | -5/+9 |
| 2024-06-25 | Auto merge of #125740 - RalfJung:transmute-size-check, r=oli-obk | bors | -2/+50 |
| 2024-06-25 | Auto merge of #125610 - oli-obk:define_opaque_types14, r=compiler-errors | bors | -57/+326 |
| 2024-06-25 | Auto merge of #126852 - scottmcm:more-checked-math-tweaks, r=Amanieu | bors | -30/+34 |
| 2024-06-25 | Change E0369 diagnostic give note information for foreign items. | surechen | -0/+143 |
| 2024-06-24 | don't suggest awaiting type expr patterns | SparkyPotato | -1/+20 |
| 2024-06-24 | Rollup merge of #126899 - GrigorenkoPV:suggest-const-block, r=davidtwco | Michael Goulet | -33/+19 |
| 2024-06-24 | Rollup merge of #126682 - Zalathar:coverage-attr, r=lcnr | Michael Goulet | -265/+648 |
| 2024-06-24 | Rollup merge of #125575 - dingxiangfei2009:derive-smart-ptr, r=davidtwco | Michael Goulet | -0/+97 |
| 2024-06-24 | Rollup merge of #124712 - Enselic:deprecate-inline-threshold, r=pnkfelix | Michael Goulet | -1/+7 |
| 2024-06-24 | Rollup merge of #124460 - long-long-float:show-notice-about-enum-with-debug, ... | Michael Goulet | -1/+36 |
| 2024-06-24 | Deny use<> for RPITITs | Michael Goulet | -45/+76 |
| 2024-06-24 | resolve: Implement a lint for out-of-scope use of `macro_rules` | Vadim Petrochenkov | -80/+131 |
| 2024-06-24 | Auto merge of #126900 - matthiaskrgr:rollup-24ah97b, r=matthiaskrgr | bors | -6/+4 |
| 2024-06-24 | ast: Standardize visiting order for attributes and node IDs | Vadim Petrochenkov | -69/+114 |
| 2024-06-24 | Rollup merge of #126882 - estebank:multiline-order, r=WaffleLapkin | Matthias Krüger | -6/+4 |
| 2024-06-24 | Suggest inline const blocks for array initialization | Pavel Grigorenko | -33/+19 |
| 2024-06-24 | coverage: Bless coverage attribute tests | Zalathar | -265/+648 |
| 2024-06-24 | Update `tests/rustdoc` to new test syntax | Guillaume Gomez | -4378/+4378 |
| 2024-06-24 | Rollup merge of #126849 - workingjubilee:correctly-classify-arm-low-dregs, r=... | Matthias Krüger | -0/+33 |
| 2024-06-24 | Rollup merge of #126455 - surechen:fix_126222, r=estebank | Matthias Krüger | -0/+119 |
| 2024-06-24 | Rollup merge of #126177 - carbotaniuman:unsafe_attr_errors, r=jieyouxu | Matthias Krüger | -6/+288 |
| 2024-06-24 | Do not ICE when suggesting dereferencing closure arg | Esteban Küber | -6/+115 |
| 2024-06-23 | Add hard error and migration lint for unsafe attrs | carbotaniuman | -6/+288 |
| 2024-06-23 | Special case when a code line only has multiline span starts | Esteban Küber | -6/+4 |
| 2024-06-23 | Rollup merge of #126862 - ChrisDenton:needs-symlink, r=jieyouxu | Matthias Krüger | -0/+3 |
| 2024-06-23 | Rollup merge of #126837 - petrochenkov:delegfix, r=compiler-errors | Matthias Krüger | -0/+25 |
| 2024-06-23 | Rollup merge of #126833 - RalfJung:extern-type-field-ice, r=compiler-errors | Matthias Krüger | -37/+28 |