summary refs log tree commit diff
path: root/src/tools/clippy/tests/ui/crashes
AgeCommit message (Expand)AuthorLines
2023-03-03Fix array-size-threshold config deserialization errorAlex Macleod-13/+0
2023-01-12Don't suggest dyn as parameter to addMichael Goulet-3/+6
2023-01-11Change `src/test` to `tests` in source files, fix tidy and testsAlbert Larsan-3/+3
2022-12-29Merge commit '4f3ab69ea0a0908260944443c739426cc384ae1a' into clippyupPhilipp Krones-0/+13
2022-11-21Merge commit 'f4850f7292efa33759b4f7f9b7621268979e9914' into clippyupPhilipp Krones-2/+17
2022-11-09bless clippyyukang-0/+5
2022-10-23Merge commit '4f142aa1058f14f153f8bfd2d82f04ddb9982388' into clippyupflip1995-0/+4
2022-10-07make const_err a hard errorRalf Jung-2/+2
2022-10-06Merge commit 'ac0e10aa68325235069a842f47499852b2dee79e' into clippyupPhilipp Krones-1/+11
2022-10-01bless clippyMaybe Waffle-5/+5
2022-09-23Stabilize const `BTree{Map,Set}::new`Nilstrieb-3/+3
2022-09-21Merge commit '7248d06384c6a90de58c04c1f46be88821278d8b' into sync-from-clippyDavid Koloski-0/+34
2022-09-09Merge commit 'b52fb5234cd7c11ecfae51897a6f7fa52e8777fc' into clippyupPhilipp Krones-0/+30
2022-08-11Merge commit '2b2190cb5667cdd276a24ef8b9f3692209c54a89' into clippyupPhilipp Krones-3/+3
2022-07-28Merge commit '3c7e7dbc1583a0b06df5bd7623dd354a4debd23d' into clippyupPhilipp Krones-0/+20
2022-07-22Do not resolve associated const when there is no provided valueMichael Goulet-9/+1
2022-07-18Merge commit 'fdb84cbfd25908df5683f8f62388f663d9260e39' into clippyupPhilipp Krones-0/+18
2022-07-07Shorten span for closures.Camille GILLOT-1/+1
2022-07-06fix miri-opt testsTakayuki Maeda-1/+1
2022-07-01Shorten def_span for more items.Camille GILLOT-1/+1
2022-06-07Auto merge of #95565 - jackh726:remove-borrowck-mode, r=nikomatsakisbors-13/+9
2022-06-04Merge commit 'd9ddce8a223cb9916389c039777b6966ea448dc8' into clippyupPhilipp Krones-0/+72
2022-06-03Fully stabilize NLLJack Huey-13/+9
2022-05-21Merge 'rust-clippy/master' into clippyupxFrednet-2/+20
2022-05-11Bless clippy.Camille GILLOT-1/+9
2022-05-05Merge commit '7c21f91b15b7604f818565646b686d90f99d1baf' into clippyupflip1995-11/+38
2022-04-08Merge commit '984330a6ee3c4d15626685d6dc8b7b759ff630bd' into clippyupflip1995-10/+6
2022-03-24update clippy stderr fileOli Scherer-0/+10
2022-03-05Do not point at whole file missing `fn main`Esteban Kuber-14/+6
2022-02-10Merge commit '57b3c4b90f4346b3990c1be387c3b3ca7b78412c' into clippyupflip1995-0/+28
2021-12-30Merge commit '0eff589afc83e21a03a168497bbab6b4dfbb4ef6' into clippyupflip1995-1/+1
2021-12-14Stabilize `destructuring_assignment`Jacob Pratt-13/+2
2021-12-06Merge commit 'a5d597637dcb78dc73f93561ce474f23d4177c35' into clippyupflip1995-0/+11
2021-11-27Only check for errors in predicate when skipping impl assemblyAaron Hill-7/+8
2021-11-26Auto merge of #91205 - Aaron1011:visit_param_env, r=lcnrbors-8/+7
2021-11-25Visit `param_env` field in Obligation's `TypeFoldable` implAaron Hill-8/+7
2021-11-25Fix clippy testEsteban Kuber-0/+3
2021-11-04Merge commit 'e18101137866b79045fee0ef996e696e68c920b4' into clippyupflip1995-33/+81
2021-10-15Fix clippy with changed macro statement spansCameron Steffen-1/+1
2021-10-13Update clippy ui outputOli Scherer-1/+1
2021-10-07Merge commit 'b7f3f7f6082679da2da9a0b3faf1b5adef3afd3b' into clippyupflip1995-1/+1
2021-10-02Add desugaring mark to while loopCameron Steffen-1/+0
2021-08-30`feature(const_generics)` -> `feature(const_param_types)`lcnr-6/+0
2021-08-15Introduce hir::ExprKind::Let - Take 2Caio-0/+2
2021-08-12Rollup merge of #87885 - m-ou-se:edition-guide-links, r=rylevGuillaume Gomez-3/+3
2021-08-12Bless clippy tests.Mara Bos-3/+3
2021-08-11update clippyEsteban Kuber-4/+4
2021-07-30Use multispan suggestions more oftenEsteban Küber-4/+6
2021-07-19Merge commit '4c41a222ca5d1325fb4b6709395bd06e766cc042' into clippyupflip1995-1/+38
2021-07-15Merge commit '54a20a02ecd0e1352a871aa0990bcc8b8b03173e' into clippyupflip1995-0/+13