| Age | Commit message (Expand) | Author | Lines |
| 2025-07-28 | Reduce required cc crate version. | Patrick-6 | -4/+6 |
| 2025-07-28 | revert accidental change | Ralf Jung | -1/+5 |
| 2025-07-28 | Merge commit 'abd9cba5acbcc35fb4cc59ce25580fa1624b5571' | Ralf Jung | -1164/+3833 |
| 2025-07-28 | prepare for sync | Ralf Jung | -1/+1 |
| 2025-07-28 | Rollup merge of #144399 - bjorn3:stdlib_tests_separate_packages, r=Mark-Simul... | Matthias Krüger | -35/+58 |
| 2025-07-28 | Rollup merge of #144300 - hkBst:clippy-fix-7, r=Mark-Simulacrum | Matthias Krüger | -13/+12 |
| 2025-07-28 | Merge ref '733dab558992' from rust-lang/rust | The rustc-josh-sync Cronjob Bot | -3400/+5531 |
| 2025-07-28 | Prepare for merging from rust-lang/rust | The rustc-josh-sync Cronjob Bot | -1/+1 |
| 2025-07-28 | Adjust triagebot config for rustc-josh-sync | Laurențiu Nicola | -0/+1 |
| 2025-07-28 | Rollup merge of #144535 - RalfJung:abi-mismatch-err, r=compiler-errors | Matthias Krüger | -22/+19 |
| 2025-07-28 | Rollup merge of #144495 - klensy:cargo_metadata, r=lqd | Matthias Krüger | -11/+12 |
| 2025-07-28 | Rollup merge of #143607 - JonathanBrouwer:proc_macro_attrs, r=jdonszelmann,tr... | Matthias Krüger | -3/+1 |
| 2025-07-27 | centralize clockid_t interpretation | Ralf Jung | -114/+79 |
| 2025-07-27 | fix: Consider all produced artifacts for proc-macro dylib search | Lukas Wirth | -21/+15 |
| 2025-07-27 | Ignore `Destruct` bounds again | Lukas Wirth | -2/+41 |
| 2025-07-27 | Cleanup unstable flags handling | Lukas Wirth | -19/+18 |
| 2025-07-27 | miri: for ABI mismatch errors, say which argument is the problem | Ralf Jung | -22/+19 |
| 2025-07-27 | Copy lockfile when building build scripts | Lukas Wirth | -73/+76 |
| 2025-07-27 | internal: Better type proc macro dylib build data state | Lukas Wirth | -114/+175 |
| 2025-07-27 | Merge pull request #4498 from RalfJung/genmc-build | Ralf Jung | -42/+1130 |
| 2025-07-27 | Merge pull request #20305 from Hmikihiro/Migrate_part_of_utils | Shoyu Vanilla (Flint) | -3/+5 |
| 2025-07-27 | various minor adjustments | Ralf Jung | -79/+49 |
| 2025-07-27 | Add support for building and linking against genmc | Patrick-6 | -42/+1160 |
| 2025-07-27 | Merge pull request #4497 from RalfJung/check-shim | Ralf Jung | -793/+897 |
| 2025-07-27 | Unherit server extra env for runnables extra env | Lukas Wirth | -36/+33 |
| 2025-07-27 | fix: Fix runnables extra env not substituting env vars | Lukas Wirth | -50/+53 |
| 2025-07-27 | introduce a macro for shim signature checking | Ralf Jung | -795/+900 |
| 2025-07-27 | Merge pull request #20290 from ShoyuVanilla/tmp-lockfiles | Lukas Wirth | -6/+54 |
| 2025-07-27 | call_function helper: dont ICE on return type mismatches | Ralf Jung | -2/+54 |
| 2025-07-27 | bump cargo_metadata | klensy | -11/+12 |
| 2025-07-27 | Rollup merge of #144454 - folkertdev:uefi-tests, r=jieyouxu | Matthias Krüger | -1/+2 |
| 2025-07-27 | Merge pull request #20302 from Young-Flash/fix_20240 | Laurențiu Nicola | -4/+23 |
| 2025-07-27 | minor: fix typo | Young-Flash | -1/+1 |
| 2025-07-27 | cargo update | github-actions | -2/+2 |
| 2025-07-26 | Fix tooling | Jonathan Brouwer | -3/+1 |
| 2025-07-26 | Merge pull request #20307 from Hmikihiro/migrate_extract_expression_from_form... | Laurențiu Nicola | -8/+11 |
| 2025-07-26 | Rollup merge of #144427 - lolbinarycat:tidy-extra_checks-rename, r=Kobzol | Matthias Krüger | -2/+2 |
| 2025-07-26 | move uefi test to run-make | Folkert de Vries | -1/+2 |
| 2025-07-26 | Auto merge of #144490 - tgross35:rollup-ps0utme, r=tgross35 | bors | -0/+1 |
| 2025-07-26 | Migrate `extract_expressions_from_format_string` assist to use `SyntaxEditor` | Hayashi Mikihiro | -8/+11 |
| 2025-07-26 | Migrate Convert_to_guarded_return to use SyntaxEditor | Hayashi Mikihiro | -7/+6 |
| 2025-07-26 | Migrate part of utils.rs to use SyntaxEditor | Hayashi Mikihiro | -3/+5 |
| 2025-07-26 | CI: run apt update before installing anything | Ralf Jung | -0/+4 |
| 2025-07-26 | Rollup merge of #144160 - Gelbpunkt:debuginfo-tests-ppc, r=oli-obk | Trevor Gross | -0/+1 |
| 2025-07-26 | Rollup merge of #144356 - GuillaumeGomez:gcc-ignore-tests, r=jieyouxu | Trevor Gross | -0/+5 |
| 2025-07-26 | Migrate PathTransform to SyntaxEditor | Hayashi Mikihiro | -86/+168 |
| 2025-07-26 | add Debug on AstSubst PathTransform.rs | Hayashi Mikihiro | -1/+2 |
| 2025-07-26 | test: add test case for fold doc comment for multiline param list fn | Young-Flash | -0/+17 |
| 2025-07-26 | fix fold doc comment for multiline param list fn | Young-Flash | -4/+6 |
| 2025-07-25 | Auto merge of #144338 - weihanglo:update-cargo, r=weihanglo | bors | -0/+1 |