about summary refs log tree commit diff
path: root/src/tools
AgeCommit message (Expand)AuthorLines
2025-08-12clippy: Update for switch to `MacroKinds`Josh Triplett-5/+3
2025-08-12Auto merge of #144678 - jdonszelmann:no-mangle-extern, r=bjorn3bors-3/+3
2025-08-12Merge pull request #20432 from sgasho/fix/20215_implement_default_member_to_r...Chayim Refael Friedman-8/+102
2025-08-12fix: Implement default member to resolve IdentPatsgasho-8/+102
2025-08-12Revert "Partially outline code inside the panic! macro".Mara Bos-9/+1
2025-08-12Rollup merge of #145273 - estebank:not-not, r=samueltardieuStuart Cook-56/+144
2025-08-12Rollup merge of #145249 - Stypox:_span-to-_trace, r=joshtriplettStuart Cook-12/+12
2025-08-12Rollup merge of #145238 - estebank:attr-overhaul, r=jdonszelmannStuart Cook-0/+2
2025-08-12Rollup merge of #144386 - camsteffen:imploftrait, r=fmeaseStuart Cook-118/+95
2025-08-12make no_mangle explicit on foreign itemsJana Dönszelmann-3/+3
2025-08-11Propagate TraitImplHeader to hirCameron Steffen-60/+64
2025-08-11Extract ast TraitImplHeaderCameron Steffen-58/+31
2025-08-11Account for new `assert!` desugaring in `!condition` suggestionEsteban Küber-56/+144
2025-08-11fix clippy testEsteban Küber-0/+2
2025-08-11Auto merge of #145254 - GuillaumeGomez:rollup-7bp43pv, r=GuillaumeGomezbors-1/+1
2025-08-11Auto merge of #145207 - Kobzol:codegen-backend-clif-dist, r=jieyouxubors-0/+10
2025-08-11Add tracing to data race functionsStypox-0/+6
2025-08-11Merge pull request #20434 from ShoyuVanilla/diag-fix-againShoyu Vanilla (Flint)-1/+1
2025-08-12fix: Panic while trying to clear old diagnostics while there's nothingShoyu Vanilla-1/+1
2025-08-12Make import sorting order follow 2024 edition styleShoyu Vanilla-50/+219
2025-08-11Merge pull request #20420 from iorizu/doc-symbols-filterChayim Refael Friedman-47/+368
2025-08-11Turn _span into _trace as trace span nameStypox-12/+12
2025-08-11Add tracing to resolve-related functionsStypox-0/+2
2025-08-11Update `sysinfo` version to `0.37.0`Guillaume Gomez-1/+1
2025-08-11hotfix: Update flycheck diagnostics generationShoyu Vanilla (Flint)-0/+1
2025-08-11Merge ref '21a19c297d4f' from rust-lang/rustThe rustc-josh-sync Cronjob Bot-3539/+6948
2025-08-11Prepare for merging from rust-lang/rustThe rustc-josh-sync Cronjob Bot-1/+1
2025-08-11Rollup merge of #143949 - clarfonthey:const-arith-ops, r=AmanieuStuart Cook-6/+3
2025-08-10Fix minor thingsIfeanyi Orizu-21/+20
2025-08-10Add config option to exclude locals from doc searchIfeanyi Orizu-28/+350
2025-08-10Extract Cranelift componentJakub Beránek-0/+10
2025-08-10Merge pull request #20419 from ShoyuVanilla/flyck-genShoyu Vanilla (Flint)-38/+148
2025-08-10internal: Make flycheck generationalShoyu Vanilla-38/+148
2025-08-10Rollup merge of #143093 - lqd:polonius-pre-alpha, r=jackh726Stuart Cook-1/+1
2025-08-10Rollup merge of #141624 - jyn514:env-var-stubs, r=BoxyUwUStuart Cook-6/+69
2025-08-10Merge pull request #20418 from A4-Tacks/fix-extract-expr-from-fmtstr-on-writeChayim Refael Friedman-6/+40
2025-08-10Fix extract_expressions_from_format_string on write!A4-Tacks-6/+40
2025-08-10parser: fix parsing of trait bound polarity and for-bindersNathaniel McCallum-19/+73
2025-08-10Constify remaining operatorsltdk-6/+3
2025-08-10Merge pull request #20409 from A4-Tacks/minicore-writeChayim Refael Friedman-0/+21
2025-08-09Add gettid support for AndroidBen Kimock-3/+10
2025-08-10cargo updategithub-actions-22/+22
2025-08-09Auto merge of #145146 - fee1-dead-contrib:push-zmqrkurlzrxy, r=nnethercotebors-89/+84
2025-08-09Avoid abbreviating "numerator" as "numer", to allow catching typo "numer" els...Josh Triplett-2/+2
2025-08-09Fix a clippy::needless_borrowBen Kimock-1/+1
2025-08-09Remove cfg(bootstrap) for strict_overflow_opsBen Kimock-1/+0
2025-08-09Implement next trait solverjackh726-1309/+19140
2025-08-09remove `P`Deadbeef-89/+84
2025-08-09fix: generate function by indet tokenHmikihiro-1/+29
2025-08-09Merge ref '4c7749e8c8e5' from rust-lang/rustThe Miri Cronjob Bot-1155/+2957