about summary refs log tree commit diff
path: root/src/tools/clippy
AgeCommit message (Expand)AuthorLines
2024-04-25ast: Generalize item kind visitingVadim Petrochenkov-24/+24
2024-04-24Fix and bless clippy testsGary Guo-79/+74
2024-04-24Error on using `yield` without also using `#[coroutine]` on the closureOli Scherer-15/+13
2024-04-23Rollup merge of #124099 - voidc:disallow-ambiguous-expr-attrs, r=davidtwcoMatthias Krüger-6/+6
2024-04-23Auto merge of #123992 - compiler-errors:no-has-typeck-results, r=jackh726bors-3/+3
2024-04-18Disallow ambiguous attributes on expressionsDominik Stolz-6/+6
2024-04-18Merge commit 'ca3b393750ee8d870bf3215dcf6509cafa5c0445' into clippy-subtree-u...Philipp Krones-426/+1066
2024-04-17has_typeck_results doesnt need to be a queryMichael Goulet-3/+3
2024-04-17Rename `BindingAnnotation` to `BindingMode`Jules Bertholet-104/+104
2024-04-17Rollup merge of #122813 - nnethercote:nicer-quals, r=compiler-errorsMatthias Krüger-59/+60
2024-04-16Rollup merge of #122811 - nnethercote:mv-SourceMap-init, r=WaffleLapkinGuillaume Gomez-1/+1
2024-04-16Auto merge of #123468 - compiler-errors:precise-capturing, r=oli-obkbors-1/+10
2024-04-16Avoid lots of `hir::HirId{,Map,Set}` qualifiers.Nicholas Nethercote-35/+37
2024-04-16Always use `ty::` qualifier for `TyKind` enum variants.Nicholas Nethercote-19/+20
2024-04-16Avoid unnecessary `rustc_span::DUMMY_SP` usage.Nicholas Nethercote-5/+3
2024-04-16Construct `SourceMap` at the same time as `SessionGlobals`.Nicholas Nethercote-1/+1
2024-04-16Rollup merge of #123926 - compiler-errors:no-ann, r=estebankLeón Orell Valerian Liehr-3/+3
2024-04-16Rollup merge of #123462 - fmease:rn-mod-sep-to-path-sep, r=nnethercoteLeón Orell Valerian Liehr-1/+1
2024-04-15Fix clippyMichael Goulet-3/+3
2024-04-15Remove TypeVariableOriginKindMichael Goulet-2/+2
2024-04-15Rustfmt, clippyMichael Goulet-1/+10
2024-04-12Rollup merge of #123204 - notriddle:notriddle/include-str-span, r=pnkfelixMatthias Krüger-9/+8
2024-04-09Add a helper for extending a span to include any trailing whitespaceMichael Goulet-2/+1
2024-04-08Auto merge of #120131 - oli-obk:pattern_types_syntax, r=compiler-errorsbors-0/+6
2024-04-08Rollup merge of #123625 - oli-obk:private_fnctxt, r=fee1-deadMatthias Krüger-43/+3
2024-04-08Rollup merge of #122807 - danielhuang:fix-1, r=davidtwcoMatthias Krüger-2/+2
2024-04-08Actually create ranged int types in the type system.Oli Scherer-0/+1
2024-04-08Thread pattern types through the HIROli Scherer-0/+5
2024-04-08Stop exporting `TypeckRootCtxt` and `FnCtxt`.Oli Scherer-43/+3
2024-04-05use `Lrc` instead of the aliased type `Arc` directlyy21-3/+3
2024-04-04Merge commit '9725c4a162502a02c1c67fdca6b797fe09b2b73c' into clippy-subtree-u...Philipp Krones-1932/+5287
2024-04-04Rename ModSep to PathSepLeón Orell Valerian Liehr-1/+1
2024-04-03update messagesDan-2/+2
2024-04-03rename `expose_addr` to `expose_provenance`joboet-1/+1
2024-04-02Rollup merge of #122935 - RalfJung:with-exposed-provenance, r=AmanieuJacob Pratt-1/+1
2024-03-29clippy: fix up `include_str!` spans in diagnosticsMichael Howell-9/+8
2024-03-27Implement `mut ref`/`mut ref mut`Jules Bertholet-29/+34
2024-03-26Rollup merge of #123103 - compiler-errors:inherited-is-a-weird-name, r=oli-obkMatthias Krüger-6/+6
2024-03-26Inherited -> TypeckRootCtxtMichael Goulet-6/+6
2024-03-26Change `f16` and `f128` clippy stubs to be nonpanickingTrevor Gross-4/+11
2024-03-24Rename `{enter,exit}_lint_attrs` to `check_attributes{,_post}`Alex Macleod-11/+11
2024-03-23Auto merge of #122629 - RalfJung:assert-unsafe-precondition, r=saethlinbors-1/+1
2024-03-23move assert_unsafe_preconditions to its own fileRalf Jung-1/+1
2024-03-23Rollup merge of #122780 - GuillaumeGomez:rename-hir-local, r=oli-obkMatthias Krüger-96/+96
2024-03-23rename MIR int2ptr casts to match library nameRalf Jung-1/+1
2024-03-23Auto merge of #119552 - krtab:dead_code_priv_mod_pub_field, r=cjgillot,saethlinbors-2/+63
2024-03-22Auto merge of #122900 - matthiaskrgr:rollup-nls90mb, r=matthiaskrgrbors-6/+7
2024-03-22Rename `hir::Node::Local` into `hir::Node::LetStmt`Guillaume Gomez-40/+40
2024-03-22Rename `hir::Local` into `hir::LetStmt`Guillaume Gomez-66/+66
2024-03-22Rollup merge of #122839 - compiler-errors:predicate-polarity, r=lcnrMatthias Krüger-6/+6