]> git.lizzy.rs Git - rust.git/history - clippy_utils
Split out `match_bool`
[rust.git] / clippy_utils /
2022-02-07 borsAuto merge of #8305 - camsteffen:util-cleanup, r=flip1995
2022-02-06 borsAuto merge of #8326 - matthiaskrgr:warn_on_multi_config...
2022-02-06 borsAuto merge of #8398 - Jarcho:unordered_transmute, r...
2022-02-05 borsAuto merge of #8365 - Alexendoo:explicit-write-suggesti...
2022-02-05 borsAuto merge of #8372 - tamaroning:unwrap_used, r=llogiq
2022-02-05 Alex MacleodUse source callsite in FormatArgsExpn::inputs_span
2022-02-05 borsAuto merge of #8376 - dswij:8373, r=camsteffen
2022-02-02 borsAuto merge of #8382 - tamaroning:suggest_iter_instead_o...
2022-02-01 borsAuto merge of #8370 - smoelius:master, r=flip1995
2022-02-01 borsAuto merge of #8330 - flip1995:changelog, r=llogiq
2022-01-30 borsAuto merge of #8322 - jubnzv:8282-single-match, r=llogiq
2022-01-29 Samuel E. Moelius IIIFormat `if_chain` invocations in clippy_utils
2022-01-29 borsAuto merge of #8289 - jubnzv:unspecified-layout-union...
2022-01-28 Cameron SteffenFactor out is_qpath_def_path
2022-01-28 Cameron SteffenFactor out match_any_diagnostic_items
2022-01-28 Cameron SteffenFactor out expr_path_res
2022-01-28 Cameron SteffenFactor out single_segment_path
2022-01-28 Cameron SteffenFactor out differing_macro_contexts
2022-01-28 Cameron SteffenFactor out some ty param utils
2022-01-28 Cameron SteffenFactor out get_qpath_generics
2022-01-28 Cameron SteffenRename qpath_generic_tys
2022-01-28 Cameron SteffenAdd path_def_id util
2022-01-28 Cameron SteffenRename path_to_res to def_path_res
2022-01-28 borsAuto merge of #8250 - pr2502:fix_repeat_underflow,...
2022-01-28 borsAuto merge of #8354 - dswij:8345, r=giraffate
2022-01-27 borsAuto merge of #8359 - flip1995:rustup, r=flip1995
2022-01-27 flip1995Merge remote-tracking branch 'upstream/master' into...
2022-01-26 borsAuto merge of #8350 - dswij:8331, r=Manishearth
2022-01-26 Georgy KomarovMerge remote-tracking branch 'origin/master' into 8282...
2022-01-26 Dharma Saputra Wijayafix bad suggestion on `numeric_literal`
2022-01-25 borsAuto merge of #93095 - Aaron1011:remove-assoc-ident...
2022-01-24 borsAuto merge of #8315 - dswij:8306, r=giraffate
2022-01-23 borsAuto merge of #8311 - dswij:8277, r=llogiq
2022-01-23 Vadim PetrochenkovUpdate clippy
2022-01-23 borsAuto merge of #8217 - Jarcho:needless_borrow_8191,...
2022-01-23 Jason NewcombRemove final reference on fields and method calls in...
2022-01-21 borsAuto merge of #8271 - Jarcho:ptr_arg_214, r=flip1995
2022-01-21 Cameron SteffenRemove a span from hir::ExprKind::MethodCall
2022-01-21 borsAuto merge of #91359 - dtolnay:args, r=Mark-Simulacrum
2022-01-18 borsAuto merge of #87648 - JulianKnodt:const_eq_constrain...
2022-01-18 borsAuto merge of #93001 - flip1995:clippyup, r=Manishearth
2022-01-18 borsAuto merge of #8298 - ebobrow:op_ref_fp, r=giraffate
2022-01-17 kadminAdd term
2022-01-17 kadminadd eq constraints on associated constants
2022-01-17 borsAuto merge of #90986 - camsteffen:nested-filter, r...
2022-01-17 borsAuto merge of #92816 - tmiasko:rm-llvm-asm, r=Amanieu
2022-01-16 Cameron SteffenFix Visitor::NestedFilter in Clippy
2022-01-16 Cameron SteffenFormat clippy
2022-01-16 borsAuto merge of #92805 - BoxyUwU:revert-lazy-anon-const...
2022-01-16 borsAuto merge of #92740 - cuviper:update-rayons, r=Mark...
2022-01-15 Camille GILLOTReturn a LocalDefId in get_parent_item.
2022-01-15 Ellennyahggdshjjghsdfhgsf
2022-01-15 Elleninitial revert
2022-01-14 borsAuto merge of #8231 - Jarcho:implicit_clone_8227, r...
2022-01-14 Matthias KrügerRollup merge of #92849 - flip1995:clippyup, r=Manishearth
2022-01-13 borsAuto merge of #89861 - nbdd0121:closure, r=wesleywiser
2022-01-13 flip1995Fix Clippy sync fallout
2022-01-13 flip1995Merge commit '97a5daa65908e59744e2bc625b14849352231c75...
2022-01-13 borsAuto merge of #8272 - flip1995:rustup, r=flip1995
2022-01-13 flip1995Bump Clippy Version -> 0.1.60
2022-01-13 flip1995Merge remote-tracking branch 'upstream/master' into...
2022-01-13 Jason NewcombChanges to `ptr_arg`
2022-01-12 borsAuto merge of #8226 - Jarcho:manual_memcpy_8160, r...
2022-01-12 Tomasz MiąskoRemove LLVM-style inline assembly from clippy
2022-01-12 borsAuto merge of #8266 - camsteffen:test-tweaks, r=flip1995
2022-01-12 borsAuto merge of #8265 - camsteffen:which-rustfmt, r=xFrednet
2022-01-12 borsAuto merge of #8112 - Alexendoo:disallowed_methods_prim...
2022-01-12 borsAuto merge of #8213 - paolobarbolini:size-of-as-bits...
2022-01-12 Alex MacleodResolve primitive impls in clippy_utils::path_to_res
2022-01-12 Paolo BarboliniAdd manual_bits lint
2022-01-12 borsAuto merge of #8037 - ojeda:doc-codegen-change, r=camst...
2022-01-12 borsAuto merge of #8190 - camsteffen:no-in-band-liftetimes...
2022-01-12 borsAuto merge of #8198 - camsteffen:no-method-call-macro...
2022-01-11 borsAuto merge of #8262 - 1nF0rmed:chore-update-borrowed...
2022-01-11 Cameron SteffenStop using in_band_lifetimes
2022-01-11 borsAuto merge of #8210 - guerinoni:master, r=Manishearth
2022-01-11 Federico GuerinoniAdd borrow_as_ptr lint
2022-01-11 Cameron SteffenFix dogfood
2022-01-10 borsAuto merge of #8228 - Jarcho:iter_not_returning_iterato...
2022-01-10 borsAuto merge of #8257 - camsteffen:internal-features...
2022-01-10 Cameron SteffenCombine internal features in clippy_utils
2022-01-09 Vadim Petrochenkovrustc_metadata: Rename `item_children(_untracked)`...
2022-01-09 Vadim Petrochenkovrustc_metadata: Optimize and document module children...
2022-01-08 borsAuto merge of #8201 - smoelius:master, r=camsteffen
2022-01-07 Gary GuoRemove region from UpvarCapture and move it to Captured...
2022-01-07 Gary GuoRemove span from UpvarCapture::ByValue
2022-01-05 borsAuto merge of #8221 - Jarcho:while_let_on_iterator_8113...
2022-01-05 borsAuto merge of #8224 - Jarcho:type_repetition_in_bounds_...
2022-01-05 borsAuto merge of #8223 - camsteffen:remove-in-macro, r...
2022-01-04 borsAuto merge of #8219 - camsteffen:macro-decoupling,...
2022-01-04 borsNew macro utils
2022-01-04 Matthias KrügerRollup merge of #91907 - lcnr:const-arg-infer, r=BoxyUwU
2022-01-04 Jason NewcombCheck for full equality in `type_repetition_in_bounds...
2022-01-04 borsAuto merge of #8220 - Jarcho:manual_swap_8154, r=camsteffen
2022-01-04 Jason NewcombConsider auto-deref when linting `manual_swap`
2022-01-04 Cameron SteffenRemove in_macro from utils
2022-01-03 Matthias KrügerRollup merge of #90102 - nbdd0121:box3, r=jonas-schievink
2021-12-31 borsAuto merge of #8193 - ebobrow:redundant_closure_fp...
2021-12-31 borsAuto merge of #8179 - nmathewson:unused_async_io_amount...
2021-12-31 Nick MathewsonExtend [`unused_io_amount`] to cover AsyncRead and...
next