| Age | Commit message (Expand) | Author | Lines |
| 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 | -34/+21 |
| 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 | Migrate `convert_tuple_struct_to_named_struct' assist to use `SyntaxEditor' | Hayashi Mikihiro | -35/+68 |
| 2025-07-27 | migrate `fn edit_struct_def` in `convert_tuple_struct_to_named_struct` to Syn... | Hayashi Mikihiro | -30/+24 |
| 2025-07-27 | remove ted from convert_tuple_struct_to_named_struct | Hayashi Mikihiro | -5/+7 |
| 2025-07-27 | Migrate `inline_type_alias` assist to use `SyntaxEditor` | Hmikihiro | -29/+34 |
| 2025-07-27 | refactor: conpare text of name_ref instead of syntax name_ref | Hmikihiro | -1/+4 |
| 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 | -215/+5 |
| 2025-07-27 | move download_rustfmt out of impl as its used during config initialization | bit-aloo | -0/+66 |
| 2025-07-27 | move download_beta_toolchain out of impl as its used during config initializa... | bit-aloo | -0/+25 |
| 2025-07-27 | move utility methods out of config impl | bit-aloo | -461/+518 |
| 2025-07-27 | add download context | bit-aloo | -0/+37 |
| 2025-07-27 | Merge pull request #20302 from Young-Flash/fix_20240 | Laurențiu Nicola | -4/+23 |
| 2025-07-27 | rustdoc: save target modifiers | Miguel Ojeda | -0/+6 |
| 2025-07-27 | minor: fix typo | Young-Flash | -1/+1 |
| 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 #144445 - jieyouxu:revert-shared_helpers_tests, r=Kobzol | Jacob Pratt | -11/+23 |
| 2025-07-27 | cargo update | github-actions | -2/+2 |
| 2025-07-26 | Fix tooling | Jonathan Brouwer | -34/+21 |
| 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 #144463 - ognevny:change-tracker-typo, r=Kobzol | Matthias Krüger | -1/+1 |
| 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 | -2/+2 |
| 2025-07-26 | move uefi test to run-make | Folkert de Vries | -215/+5 |
| 2025-07-26 | Auto merge of #144490 - tgross35:rollup-ps0utme, r=tgross35 | bors | -6/+23 |
| 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 #141663 - lolbinarycat:rustdoc-collapse-impl-134429, r=Guilla... | Trevor Gross | -6/+22 |