| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-07-28 | Auto merge of #144524 - rust-lang:cargo_update, r=clubby789 | bors | -2/+2 | |
| Weekly `cargo update` Automation to keep dependencies in `Cargo.lock` current. r? dep-bumps The following is the output from `cargo update`: ```txt compiler & tools dependencies: Locking 3 packages to latest compatible versions Updating ipc-channel v0.20.0 -> v0.20.1 Updating rand v0.9.1 -> v0.9.2 Updating redox_syscall v0.5.13 -> v0.5.16 note: pass `--verbose` to see 37 unchanged dependencies behind latest library dependencies: Locking 1 package to latest compatible version Updating rand v0.9.1 -> v0.9.2 note: pass `--verbose` to see 2 unchanged dependencies behind latest rustbook dependencies: Locking 1 package to latest compatible version Updating redox_syscall v0.5.13 -> v0.5.16 ``` | ||||
| 2025-07-28 | Auto merge of #144603 - lnicola:sync-from-ra, r=lnicola | bors | -1424/+2182 | |
| `rust-analyzer` subtree update Subtree update of `rust-analyzer` to https://github.com/rust-lang/rust-analyzer/commit/511c999bea1c3c129b8eba713bb9b809a9003d00. Created using https://github.com/rust-lang/josh-sync. r? `@ghost` | ||||
| 2025-07-28 | tidy: increase performance of auto extra checks feature | binarycat | -30/+55 | |
| Co-authored-by: Jakub Beránek <berykubik@gmail.com> | ||||
| 2025-07-28 | Merge pull request #20321 from rust-lang/rustc-pull | Laurențiu Nicola | -3418/+5549 | |
| Rustc pull update | ||||
| 2025-07-28 | Format and bump rustc crates | Laurențiu Nicola | -23/+23 | |
| 2025-07-28 | Configure triagebot to reopen bot PRs | Jakub Beránek | -0/+3 | |
| 2025-07-28 | Rename impl_of_method -> impl_of_assoc | Cameron Steffen | -27/+27 | |
| 2025-07-28 | Rename trait_of_item -> trait_of_assoc | Cameron Steffen | -24/+24 | |
| 2025-07-28 | Merge pull request #20313 from Veykril/push-qmorsnlvwlrr | Lukas Wirth | -50/+50 | |
| fix: Fix runnables extra env not substituting env vars | ||||
| 2025-07-28 | Merge pull request #20327 from Wilfred/saved_file_placeholder | Lukas Wirth | -1/+12 | |
| Don't show '$saved_file' literally in IDE status updates | ||||
| 2025-07-28 | Merge pull request #4504 from RalfJung/link-section-arrays | Ralf Jung | -10/+22 | |
| lookup_link_section: support arrays of function pointers | ||||
| 2025-07-28 | lookup_link_section: support arrays of function pointers | Ralf Jung | -10/+22 | |
| 2025-07-28 | Merge pull request #20303 from Hmikihiro/migrate_path_transform | Shoyu Vanilla (Flint) | -87/+170 | |
| Migrate path transform | ||||
| 2025-07-28 | Don't show '$saved_file' literally in IDE status updates | Wilfred Hughes | -1/+12 | |
| We've had a few users get confused when VS Code shows `my_custom_check --args $saved_file`, as it looks like substitution didn't occur. Instead, show `my_custom_check --args ...` in the display output. This is also shorter, and the VS Code status bar generally works best with short text. | ||||
| 2025-07-28 | add --link-targets-dir flag to linkchecker | Pietro Albini | -25/+52 | |
| 2025-07-28 | add an argument parser to linkchecker | Pietro Albini | -5/+46 | |
| 2025-07-28 | bump linkchecker to edition 2024 | Pietro Albini | -1/+1 | |
| 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, ↵ | Matthias Krüger | -35/+58 | |
| r=Mark-Simulacrum Add a ratchet for moving all standard library tests to separate packages https://github.com/rust-lang/rust/pull/136642 is the previous PR in this series. See https://github.com/rust-lang/rust/pull/135937 for the rationale of wanting to move all standard library tests to separate packages. This also fixes std_detect testing on riscv. | ||||
| 2025-07-28 | Rollup merge of #144300 - hkBst:clippy-fix-7, r=Mark-Simulacrum | Matthias Krüger | -13/+12 | |
| Clippy fixes for miropt-test-tools | ||||
| 2025-07-28 | Merge ref '733dab558992' from rust-lang/rust | The rustc-josh-sync Cronjob Bot | -3400/+5531 | |
| Pull recent changes from https://github.com/rust-lang/rust via Josh. Upstream ref: 733dab558992d902d6d17576de1da768094e2cf3 Filtered ref: 8f0faf94fb41d4e2a85ef2d23e5495f6bea1f31d This merge was created using https://github.com/rust-lang/josh-sync. | ||||
| 2025-07-28 | Prepare for merging from rust-lang/rust | The rustc-josh-sync Cronjob Bot | -1/+1 | |
| This updates the rust-version file to 733dab558992d902d6d17576de1da768094e2cf3. | ||||
| 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 | |
| miri: for ABI mismatch errors, say which argument is the problem | ||||
| 2025-07-28 | Rollup merge of #144495 - klensy:cargo_metadata, r=lqd | Matthias Krüger | -11/+12 | |
| bump cargo_metadata Bumps cargo_metadata. Change that required fixes is: https://github.com/oli-obk/cargo_metadata/commit/e3373d02e79dc64adbecb3fe32fecc1dd324bba6 | ||||
| 2025-07-28 | Rollup merge of #143607 - JonathanBrouwer:proc_macro_attrs, ↵ | Matthias Krüger | -3/+1 | |
| r=jdonszelmann,traviscross Port the proc macro attributes to the new attribute parsing infrastructure Ports `#[proc_macro]`, `#[proc_macro_attribute]`, `#[proc_macro_derive]` and `#[rustc_builtin_macro]` to the new attribute parsing infrastructure for https://github.com/rust-lang/rust/issues/131229#issuecomment-2971351163 I've split this PR into commits for reviewability, and left some comments to clarify things I did 4 related attributes in one PR because they share a lot of their code and logic, and doing them separately is kind of annoying as I need to leave both the old and new parsing in place then. r? ``@oli-obk`` cc ``@jdonszelmann`` | ||||
| 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 | |
| Add support for building and linking against genmc | ||||
| 2025-07-27 | Merge pull request #20305 from Hmikihiro/Migrate_part_of_utils | Shoyu Vanilla (Flint) | -3/+5 | |
| Migrate part of utils.rs to use SyntaxEditor | ||||
| 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 | |
| Signed-off-by: Hayashi Mikihiro <34ttrweoewiwe28@gmail.com> | ||||
| 2025-07-27 | migrate `fn edit_struct_def` in `convert_tuple_struct_to_named_struct` to ↵ | Hayashi Mikihiro | -30/+24 | |
| SyntaxEditor Signed-off-by: Hayashi Mikihiro <34ttrweoewiwe28@gmail.com> | ||||
| 2025-07-27 | remove ted from convert_tuple_struct_to_named_struct | Hayashi Mikihiro | -5/+7 | |
| Signed-off-by: Hayashi Mikihiro <34ttrweoewiwe28@gmail.com> | ||||
| 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 | |
| introduce a macro for shim signature checking | ||||
| 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 | |
| Co-Authored-By: geetanshjuneja <ronitjuneja2002@gmail.com> | ||||
| 2025-07-27 | Merge pull request #20290 from ShoyuVanilla/tmp-lockfiles | Lukas Wirth | -6/+54 | |
| Use `TempDir` for copied lockfiles | ||||
