]> git.lizzy.rs Git - rust.git/history - clippy_lints
Fix typo in comment
[rust.git] / clippy_lints /
2022-04-15 Jeong YunWonFix typo in comment
2022-04-15 borsAuto merge of #8563 - Jarcho:let_unit_1502, r=Jarcho
2022-04-15 Jason NewcombAllow more complex expressions in `let_unit_value`
2022-04-15 Jason NewcombMove `let_unit_value` back into `style`
2022-04-15 Jason NewcombDon't lint `let_unit_value` when needed for type inferenece
2022-04-14 borsAuto merge of #8614 - pitaj:fix-7597, r=giraffate
2022-04-14 borsAuto merge of #8626 - pitaj:format_add_string, r=llogiq
2022-04-14 borsAuto merge of #8677 - xFrednet:8213-manual-bits-suggest...
2022-04-14 Fridtjof StoldtUpdate lint description of `clippy::manual_bits` to...
2022-04-14 Peter JaszkowiakNew lint `format_add_strings`
2022-04-14 borsAuto merge of #8676 - Alexendoo:local-used-across-loop...
2022-04-13 xFrednetAdd `usize` cast to `clippy::manual_bits` suggestion
2022-04-13 borsAuto merge of #8670 - yoav-lavi:main, r=giraffate
2022-04-13 Yoav Lavipub_use
2022-04-13 borsAuto merge of #8692 - kyoto7250:fixing_unnecessary_to_o...
2022-04-13 borsAuto merge of #8647 - Jarcho:mut_from_ref_6326, r=giraffate
2022-04-12 borsAuto merge of #8645 - Jarcho:manual_non_exhaustive_5714...
2022-04-12 borsAuto merge of #8690 - mucinoab:DoNot-rest_pat_in_fully_...
2022-04-12 kyoto7250fix unnecessary_to_owned about msrv
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 Bruno A. MuciñoDo not apply `rest_pat_in_fully_bound_structs` on ...
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-10 Alex MacleodCheck for loops/closures in `local_used_after_expr`
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 Jason NewcombUpdate documentation for `mut_from_ref`
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 Jason NewcombOnly lint `mut_from_ref` when unsafe code is used
2022-04-06 Jason NewcombCleanup `manual_non_exhaustive`
2022-04-06 Jason NewcombDon't lint `manual_non_exhaustive` when the enum varian...
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...
next