| Age | Commit message (Expand) | Author | Lines |
| 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/+77 |
| 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 | -42/+62 |
| 2025-05-25 | Rollup merge of #141413 - est31:cfg_version_env_var, r=jieyouxu | Guillaume Gomez | -0/+47 |
| 2025-05-25 | Add regression test for #140739 | Guillaume Gomez | -0/+42 |
| 2025-05-25 | Tweak attribute rendering depending on wether or not it is a type alias | Guillaume Gomez | -1/+1 |
| 2025-05-25 | Rollup merge of #140950 - clubby789:nonzero-ord-test, r=Mark-Simulacrum | Jacob Pratt | -10/+52 |
| 2025-05-25 | Rollup merge of #139831 - lolbinarycat:rustdoc-mobile-sidebar, r=GuillaumeGomez | Jacob Pratt | -19/+8 |
| 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 | -42/+62 |
| 2025-05-24 | rustdoc: use descriptive tooltip if doctest is conditionally ignored | binarycat | -0/+23 |
| 2025-05-24 | Auto merge of #141372 - khuey:ir_call_dbg_loc, r=jieyouxu | bors | -0/+47 |
| 2025-05-24 | Rollup merge of #141432 - lcnr:canonicalize-regions, r=compiler-errors | Matthias Krüger | -29/+25 |
| 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 | mir-opt: Do not create storage marks for temporary locals | dianqk | -26/+3 |
| 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-24 | mir-opt: Create an indirect BB to add `StorageDead` | dianqk | -0/+66 |
| 2025-05-23 | rustdoc-gui test: apply suggestions from code review | binarycat | -1/+4 |
| 2025-05-23 | Rollup merge of #140832 - workingjubilee:aarch64-linux-should-use-frame-point... | Matthias Krüger | -5/+6 |
| 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 | yeet `CanonicalVarInfo` | lcnr | -29/+25 |
| 2025-05-23 | Rollup merge of #141126 - fmease:rev-rjson-priv-repr, r=aDotInTheVoid | Matthias Krüger | -37/+4 |
| 2025-05-23 | Rollup merge of #140967 - azhogin:azhogin/async-drop-poll-shim-for-error-drop... | Matthias Krüger | -0/+40 |
| 2025-05-23 | Rollup merge of #136400 - lolbinarycat:rustdoc-link-lint-135851, r=GuillaumeG... | Matthias Krüger | -33/+99 |
| 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 | -92/+377 |
| 2025-05-23 | Auto merge of #135160 - RalfJung:aarch64-softfloat-not-neon, r=Noratrieb | bors | -0/+45 |
| 2025-05-22 | rustdoc: rip out all the gui tests for <100% width mobile sidebar | binarycat | -19/+5 |
| 2025-05-22 | Use the fn_span when emitting function calls for better debug info. | Kyle Huey | -0/+46 |
| 2025-05-22 | Auto merge of #141396 - matthiaskrgr:rollup-feg050g, r=matthiaskrgr | bors | -202/+807 |
| 2025-05-23 | Async drop poll shim for error dropee generates noop body (fixes #140930) | Andrew Zhogin | -0/+40 |
| 2025-05-22 | rustdoc JSON: Don't apply `#[repr]` privacy heuristics | León Orell Valerian Liehr | -37/+4 |
| 2025-05-22 | Collect and use `#[doc(test(attr(..)))]` at every level | Urgau | -0/+262 |
| 2025-05-22 | Allow `#![doc(test(attr(..)))]` at every level | Urgau | -36/+118 |
| 2025-05-22 | Allow `#![doc(test(attr(..)))]` doctests to be again merged together | Urgau | -4/+24 |
| 2025-05-22 | Collect and use `#![doc(test(attr(..)))]` at module level too | Urgau | -0/+115 |
| 2025-05-22 | rustdoc: improve diagnostics on raw doc fragments | binarycat | -33/+99 |
| 2025-05-22 | Allow `#![doc(test(attr(..)))]` at module level too | Urgau | -10/+30 |
| 2025-05-22 | Fix future-incompatible lint group test | Urgau | -15/+35 |