about summary refs log tree commit diff
path: root/clippy_utils
AgeCommit message (Expand)AuthorLines
2024-11-18use `TypingEnv` when no `infcx` is availablelcnr-23/+26
2024-11-17Prepare clippy_utils for publishingPhilipp Krones-0/+46
2024-11-16Simplify instances of `Option::map_or(true, …)` in Clippy sourcesSamuel Tardieu-7/+7
2024-11-15Support user format-like macrosYuri Astrakhan-2/+8
2024-11-15Move create_disallowed_map to clippy_configPhilipp Krones-16/+1
2024-11-15Move MSRV implementation to clippy_utilsPhilipp Krones-2/+170
2024-11-14Merge commit '786fbd6d683933cd0e567fdcd25d449a69b4320c' into clippy-subtree-u...Philipp Krones-37/+34
2024-11-14Merge remote-tracking branch 'upstream/master' into rustupPhilipp Krones-37/+34
2024-11-12new lint `unnecessary_map_or`Jacherr-37/+34
2024-11-10ensure that all publicly reachable const fn have const stability infoRalf Jung-6/+2
2024-11-08Clippy: cfg out validate_diag on release buildsPhilipp Krones-3/+4
2024-11-07Merge commit 'f712eb5cdccd121d0569af12f20e6a0fabe4364d' into clippy-subtree-u...Philipp Krones-108/+168
2024-11-07Merge remote-tracking branch 'upstream/master' into rustupPhilipp Krones-108/+168
2024-11-05Auto merge of #132580 - compiler-errors:globs, r=Noratriebbors-5/+5
2024-11-04Swap Visitors to early exit, instead of storing poison flagGnomedDev-67/+51
2024-11-04Move two attribute lints to be early pass (post expansion)Jonathan Dönszelmann-2/+3
2024-11-04Remove BorrowKind glob, make names longerMichael Goulet-3/+3
2024-11-04ty::KContainer -> ty::AssocItemContainer::KMichael Goulet-2/+2
2024-11-03Rename the FIXMEs, remove a few that dont matter anymoreMichael Goulet-2/+2
2024-11-03Auto merge of #13629 - samueltardieu:push-nwukowumrvsn, r=flip1995bors-1/+1
2024-11-01Auto merge of #13630 - samueltardieu:push-qrnxuykslnsl, r=y21bors-12/+12
2024-11-01Auto merge of #13615 - GnomedDev:document-constevalctx-point, r=Alexendoobors-0/+6
2024-11-01Explain why clippy's HIR const eval existsGnomedDev-0/+6
2024-10-31stop using `ParamEnv::reveal` while handling MIRlcnr-1/+1
2024-10-31clippy: we've got a `LateContext` use it for `TypingMode`lcnr-1/+1
2024-10-31`ConstCx` stop using `ParamEnv::reveal`lcnr-2/+2
2024-10-30Remap impl-trait lifetimes on HIR instead of AST lowering.Camille GILLOT-4/+1
2024-10-30Return iterator must not capture lifetimes in Rust 2024Samuel Tardieu-1/+1
2024-10-30Use match ergonomics compatible with editions 2021 and 2024Samuel Tardieu-12/+12
2024-10-30Rollup merge of #132338 - nnethercote:rm-Engine, r=nnethercoteMatthias Krüger-3/+1
2024-10-30Remove `Analysis::into_engine`.Nicholas Nethercote-3/+1
2024-10-29update toolslcnr-7/+7
2024-10-25Auto merge of #131349 - RalfJung:const-stability-checks, r=compiler-errorsbors-8/+12
2024-10-25tcx.is_const_fn doesn't work the way it is described, remove itRalf Jung-8/+12
2024-10-25Rollup merge of #132106 - maxcabrajac:ident_ref, r=petrochenkovMatthias Krüger-2/+2
2024-10-25Fix is_from_proc_macro attrRuairidh Williamson-10/+16
2024-10-24Pass Ident by reference in ast Visitormaxcabrajac-2/+2
2024-10-24Remove associated type based effects logicMichael Goulet-12/+2
2024-10-22Represent TraitBoundModifiers as distinct parts in HIRMichael Goulet-1/+13
2024-10-21Auto merge of #131988 - matthiaskrgr:rollup-tx173wn, r=matthiaskrgrbors-14/+1
2024-10-20Rip out old effects var handling code from traitsMichael Goulet-14/+1
2024-10-19Fix testsMichael Goulet-4/+4
2024-10-19add debug assertions for overlapping spans and empty replacementsy21-2/+62
2024-10-18Merge commit 'a109190d7060236e655fc75533373fa274ec5343' into clippy-subtree-u...Philipp Krones-38/+138
2024-10-18Bump Clippy version -> 0.1.84Philipp Krones-1/+1
2024-10-18Merge remote-tracking branch 'upstream/master' into rustupPhilipp Krones-37/+137
2024-10-16Auto merge of #131481 - nnethercote:rm-GenKillSet, r=cjgillotbors-2/+2
2024-10-15Auto merge of #131723 - matthiaskrgr:rollup-krcslig, r=matthiaskrgrbors-2/+3
2024-10-15Rollup merge of #130635 - eholk:pin-reborrow-sugar, r=compiler-errorsMatthias Krüger-0/+3
2024-10-14Move trait bound modifiers into ast::PolyTraitRefMichael Goulet-2/+3