| Age | Commit message (Expand) | Author | Lines |
| 2025-06-20 | Add an attribute-related parenthesization edge case | David Tolnay | -0/+6 |
| 2025-06-20 | Insert parentheses around binary operation with attribute | David Tolnay | -12/+38 |
| 2025-06-20 | Add AST pretty-printer tests involving attr on binary operation | David Tolnay | -0/+9 |
| 2025-06-20 | fmt | Nia Espera | -7/+6 |
| 2025-06-20 | Update src/shims/trace/parent.rs | Nia | -4/+5 |
| 2025-06-20 | error rework | Nia Espera | -33/+17 |
| 2025-06-20 | Recover from semicolon field separator | Cameron Steffen | -24/+27 |
| 2025-06-20 | nonnulls | Nia Espera | -22/+18 |
| 2025-06-20 | cfg if | Nia Espera | -4/+1 |
| 2025-06-20 | fix dumb mistake | Nia Espera | -1/+6 |
| 2025-06-20 | supervisor bits of ffi ptracing | Nia Espera | -81/+606 |
| 2025-06-20 | Auto merge of #142795 - Kobzol:rollup-vvnnjno, r=Kobzol | bors | -261/+550 |
| 2025-06-20 | Port `#[may_dangle]` to the new attribute system | Pavel Grigorenko | -3/+33 |
| 2025-06-20 | Make some `use _` tests multi-edition | Esteban Küber | -13/+104 |
| 2025-06-20 | Use gen blocks in the compiler instead of from_coroutine | Michael Goulet | -154/+139 |
| 2025-06-20 | Collapse Analysis|Borrowck|PostBorrowckAnalysis when there are no opaques | Michael Goulet | -3/+11 |
| 2025-06-20 | integer docs: remove extraneous text | Tshepang Mbambo | -455/+0 |
| 2025-06-20 | Merge pull request #716 from FractalFir/abi-cafe | antoyo | -2/+5 |
| 2025-06-20 | Rollup merge of #142769 - jdonszelmann:remove-useless-new-method, r=tgross35 | Jakub Beránek | -9/+3 |
| 2025-06-20 | Rollup merge of #142767 - nnethercote:symbol-cleanups, r=petrochenkov | Jakub Beránek | -1/+1 |
| 2025-06-20 | Rollup merge of #142767 - nnethercote:symbol-cleanups, r=petrochenkov | Jakub Beránek | -24/+29 |
| 2025-06-20 | Rollup merge of #142764 - ChaiTRex:ilog_10_to_ilog10, r=workingjubilee | Jakub Beránek | -7/+7 |
| 2025-06-20 | Rollup merge of #142758 - jieyouxu:rustdoc-json-types, r=Kobzol | Jakub Beránek | -1/+1 |
| 2025-06-20 | Rollup merge of #142744 - tgross35:y21-mailmap, r=y21 | Jakub Beránek | -0/+1 |
| 2025-06-20 | Rollup merge of #142743 - tshepang:rdg-push, r=jieyouxu | Jakub Beránek | -96/+252 |
| 2025-06-20 | Rollup merge of #142736 - lolbinarycat:rustdoc-issue-template, r=GuillaumeGom... | Jakub Beránek | -0/+54 |
| 2025-06-20 | Rollup merge of #142720 - yotamofek:pr/rustdoc/ext-crate-cleanup, r=Guillaume... | Jakub Beránek | -71/+53 |
| 2025-06-20 | Rollup merge of #142715 - folkertdev:fn-align-corrections, r=jdonszelmann | Jakub Beránek | -34/+36 |
| 2025-06-20 | Rollup merge of #142629 - Kobzol:bootstrap-tests-builder, r=jieyouxu | Jakub Beránek | -19/+114 |
| 2025-06-20 | rust-analyzer: Rename LayoutS to LayoutData in comments | Zachary S | -1/+1 |
| 2025-06-20 | compiler: Rename LayoutS to LayoutData in comments | Zachary S | -8/+8 |
| 2025-06-20 | Factor out seen_comma variable | Cameron Steffen | -15/+3 |
| 2025-06-20 | Rollup merge of #142755 - aDotInTheVoid:rdj-shattrs, r=GuillaumeGomez | Trevor Gross | -12/+1 |
| 2025-06-20 | Rollup merge of #142713 - tgross35:mbe-transcribe-refactor, r=petrochenkov | Trevor Gross | -363/+404 |
| 2025-06-20 | Rollup merge of #142650 - camsteffen:refactor-translator, r=petrochenkov | Trevor Gross | -3/+2 |
| 2025-06-20 | Rollup merge of #142650 - camsteffen:refactor-translator, r=petrochenkov | Trevor Gross | -303/+221 |
| 2025-06-20 | Rollup merge of #142575 - oli-obk:sneaky-self-init, r=RalfJung | Trevor Gross | -1/+45 |
| 2025-06-20 | Rollup merge of #142497 - GuillaumeGomez:fix-random-search-failure, r=lolbina... | Trevor Gross | -37/+41 |
| 2025-06-20 | Rollup merge of #142495 - jdonszelmann:better-repr-template, r=oli-obk | Trevor Gross | -6/+7 |
| 2025-06-20 | Rollup merge of #142494 - jdonszelmann:missing-attr-parsing-docs, r=oli-obk | Trevor Gross | -0/+19 |
| 2025-06-20 | Rollup merge of #142491 - jdonszelmann:cold, r=oli-obk | Trevor Gross | -35/+99 |
| 2025-06-20 | Rollup merge of #142331 - deven:trim_prefix_suffix, r=Amanieu | Trevor Gross | -0/+160 |
| 2025-06-20 | Fixed some clippy warnings. | michal kostrubiec | -2/+5 |
| 2025-06-20 | Bless UI tests: do not print alternate implementors of `Step` | Samuel Tardieu | -10/+0 |
| 2025-06-20 | error on calls to ABIs that cannot be called | Folkert de Vries | -209/+1359 |
| 2025-06-20 | Bump the version number to 1.90.0 | Josh Stone | -1/+1 |
| 2025-06-20 | Switch `non_upper_case_globals` suggestions to being machine-applicable | Urgau | -2/+2 |
| 2025-06-20 | bootstrap.example.toml: add note explaining toml | binarycat | -0/+8 |
| 2025-06-20 | update configure.py to handle new bootstrap.example.toml | binarycat | -8/+25 |
| 2025-06-20 | add doc(alias("AsciiChar")) to core::ascii::Char | binarycat | -0/+13 |