about summary refs log tree commit diff
path: root/src/tools
AgeCommit message (Expand)AuthorLines
2025-08-15add commentjackh726-0/+7
2025-08-15Add test for webrender-2022 metricsjackh726-0/+32
2025-08-15Prepare for merging from rust-lang/rustThe Miri Cronjob Bot-1/+1
2025-08-15refactor: Add tests for case conversionsKarl Meakin-11/+41
2025-08-15refactor: `generate_tests`Karl Meakin-52/+45
2025-08-15refactor: rewrite `ranges_from_set`Karl Meakin-66/+17
2025-08-15refactor: Include size of case conversion tablesKarl Meakin-13/+35
2025-08-15refactor: Include table sizes in comment at top of `unicode_data.rs`Karl Meakin-11/+9
2025-08-14Merge pull request #20453 from jackh726/nts-part2Lukas Wirth-2/+9
2025-08-14feat: hint at unterminated strings in unknown prefix errorsRalf Anton Beier-1/+49
2025-08-14Track diagnostic generations per packageLukas Wirth-24/+32
2025-08-14Rollup merge of #145179 - joshtriplett:number, r=RalfJungGuillaume Gomez-2/+2
2025-08-14Rollup merge of #144959 - Marcondiro:master, r=Mark-SimulacrumGuillaume Gomez-1/+1
2025-08-14Rollup merge of #144727 - Stypox:add-tracing-to-resolve, r=RalfJungGuillaume Gomez-0/+2
2025-08-14Merge pull request #20455 from A4-Tacks/fix-indent-conv-match-to-let-elseShoyu Vanilla (Flint)-6/+58
2025-08-14Merge pull request #20456 from A4-Tacks/match-with-if-let-guardShoyu Vanilla (Flint)-12/+52
2025-08-14Add guard to let-chain for replace_match_with_if_letA4-Tacks-12/+52
2025-08-14Fix indent for convert_match_to_let_elseA4-Tacks-6/+58
2025-08-13Auto merge of #144793 - petrochenkov:extprel3, r=davidtwcobors-2/+22
2025-08-13Shift vars when mapping Dynjackh726-0/+3
2025-08-13Don't panic if unable to identify host in metricsjackh726-2/+6
2025-08-13fix(compiler/rustc_codegen_llvm): apply `target-cpu` attributeStackOverflowExcept1on-1/+1
2025-08-13Merge pull request #20390 from A4-Tacks/if-else-comp-in-args-or-letChayim Refael Friedman-1/+127
2025-08-13Rollup merge of #145153 - joshtriplett:macro-kinds-plural, r=petrochenkovGuillaume Gomez-5/+3
2025-08-13Merge pull request #20448 from donni-h/patch-2Chayim Refael Friedman-1/+1
2025-08-13Update clippy testsVadim Petrochenkov-2/+22
2025-08-13[internal] Update to the latest @vscode/vsce for extension buildWilfred Hughes-195/+1163
2025-08-13Fix dead link to Cargo.toml in documentationdonni-h-1/+1
2025-08-13Auto merge of #144722 - ywxt:parallel-reproducibile, r=SparrowLiibors-0/+10
2025-08-13Merge pull request #20446 from lcnr/kinda-unhelpful-3Lukas Wirth-81/+88
2025-08-13manually normalize aliaslcnr-8/+3
2025-08-13layout_of uses `PostAnalysis`lcnr-2/+6
2025-08-13implement `type_of_opaque`lcnr-72/+69
2025-08-13Merge pull request #20376 from fee1-dead/traitaliasLukas Wirth-591/+102
2025-08-13Merge pull request #20445 from rust-lang/veykril/push-twmmuyzwtxnoLukas Wirth-9/+11
2025-08-13update a few fixmes, and one trivial improvementlcnr-11/+22
2025-08-13fix: Attach db for inlay hint computeLukas Wirth-9/+11
2025-08-13fix errors after rebaseDeadbeef-14/+13
2025-08-13Fix metrics checking out repos into toplevel folder instead of `target`Lukas Wirth-8/+12
2025-08-13Print fields of interned IDs in hir-ty instead of just the IDLukas Wirth-21/+25
2025-08-13add test for trait alias projectionsDeadbeef-0/+21
2025-08-13Merge Trait and TraitAlias handlingDeadbeef-577/+68
2025-08-13Merge pull request #20329 from jackh726/next-trait-solver-querifyLukas Wirth-1309/+19140
2025-08-13Merge ref '1553adfe6884' from rust-lang/rustThe Miri Cronjob Bot-292/+424
2025-08-13Rollup merge of #144870 - Kivooeo:file_prefix-stabilize, r=tgross35Jakub Beránek-1/+1
2025-08-13Prepare for merging from rust-lang/rustThe Miri Cronjob Bot-1/+1
2025-08-13Only import the item in "Unqualify method call" if neededChayim Refael Friedman-1/+122
2025-08-13Fix pgo testsywxt-0/+6
2025-08-13Fix parallel rustc not being reproducible due to unstable sorting of items.ywxt-0/+4
2025-08-12Change the desugaring of `assert!` for better error outputEsteban Küber-9/+16