about summary refs log tree commit diff
path: root/clippy_lints/src/ptr.rs
AgeCommit message (Expand)AuthorLines
2023-12-01Merge commit 'f0cdee4a3f094416189261481eae374b76792af1' into clippy-subtree-syncPhilipp Krones-19/+23
2023-11-17rename bound region instantiationlcnr-1/+1
2023-11-16Merge commit 'edb720b199083f4107b858a8761648065bf38d86' into clippyupPhilipp Krones-1/+1
2023-11-14finish `RegionKind` renamelcnr-2/+2
2023-11-13rename `ReLateBound` to `ReBound`lcnr-1/+1
2023-11-03Auto merge of #117507 - nnethercote:rustc_span, r=Nilstriebbors-2/+1
2023-11-02Merge commit '09ac14c901abc43bd0d617ae4a44e8a4fed98d9c' into clippyupPhilipp Krones-100/+85
2023-11-02Minimize `pub` usage in `source_map.rs`.Nicholas Nethercote-2/+1
2023-10-05Add more diagnostic items for clippyJason Newcomb-56/+38
2023-09-25Merge commit '7671c283a50b5d1168841f3014b14000f01dd204' into clippyupPhilipp Krones-14/+7
2023-08-24Merge commit '080b587854a73f2a8cbaecff1884860a78e2ff37' into clippyupPhilipp Krones-6/+19
2023-08-04Improve spans for indexing expressionsNilstrieb-1/+1
2023-07-31Merge commit '5436dba826191964ac1d0dab534b7eb6d4c878f6' into clippyupPhilipp Krones-0/+13
2023-07-17Merge commit 'd9c24d1b1ee61f276e550b967409c9f155eac4e3' into clippyupPhilipp Krones-5/+9
2023-07-14refactor(rustc_middle): Substs -> GenericArgMahdi Dibaiee-7/+7
2023-07-05Move `TyCtxt::mk_x` to `Ty::new_x` where applicableBoxy-2/+2
2023-07-02Merge commit '37f4c1725d3fd7e9c3ffd8783246bc5589debc53' into clippyupPhilipp Krones-35/+70
2023-06-19s/Clause/ClauseKindMichael Goulet-2/+2
2023-02-16Rename some region-specific stuffMichael Goulet-2/+2
2023-02-10Merge commit '0f7558148c22e53cd4608773b56cdfa50dcdeac3' into clippyupPhilipp Krones-1/+4
2023-01-26change fn_sig query to use EarlyBinder; remove bound_fn_sig query; add EarlyB...Kyle Matsuda-3/+3
2023-01-26replace usages of fn_sig query with bound_fn_sigKyle Matsuda-3/+3
2022-12-28Rename `Rptr` to `Ref` in AST and HIRNilstrieb-5/+5
2022-12-01Merge commit 'd822110d3b5625b9dc80ccc442e06fc3cc851d76' into clippyupPhilipp Krones-4/+5
2022-11-27Auto merge of #104048 - cjgillot:split-lifetime, r=compiler-errorsbors-12/+7
2022-11-25Introduce PredicateKind::ClauseSantiago Pastorino-2/+2
2022-11-25Simplify a bunch of trait ref obligation creationsOli Scherer-2/+1
2022-11-23Separate lifetime ident from resolution in HIR.Camille GILLOT-12/+7
2022-11-21Stop passing the self-type as a separate argument.Oli Scherer-2/+2
2022-11-21Rollup merge of #104595 - compiler-errors:poly-existential-predicate, r=lcnrMatthias Krüger-1/+1
2022-11-20Auto merge of #98914 - fee1-dead-contrib:min-deref-patterns, r=compiler-errorsbors-1/+1
2022-11-19drive-by: PolyExistentialPredicateMichael Goulet-1/+1
2022-11-18Rm diagnostic item, use lang itemDeadbeef-1/+1
2022-11-16Convert predicates into Predicate in the Obligation constructorOli Scherer-0/+1
2022-10-29Rename some `OwnerId` fields.Nicholas Nethercote-4/+4
2022-10-23Merge commit '4f142aa1058f14f153f8bfd2d82f04ddb9982388' into clippyupflip1995-7/+47
2022-10-06Merge commit 'ac0e10aa68325235069a842f47499852b2dee79e' into clippyupPhilipp Krones-2/+2
2022-09-09Merge commit 'b52fb5234cd7c11ecfae51897a6f7fa52e8777fc' into clippyupPhilipp Krones-2/+2
2022-09-06Auto merge of #101241 - camsteffen:refactor-binding-annotations, r=cjgillotbors-2/+2
2022-09-05separate the receiver from arguments in HIR under /clippyTakayuki Maeda-2/+5
2022-09-02clippy: BindingAnnotation changeCameron Steffen-2/+2
2022-07-26Replace LifetimeRes::Anonymous by LifetimeRes::Infer.Camille GILLOT-1/+1
2022-07-18Merge commit 'fdb84cbfd25908df5683f8f62388f663d9260e39' into clippyupPhilipp Krones-1/+1
2022-07-13Clippy fallout.Camille GILLOT-1/+2
2022-06-30Merge commit '0cb0f7636851f9fcc57085cf80197a2ef6db098f' into clippyupPhilipp Krones-23/+27
2022-06-16Merge commit 'd7b5cbf065b88830ca519adcb73fad4c0d24b1c7' into clippyupflip1995-9/+13
2022-06-03Manipulate lifetimes by LocalDefId for region resolution.Camille GILLOT-1/+1
2022-05-23Lifetime variance fixes for clippyMichael Goulet-3/+3
2022-05-21Merge 'rust-clippy/master' into clippyupxFrednet-1/+1
2022-05-05Merge commit '7c21f91b15b7604f818565646b686d90f99d1baf' into clippyupflip1995-36/+45