]> git.lizzy.rs Git - rust.git/history - clippy_utils
Fix `suspicious_to_owned` test when `c_char` is `u8`
[rust.git] / clippy_utils /
2022-08-29 borsAuto merge of #9388 - Jarcho:rustup, r=Jarcho
2022-08-28 Jason NewcombMerge branch 'master' into rustup
2022-08-28 borsAuto merge of #9276 - dswij:9164, r=flip1995
2022-08-27 dswijAdd `span_contains_comments` util
2022-08-26 borsAuto merge of #9379 - royrustdev:multi_assignments...
2022-08-24 Yuki OkushiRollup merge of #99332 - jyn514:stabilize-label-break...
2022-08-24 borsAuto merge of #9370 - mikerite:20220824_ty_contains...
2022-08-24 Michael WrightReplace `contains_ty(..)` with `Ty::contains(..)`
2022-08-23 Nicholas NethercoteRemove the symbol from `ast::LitKind::Err`.
2022-08-21 borsAuto merge of #9092 - tamaroning:fix-needless-match...
2022-08-20 borsAuto merge of #9269 - nahuakang:collapsible_str_replace...
2022-08-20 borsAuto merge of #9355 - alex-semenyuk:fixed_typos, r...
2022-08-20 alex-semenyukFix typos
2022-08-19 borsAuto merge of #9258 - Serial-ATA:unused-peekable, r...
2022-08-19 borsAuto merge of #8804 - Jarcho:in_recursion, r=Alexendoo
2022-08-19 borsAuto merge of #9349 - Alexendoo:format-args-expn, r...
2022-08-19 Alex MacleodRefactor `FormatArgsExpn`
2022-08-19 SerialAdd [`unused_peekable`] lint
2022-08-19 borsAuto merge of #9295 - Guilherme-Vasconcelos:manual...
2022-08-18 borsAuto merge of #9136 - smoelius:enhance-needless-borrow...
2022-08-17 borsAuto merge of #9287 - Jarcho:trans_undefined, r=xFrednet
2022-08-17 Matthias KrügerRollup merge of #100018 - nnethercote:clean-up-LitKind...
2022-08-16 Samuel E. Moelius IIIEnhance `needless_borrow` to consider trait implementations
2022-08-16 borsAuto merge of #9040 - miam-miam100:unused_named_paramet...
2022-08-16 Nicholas NethercoteShrink `ast::Attribute`.
2022-08-15 borsAuto merge of #9318 - lukaslueg:ifletmutexref, r=xFrednet
2022-08-15 borsAuto merge of #96745 - ehuss:even-more-attribute-valida...
2022-08-14 Guilherme-VasconcelosImplement clippy::manual_empty_string_creations lint
2022-08-14 borsAuto merge of #9187 - sgued:iter-once, r=flip1995
2022-08-14 borsAuto merge of #9167 - aldhsu:fix-trait-duplication...
2022-08-12 borsAuto merge of #9324 - flip1995:changelog, r=xFrednet
2022-08-12 Mark RousskovAdjust cfgs
2022-08-12 borsAuto merge of #9289 - mkrasnitski:9094, r=xFrednet
2022-08-12 borsAuto merge of #100419 - flip1995:clippyup, r=Manishearth
2022-08-11 Matthias KrügerRollup merge of #100392 - nnethercote:simplify-visitors...
2022-08-11 Philipp KronesMerge commit '2b2190cb5667cdd276a24ef8b9f3692209c54a89...
2022-08-11 borsAuto merge of #9323 - flip1995:rustup, r=flip1995
2022-08-11 Philipp KronesBump Clippy version -> 0.1.65
2022-08-11 Philipp KronesMerge remote-tracking branch 'upstream/master' into...
2022-08-10 Camille GILLOTDo not consider method call receiver as an argument...
2022-08-09 borsAuto merge of #9308 - daxpedda:missing-const-for-fn...
2022-08-09 dAxpeDDaAddress review take 2
2022-08-09 dAxpeDDaAddress review
2022-08-09 dAxpeDDaUse `check_proc_macro` for `missing_const_for_fn`
2022-08-09 borsAuto merge of #9288 - lukaslueg:partialeqnone, r=Jarcho
2022-08-08 Sosthène GuédonPrevent some false positives
2022-08-08 Sosthène GuédonAdd iter_once and iter_empty lints
2022-08-08 borsAuto merge of #9126 - Jarcho:auto_deref_sugg, r=Manishearth
2022-08-08 Jason NewcombLint `explicit_auto_deref` in implicit return positions...
2022-08-08 borsAuto merge of #9303 - Jarcho:ice_9297, r=Alexendoo
2022-08-08 borsAuto merge of #8694 - Jarcho:check_proc_macro, r=xFrednet
2022-08-08 Jason NewcombFix ICE when reading literals with weird proc-macro...
2022-08-08 Jason NewcombSmall cleanup for `check_proc_macro.rs`
2022-08-08 Jason NewcombAdd note to the docs on `is_from_proc_macro`
2022-08-08 Jason NewcombDon't lint `default_trait_access` in proc-macro expansions
2022-08-08 Jason NewcombDon't lint `missing_docs_in_private_items` on proc...
2022-08-08 Jason NewcombUse new util function in `suspicious_else_formatting`
2022-08-08 Jason NewcombDon't lint `unit_arg` when expanded from a proc-macro
2022-08-04 borsAuto merge of #9266 - alex-semenyuk:cast_abs_to_unsigne...
2022-08-02 Matthias KrügerRollup merge of #99987 - Alexendoo:parse-format-positio...
2022-08-02 borsAuto merge of #9053 - AaronC81:fix-9052, r=flip1995
2022-08-02 borsAuto merge of #9264 - guerinoni:instant-elapsed, r...
2022-08-02 borsAuto merge of #9254 - alex-semenyuk:enable_empty_loop_n...
2022-08-01 Federico GuerinoniAdd `elapsed_instant` lint
2022-08-01 borsAuto merge of #99884 - nnethercote:lexer-improvements...
2022-08-01 borsAuto merge of #9223 - sgued:unwrap-expect-used, r=giraffate
2022-07-31 Nicholas NethercoteShrink `Token`.
2022-07-31 Dylan DPCRollup merge of #99186 - camsteffen:closure-localdefid...
2022-07-30 Cameron SteffenUse LocalDefId for closures more
2022-07-30 borsAuto merge of #99948 - Dylan-DPC:rollup-ed5136t, r...
2022-07-30 borsAuto merge of #99887 - nnethercote:rm-TreeAndSpacing...
2022-07-29 Miguel GuarnizChange enclosing_body_owner to return LocalDefId
2022-07-29 borsAuto merge of #99660 - PrestonFrom:issue_99265, r=compi...
2022-07-29 borsAuto merge of #9252 - Metaswitch:use-deprecated-config...
2022-07-28 Philipp KronesMerge commit '3c7e7dbc1583a0b06df5bd7623dd354a4debd23d...
2022-07-28 borsAuto merge of #9257 - flip1995:rustup, r=flip1995
2022-07-28 Philipp KronesMerge remote-tracking branch 'upstream/master' into...
2022-07-25 borsAuto merge of #9241 - Jarcho:ice_9238, r=xFrednet
2022-07-25 borsAuto merge of #9130 - c410-f3r:arith, r=llogiq
2022-07-24 Jason NewcombFix ICE in `miri_to_const`
2022-07-21 borsAuto merge of #9214 - Jarcho:assign_op_prim, r=Manishearth
2022-07-21 borsAuto merge of #9215 - alex-semenyuk:enable_test_entrypo...
2022-07-21 borsAuto merge of #9216 - smoelius:master, r=flip1995
2022-07-20 Oli SchererRevert "Rollup merge of #98582 - oli-obk:unconstrained_...
2022-07-20 borsAuto merge of #9207 - Jarcho:todo_arm, r=giraffate
2022-07-19 Jason NewcombCheck for `todo!` on every expression in `SpanlessEq`
2022-07-18 borsAuto merge of #9148 - arieluy:then_some_unwrap_or,...
2022-07-18 borsAuto merge of #9146 - arieluy:type_params, r=dswij
2022-07-18 Philipp KronesMerge commit 'fdb84cbfd25908df5683f8f62388f663d9260e39...
2022-07-17 Jason NewcombDon't lint `explicit_auto_deref` on `dyn Trait` return
2022-07-17 borsAuto merge of #9022 - alex-semenyuk:needless_option_tak...
2022-07-16 CaioStabilize `let_chains`
2022-07-16 Matthias KrügerRollup merge of #99342 - TaKO8Ki:avoid-symbol-to-string...
2022-07-16 borsAuto merge of #9171 - Serial-ATA:highlight-js, r=xFrednet
2022-07-15 Oli SchererIntroduce opaque type to hidden type projection
2022-07-15 Aaron ChristiansenFix suggestion for `async` in redundant_closure_call
2022-07-15 borsAuto merge of #9178 - alex-semenyuk:match_like_matches_...
2022-07-15 borsAuto merge of #9174 - flip1995:rustup, r=Jarcho
2022-07-15 Philipp KronesMerge remote-tracking branch 'upstream/master' into...
2022-07-14 borsAuto merge of #95956 - yaahc:stable-in-unstable, r...
next