| Age | Commit message (Expand) | Author | Lines |
| 2025-05-29 | Structurally normalize types as needed in projection_ty_core | Michael Goulet | -0/+32 |
| 2025-05-29 | Use `cfg_attr` AST placeholder AST `cfg_attr_trace` for diagnostics | Esteban Küber | -23/+218 |
| 2025-05-29 | Auto merge of #141717 - jhpratt:rollup-neu8nzl, r=jhpratt | bors | -178/+43 |
| 2025-05-29 | remove `visit_clobber` and move `DummyAstNode` to `rustc_expand` | Deadbeef | -12/+6 |
| 2025-05-29 | Rollup merge of #141571 - RalfJung:float-tests, r=tgross35 | Jacob Pratt | -46/+0 |
| 2025-05-29 | Rollup merge of #138285 - beetrees:repr128-stable, r=traviscross,bjorn3 | Jacob Pratt | -132/+43 |
| 2025-05-29 | Rollup merge of #141683 - compiler-errors:unsafe-binder-capture, r=oli-obk | Jacob Pratt | -0/+3 |
| 2025-05-29 | Rollup merge of #138139 - xizheyin:issue-137384, r=ChrisDenton | Jacob Pratt | -0/+19 |
| 2025-05-29 | Rollup merge of #136429 - fmease:gci-fix-def-site-checks, r=BoxyUwU | Jacob Pratt | -6/+27 |
| 2025-05-29 | Remove unneeded feature | Orson Peters | -1/+0 |
| 2025-05-29 | Add test | Orson Peters | -0/+39 |
| 2025-05-28 | atomic_load intrinsic: use const generic parameter for ordering | Ralf Jung | -23/+23 |
| 2025-05-28 | Auto merge of #141696 - tgross35:rollup-fhpj180, r=tgross35 | bors | -189/+399 |
| 2025-05-28 | Rollup merge of #141670 - chenyukang:yukang-fix-ice-from-contracts, r=nnether... | Trevor Gross | -19/+54 |
| 2025-05-28 | Rollup merge of #141548 - bvanjoi:issue-141256, r=petrochenkov | Trevor Gross | -0/+149 |
| 2025-05-28 | Rollup merge of #141411 - lolbinarycat:rustdoc-link-proc-macro-91274, r=Guill... | Trevor Gross | -0/+56 |
| 2025-05-28 | Rollup merge of #140697 - Sa4dUs:split-autodiff, r=ZuseZ4 | Trevor Gross | -170/+140 |
| 2025-05-28 | Auto merge of #141576 - marcoieni:pr-free-runners-aarch, r=Kobzol | bors | -4/+8 |
| 2025-05-28 | Stabilise `repr128` | beetrees | -132/+43 |
| 2025-05-28 | GCI: Check where-clauses for well-formedness at the def site | León Orell Valerian Liehr | -0/+22 |
| 2025-05-28 | Handle e2021 precise capturing of unsafe binder | Michael Goulet | -0/+3 |
| 2025-05-28 | Avoid over-counting of `UsePath` in the HIR stats. | Nicholas Nethercote | -3/+3 |
| 2025-05-28 | Filter percentages out of `tests/ui/stats/input-stats.rs` output. | Nicholas Nethercote | -160/+164 |
| 2025-05-28 | coretests: add abs() and copysign() tests, and remove now-unnecessary ui test | Ralf Jung | -46/+0 |
| 2025-05-28 | Fix ICE in tokenstream with contracts from parser recovery | yukang | -19/+54 |
| 2025-05-28 | Auto merge of #141668 - tgross35:rollup-03gg6lf, r=tgross35 | bors | -114/+687 |
| 2025-05-27 | Rollup merge of #141551 - compiler-errors:hir-lints, r=BoxyUwU | Trevor Gross | -95/+196 |
| 2025-05-27 | Rollup merge of #141517 - lolbinarycat:rustdoc-doctest-tooltip-ignore-141092,... | Trevor Gross | -0/+23 |
| 2025-05-27 | Rollup merge of #141252 - dianqk:gvn-repeat-index, r=saethlin | Trevor Gross | -0/+84 |
| 2025-05-27 | Rollup merge of #140894 - Urgau:check-cfg-rustdoc, r=GuillaumeGomez | Trevor Gross | -11/+50 |
| 2025-05-27 | Rollup merge of #140367 - folkertdev:asm-cfg, r=nnethercote | Trevor Gross | -8/+334 |
| 2025-05-27 | Auto merge of #129658 - saethlin:spare-a-crumb, r=jhpratt | bors | -155/+71 |
| 2025-05-27 | switch dataflow test to a maybe-uninit analysis | Rémy Rakic | -7/+7 |
| 2025-05-27 | Make the `dangerous_implicit_autorefs` lint deny-by-default | Urgau | -92/+98 |
| 2025-05-27 | Rollup merge of #141654 - durin42:randomly-fixed-test, r=jieyouxu | Matthias Krüger | -15/+11 |
| 2025-05-27 | Rollup merge of #141650 - Zalathar:revert-unused-local-file, r=Zalathar | Matthias Krüger | -46/+20 |
| 2025-05-27 | Rollup merge of #141640 - Fabian-Gruenbichler:mr/test-version-check-rpath-fal... | Matthias Krüger | -17/+13 |
| 2025-05-28 | consider glob imports in cfg suggestion | bohan | -0/+149 |
| 2025-05-27 | Always evaluate free lifetime-generic constants | León Orell Valerian Liehr | -6/+5 |
| 2025-05-27 | Warn on non-crate level text direction lints | Matthew Jasper | -18/+0 |
| 2025-05-27 | Report text_direction_codepoint_in_literal when parsing | Matthew Jasper | -18/+143 |
| 2025-05-27 | Update tests with Range parameter to `BTreeMap::extract_if` etc. | Sidney Cammeresi | -2/+2 |
| 2025-05-27 | tests: mark option-niche-eq as fixed on LLVM 21 | Augie Fackler | -15/+11 |
| 2025-05-27 | rustdoc: linking to a local proc macro no longer warns | binarycat | -0/+56 |
| 2025-05-27 | Suggest mut when possbile for temporary value dropped while borrowed | yukang | -2/+83 |
| 2025-05-27 | Refactor the two-phase check for impls and impl items | Mu001999 | -2/+7 |
| 2025-05-27 | coverage: Revert "unused local file IDs" due to empty function names | Zalathar | -46/+20 |
| 2025-05-27 | Rollup merge of #141594 - BoxyUwU:another_gai_test, r=jieyouxu | Michael Goulet | -0/+25 |
| 2025-05-27 | Rollup merge of #141587 - ferrocene:lw-yurotqzwvwlw, r=jieyouxu | Michael Goulet | -36/+45 |
| 2025-05-27 | Rollup merge of #141584 - compiler-errors:typing-env-synthetic-body, r=lcnr | Michael Goulet | -0/+13 |