about summary refs log tree commit diff
path: root/src/tools/clippy
AgeCommit message (Expand)AuthorLines
2024-08-24Rollup merge of #129510 - GrigorenkoPV:fix-elided-named-lifetimes, r=cjgillotMatthias Krüger-1/+1
2024-08-24Fix `elided_named_lifetimes` in codePavel Grigorenko-1/+1
2024-08-22stabilize const_fn_floating_point_arithmeticRalf Jung-35/+29
2024-08-18rename AddressOf -> RawBorrow inside the compilerRalf Jung-1/+1
2024-08-15Rollup merge of #129065 - nnethercote:PartialEq-TokenKind, r=spastorinoMatthias Krüger-2/+2
2024-08-14Use `impl PartialEq<TokenKind> for Token` more.Nicholas Nethercote-2/+2
2024-08-14Auto merge of #128812 - nnethercote:shrink-TyKind-FnPtr, r=compiler-errorsbors-13/+13
2024-08-12Auto merge of #126793 - saethlin:mono-rawvec, r=scottmcmbors-5/+4
2024-08-11Link `std` statically in `rustc_driver`John Kåre Alsaker-0/+6
2024-08-10Fixes in various placesNadrieril-4/+5
2024-08-09Paper over the clippy ICEBen Kimock-5/+4
2024-08-09Auto merge of #128703 - compiler-errors:normalizing-tails, r=lcnrbors-1/+1
2024-08-09Shrink `TyKind::FnPtr`.Nicholas Nethercote-13/+13
2024-08-08Merge commit 'cb806113e0f83a8f9b47d35b453b676543bcc40e' into clippy-subtree-u...Philipp Krones-4012/+5572
2024-08-08Rename struct_tail_erasing_lifetimes to struct_tail_for_codegenMichael Goulet-1/+1
2024-08-06pass the right `ParamEnv` to `might_permit_raw_init_strict`y21-14/+31
2024-08-01Do not underline suggestions for code that is already thereEsteban Küber-7/+9
2024-07-28step cfg(bootstrap)Mark Rousskov-3/+0
2024-07-28stabilize `is_sorted`Slanterns-9/+6
2024-07-26Rollup merge of #124941 - Skgland:stabilize-const-int-from-str, r=dtolnayTrevor Gross-12/+12
2024-07-26Auto merge of #121676 - Bryanskiy:polarity, r=petrochenkovbors-12/+16
2024-07-26Auto merge of #128193 - flip1995:clippy-subtree-update, r=matthiaskrgrbors-5161/+4846
2024-07-25Support ?Trait bounds in supertraits and dyn Trait under a feature gateBryanskiy-12/+16
2024-07-25Merge commit '37f4fbb92913586b73a35772efd00eccd1cbbe13' into clippy-subtree-u...Philipp Krones-5161/+4846
2024-07-25Rollup merge of #121364 - Urgau:unary_precedence, r=compiler-errorsMatthias Krüger-156/+4
2024-07-24Auto merge of #127524 - oli-obk:feed_item_attrs2, r=petrochenkovbors-4/+4
2024-07-22Get rid of infer_ctxt_extMichael Goulet-2/+2
2024-07-22Always pass the visitor as the first argument to walk* functionsOli Scherer-4/+4
2024-07-22Sync `mut_visit` function names with immut `visit` ones (s/noop_visit/walk/)Oli Scherer-4/+4
2024-07-21Fix toolsMichael Goulet-3/+6
2024-07-21Move all error reporting into rustc_trait_selectionMichael Goulet-2/+1
2024-07-21Auto merge of #120812 - compiler-errors:impl-sorting, r=lcnrbors-8/+7
2024-07-19Auto merge of #125915 - camelid:const-arg-refactor, r=BoxyUwUbors-31/+71
2024-07-18Make clippy and rustdoc happyMichael Goulet-8/+7
2024-07-18valtree construction: keep track of which type was valtree-incompatibleRalf Jung-1/+1
2024-07-16Add `ConstArgKind::Path` and make `ConstArg` its own HIR nodeNoah Lev-11/+21
2024-07-16Use `ConstArg` for array lengthsNoah Lev-24/+42
2024-07-16hir: Create `hir::ConstArgKind` enumNoah Lev-5/+17
2024-07-15Move rustc_infer::infer::error_reporting to rustc_infer::error_reporting::inferMichael Goulet-1/+1
2024-07-14Fix trivial gen ident usage in toolsMichael Goulet-13/+13
2024-07-11Merge commit 'b794b8e08c16517a941dc598bb1483e8e12a8592' into clippy-subtree-u...Philipp Krones-2494/+4147
2024-07-11Remove unary neg from `clippy::precedence` lintUrgau-156/+4
2024-07-08Move trait selection error reporting to its own top-level moduleMichael Goulet-3/+3
2024-07-08Rollup merge of #127355 - aceArt-GmbH:126475, r=oli-obkMatthias Krüger-2/+8
2024-07-08Auto merge of #127476 - jieyouxu:rollup-16wyb0b, r=jieyouxubors-1/+1
2024-07-08Auto merge of #113128 - WaffleLapkin:become_trully_unuwuable, r=oli-obk,RalfJungbors-1/+2
2024-07-07Add support for `mir::TerminatorKind::TailCall` in clippyMaybe Waffle-1/+2
2024-07-07iter_identity is a better nameMichael Goulet-1/+1
2024-07-06Mark format! with must_use hintlukas-2/+8
2024-07-04bless testsBennet Bleßmann-10/+10