| Age | Commit message (Expand) | Author | Lines |
| 2025-07-28 | Rollup merge of #144534 - RalfJung:should_check_for_sync, r=compiler-errors | Matthias Krüger | -3/+9 |
| 2025-07-28 | Rollup merge of #144523 - ojeda:rustdoc-target-modifiers, r=GuillaumeGomez | Matthias Krüger | -0/+53 |
| 2025-07-28 | Rollup merge of #144495 - klensy:cargo_metadata, r=lqd | Matthias Krüger | -27/+14 |
| 2025-07-28 | Rollup merge of #144471 - tgross35:compiler-builtins-asm, r=Amanieu | Matthias Krüger | -6/+0 |
| 2025-07-28 | Rollup merge of #143607 - JonathanBrouwer:proc_macro_attrs, r=jdonszelmann,tr... | Matthias Krüger | -393/+520 |
| 2025-07-27 | Auto merge of #144434 - nnethercote:preintern-ty-bounds, r=compiler-errors | bors | -9/+38 |
| 2025-07-27 | Auto merge of #144425 - nnethercote:avoid-new_adt-new_fn_def, r=compiler-errors | bors | -4/+12 |
| 2025-07-27 | check_static_item: explain should_check_for_sync choices | Ralf Jung | -3/+9 |
| 2025-07-27 | Auto merge of #143884 - LorrensP-2158466:resolve-split-define, r=petrochenkov | bors | -57/+100 |
| 2025-07-27 | split up define into define_extern and define_local | LorrensP-2158466 | -57/+100 |
| 2025-07-27 | bump cargo_metadata | klensy | -27/+14 |
| 2025-07-27 | Auto merge of #144528 - matthiaskrgr:rollup-felcjc1, r=matthiaskrgr | bors | -399/+275 |
| 2025-07-27 | Rollup merge of #144455 - TDecking:ctlz-cttz, r=SparrowLii | Matthias Krüger | -19/+9 |
| 2025-07-27 | Rollup merge of #144454 - folkertdev:uefi-tests, r=jieyouxu | Matthias Krüger | -151/+90 |
| 2025-07-27 | Rollup merge of #144385 - xizheyin:macro-hygiene, r=petrochenkov | Matthias Krüger | -0/+17 |
| 2025-07-27 | Rollup merge of #144226 - cjgillot:known-panics-panics, r=oli-obk | Matthias Krüger | -229/+159 |
| 2025-07-27 | Auto merge of #144347 - scottmcm:ssa-enums-v0, r=WaffleLapkin | bors | -64/+110 |
| 2025-07-27 | rustdoc: save target modifiers | Miguel Ojeda | -0/+53 |
| 2025-07-27 | Auto merge of #144526 - jhpratt:rollup-1x1tyvn, r=jhpratt | bors | -401/+633 |
| 2025-07-26 | Rollup merge of #144480 - Zalathar:revert-empty-span, r=Zalathar | Jacob Pratt | -57/+46 |
| 2025-07-26 | Rollup merge of #144470 - tgross35:clif-remove-no-f16-f128, r=bjorn3 | Jacob Pratt | -5/+0 |
| 2025-07-26 | Rollup merge of #144464 - Kobzol:x-test-default, r=jieyouxu | Jacob Pratt | -1/+5 |
| 2025-07-26 | Rollup merge of #144453 - WaffleLapkin:canonical-build-root, r=jieyouxu | Jacob Pratt | -1/+3 |
| 2025-07-26 | Rollup merge of #144445 - jieyouxu:revert-shared_helpers_tests, r=Kobzol | Jacob Pratt | -11/+23 |
| 2025-07-26 | Rollup merge of #144430 - Gelbpunkt:aarch64-outline-atomics-target, r=Noratrieb | Jacob Pratt | -2/+0 |
| 2025-07-26 | Rollup merge of #144429 - Gelbpunkt:outline-atomics-aarch64-musl, r=Amanieu | Jacob Pratt | -1/+1 |
| 2025-07-26 | Rollup merge of #144422 - itf:itf-patch-2-1, r=ChrisDenton | Jacob Pratt | -13/+3 |
| 2025-07-26 | Rollup merge of #144409 - GuillaumeGomez:macro-expansion-early-abort, r=oli-obk | Jacob Pratt | -249/+323 |
| 2025-07-26 | Rollup merge of #144383 - ZuseZ4:disable-f128-on-amdgcn, r=oli-obk | Jacob Pratt | -0/+2 |
| 2025-07-26 | Rollup merge of #144379 - folkertdev:c-variadic-same-program-multiple-abis, r... | Jacob Pratt | -0/+112 |
| 2025-07-26 | Rollup merge of #144359 - RalfJung:vararg-codegen, r=compiler-errors | Jacob Pratt | -59/+110 |
| 2025-07-26 | Rollup merge of #141840 - ChrisDenton:noempty, r=ChrisDenton | Jacob Pratt | -2/+5 |
| 2025-07-26 | Auto merge of #143860 - scottmcm:transmute-always-rvalue, r=WaffleLapkin | bors | -106/+258 |
| 2025-07-26 | Do not check Sync during type_of. | Camille GILLOT | -264/+26 |
| 2025-07-26 | Fix tooling | Jonathan Brouwer | -34/+21 |
| 2025-07-26 | Remove now un-used code | Jonathan Brouwer | -167/+0 |
| 2025-07-26 | Update test results | Jonathan Brouwer | -151/+263 |
| 2025-07-26 | Use the new attributes throughout the codebase | Jonathan Brouwer | -35/+60 |
| 2025-07-26 | Parsers for the attributes | Jonathan Brouwer | -0/+147 |
| 2025-07-26 | Implement check_attr | Jonathan Brouwer | -10/+17 |
| 2025-07-26 | Add attributes to AttributeKind | Jonathan Brouwer | -0/+16 |
| 2025-07-26 | Auto merge of #143500 - compiler-errors:characterize-less, r=lcnr | bors | -4/+9 |
| 2025-07-26 | Auto merge of #144502 - matthiaskrgr:rollup-o81uk9m, r=matthiaskrgr | bors | -156/+193 |
| 2025-07-26 | Rollup merge of #144468 - petrochenkov:resolution, r=lqd,SparrowLii | Matthias Krüger | -61/+66 |
| 2025-07-26 | Rollup merge of #144463 - ognevny:change-tracker-typo, r=Kobzol | Matthias Krüger | -1/+1 |
| 2025-07-26 | Rollup merge of #144462 - Kobzol:pretty-print-self-profile-args, r=RalfJung | Matthias Krüger | -0/+24 |
| 2025-07-26 | Rollup merge of #144448 - camsteffen:defaultness-impl-trait-only, r=compiler-... | Matthias Krüger | -4/+7 |
| 2025-07-26 | Rollup merge of #144435 - tshepang:rdg-sync, r=jieyouxu | Matthias Krüger | -14/+15 |
| 2025-07-26 | Rollup merge of #144427 - lolbinarycat:tidy-extra_checks-rename, r=Kobzol | Matthias Krüger | -3/+3 |
| 2025-07-26 | Rollup merge of #144424 - BoxyUwU:release_blog_post_unauthorized_users, r=cuv... | Matthias Krüger | -0/+1 |