about summary refs log tree commit diff
path: root/clippy_lints/src/write.rs
AgeCommit message (Expand)AuthorLines
2022-08-16Auto merge of #9040 - miam-miam100:unused_named_parameter, r=dswijbors-6/+123
2022-08-09Add new lint [`positional_named_format_parameters`]miam-miam100-6/+123
2022-07-31Always include a position span in rustc_parse_format::ArgumentAlex Macleod-2/+2
2022-07-25Generate correct suggestion with named arguments used positionallyPreston From-1/+1
2022-07-18Merge commit 'fdb84cbfd25908df5683f8f62388f663d9260e39' into clippyupPhilipp Krones-1/+1
2022-07-06Dogfood fixes to use `bool::then_some`Josh Triplett-1/+1
2022-06-16Merge commit 'd7b5cbf065b88830ca519adcb73fad4c0d24b1c7' into clippyupflip1995-8/+19
2022-06-06Suppress `unused` in doc examplesSerial-6/+0
2022-06-05Improve lint doc consistencySerial-8/+25
2022-05-21Merge 'rust-clippy/master' into clippyupxFrednet-3/+0
2022-05-07Replace `#[allow]` with `#[expect]` in ClippyxFrednet-3/+0
2022-05-03Make rustc_parse_format compile on stablebjorn3-2/+3
2022-03-24Merge commit 'd0cf3481a84e3aa68c2f185c460e282af36ebc42' into clippyupflip1995-2/+7
2022-03-14Merge commit 'dc5423ad448877e33cca28db2f1445c9c4473c75' into clippyupflip1995-3/+3
2022-02-23rustc_errors: take `self` by value in `DiagnosticBuilder::cancel`.Eduard-Mihai Burtescu-2/+2
2022-02-16Correctly mark the span of captured arguments in `format_args!()`Chayim Refael Friedman-1/+1
2022-01-23Update clippyVadim Petrochenkov-3/+3
2021-12-15Remove unnecessary sigils around `Symbol::as_str()` calls.Nicholas Nethercote-5/+5
2021-12-06Merge commit 'a5d597637dcb78dc73f93561ce474f23d4177c35' into clippyupflip1995-4/+25
2021-11-07ast: Fix naming conventions in AST structuresVadim Petrochenkov-2/+2
2021-08-21cleanup: `Span::new` -> `Span::with_lo`Vadim Petrochenkov-1/+1
2021-07-29Merge commit '0cce3f643bfcbb92d5a1bb71858c9cbaff749d6b' into clippyupflip1995-39/+53
2021-06-03Merge commit '3ae8faff4d46ad92f194c2a4b941c3152a701b31' into clippyupflip1995-1/+1
2021-05-20Merge commit '9e3cd88718cd1912a515d26dbd9c4019fd5a9577' into clippyupflip1995-9/+14
2021-04-22Merge commit '98e2b9f25b6db4b2680a3d388456d9f95cb28344' into clippyupflip1995-1/+1
2021-03-25Merge commit '0e87918536b9833bbc6c683d1f9d51ee2bf03ef1' into clippyupflip1995-118/+197
2021-02-25Merge commit '928e72dd10749875cbd412f74bfbfd7765dbcd8a' into clippyupflip1995-3/+0
2021-02-02Merge commit '3e4179766bcecd712824da04356621b8df012ea4' into sync-from-clippyManish Goregaokar-1/+5
2021-02-01Box the biggest ast::ItemKind variantsDániel Buga-17/+33
2021-01-30Merge commit '95c0459217d1661edfa794c8bb122452b92fb485' into clippyupflip1995-4/+8
2021-01-15Merge commit '953f024793dab92745fee9cd2c4dee6a60451771' into clippyupflip1995-3/+4
2020-12-20Merge commit '4911ab124c481430672a3833b37075e6435ec34d' into clippyupflip1995-37/+70
2020-11-05Merge commit 'b20d4c155d2fe3a8391f86dcf9a8c49e17188703' into clippyupflip1995-3/+2
2020-10-09Merge commit '2f6439ae6a6803d030cceb3ee14c9150e91b328b' into clippyupflip1995-2/+15
2020-09-24Merge commit 'e636b88aa180e8cab9e28802aac90adbc984234d' into clippyupflip1995-1/+5
2020-08-28Merge commit '3d0b0e66afdfaa519d8855b338b35b4605775945' into clippyupflip1995-18/+13
2020-07-14Merge commit '2ca58e7dda4a9eb142599638c59dc04d15961175' into clippyupflip1995-6/+24
2020-06-06Auto merge of #72927 - petrochenkov:rustc, r=Mark-Simulacrumbors-1/+1
2020-06-03Bump to 1.46Mark Rousskov-4/+4
2020-06-02Rename the crates in source codeVadim Petrochenkov-1/+1
2020-05-18Handle InlineAsm in clippyAmanieu d'Antras-2/+3
2020-05-13Replace some usages of the old `unescape_` functions in AST, clippy and tests.Julian Wollersberger-2/+2
2020-03-17rustup https://github.com/rust-lang/rust/pull/69838Matthias Krüger-1/+1
2020-03-15rustup https://github.com/rust-lang/rust/pull/69589/Matthias Krüger-2/+2
2020-03-03Don't lint debug formatting in debug implflip1995-120/+156
2020-03-01Rustup to rust-lang/rust#69579Yuki Okushi-1/+1
2020-03-01Rustup to rust-lang/rust#69592Yuki Okushi-3/+3
2020-02-21Fix falloutflip1995-2/+4
2020-01-13Rustup to rust-lang/rust#68045Yuki Okushi-1/+1
2020-01-11Rustup to rust-lang/rust#67806Yuki Okushi-3/+2