| Age | Commit message (Expand) | Author | Lines |
| 2025-08-10 | Auto merge of #145144 - scottmcm:unsigned_overflow_intr, r=nikic | bors | -7/+19 |
| 2025-08-10 | Start reporting future breakage for `ILL_FORMED_ATTRIBUTE_INPUT` in dependencies | Jonathan Brouwer | -0/+1 |
| 2025-08-09 | mbe: Fix typo in attribute tracing | Josh Triplett | -1/+1 |
| 2025-08-10 | Auto merge of #144873 - cjgillot:implications, r=lqd | bors | -80/+73 |
| 2025-08-10 | Use `eq_ignore_ascii_case` to avoid heap alloc in `detect_confuse_type` | xizheyin | -1/+1 |
| 2025-08-10 | Ignore coroutine witness type region args in auto trait confirmation | Michael Goulet | -2/+15 |
| 2025-08-09 | `suggest_borrow_generic_arg`: use the correct generic args | dianne | -7/+22 |
| 2025-08-09 | Auto merge of #145146 - fee1-dead-contrib:push-zmqrkurlzrxy, r=nnethercote | bors | -954/+941 |
| 2025-08-09 | Fix an unstable feature comment that wasn't a doc comment | Josh Triplett | -1/+1 |
| 2025-08-09 | some `derive_more` refactors | Deadbeef | -100/+180 |
| 2025-08-09 | Auto merge of #145142 - Zalathar:rollup-oi6s8kg, r=Zalathar | bors | -413/+373 |
| 2025-08-09 | remove `P` | Deadbeef | -954/+941 |
| 2025-08-09 | rename `TraitRef::from_method` to `from_assoc` | Deadbeef | -13/+13 |
| 2025-08-09 | rustc_target: Add the `32s` target feature for LoongArch | WANG Rui | -0/+2 |
| 2025-08-08 | Stop using uadd.with.overflow | Scott McMurray | -7/+19 |
| 2025-08-09 | Rollup merge of #145134 - camsteffen:indirect-assoc-parent, r=cjgillot | Stuart Cook | -7/+4 |
| 2025-08-09 | Rollup merge of #145132 - camsteffen:refactor-map-unit-fn, r=fee1-dead | Stuart Cook | -68/+39 |
| 2025-08-09 | Rollup merge of #145124 - compiler-errors:for-eq, r=lqd | Stuart Cook | -7/+8 |
| 2025-08-09 | Rollup merge of #145119 - makai410:pretty-fix, r=compiler-errors | Stuart Cook | -1/+1 |
| 2025-08-09 | Rollup merge of #145115 - lcnr:less-borrowck-tainting, r=compiler-errors | Stuart Cook | -64/+87 |
| 2025-08-09 | Rollup merge of #145103 - fee1-dead-contrib:push-plompruwywvk, r=compiler-errors | Stuart Cook | -87/+1 |
| 2025-08-09 | Rollup merge of #145097 - lcnr:type-foldable-yeet, r=wesleywiser | Stuart Cook | -9/+3 |
| 2025-08-09 | Rollup merge of #145082 - nnethercote:macro-stats-fix-widths, r=petrochenkov | Stuart Cook | -1/+1 |
| 2025-08-09 | Rollup merge of #145080 - ashivaram23:graphviz_escape, r=lqd | Stuart Cook | -0/+1 |
| 2025-08-09 | Rollup merge of #145010 - bjorn3:couple_abi_cleanups, r=compiler-errors | Stuart Cook | -20/+16 |
| 2025-08-09 | Rollup merge of #144988 - amandasystems:more-detailed-region-graph, r=lcnr | Stuart Cook | -6/+22 |
| 2025-08-09 | Rollup merge of #144883 - scottmcm:remove-unneeded-drop_in_place, r=nnethercote | Stuart Cook | -7/+24 |
| 2025-08-09 | Rollup merge of #144823 - Zalathar:hir-info, r=oli-obk | Stuart Cook | -136/+142 |
| 2025-08-09 | Rollup merge of #141828 - Fulgen301:status-stack-buffer-overrun-diagnostic, r... | Stuart Cook | -0/+24 |
| 2025-08-09 | Auto merge of #143376 - dianne:guard-scope, r=matthewjasper | bors | -46/+84 |
| 2025-08-09 | Auto merge of #145086 - jdonszelmann:revert-allow-internal-unsafe, r=Kobzol | bors | -73/+17 |
| 2025-08-08 | Reduce indirect assoc parent queries | Cameron Steffen | -7/+4 |
| 2025-08-08 | Refactor map_unit_fn lint | Cameron Steffen | -68/+39 |
| 2025-08-08 | Rollup merge of #144987 - tgross35:llvm21-f16-f128, r=nikic | Trevor Gross | -11/+13 |
| 2025-08-08 | Rollup merge of #144775 - lcnr:skip_binder-comment, r=BoxyUwU | Trevor Gross | -30/+30 |
| 2025-08-08 | Rollup merge of #144649 - estebank:issue-144602, r=lcnr | Trevor Gross | -50/+63 |
| 2025-08-08 | Rollup merge of #144579 - joshtriplett:mbe-attr, r=petrochenkov | Trevor Gross | -55/+331 |
| 2025-08-08 | Rollup merge of #144545 - ChayimFriedman2:bool-witness-order, r=Nadrieril | Trevor Gross | -5/+8 |
| 2025-08-08 | Rollup merge of #144192 - RalfJung:atomicrmw-ptr, r=nikic | Trevor Gross | -48/+121 |
| 2025-08-08 | Rollup merge of #144039 - estebank:short-paths, r=fee1-dead | Trevor Gross | -216/+240 |
| 2025-08-08 | Check coroutine upvars and in dtorck constraint | Michael Goulet | -24/+50 |
| 2025-08-08 | Recover for PAT = EXPR {} | Michael Goulet | -7/+8 |
| 2025-08-08 | mbe: Handle local `macro_rules` attr resolution | Josh Triplett | -4/+16 |
| 2025-08-08 | mbe: Handle applying attribute rules with paths | Josh Triplett | -28/+185 |
| 2025-08-08 | mbe: Emit an error if a macro call has no function-like rules | Josh Triplett | -3/+21 |
| 2025-08-08 | mbe: Fix error message for using a macro with no `attr` rules as an attribute | Josh Triplett | -1/+1 |
| 2025-08-08 | mbe: Parse macro attribute rules | Josh Triplett | -20/+109 |
| 2025-08-09 | fix missing parenthesis in pretty discriminant | Makai | -1/+1 |
| 2025-08-08 | mbe: In error messages, don't assume attributes are always proc macros | Josh Triplett | -1/+1 |
| 2025-08-08 | borrowck: defer opaque type errors | lcnr | -47/+70 |