]> git.lizzy.rs Git - rust.git/history - tests/ui
add tests for a false negative on `needless_return`
[rust.git] / tests / ui /
2021-03-20 ThibsGFix bad suggestion for generics in `new_without_default...
2021-03-20 borsAuto merge of #6924 - mgacek8:issue6727_copy_types...
2021-03-20 markclippy: stabilize or_patterns lint
2021-03-19 Mateusz Gacekwrong_self_convention: Enhance lint message
2021-03-19 borsAuto merge of #6935 - matthiaskrgr:qmark_marco, r=flip1995
2021-03-18 Matthias Krügerneedless_question_mark: don't lint if Some(..) is insid...
2021-03-18 borsAuto merge of #6928 - mgacek8:issue6675_or_fun_call_uns...
2021-03-18 borsAuto merge of #6863 - Jarcho:wild_enum_match, r=llogiq
2021-03-18 Mateusz GacekAdjust use_self uitest to proper self convention
2021-03-18 Mateusz Gacekor_fun_call: trigger on unsafe blocks
2021-03-17 Mateusz Gacekwrong_self_convention: `to_` respects `Copy` types
2021-03-17 borsAuto merge of #82122 - bstrie:dep4real, r=dtolnay
2021-03-17 borsAuto merge of #6856 - Jarcho:manual_map_if_let, r=Manis...
2021-03-17 Jason NewcombFix `manual_map` suggestion for `if let.. else ......
2021-03-17 borsAuto merge of #83188 - petrochenkov:field, r=lcnr
2021-03-17 Jason NewcombFix message for `match_wildcard_for_single_variant`
2021-03-17 Jason NewcombAdd test for `#[non_exhaustive]` enum in `match_wildcar...
2021-03-17 Jason NewcombImprovements to `match_wildcard_for_single_variants...
2021-03-17 borsAuto merge of #6805 - matthiaskrgr:uca_nopub_6803,...
2021-03-17 borsAuto merge of #6821 - Jarcho:write_literal_suggestion...
2021-03-17 Yuki OkushiRollup merge of #83092 - petrochenkov:qspan, r=estebank
2021-03-17 borsAuto merge of #6917 - MysteryJump:fix-manual-unwrap...
2021-03-16 Jason NewcombAdd suggestion to `write_literal` and `print_literal`
2021-03-16 Jason NewcombMore specific spans for `use_debug` lint
2021-03-16 Yukio TanakaFix typo
2021-03-16 Yukio TanakaFix FP of `manual_unwrap_or` in const fn
2021-03-16 borsAuto merge of #6915 - smoelius:docs-link, r=llogiq
2021-03-16 borsAuto merge of #6914 - camsteffen:source-utils, r=Manish...
2021-03-15 borsAuto merge of #6828 - mgacek8:issue_6758_enhance_wrong_...
2021-03-15 Vadim PetrochenkovUpdate clippy tests
2021-03-15 borsAuto merge of #6831 - camsteffen:suspicious-map, r...
2021-03-14 Ben BoeckelFix suspicious_map false positives
2021-03-14 borsAuto merge of #6895 - iobtl:reformat_unnecessary_cast...
2021-03-14 iobtluse lint_unnecessary_cast for literals, suggest `_...
2021-03-13 borsAuto merge of #6859 - magurotuna:if_then_some_else_none...
2021-03-13 borsAuto merge of #6820 - mgacek8:issue_6562_enhance_mem_re...
2021-03-13 borsAuto merge of #6865 - Jarcho:explicit_deref_methods...
2021-03-13 Jason NewcombProperly lint macro arguments for `explicit_deref_methods`
2021-03-13 Jason NewcombKeep track of whether `deref` or `deref_mut` was called
2021-03-13 Jason NewcombMake `explicit_deref_methods` check for multiple deref...
2021-03-13 iobtlreplace span_lint with span_lint_and_sugg along with...
2021-03-13 borsAuto merge of #6892 - matthiaskrgr:inc_struct_ctor...
2021-03-12 Mateusz Gacekmem_replace_with_default: recognize some std library...
2021-03-12 Matthias Krügerinconsistent_struct_constructor: try to make message...
2021-03-12 flip1995Merge commit '6ed6f1e6a1a8f414ba7e6d9b8222e7e5a1686e42...
2021-03-12 Yusuke TanakaImprove suggestion and make it work for macros
2021-03-12 Mateusz Gacekwrong_self_convention: fix lint in case of `to_*_mut...
2021-03-11 flip1995Merge remote-tracking branch 'upstream/master' into...
2021-03-10 borsAuto merge of #6814 - hyd-dev:issue-6486, r=flip1995
2021-03-10 borsAuto merge of #6794 - camsteffen:needless-borrowed...
2021-03-09 borsAuto merge of #6876 - giraffate:improve_doc_on_map_flat...
2021-03-09 borsAuto merge of #6866 - anall:ice6840, r=flip1995
2021-03-09 borsAuto merge of #6868 - Jarcho:lang_item, r=flip1995
2021-03-09 borsAuto merge of #6869 - DJMcNab:rust-analyzer-private...
2021-03-09 Andrea Nalluse TyS::walk
2021-03-08 borsAuto merge of #6871 - camsteffen:redundant-closure...
2021-03-08 Cameron SteffenImprove the redundant_closure message
2021-03-08 Cameron SteffenFix redundant closure with macros
2021-03-08 Yusuke TanakaOutput help instead of suggestion in `if_then_some_else...
2021-03-08 Yusuke TanakaSet 1.50 as msrv of if_then_some_else_none
2021-03-08 borsAuto merge of #6834 - hyd-dev:clippy-args, r=phansch...
2021-03-08 Andrea Nallmake is_normalizable more strict
2021-03-07 borsAuto merge of #6853 - Jarcho:len_without_is_empty_fp...
2021-03-07 Jason Newcomb`len_without_is_empty` will now consider multiple impl...
2021-03-07 borsAuto merge of #6823 - Jarcho:diagnostic_items, r=phansch
2021-03-06 Yusuke TanakaImplement new lint: if_then_some_else_none
2021-03-04 borsAuto merge of #6843 - Jarcho:match_on_same_arms_macro...
2021-03-04 borsAuto merge of #6833 - daxpedda:use-self, r=Manishearth
2021-03-04 Jason NewcombWhen checking if two empty hir blocks are equal also...
2021-03-03 borsAuto merge of #6825 - djc:naive-bytecount-pedantic...
2021-03-03 daxpeddaFix false-positive in `use_self`
2021-03-03 borsAuto merge of #6824 - Y-Nak:refactor_loops_module,...
2021-03-03 Ryan LevickFix borrow and deref
2021-03-03 Ryan LevickAllow noop_method_call in clippy ui test
2021-03-02 borsAuto merge of #6801 - Jarcho:manual_match_fix, r=phansch
2021-03-02 borsAuto merge of #6791 - TaKO8Ki:iter-count, r=matthiaskrgr
2021-03-02 borsAuto merge of #6822 - camsteffen:rustfmt, r=llogiq
2021-03-01 Jason NewcombDon't move `yield` or inline assembly into closure
2021-03-01 Cameron SteffenAdd version = "Two" to rustfmt.toml
2021-02-28 borsAuto merge of #6787 - matthiaskrgr:lint_msgs, r=llogiq
2021-02-28 Jason NewcombFix `manual_map`: do not expand macros in suggestions
2021-02-28 hyd-devFix false positives on procedural macros of `missing_in...
2021-02-28 Matthias Krügerchange some lint messages and remove old entries from...
2021-02-28 Matthias Krügerupdate the lint messages and tests
2021-02-28 borsAuto merge of #6802 - camsteffen:dogfood-fix, r=llogiq
2021-02-27 borsAuto merge of #6812 - Y-Nak:fix-6792, r=matthiaskrgr
2021-02-27 Yoshitomo NakanishiAdd test for ICE 6793
2021-02-27 Yoshitomo NakanishiUse TypeckResults::expr_ty instead of TyCtxt::type_of...
2021-02-27 Takayuki Maedareturn when the ty doesn't have `len()`
2021-02-27 Takayuki Maedalint for `into_iter().count()`
2021-02-27 Takayuki Maedaallow clippy::iter_count
2021-02-27 Takayuki Maedanew lint: iter_count
2021-02-27 borsAuto merge of #6730 - anall:feature/owned_to_owned_meth...
2021-02-27 Andrea Nalladded new lint `implicit_clone`
2021-02-26 Jason NewcombFix `manual_map`: don't lint when partially moved value...
2021-02-26 Matthias Krügerupper_case_acronyms: don't warn on public items
2021-02-25 borsAuto merge of #6601 - mdm:fix-unit-args-false-positive...
2021-02-25 Marc Dominik MiggeAdd original test case from issue
2021-02-25 borsAuto merge of #6790 - mgacek8:issue_6748, r=Manishearth
2021-02-25 Mateusz Gacekor_fun_call: fix suggestion for `or_insert(vec![])`
next