about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2025-06-13Auto merge of #142443 - matthiaskrgr:rollup-l1l6d0v, r=matthiaskrgrbors-0/+5
2025-06-13Clean up and sort manifest keysTrevor Gross-12/+7
2025-06-14fix: `exhaustive_structs` FP on structs with default valued fieldyanglsh-6/+20
2025-06-13Rework how the disallowed qualifier lints are generatedJonathan Brouwer-284/+208
2025-06-13variadic functions: remove list of supported ABIs from errorRalf Jung-44/+34
2025-06-13Fix `collapsible_else_if` FP on conditionally compiled stmt (#14906)Samuel Tardieu-84/+418
2025-06-13Merge pull request #19997 from Veykril/push-xltylvqtpwzxLukas Wirth-42/+19
2025-06-13Merge pull request #19995 from Veykril/push-zpyyzqqpywnoLukas Wirth-12/+28
2025-06-13compiletest: Clarify that `--no-capture` is needed with `--verbose`Martin Nordholts-0/+1
2025-06-13fmaximum,fminimum: Fix incorrect result and add testsTrevor Gross-57/+392
2025-06-13Remove `InternedCallableDefId`Lukas Wirth-42/+19
2025-06-13Turn `BlockId` into a `#[salsa::tracked]`Lukas Wirth-12/+28
2025-06-13Merge pull request #707 from rust-lang/spell-checkantoyo-18/+143
2025-06-13Apply `collapsible_else_if` to Clippy itselfyanglsh-46/+43
2025-06-13Lint more cases in `collapsible_else_if`yanglsh-45/+333
2025-06-13Adjust some doc for Query Systemxizheyin-39/+46
2025-06-13Auto merge of #142451 - flip1995:clippy-subtree-update, r=Manishearthbors-668/+4109
2025-06-13Auto merge of #142451 - flip1995:clippy-subtree-update, r=Manishearthbors-668/+4109
2025-06-13Add the cspell action in the CIAntoni Boucher-0/+1
2025-06-13Fix spelling mistakes or ignore spell checking some parts of codeAntoni Boucher-18/+38
2025-06-13Make the URL a hyperlinkMartin Pool-1/+1
2025-06-13remove unnecessary function arglcnr-3/+2
2025-06-13refactor `reached_depth -> required_depth`lcnr-38/+24
2025-06-13Fix link to the contribution guideMartin Pool-2/+1
2025-06-13move stack into submodulelcnr-57/+127
2025-06-13Add cspell configAntoni Boucher-0/+104
2025-06-13remove output from helpersbit-aloo-19/+0
2025-06-13replace output usage in bootstrap/lib.rs with new execution contextbit-aloo-11/+21
2025-06-13Merge unboxed trait object error suggestion into regular dyn incompat errorOli Scherer-221/+92
2025-06-13Merge pull request #19992 from Veykril/push-uxpqwrxqtlvmLukas Wirth-19/+17
2025-06-13Use `ThinVec` in `ItemScope` in a couple placesLukas Wirth-19/+17
2025-06-13Merge pull request #19991 from Veykril/push-kzqoxzmxqnklLukas Wirth-16/+37
2025-06-13replace output usage in sanity with new execution contextbit-aloo-6/+8
2025-06-13doc: mention that intrinsics should not be called in user codeSasha Pourcelot-0/+4
2025-06-13Bring back EMPTY item tree deduplicationLukas Wirth-16/+37
2025-06-13collect delayed lints in hir_crate_itemsJana Dönszelmann-9/+81
2025-06-13Auto merge of #142442 - matthiaskrgr:rollup-6yodjfx, r=matthiaskrgrbors-311/+1094
2025-06-13Merge pull request #19990 from Veykril/push-zkvrlrotmuzrLukas Wirth-8/+76
2025-06-13Generate annotations for macro defined items if their name is in the inputLukas Wirth-8/+76
2025-06-13Merge pull request #19982 from Veykril/push-uptnmqtlylsxLukas Wirth-755/+558
2025-06-13Remove unnecessary item tree query callsLukas Wirth-49/+47
2025-06-13Move COERCE_CONTAINER_TO_ANY to nursery, as it has FPsPhilipp Krones-1/+1
2025-06-13Move COERCE_CONTAINER_TO_ANY to nursery, as it has FPsPhilipp Krones-1/+1
2025-06-13Add failing testsJonathan Brouwer-3/+175
2025-06-13Windows: make read_dir stop iterating on errorChris Denton-0/+1
2025-06-13Merge commit '4ef75291b5dd6739212f1f61666d19d4e086690d' into clippy-subtree-u...Philipp Krones-668/+4109
2025-06-13Merge commit '4ef75291b5dd6739212f1f61666d19d4e086690d' into clippy-subtree-u...Philipp Krones-668/+4109
2025-06-13Remove "intermittent" wording from `ReadDir`Chris Denton-3/+2
2025-06-13tweak runtime/const macro managementRalf Jung-44/+49
2025-06-13Rustup (#15044)Philipp Krones-116/+128