about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2025-06-25fix closure and refactor tooling codeChengxu Bian-87/+112
2025-06-25make RefCell unstably constDaniel Bloom-35/+138
2025-06-26Add windows-gnullvm hosts to the manifestMateusz Mikuła-1/+3
2025-06-25Auto merge of #143026 - jdonszelmann:rollup-z7mkuyt, r=jdonszelmannbors-940/+962
2025-06-25Bless `tests/ui/macros/must-use-in-macro-55516.rs`Urgau-1/+4
2025-06-25Fix suggestion spans inside macros for the `unused_must_use` lintUrgau-4/+174
2025-06-25make `tidy-alphabetical` use a natural sortFolkert de Vries-58/+260
2025-06-25Auto merge of #142777 - jdonszelmann:restore-encode-cross-crate, r=oli-obkbors-10/+55
2025-06-25Rollup merge of #143000 - SciMind2460:master, r=jhprattJana Dönszelmann-5/+19
2025-06-25Rollup merge of #142992 - workingjubilee:dont-validate-naughty-abis, r=jieyouxuJana Dönszelmann-194/+101
2025-06-25Rollup merge of #142976 - compiler-errors:coerce-ice, r=fee1-deadJana Dönszelmann-59/+46
2025-06-25Rollup merge of #142809 - KMJ-007:ad-type-analysis-flag, r=ZuseZ4Jana Dönszelmann-4/+42
2025-06-25Rollup merge of #142724 - xizheyin:avoid_overwrite_args, r=oli-obkJana Dönszelmann-39/+119
2025-06-25Rollup merge of #142200 - Kivooeo:tf8, r=jieyouxuJana Dönszelmann-148/+151
2025-06-25Rollup merge of #142146 - workingjubilee:doubt-that-cmse-nonsecure-abis-alway...Jana Dönszelmann-491/+484
2025-06-25encode_cross_crate for hir attributesJana Dönszelmann-10/+55
2025-06-25tests: Do not run afoul of asm.validity.non-exhaustive in input-statsJubilee Young-7/+10
2025-06-25emit `StorageLive` and schedule `StorageDead` for `let`-`else` after matchingdianne-69/+36
2025-06-25Reduce page size and number of DOM elements on clippy lints pageGuillaume Gomez-18/+29
2025-06-25Auto merge of #142879 - Mark-Simulacrum:opt-cleanup, r=WaffleLapkinbors-5/+4
2025-06-25Merge pull request #20098 from regexident/cleanup-progress-messagesDavid Barsky-7/+6
2025-06-25Add edition checks for some tests that had divergent outputEsteban Küber-113/+1184
2025-06-25Do not use `gen` as binding nameEsteban Küber-17/+17
2025-06-26minor: Decrease minimal toolchain version for `comp-time-deps` by `0.1`Shoyu Vanilla-1/+1
2025-06-25Don't fold in Instantiate when there's nothing to foldMichael Goulet-0/+11
2025-06-25Don't give APITs names with macro expansion placeholder fragments in itMichael Goulet-18/+77
2025-06-25Normalize before computing ConstArgHasType goalMichael Goulet-6/+29
2025-06-25rename RegionVariableOrigin::MiscVariable to RegionVariableOrigin::MiscMichael Goulet-27/+20
2025-06-25Remove some glob imports from the type systemMichael Goulet-185/+243
2025-06-25Compute hard errors without diagnostics in impl_intersection_has_impossible_o...Michael Goulet-24/+28
2025-06-25Add `sym::macro_pin` diagnostic item for `core::pin::pin!()`Samuel Tardieu-0/+2
2025-06-25Unify formatting of progress messagesVincent Esche-7/+6
2025-06-25Auto merge of #142870 - tmiasko:copy-prop-early-exit, r=cjgillotbors-8/+10
2025-06-25Remove `mut`Jakub Beránek-2/+2
2025-06-25Do not build GCC in fast try buildsJakub Beránek-1/+4
2025-06-25Skip more dist componentsJakub Beránek-0/+5
2025-06-25Skip unnecessary components in x64 try buildsJakub Beránek-4/+22
2025-06-25update ui/import testsLorrensP-2158466-124/+497
2025-06-25deny AMBIGUOUS_GLOB_IMPORTS; tests fail in this commitLorrensP-2158466-1/+2
2025-06-25Update `browser-ui-test` version to `0.20.7`Guillaume Gomez-1/+1
2025-06-25Add runtime check to avoid overwrite arg easily in diag and store and restore...xizheyin-39/+119
2025-06-25Merge pull request #20096 from lnicola/silence-rustfmt-failedLukas Wirth-11/+8
2025-06-25Merge pull request #720 from FractalFir/func_refactorantoyo-19/+14
2025-06-25Adjust minicore for Sized Hierarchy changesLukas Wirth-52/+75
2025-06-25Don't show notifications on failed rustfmt callsLaurențiu Nicola-11/+8
2025-06-25add more test cases and clausesChengxu Bian-15/+78
2025-06-25Add Sub, Mul, Div, Rem as const_traitsKurt Heiritz (pseudo)-5/+19
2025-06-25ReviewsBoxy-41/+6
2025-06-25fix mul_add uncertain suggChengxu Bian-3/+105
2025-06-25Refactored the codebase to use Function instead of RValue where possible.michal kostrubiec-19/+14