]> git.lizzy.rs Git - rust.git/history - clippy_lints
Auto merge of #8691 - flip1995:infinite_recursion_only_in_recursion, r=llogiq
[rust.git] / clippy_lints /
2022-04-12 borsAuto merge of #8691 - flip1995:infinite_recursion_only_...
2022-04-12 flip1995Prevent infinite (exponential) recursion in only_used_i...
2022-04-12 borsAuto merge of #8686 - Jarcho:undocumented_unsafe_blocks...
2022-04-12 borsAuto merge of #8688 - kyoto7250:adding_condition_for_ma...
2022-04-12 kyoto7250refactor: Put together an if statement
2022-04-11 kyoto7250adding condition for map_clone message
2022-04-11 borsAuto merge of #8624 - pitaj:is_digit_ascii_radix, r...
2022-04-11 borsAuto merge of #8687 - Alexendoo:cast-possible-truncatio...
2022-04-11 Alex MacleodFix subtraction overflow in `cast_possible_truncation`
2022-04-11 Jason NewcombFix ICE in `undocumented_unsafe_blocks`
2022-04-11 borsAuto merge of #8667 - Jarcho:proc_macro_check, r=flip1995
2022-04-11 borsAuto merge of #8673 - Jarcho:same_functions_8139, r...
2022-04-11 borsAuto merge of #8668 - Jarcho:iter_with_drain_8538,...
2022-04-11 borsAuto merge of #8660 - yoav-lavi:squashed-master, r...
2022-04-11 Yoav Laviunnecessary_owned_empty_string -> unnecessary_owned_emp...
2022-04-11 Yoav Laviunnecessary_string_new
2022-04-11 borsAuto merge of #8671 - andy-k:fix-typo, r=flip1995
2022-04-10 borsAuto merge of #8631 - Alexendoo:splitn-overlap, r=xFrednet
2022-04-10 Alex MacleodRemove overlap between `manual_split_once` and `needles...
2022-04-09 Andy Kurniafix typo
2022-04-09 borsAuto merge of #8664 - yoav-lavi:main, r=xFrednet
2022-04-09 Jason NewcombDon't lint `iter_with_drain` on references
2022-04-08 borsAuto merge of #8648 - Jarcho:transmute_collection_7706...
2022-04-08 Jason NewcombDon't lint various match lints when expanded by a proc...
2022-04-08 borsAuto merge of #8619 - pitaj:fix-6973, r=giraffate
2022-04-07 Peter JaszkowiakNew lint `is_digit_ascii_radix`
2022-04-07 borsAuto merge of #8657 - flip1995:raw_lint_desc, r=flip1995
2022-04-07 flip1995Allow raw lint descriptions
2022-04-07 borsAuto merge of #8656 - flip1995:rustup, r=flip1995
2022-04-07 flip1995Bump Clippy Version -> 0.1.62
2022-04-07 flip1995Fix internal::INVALID_PATHS lint
2022-04-07 flip1995Merge remote-tracking branch 'upstream/master' into...
2022-04-07 borsAuto merge of #8635 - pbor:unsigned-abs, r=giraffate
2022-04-07 borsAuto merge of #8646 - Alexendoo:option-as-deref-mut...
2022-04-07 Alex MacleodFix `as_deref_mut` false positives in `needless_option_...
2022-04-07 Paolo Borelliconf: fix lint name in comment
2022-04-07 Paolo Borellinew lint cast_abs_to_unsigned
2022-04-06 borsAuto merge of #8630 - Jarcho:forget_non_drop, r=Manishearth
2022-04-06 borsAuto merge of #8606 - InfRandomness:err()-expect()...
2022-04-06 infrandomnessFix mistakes in documentation :
2022-04-06 InfRandomnessAdd .err().expect() lint
2022-04-06 borsAuto merge of #8549 - J-ZhengLi:issue8542, r=llogiq
2022-04-06 Jason NewcombBetter check size and alignment requirements in `unsoun...
2022-04-06 borsAuto merge of #8644 - yoav-lavi:squashed-master, r...
2022-04-06 Yoav Laviupdate unnecessary_join documentation
2022-04-06 J-ZhengLicode refractor for `[needless_match]`
2022-04-06 borsAuto merge of #8612 - SabrinaJewson:suggest-from-utf8...
2022-04-06 Sabrina JewsonReport `from_utf8` suggestion as maybe incorrect
2022-04-06 borsAuto merge of #8596 - Jaic1:unnecessary_cast, r=flip1995
2022-04-06 borsAuto merge of #8588 - pitaj:fix-8348, r=flip1995
2022-04-05 borsAuto merge of #8636 - flip1995:release_changelog_quick_...
2022-04-05 borsAuto merge of #8403 - nerdypepper:fix/diagnostic-messag...
2022-04-05 Akshayfix mispelling in diagnostic message of bytes_nth
2022-04-05 borsAuto merge of #8620 - Alexendoo:test-fmt-first, r=flip1995
2022-04-05 borsAuto merge of #8607 - Alexendoo:cargo-dev-lint-dir...
2022-04-05 David Woodsession: opt for enabling directionality markers
2022-04-05 David Wooderrors: implement sysroot/testing bundle loading
2022-04-05 David Wooderrors: implement fallback diagnostic translation
2022-04-05 David Woodspan: move `MultiSpan`
2022-04-04 borsAuto merge of #8633 - xFrednet:8627-escape-mod-rs,...
2022-04-04 xFrednetEscape `mod.rs` file mentions to avoid links in our...
2022-04-04 borsAuto merge of #8632 - Jarcho:cast_ptr_alignment, r...
2022-04-04 Jason NewcombDon't lint `cast_ptr_alignment` when used for unaligned...
2022-04-04 Jason NewcombAdd lints `drop_non_drop` and `forget_non_drop`
2022-04-04 borsAuto merge of #8450 - Jarcho:unsafe_blocks_8449, r...
2022-04-04 borsAuto merge of #8594 - FoseFx:unit_like_struct_brackets...
2022-04-04 Max Baumannis_unit_like_struct -> has_brackets
2022-04-02 borsAuto merge of #8605 - Jarcho:remove-deps, r=xFrednet
2022-04-02 borsAuto merge of #8611 - Alexendoo:module-files-relative...
2022-04-02 Jason NewcombAdd a couple of examples to `undocumented_unsafe_blocks`
2022-04-02 Peter Jaszkowiakignore `&x | &y` in unnested_or_patterns
2022-04-01 borsAuto merge of #8616 - pitaj:single_element_loop_arrays...
2022-04-01 Peter Jaszkowiaksingle_element_loop: handle arrays for Edition2021
2022-04-01 SabrinaJewsonDon't unnecessarily suggest unsafe block
2022-03-31 borsAuto merge of #95501 - Dylan-DPC:rollup-arx6sdc, r...
2022-03-30 Dylan DPCRollup merge of #95251 - GrishaVar:hashes-u16-to-u8...
2022-03-30 borsAuto merge of #95436 - cjgillot:static-mut, r=oli-obk
2022-03-30 SabrinaJewsonSuggest from_utf8_unchecked in const contexts
2022-03-30 borsAuto merge of #8610 - SabrinaJewson:transmute-int-to...
2022-03-30 Max Baumannpedantic -> restriction
2022-03-30 Max Baumannupdate description
2022-03-30 Max Baumannstyle -> pedantic
2022-03-30 Max Baumannunit_like_struct_brackets -> empty_structs_with_brackets
2022-03-30 Max Baumannchanges after review
2022-03-30 Max Baumannuse span_suggestion_hidden
2022-03-30 Max Baumannadditional checks for conditionally compiled code
2022-03-30 Max Baumannfix godfood test
2022-03-30 Max Baumannfix existing clippy tests
2022-03-30 Max Baumannadd unit_like_struct_brackets
2022-03-30 SabrinaJewsonDon't warn int-to-char transmutes in const contexts
2022-03-30 Alex MacleodHandle relative paths in module_files lints
2022-03-30 borsAuto merge of #8602 - giraffate:fix_ice_for_iter_overea...
2022-03-30 borsAuto merge of #8576 - smoelius:crate_in_macro_def,...
2022-03-30 Samuel E. Moelius IIIMove `crate_in_macro_def` to suspicious
2022-03-30 Samuel MoeliusUpdate clippy_lints/src/crate_in_macro_def.rs
2022-03-30 Samuel MoeliusUpdate clippy_lints/src/crate_in_macro_def.rs
2022-03-30 Samuel MoeliusUpdate clippy_lints/src/crate_in_macro_def.rs
2022-03-30 borsAuto merge of #8597 - giraffate:fix_changelog, r=xFrednet
2022-03-30 borsAuto merge of #8592 - c410-f3r:stuff, r=flip1995
2022-03-30 borsAuto merge of #8586 - pitaj:fix-8378, r=flip1995
next