| Age | Commit message (Expand) | Author | Lines |
| 2025-05-07 | Use MaybeCause::or to allow constraints from overflows if they are combined w... | Michael Goulet | -0/+56 |
| 2025-05-07 | macro expansion issue | Kivooeo | -39/+113 |
| 2025-05-07 | Only include associated type bounds for Self:Sized associated types if they a... | Michael Goulet | -3/+46 |
| 2025-05-07 | Remove manual WF hack | Michael Goulet | -16/+80 |
| 2025-05-07 | Rollup merge of #140706 - GuillaumeGomez:fix-missing-temp-dir-cleanup, r=notr... | Guillaume Gomez | -0/+42 |
| 2025-05-07 | Rollup merge of #140700 - Kivooeo:new-fix-six, r=davidtwco,fmease | Guillaume Gomez | -0/+74 |
| 2025-05-07 | Rollup merge of #140671 - xizheyin:issue-140169, r=petrochenkov | Guillaume Gomez | -52/+95 |
| 2025-05-07 | Rollup merge of #140614 - yuk1ty:fix-invalid-module-name-visibility, r=davidtwco | Guillaume Gomez | -1/+53 |
| 2025-05-07 | Only prefer param-env candidates if they remain non-global after norm | Michael Goulet | -19/+16 |
| 2025-05-07 | Check `&` before suggest remove deref when trait_selection | xizheyin | -5/+1 |
| 2025-05-07 | Use `parse_param_general` when parsing `(T, U)->R` in `parse_path_segment` | xizheyin | -69/+86 |
| 2025-05-07 | Add regression test for #139899 | Guillaume Gomez | -0/+42 |
| 2025-05-07 | Add ui test suggest-remove-deref-issue-140166 | xizheyin | -0/+44 |
| 2025-05-06 | error early when mixing deref patterns with normal constructors | dianne | -0/+91 |
| 2025-05-06 | add exhaustiveness/usefulness tests for deref patterns | dianne | -0/+269 |
| 2025-05-06 | let deref patterns participate in usefulness/exhaustiveness | dianne | -15/+9 |
| 2025-05-07 | Rollup merge of #140713 - compiler-errors:check_ref_cast, r=lcnr | Jacob Pratt | -0/+22 |
| 2025-05-07 | Rollup merge of #140709 - notriddle:rm-unportable-markdown, r=GuillaumeGomez | Jacob Pratt | -85/+0 |
| 2025-05-07 | Rollup merge of #140607 - lcnr:opaque-type-storage, r=compiler-errors | Jacob Pratt | -0/+25 |
| 2025-05-07 | Rollup merge of #139534 - madhav-madhusoodanan:apx-target-feature-addition, r... | Jacob Pratt | -0/+20 |
| 2025-05-07 | Rollup merge of #134273 - RalfJung:de-stabilize-bench, r=ibraheemdev,traviscross | Jacob Pratt | -70/+12 |
| 2025-05-06 | Structurally resolve in check_ref_cast | Michael Goulet | -0/+22 |
| 2025-05-06 | added error handle for error code > 9999 | Kivooeo | -0/+74 |
| 2025-05-06 | Added apxf target feature test | Madhav Madhusoodanan | -0/+20 |
| 2025-05-06 | rustdoc: remove unportable markdown lint and old parser | Michael Howell | -85/+0 |
| 2025-05-06 | Rollup merge of #139966 - Zalathar:span-merge, r=oli-obk | Guillaume Gomez | -1765/+2836 |
| 2025-05-06 | Preserve generic args in suggestions for ambiguous associated items | León Orell Valerian Liehr | -23/+111 |
| 2025-05-06 | Factor out `resolve_type_relative_path` | León Orell Valerian Liehr | -0/+18 |
| 2025-05-06 | support duplicates in the opaque_types_storage | lcnr | -0/+25 |
| 2025-05-06 | Auto merge of #140702 - GuillaumeGomez:rollup-rpyxs20, r=GuillaumeGomez | bors | -57/+438 |
| 2025-05-06 | Rollup merge of #140681 - jieyouxu:test_helpers, r=petrochenkov | Guillaume Gomez | -15/+17 |
| 2025-05-06 | Rollup merge of #140658 - dianne:lit-deref-pats-p2, r=oli-obk | Guillaume Gomez | -42/+297 |
| 2025-05-06 | Rollup merge of #140632 - Skgland:test-for-issue-81317, r=oli-obk | Guillaume Gomez | -0/+88 |
| 2025-05-06 | Rollup merge of #140135 - GuillaumeGomez:sidebars-image, r=rustdoc | Guillaume Gomez | -0/+36 |
| 2025-05-06 | coverage: Only merge adjacent coverage spans | Zalathar | -1765/+2836 |
| 2025-05-06 | Auto merge of #140561 - compiler-errors:gather-fewer-locals, r=lcnr | bors | -253/+236 |
| 2025-05-06 | tests: don't ignore compiler stderr in `lib-defaults.rs` | Jieyou Xu | -15/+17 |
| 2025-05-06 | Rollup merge of #140678 - compiler-errors:dont-ice-on-infer-in-upvar, r=lcnr | Stuart Cook | -11/+35 |
| 2025-05-06 | Rollup merge of #140673 - GuillaumeGomez:clean-rustdoc-tests, r=notriddle | Stuart Cook | -0/+48 |
| 2025-05-06 | Rollup merge of #140251 - Zalathar:coverage-dump-path, r=clubby789 | Stuart Cook | -306/+306 |
| 2025-05-06 | Rollup merge of #140035 - fee1-dead-contrib:push-oszwkkvmpkks, r=jieyouxu,wes... | Stuart Cook | -0/+587 |
| 2025-05-06 | Rollup merge of #139764 - dtolnay:extractif, r=Amanieu | Stuart Cook | -1/+1 |
| 2025-05-06 | Rollup merge of #139550 - Urgau:rmeta-remap-path-scope, r=nnethercote | Stuart Cook | -2/+70 |
| 2025-05-05 | Consistent trait bounds for ExtractIf Debug impls | David Tolnay | -1/+1 |
| 2025-05-06 | coverage-dump: Dump filenames instead of global file IDs (and bless) | Zalathar | -306/+306 |
| 2025-05-05 | Rollup merge of #140672 - compiler-errors:deeply-normalize, r=lcnr | Guillaume Gomez | -56/+98 |
| 2025-05-05 | Rollup merge of #140661 - Darksonn:fixedx18-tm, r=wesleywiser | Guillaume Gomez | -0/+37 |
| 2025-05-05 | Rollup merge of #140374 - compiler-errors:global_asm-bug, r=lcnr | Guillaume Gomez | -0/+62 |
| 2025-05-05 | Rollup merge of #140115 - dianqk:gvn-matchbr, r=oli-obk | Guillaume Gomez | -74/+89 |
| 2025-05-05 | fix tidy and bless test | Skgland | -6/+8 |