| Age | Commit message (Expand) | Author | Lines |
| 2025-07-31 | Update cargo | Weihang Lo | -0/+0 |
| 2025-07-31 | Make Miri's enter_trace_span! call const_eval's | Stypox | -22/+5 |
| 2025-07-31 | remove rustc_attr_data_structures | Jana Dönszelmann | -50/+58 |
| 2025-07-31 | Auto merge of #144731 - samueltardieu:rollup-36y30k2, r=samueltardieu | bors | -18/+41 |
| 2025-07-31 | Rollup merge of #144297 - GuillaumeGomez:ERROR_EXIT_CODE, r=Amanieu | Samuel Tardieu | -1/+2 |
| 2025-07-31 | Rollup merge of #144053 - Kobzol:ci-remove-install-rust, r=marcoieni | Samuel Tardieu | -15/+0 |
| 2025-07-31 | Rollup merge of #136840 - Flakebi:linker-plugin-lto-fat, r=dianqk | Samuel Tardieu | -2/+39 |
| 2025-07-31 | Overhaul `Constraint`. | Nicholas Nethercote | -18/+22 |
| 2025-07-31 | Deduplicate `IntTy`/`UintTy`/`FloatTy`. | Nicholas Nethercote | -50/+42 |
| 2025-07-31 | `cargo clippy --fix` | Lukas Wirth | -3331/+3073 |
| 2025-07-31 | Fix CI build failure when using new libtest public constant | Guillaume Gomez | -2/+3 |
| 2025-07-31 | Make `libtest::ERROR_EXIT_CODE` const public to not redefine it in rustdoc | Guillaume Gomez | -1/+1 |
| 2025-07-31 | Fix linker-plugin-lto only doing thin lto | Flakebi | -2/+39 |
| 2025-07-31 | Merge pull request #20342 from Veykril/push-zysqtqskuxvr | Lukas Wirth | -425/+848 |
| 2025-07-31 | Add version command to proc-macro-srv | Lukas Wirth | -18/+139 |
| 2025-07-31 | Reorganize proc-macro-srv | Lukas Wirth | -148/+131 |
| 2025-07-31 | Properly clean proc-macro-srv proc-macro temp dir | Lukas Wirth | -18/+125 |
| 2025-07-31 | Extend `is_case_difference` to handle digit-letter confusables | xizheyin | -1/+1 |
| 2025-07-31 | Remove `TyCtxt::get_attrs_unchecked`. | Nicholas Nethercote | -9/+6 |
| 2025-07-31 | Merge ref '32e7a4b92b10' from rust-lang/rust | The rustc-josh-sync Cronjob Bot | -4300/+6843 |
| 2025-07-31 | Prepare for merging from rust-lang/rust | The rustc-josh-sync Cronjob Bot | -1/+1 |
| 2025-07-31 | Uniform enter_trace_span! and add documentation | Stypox | -16/+2 |
| 2025-07-30 | Address some rustc inconsistency issues | Haowei Wu | -5/+13 |
| 2025-07-30 | rustdoc-json: Move `#[macro_export]` from `Other` to it's own variant | Alona Enraght-Moony | -4/+11 |
| 2025-07-30 | Stabilize strict_overflow_ops | Nurzhan Sakén | -1/+1 |
| 2025-07-30 | Rollup merge of #144675 - jieyouxu:compiletest-staging, r=Kobzol | Samuel Tardieu | -10/+45 |
| 2025-07-30 | Rollup merge of #144308 - GuillaumeGomez:merged-doctest-times, r=lolbinarycat | Samuel Tardieu | -18/+77 |
| 2025-07-30 | Rollup merge of #143465 - kornelski:extern-name, r=petrochenkov | Samuel Tardieu | -7/+29 |
| 2025-07-30 | Distinguish appending and replacing self ty in predicates | Michael Goulet | -1/+1 |
| 2025-07-30 | add `SyntaxEditor::delete_all` to migrate utils.rs `add_trait_assoc_items_to_... | Hmikihiro | -26/+67 |
| 2025-07-30 | Abtract away json protocol for proc-macro-srv | Lukas Wirth | -260/+472 |
| 2025-07-30 | Add change tracker entry | Jieyou Xu | -0/+5 |
| 2025-07-30 | Run `compiletest` self-tests against stage 1 rustc | Jieyou Xu | -2/+2 |
| 2025-07-30 | Deny `compiletest` self-tests being run against stage 0 rustc unless explicit... | Jieyou Xu | -1/+18 |
| 2025-07-30 | Update `codegen_{cranelift,gcc}` and `opt-dist` to use `build.compiletest-all... | Jieyou Xu | -1/+1 |
| 2025-07-30 | Introduce proper `build.compiletest-allow-stage0` config option | Jieyou Xu | -6/+19 |
| 2025-07-30 | Remove space | tiif | -1/+1 |
| 2025-07-30 | Add documentation for unstable_feature_bound | tiif | -0/+3 |
| 2025-07-30 | Auto merge of #144673 - Zalathar:rollup-0kpeq3n, r=Zalathar | bors | -356/+541 |
| 2025-07-30 | Rollup merge of #144662 - Zalathar:directive-names, r=fmease | Stuart Cook | -290/+293 |
| 2025-07-30 | Rollup merge of #144042 - dpaoliello:verifyllvmcomp, r=jieyouxu | Stuart Cook | -66/+248 |
| 2025-07-30 | const-eval: full support for pointer fragments | Ralf Jung | -69/+104 |
| 2025-07-30 | Remove outdated ci.py reference | Jakub Beránek | -12/+3 |
| 2025-07-30 | Auto merge of #144305 - ChrisDenton:win-free-disk-space, r=marcoieni | bors | -273/+308 |
| 2025-07-30 | Free disk space on Windows 2025 runners | Chris Denton | -273/+308 |
| 2025-07-30 | compiletest: Move directive names back into a separate file | Zalathar | -290/+293 |
| 2025-07-30 | Merge pull request #20314 from Hmikihiro/Migrate_inline_type_alias_to_syntax_... | Shoyu Vanilla (Flint) | -41/+54 |
| 2025-07-30 | Merge pull request #20311 from Hmikihiro/migrate_convert_tuple_struct_to_name... | Shoyu Vanilla (Flint) | -67/+118 |
| 2025-07-29 | Rollup merge of #144639 - Kobzol:x-perf-tui, r=lqd | Jacob Pratt | -27/+24 |
| 2025-07-29 | Rollup merge of #144586 - alexcrichton:update-weasi-sdk, r=Mark-Simulacrum | Jacob Pratt | -4/+4 |