| Age | Commit message (Expand) | Author | Lines |
| 2025-05-26 | Support opaque_types_defined_by for SyntheticCoroutineBody | Michael Goulet | -0/+13 |
| 2025-05-26 | cfg_version: pull out dedicated syntax test from feature gate test | Jieyou Xu | -243/+350 |
| 2025-05-26 | Deduplicate dyn compatibility violations due to coercion | Michael Goulet | -765/+57 |
| 2025-05-25 | const-check: stop recommending the use of rustc_allow_const_fn_unstable | Ralf Jung | -240/+40 |
| 2025-05-26 | Add compiler tests for xray | quininer | -10/+27 |
| 2025-05-25 | Fix `unused_braces` lint suggestion when encountering attributes | Urgau | -0/+49 |
| 2025-05-25 | Make UNNECESSARY_TRANSMUTES into a HIR lint | Michael Goulet | -56/+170 |
| 2025-05-25 | Make PTR_TO_INTEGER_TRANSMUTE_IN_CONSTS into a HIR lint | Michael Goulet | -39/+26 |
| 2025-05-25 | Improve `ambiguous_wide_pointer_comparisons` lint compare diagnostics | Urgau | -25/+125 |
| 2025-05-25 | Rollup merge of #141512 - Noratrieb:stop-trimming-this-much, r=compiler-errors | Guillaume Gomez | -40/+60 |
| 2025-05-24 | Make #[cfg(version)] respect RUSTC_OVERRIDE_VERSION_STRING | est31 | -0/+47 |
| 2025-05-24 | Avoid extra path trimming in method not found error | Noratrieb | -40/+60 |
| 2025-05-24 | Auto merge of #141372 - khuey:ir_call_dbg_loc, r=jieyouxu | bors | -0/+12 |
| 2025-05-24 | Disable test on android because it doesn't have backtraces. | Kyle Huey | -1/+2 |
| 2025-05-24 | Add ui test func-pointer-issue-140491 | xizheyin | -0/+16 |
| 2025-05-24 | Rollup merge of #141456 - Urgau:check-cfg-version-pred, r=jieyouxu | Matthias Krüger | -0/+45 |
| 2025-05-24 | Rollup merge of #141438 - compiler-errors:dyn-compatible-call, r=lcnr | Matthias Krüger | -304/+83 |
| 2025-05-24 | Rollup merge of #141429 - compiler-errors:unsafe-binder-non-structural-match,... | Matthias Krüger | -0/+30 |
| 2025-05-24 | Enable xray support for Mac | quininer | -1/+1 |
| 2025-05-23 | Suggest correct `version("..")` predicate syntax in check-cfg | Urgau | -0/+45 |
| 2025-05-23 | Do not try to confirm non-dyn compatible method | Michael Goulet | -304/+83 |
| 2025-05-23 | Rollup merge of #140967 - azhogin:azhogin/async-drop-poll-shim-for-error-drop... | Matthias Krüger | -0/+40 |
| 2025-05-23 | Emit dummy open drop for unsafe binder | Michael Goulet | -0/+29 |
| 2025-05-23 | Properly analyze captures from unsafe binders | Michael Goulet | -0/+21 |
| 2025-05-23 | Dont walk into unsafe binders when emiting error for non-structural type match | Michael Goulet | -0/+30 |
| 2025-05-23 | Auto merge of #140553 - BoxyUwU:defer_type_system_ctfe, r=compiler-errors | bors | -53/+388 |
| 2025-05-23 | Auto merge of #135160 - RalfJung:aarch64-softfloat-not-neon, r=Noratrieb | bors | -0/+45 |
| 2025-05-22 | Use the fn_span when emitting function calls for better debug info. | Kyle Huey | -0/+11 |
| 2025-05-22 | Auto merge of #141396 - matthiaskrgr:rollup-feg050g, r=matthiaskrgr | bors | -188/+807 |
| 2025-05-23 | Async drop poll shim for error dropee generates noop body (fixes #140930) | Andrew Zhogin | -0/+40 |
| 2025-05-22 | Allow `#![doc(test(attr(..)))]` at every level | Urgau | -10/+108 |
| 2025-05-22 | Allow `#![doc(test(attr(..)))]` at module level too | Urgau | -0/+4 |
| 2025-05-22 | Fix future-incompatible lint group test | Urgau | -15/+35 |
| 2025-05-22 | Rollup merge of #141390 - compiler-errors:poly-select-new-solver, r=lcnr | Matthias Krüger | -0/+57 |
| 2025-05-22 | Rollup merge of #141362 - BoxyUwU:correct_error_term_kind, r=lcnr | Matthias Krüger | -0/+56 |
| 2025-05-22 | Rollup merge of #141359 - compiler-errors:async-fn-once, r=lcnr | Matthias Krüger | -0/+15 |
| 2025-05-22 | Rollup merge of #141130 - mejrs:use_self, r=compiler-errors | Matthias Krüger | -49/+102 |
| 2025-05-22 | Rollup merge of #140435 - bend-n:use_ux_from_instead_of_bool_as_ux_unnecessar... | Matthias Krüger | -43/+114 |
| 2025-05-22 | Rollup merge of #140218 - fmease:hirtylo-clean-up-path-low, r=compiler-errors | Matthias Krüger | -18/+124 |
| 2025-05-22 | Rollup merge of #139668 - matthewjasper:upper-bound-fix, r=compiler-errors | Matthias Krüger | -0/+169 |
| 2025-05-22 | Rollup merge of #139635 - BoxyUwU:no_order_dependent_copy_checks, r=lcnr | Matthias Krüger | -78/+260 |
| 2025-05-22 | Rollup merge of #135562 - chenyukang:yukang-fix-128561, r=compiler-errors | Matthias Krüger | -0/+38 |
| 2025-05-22 | Add test/comment about const patterns with unused params | Boxy | -0/+19 |
| 2025-05-22 | Review Comments | Boxy | -0/+2 |
| 2025-05-22 | Don't allow poly_select in new solver | Michael Goulet | -0/+57 |
| 2025-05-22 | Return correct error term kind on projection errors | Boxy | -0/+56 |
| 2025-05-22 | Reviews | Boxy | -2/+2 |
| 2025-05-22 | make enabling the neon target feature a FCW | Ralf Jung | -0/+45 |
| 2025-05-22 | use uX::from instead of _ as uX in non - const contexts | bendn | -43/+114 |
| 2025-05-22 | Rollup merge of #140431 - bend-n:dont_handle_bool_transmute, r=Nadrieril | Matthias Krüger | -12/+6 |