]> git.lizzy.rs Git - rust.git/history - clippy_lints
Auto merge of #6823 - Jarcho:diagnostic_items, r=phansch
[rust.git] / clippy_lints /
2021-03-07 borsAuto merge of #6823 - Jarcho:diagnostic_items, r=phansch
2021-03-06 Jason NewcombUse `LanguageItems::require`
2021-03-06 borsAuto merge of #6854 - mgacek8:6844_fix_doc_for_useless_...
2021-03-05 borsAuto merge of #6848 - matthiaskrgr:lintcheck_clippyfix...
2021-03-05 Mateusz Gacekuseless_format: fix examples in the description
2021-03-05 borsAuto merge of #6852 - camsteffen:avoid-mir, r=Manishearth
2021-03-05 Cameron SteffenUse typeck_body
2021-03-05 Cameron SteffenAvoid mir in missing_errors_doc
2021-03-05 Cameron SteffenAvoid mir in implicit_return
2021-03-05 borsAuto merge of #6849 - flip1995:dogfood-fix, r=matthiaskrgr
2021-03-05 flip1995Fix dogfood errors in clippy_lints
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-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-02 borsAuto merge of #6801 - Jarcho:manual_match_fix, r=phansch
2021-03-02 Dirkjan OchtmanMove naive_bytecount to pedantic
2021-03-02 Yoshitomo NakanishiRemove "for_loop_arg.rs"
2021-03-02 borsAuto merge of #6791 - TaKO8Ki:iter-count, r=matthiaskrgr
2021-03-02 borsAuto merge of #6716 - magurotuna:refactor-transmute...
2021-03-02 Yusuke TanakaMake check_cast private
2021-03-02 Yusuke TanakaRefactor calls to lint check functions
2021-03-02 Yusuke TanakaCleanup imports
2021-03-02 Yusuke TanakaMove transmutes_expressible_as_ptr_casts to its own...
2021-03-02 Yusuke TanakaMove unsound_collection_transmute to its own module
2021-03-02 Yusuke TanakaMove transmute_float_to_int to its own module
2021-03-02 Yusuke TanakaMove transmute_int_to_float to its own module
2021-03-02 Yusuke TanakaMove transmute_int_to_bool to its own module
2021-03-02 Yusuke TanakaMove transmute_ptr_to_ptr to its own module
2021-03-02 Yusuke TanakaMove transmute_bytes_to_str and transmute_ptr_to_ptr...
2021-03-02 Yusuke TanakaMove transmute_int_to_char to its own module
2021-03-02 Yusuke TanakaMove transmute_ptr_to_ref to its own module
2021-03-02 Yusuke TanakaMove crosspointer_transmute to its own module
2021-03-02 Yusuke TanakaMove wrong_transmute to its own module
2021-03-02 Yusuke TanakaMove useless_transmute to its own module
2021-03-02 Yusuke TanakaAdd transmute/utils.rs
2021-03-02 Yusuke TanakaCreate transmute directory
2021-03-02 Yoshitomo NakanishiSimplify check_for_loop_arg
2021-03-02 Yoshitomo NakanishiUnify names of lint entry functions in loops to 'check'
2021-03-02 nahuakangInclude loops.rs changes from PR#6698
2021-03-02 nahuakangClean up: Rename some files to be consistent with lint...
2021-03-02 nahuakangMove check_for_loop_arg back to mod; split into 4 lint...
2021-03-02 nahuakangMove MinifyingSugg into manual_memcpy
2021-03-02 nahuakangRefactor while let loop to its own module
2021-03-02 nahuakangRefactor empty loop to its own module
2021-03-02 nahuakangRefactor while let on iterator lint to its module;...
2021-03-02 nahuakangRefactor never loop to its own module
2021-03-02 nahuakangMove detect_manual_memcpy to its module; split up utils...
2021-03-02 nahuakangAdd detect_same_item_push to its own module
2021-03-02 nahuakangAdd check_needless_collect to its own module
2021-03-02 nahuakangAdd check_infinite_loop to its own module
2021-03-02 nahuakangRefactor check_for_single_element_loop to its own module
2021-03-02 nahuakangRefactor check_for_loop_explicit_counter to its own...
2021-03-02 nahuakangRefactor check_for_loop_range into its module
2021-03-02 nahuakangRefactor check_for_mut_range_bound to its own module
2021-03-02 nahuakangRefactor check_for_loop_over_map_kv to its own module
2021-03-02 nahuakangRefactor check_for_loop_arg; rename manual_flatten...
2021-03-02 nahuakangcreate loops dir; arrange manual_flatten lint and utils
2021-03-02 borsAuto merge of #6822 - camsteffen:rustfmt, r=llogiq
2021-03-02 Jason NewcombUse diagnostic or language items instead of paths
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 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 NakanishiUse TypeckResults::expr_ty instead of TyCtxt::type_of...
2021-02-27 Takayuki Maedaremove pub(crate)
2021-02-27 Takayuki Maedaexport `derefs_to_slice` from methods module
2021-02-27 Takayuki Maedareceive iter method name as an argument
2021-02-27 Takayuki Maedaremove if_chain
2021-02-27 Takayuki Maedareturn when the ty doesn't have `len()`
2021-02-27 Takayuki Maedamove `lints()` to `iter_count.rs`
2021-02-27 Takayuki Maedalint for `into_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 NewcombRevert #6796: Downgrade manual_map to nursery
2021-02-26 Jason NewcombFix `manual_map`: don't lint when partially moved value...
2021-02-26 borsAuto merge of #6800 - matthiaskrgr:lintcheck_stats...
2021-02-26 borsAuto merge of #6796 - dtolnay-contrib:manualmap, r...
2021-02-26 David TolnayDowngrade manual_map to nursery
2021-02-25 borsAuto merge of #6601 - mdm:fix-unit-args-false-positive...
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![])`
2021-02-25 borsAuto merge of #6789 - flip1995:rustup, r=flip1995
2021-02-25 flip1995Merge remote-tracking branch 'upstream/master' into...
2021-02-25 borsAuto merge of #6788 - matthiaskrgr:upper_case_acronyms...
2021-02-25 Matthias Krügerrun cargo dev update_lints
2021-02-25 borsAuto merge of #6783 - avitex:add-opendns-ident, r=giraffate
2021-02-24 Matthias Krügerupper_case_acronyms: add io-toml tests and bless previo...
2021-02-24 Matthias Krügerupper_case_acronyms: add optional aggressive mode and...
2021-02-24 avitexAdd OpenDNS to `doc-valid-idents`
2021-02-24 borsAuto merge of #6786 - smoelius:move-conf-rs-back-into...
2021-02-24 Marc Dominik MiggeDon't lint unit args if expression kind is path
2021-02-24 Samuel E. Moelius IIIMove conf.rs back into clippy_lints
2021-02-24 borsAuto merge of #6756 - smoelius:clippy_utils, r=flip1995...
next