about summary refs log tree commit diff
path: root/clippy_lints/src/ptr_offset_with_cast.rs
AgeCommit message (Expand)AuthorLines
2025-02-10Rename rustc_middle::Ty::is_unsafe_ptr to is_raw_ptrBastian Kersting-1/+1
2024-11-07Merge commit 'f712eb5cdccd121d0569af12f20e6a0fabe4364d' into clippy-subtree-u...Philipp Krones-1/+1
2024-10-18Merge commit 'a109190d7060236e655fc75533373fa274ec5343' into clippy-subtree-u...Philipp Krones-1/+1
2024-08-24Merge commit '0f8eabd6231366bfc1bb1464601297c2d48f8f68' into clippyupJason Newcomb-3/+3
2024-04-04Merge commit '9725c4a162502a02c1c67fdca6b797fe09b2b73c' into clippy-subtree-u...Philipp Krones-2/+2
2023-12-01Merge commit 'f0cdee4a3f094416189261481eae374b76792af1' into clippy-subtree-syncPhilipp Krones-1/+1
2023-11-02Merge commit '09ac14c901abc43bd0d617ae4a44e8a4fed98d9c' into clippyupPhilipp Krones-2/+2
2023-07-17Merge commit 'd9c24d1b1ee61f276e550b967409c9f155eac4e3' into clippyupPhilipp Krones-2/+2
2022-11-21Merge commit 'f4850f7292efa33759b4f7f9b7621268979e9914' into clippyupPhilipp Krones-4/+4
2022-10-23Merge commit '4f142aa1058f14f153f8bfd2d82f04ddb9982388' into clippyupflip1995-6/+4
2022-10-06Merge commit 'ac0e10aa68325235069a842f47499852b2dee79e' into clippyupPhilipp Krones-2/+2
2022-09-05separate the receiver from arguments in HIR under /clippyTakayuki Maeda-1/+1
2022-01-21Remove a span from hir::ExprKind::MethodCallCameron Steffen-1/+1
2021-12-06Merge commit 'a5d597637dcb78dc73f93561ce474f23d4177c35' into clippyupflip1995-0/+1
2021-09-08Merge commit '27afd6ade4bb1123a8bf82001629b69d23d62aff' into clippyupflip1995-4/+4
2021-07-29Merge commit '0cce3f643bfcbb92d5a1bb71858c9cbaff749d6b' into clippyupflip1995-5/+5
2021-04-08Merge commit 'b40ea209e7f14c8193ddfc98143967b6a2f4f5c9' into clippyupflip1995-3/+3
2021-03-25Merge commit '0e87918536b9833bbc6c683d1f9d51ee2bf03ef1' into clippyupflip1995-1/+2
2020-11-05Merge commit 'b20d4c155d2fe3a8391f86dcf9a8c49e17188703' into clippyupflip1995-1/+2
2020-07-17Rename TypeckTables to TypeckResults.Valentin Lazureanu-2/+2
2020-07-03Use 'tcx for references to AccessLevels wherever possible.Eduard-Mihai Burtescu-9/+9
2020-06-26rustc_lint: only query `typeck_tables_of` when a lint needs it.Eduard-Mihai Burtescu-2/+2
2020-06-10Update Clippy for MethodCall changesAaron Hill-1/+1
2020-02-18Clean up importsYuki Okushi-5/+5
2020-01-13Rustup to rust-lang/rust#68045Yuki Okushi-1/+1
2020-01-11Rustup to rust-lang/rust#67806Yuki Okushi-3/+2
2020-01-07Rustup to rust-lang/rust#67886Yuki Okushi-1/+1
2019-12-27Rustup to rust-lang/rust#66936Yuki Okushi-8/+8
2019-12-04Rustup to rust-lang/rust#66878Matthias Krüger-1/+2
2019-10-14new lints around `#[must_use]` fnsAndre Bogus-0/+1
2019-09-27Rustup to rust-lang/rust#64813flip1995-2/+2
2019-07-31Update all the code to pass the updated `use_self` lint.Jakub Wieczorek-4/+4
2019-05-17Prevent symbocalypseOliver Scherer-3/+2
2019-05-14Use symbols instead of stringsOliver Scherer-2/+3
2019-04-17Use lint pass macrosMatthew Kraai-29/+17
2019-03-05move lint documentation into macro invocationsAndy Russell-30/+30
2019-01-27rustup https://github.com/rust-lang/rust/pull/57726Matthias Krüger-0/+4
2019-01-08Remove all copyright license headersPhilipp Hansch-9/+0
2018-12-29Remove crate:: prefixes from crate pathsKonrad Borowski-2/+2
2018-11-27Run rustfmt on clippy_lintsflip1995-12/+8
2018-11-27Add applicability level to (nearly) every span_lint_and_sugg functionflip1995-1/+1
2018-11-27Add Applicability::Unspecified to span_lint_and_sugg functionsflip1995-1/+10
2018-10-18new_ret_no_self: add sample from #3313 to Known Problems section.Matthias Krüger-1/+1
2018-10-06Add license header to Rust filesManish Goregaokar-0/+10
2018-09-15Reintroduce `extern crate` for non-Cargo dependencies.Eduard-Mihai Burtescu-1/+1
2018-08-31declare_lint -> declare_tool_lintManish Goregaokar-1/+1
2018-08-29dont derefCorey Farwell-2/+2
2018-08-29clippy suggestionCorey Farwell-1/+1
2018-08-29derive copy/cloneCorey Farwell-0/+1
2018-08-29eof newlineCorey Farwell-1/+1