about summary refs log tree commit diff
path: root/clippy_lints/src/inherent_to_string.rs
AgeCommit message (Expand)AuthorLines
2025-02-20Merge remote-tracking branch 'upstream/master' into rustupPhilipp Krones-1/+1
2025-02-07clippy: directly use rustc_abi instead of reexportsJubilee Young-2/+2
2025-01-14Add hir::HeaderSafety to make follow up commits simplerOli Scherer-1/+1
2024-12-14Add some convenience helper methods on `hir::Safety`Oli Scherer-2/+2
2024-07-11Merge commit 'b794b8e08c16517a941dc598bb1483e8e12a8592' into clippy-subtree-u...Philipp Krones-4/+1
2024-05-17Rename Unsafe to SafetySantiago Pastorino-2/+2
2024-04-04Merge commit '9725c4a162502a02c1c67fdca6b797fe09b2b73c' into clippy-subtree-u...Philipp Krones-4/+4
2023-12-01Merge commit 'f0cdee4a3f094416189261481eae374b76792af1' into clippy-subtree-syncPhilipp Krones-1/+1
2023-11-02Merge commit '09ac14c901abc43bd0d617ae4a44e8a4fed98d9c' into clippyupPhilipp Krones-4/+4
2023-07-31Merge commit '5436dba826191964ac1d0dab534b7eb6d4c878f6' into clippyupPhilipp Krones-18/+17
2023-01-28Take a LocalDefId in hir::Visitor::visit_fn.Camille GILLOT-1/+1
2023-01-26change fn_sig query to use EarlyBinder; remove bound_fn_sig query; add EarlyB...Kyle Matsuda-1/+1
2023-01-26replace usages of fn_sig query with bound_fn_sigKyle Matsuda-1/+1
2022-11-18Rm diagnostic item, use lang itemDeadbeef-3/+3
2022-10-29Rename some `OwnerId` fields.Nicholas Nethercote-2/+2
2022-10-06Merge commit 'ac0e10aa68325235069a842f47499852b2dee79e' into clippyupPhilipp Krones-10/+9
2022-09-24separate definitions and `HIR` ownersTakayuki Maeda-1/+1
2022-07-16Rollup merge of #99342 - TaKO8Ki:avoid-symbol-to-string-conversions, r=compil...Matthias Krüger-1/+1
2022-07-17avoid some `Symbol` to `String` conversionsTakayuki Maeda-1/+1
2022-07-13Clippy fallout.Camille GILLOT-2/+2
2022-06-16Merge commit 'd7b5cbf065b88830ca519adcb73fad4c0d24b1c7' into clippyupflip1995-10/+2
2022-01-15Return a LocalDefId in get_parent_item.Camille GILLOT-1/+1
2021-12-06Merge commit 'a5d597637dcb78dc73f93561ce474f23d4177c35' into clippyupflip1995-0/+2
2021-10-21Merge commit '91496c2ac6abf6454c413bb23e8becf6b6dc20ea' into clippyupflip1995-4/+4
2021-10-02Make diangostic item names consistentCameron Steffen-1/+1
2021-07-29Merge commit '0cce3f643bfcbb92d5a1bb71858c9cbaff749d6b' into clippyupflip1995-10/+14
2021-03-25Merge commit '0e87918536b9833bbc6c683d1f9d51ee2bf03ef1' into clippyupflip1995-5/+3
2021-03-12Merge commit '6ed6f1e6a1a8f414ba7e6d9b8222e7e5a1686e42' into clippyupflip1995-1/+1
2021-02-25Merge commit '928e72dd10749875cbd412f74bfbfd7765dbcd8a' into clippyupflip1995-0/+1
2021-02-15Only store a LocalDefId in hir::ImplItem.Camille GILLOT-4/+3
2020-11-05Merge commit 'b20d4c155d2fe3a8391f86dcf9a8c49e17188703' into clippyupflip1995-1/+2
2020-09-24Merge commit 'e636b88aa180e8cab9e28802aac90adbc984234d' into clippyupflip1995-2/+2
2020-07-03Use 'tcx for references to AccessLevels wherever possible.Eduard-Mihai Burtescu-3/+3
2020-04-26cargo dev fmtPhilipp Hansch-2/+2
2020-04-26More diagnostic itemsPhilipp Hansch-2/+2
2020-04-18Add an Option<Span> argument to span_lint_and_help.xiongmao86-0/+2
2020-03-16rustup https://github.com/rust-lang/rust/pull/69738Matthias Krüger-1/+1
2020-03-03Add path for display traitflip1995-2/+1
2020-01-27Rename `span_help_and_lint` to `span_lint_and_help`Yuki Okushi-3/+3
2020-01-13Rustup to rust-lang/rust#68045Yuki Okushi-1/+1
2020-01-11Rustup to rust-lang/rust#67806Yuki Okushi-3/+2
2020-01-07Normalize lint messagesYuki Okushi-1/+1
2020-01-07Rustup to rust-lang/rust#67886Yuki Okushi-1/+1
2019-12-22Add <'_> where necessaryflip1995-2/+2
2019-12-04Rustup to rust-lang/rust#66878Matthias Krüger-1/+2
2019-10-04Fix typo in inherent_to_string documentationEdgars Baduns-2/+2
2019-09-27Rustup to rust-lang/rust#64813flip1995-1/+1
2019-08-28Fix `inherent_to_string` false positiveYuki Okushi-0/+1
2019-08-19Remove in_macro_or_desugarKRAAI, MATTHEW [VISUS]-3/+3
2019-07-17Corrections for PR review.Darth-Revan-11/+17