]> git.lizzy.rs Git - rust.git/history - clippy_utils
Move `ByteCount` into `Methods` lint pass
[rust.git] / clippy_utils /
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-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-15 borsAuto merge of #9318 - lukaslueg:ifletmutexref, r=xFrednet
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 borsAuto merge of #9289 - mkrasnitski:9094, r=xFrednet
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-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...
2022-07-14 borsAuto merge of #9170 - Rqnsom:box_collection, r=Jarcho
2022-07-14 borsAuto merge of #9161 - Victor-N-Suadicani:move_format_pu...
2022-07-14 borsAuto merge of #99231 - Dylan-DPC:rollup-0tl8c0o, r...
2022-07-14 Dylan DPCRollup merge of #98705 - WaffleLapkin:closure_binder...
2022-07-14 Dylan DPCRollup merge of #97720 - cjgillot:all-fresh, r=petrochenkov
2022-07-13 borsAuto merge of #99210 - Dylan-DPC:rollup-879cp1t, r...
2022-07-13 borsAuto merge of #9134 - Jarcho:while_let_iter_closure...
2022-07-13 borsAuto merge of #9159 - alex-semenyuk:fix_typos, r=dswij
2022-07-13 borsFix typos
2022-07-13 borsAuto merge of #98145 - ouz-a:some_branch, r=oli-obk
2022-07-13 Dylan DPCRollup merge of #99011 - oli-obk:UnsoundCell, r=eddyb
2022-07-13 Dylan DPCRollup merge of #98574 - dingxiangfei2009:let-else...
2022-07-13 borsAuto merge of #9156 - Rqnsom:manual_flatten, r=Alexendoo
2022-07-13 Guillaume GomezRollup merge of #98848 - flip1995:clippy-book, r=jyn514
2022-07-12 Maybe WaffleFix clippy build
2022-07-12 borsAuto merge of #9157 - Rqnsom:pull_request_template...
2022-07-12 borsAuto merge of #8703 - aldhsu:add_repeated_where_clause_...
2022-07-12 ouz-aadd new rval, pull deref early
2022-07-12 borsAuto merge of #9149 - kyoto7250:issue_9013, r=Jarcho
2022-07-12 borsAuto merge of #9138 - Jarcho:branches_sharing_code_2...
2022-07-11 Ding Xiang Feimove else block into the `Local` struct
2022-07-11 Ding Xiang Feilower let-else in MIR instead
2022-07-11 borsAuto merge of #9144 - alex-semenyuk:or_fun_call_span_fi...
2022-07-10 borsAuto merge of #9056 - Jarcho:let_unit_indirect, r=llogiq
2022-07-09 Jason NewcombFixes for `branches_sharing_code`
2022-07-08 Jane Lusbyadd opt in attribute for stable-in-unstable items
next