about summary refs log tree commit diff
path: root/src/tools
AgeCommit message (Expand)AuthorLines
2025-07-25Update cargoWeihang Lo-0/+1
2025-07-25Auto merge of #144449 - flip1995:clippy-subtree-update, r=Manishearthbors-1125/+3790
2025-07-25rename ext_tool_checks to extra_checks and use mod.rsbinarycat-2/+2
2025-07-26Modify around add_trait_assoc_items_to_impl to migrate add_missing_impl_membersHayashi Mikihiro-110/+229
2025-07-25Merge commit '1db89a1b1ca87f24bf22d0bad21d14b2d81b3e99' into clippy-subtree-u...Philipp Krones-1125/+3790
2025-07-25migrate_replace_derive_with_manual_implHmikihiro-60/+45
2025-07-25split ted from gen_trait_fn_bodyHmikihiro-88/+65
2025-07-25Rollup merge of #144390 - oli-obk:arbitrary-enum-discrs, r=SparrowLiiMatthias Krüger-13/+3
2025-07-25Merge pull request #4489 from Stypox/misc-tracing-fixesRalf Jung-6/+11
2025-07-25Merge pull request #4492 from rust-lang/rustup-2025-07-25Ralf Jung-1488/+228
2025-07-25fix target jsonRalf Jung-1/+1
2025-07-25Fix double "fatal error: " in messageStypox-1/+1
2025-07-25Fix missing $ in enter_trace_span!Stypox-1/+1
2025-07-25Use i64 for tracing chrome "id"Stypox-4/+9
2025-07-25Fix cronjob Zulip messageJakub Beránek-1/+1
2025-07-25fmtThe Miri Cronjob Bot-7/+2
2025-07-25Merge ref 'b56aaec52bc0' from rust-lang/rustThe Miri Cronjob Bot-1479/+224
2025-07-25Prepare for merging from rust-lang/rustThe Miri Cronjob Bot-1/+1
2025-07-25Merge pull request #19938 from A4-Tacks/gen-impl-traitShoyu Vanilla (Flint)-3/+346
2025-07-24Rollup merge of #144317 - lolbinarycat:tidy-obey-build.npm, r=KobzolLeón Orell Valerian Liehr-4/+8
2025-07-24Rollup merge of #144218 - Noratrieb:target-spec-json-de-jank, r=fee1-deadLeón Orell Valerian Liehr-0/+1
2025-07-24Rollup merge of #144014 - dianne:edition-guide-links, r=estebankLeón Orell Valerian Liehr-1/+1
2025-07-24std_detect testing improvementsbjorn3-2/+1
2025-07-24make the missing-MIR message more clearRalf Jung-2/+2
2025-07-24Remove dead code and extend test coverage and diagnostics around itOli Scherer-13/+3
2025-07-24Improve unit_tests tidy lintbjorn3-33/+57
2025-07-24Fix generate_trait_from_impl whitespace after visA4-Tacks-3/+9
2025-07-23Remove const deduplication from the interpreter.Camille GILLOT-58/+7
2025-07-23Remove useless lifetime parameter.Camille GILLOT-2/+2
2025-07-23Merge pull request #4490 from Kobzol/use-josh-syncRalf Jung-354/+41
2025-07-23Remove Zulip API keys and use `set -x`Jakub Beránek-5/+5
2025-07-23Update CI workflowJakub Beránek-10/+23
2025-07-23Auto merge of #144360 - matthiaskrgr:rollup-b6ej0mm, r=matthiaskrgrbors-1275/+4
2025-07-23Update `CONTRIBUTING.md`Jakub Beránek-6/+8
2025-07-23Merge pull request #20291 from ChayimFriedman2/fix-cargo-lockChayim Refael Friedman-0/+1
2025-07-23Use `TempDir` for copied lockfilesShoyu Vanilla-6/+55
2025-07-23Fix Cargo.lockChayim Refael Friedman-0/+1
2025-07-23Merge pull request #20285 from A4-Tacks/fix-rename-selfChayim Refael Friedman-31/+44
2025-07-23Remove rename_self_outside_of_methodsA4-Tacks-8/+2
2025-07-23Rollup merge of #144173 - Kivooeo:tidy_checks, r=jieyouxuMatthias Krüger-1275/+4
2025-07-23Merge pull request #20289 from ChayimFriedman2/expr-store-diags-macrosLukas Wirth-44/+9
2025-07-23Auto merge of #143843 - JonathanBrouwer:macro-use-parser, r=oli-obkbors-4/+4
2025-07-23Remove `ExpressionStoreDiagnostics::MacroError`, instead recreate it from the...Chayim Refael Friedman-44/+9
2025-07-23Fix `compiletest` bad handling of `ignore-backends`Guillaume Gomez-0/+5
2025-07-23Ports `#[macro_use]` and `#[macro_escape]` to the new attribute parsing infra...Jonathan Brouwer-4/+4
2025-07-23Auto merge of #143412 - Kobzol:std-detect-in-stdlib, r=Amanieubors-1/+3
2025-07-23Remove Josh code from `miri-script`Jakub Beránek-336/+6
2025-07-23Init josh-sync config fileJakub Beránek-0/+2
2025-07-23CI: add windows-arm runnerRalf Jung-8/+20
2025-07-23Change rename self to parameter use `Self` typeA4-Tacks-29/+48