about summary refs log tree commit diff
path: root/compiler/rustc_lint/src
AgeCommit message (Expand)AuthorLines
2025-03-07Increase recursion_limit in numerous crates.Nicholas Nethercote-0/+1
2025-03-06Account for UseCloned on expr_use_visitorSantiago Pastorino-0/+4
2025-03-06Implement .use keyword as an alias of cloneSantiago Pastorino-1/+4
2025-03-06Remove the `Option` part of range ends in the HIROli Scherer-8/+5
2025-03-06Avoid having to handle an `Option` in the type systemOli Scherer-16/+8
2025-03-06Prefer a two value enum over boolOli Scherer-7/+4
2025-03-05Rollup merge of #138028 - workingjubilee:is-rustic-abi, r=compiler-errors许杰友 Jieyou Xu (Joe)-19/+11
2025-03-05Rollup merge of #136764 - traviscross:TC/make-ptr_cast_add_auto_to_object-har...许杰友 Jieyou Xu (Joe)-0/+5
2025-03-04compiler: use `is_rustic_abi` in ImproperCTypesVisitorJubilee Young-19/+11
2025-02-28Rollup merge of #136424 - 11happy:overflow.hex.fix, r=fmease许杰友 Jieyou Xu (Joe)-1/+1
2025-02-28fix: fix overflowing hex wrong suggestion11happy-1/+1
2025-02-26Print out destructorMichael Goulet-18/+59
2025-02-25Rollup merge of #137444 - compiler-errors:drop-lint, r=oli-obkLeón Orell Valerian Liehr-77/+79
2025-02-25Auto merge of #137571 - tgross35:rollup-i1tcnv1, r=tgross35bors-1/+0
2025-02-24Rollup merge of #137109 - bend-n:knife, r=oli-obkTrevor Gross-1/+0
2025-02-24Consider lvalues of field and index as possibly temporary placesMichael Goulet-0/+8
2025-02-24More commentsMichael Goulet-8/+16
2025-02-24Improve behavior of IF_LET_RESCOPE around temporaries and place expressionsMichael Goulet-77/+63
2025-02-24Introduce new-style attribute parsers for several attributesJana Dönszelmann-5/+7
2025-02-24Introduce new parsing infrastructure and types for parsed attributesJana Dönszelmann-2/+2
2025-02-24Change span field accesses to method callsJana Dönszelmann-4/+4
2025-02-23stabilize extract_ifbendn-1/+0
2025-02-23Auto merge of #137237 - cuviper:stage0, r=Mark-Simulacrumbors-2/+1
2025-02-23Rollup merge of #137448 - compiler-errors:control-flow-oops, r=scottmcmJacob Pratt-1/+1
2025-02-23Rollup merge of #137334 - compiler-errors:edition-2024-fresh-2, r=saethlin,tr...Jacob Pratt-3/+1
2025-02-22Fix bugs due to unhandled ControlFlowMichael Goulet-1/+1
2025-02-23Rollup merge of #137180 - compiler-errors:sym-regions, r=oli-obkMatthias Krüger-2/+8
2025-02-22Make `ptr_cast_add_auto_to_object` lint into hard errorTravis Cross-0/+5
2025-02-22Greatly simplify lifetime captures in edition 2024Michael Goulet-3/+1
2025-02-22Rollup merge of #137333 - compiler-errors:edition-2024-fresh, r=NadrierilMatthias Krüger-12/+10
2025-02-22Fix binding mode problemsMichael Goulet-5/+5
2025-02-22Make a fake body to store typeck results for global_asmMichael Goulet-1/+7
2025-02-22Make asm a named fieldMichael Goulet-1/+1
2025-02-22Fix builtin lintsMichael Goulet-7/+5
2025-02-22Rollup merge of #136787 - compiler-errors:lt2024feat, r=oli-obkMatthias Krüger-4/+2
2025-02-21Auto merge of #137397 - matthiaskrgr:rollup-ls2pilo, r=matthiaskrgrbors-8/+8
2025-02-21Rollup merge of #128080 - estebank:out-of-scope-macro, r=petrochenkovMatthias Krüger-2/+5
2025-02-21Move methods from Map to TyCtxt, part 3.Nicholas Nethercote-8/+8
2025-02-20Reword messageEsteban Küber-3/+3
2025-02-19Specify scope in `out_of_scope_macro_calls` lintEsteban Küber-2/+5
2025-02-19Register USAGE_OF_TYPE_IR_INHERENT, remove inherent usagesMichael Goulet-0/+1
2025-02-18update `cfg(bootstrap)`Josh Stone-1/+0
2025-02-18update version placeholdersJosh Stone-1/+1
2025-02-18Move methods from `Map` to `TyCtxt`, part 2.Nicholas Nethercote-5/+5
2025-02-17Rollup merge of #137101 - GrigorenkoPV:str-inherent-lint, r=UrgauMatthias Krüger-1/+9
2025-02-17Overhaul the `intravisit::Map` trait.Nicholas Nethercote-6/+6
2025-02-17Move some `Map` methods onto `TyCtxt`.Nicholas Nethercote-12/+10
2025-02-16invalid_from_utf8[_unchecked]: also lint inherent methodsPavel Grigorenko-1/+9
2025-02-15Remove unnecessary check code in unused_delimsyukang-24/+0
2025-02-12Auto merge of #135994 - 1c3t3a:rename-unsafe-ptr, r=oli-obkbors-1/+1