summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fix doc comment for `ty::Dynamiclcnr-doc-patchlcnr2021-03-261-1/+1
* Auto merge of #83404 - michaelwoerister:issue83045, r=eddybbors2021-03-265-3/+44
|\
| * Fix #83045 by moving some crate loading verification code to a better place.Michael Woerister2021-03-265-3/+44
* | Auto merge of #82980 - tmiasko:import-cold-multiplier, r=michaelwoeristerbors2021-03-261-0/+3
|\ \
| * | Import small cold functionsTomasz Miąsko2021-03-111-0/+3
* | | Auto merge of #83079 - osa1:issue83046, r=m-ou-sebors2021-03-267-19/+54
|\ \ \
| * | | Update char::escape_debug_ext to handle different escapes in strings vs. charsÖmer Sinan Ağacan2021-03-267-19/+54
* | | | Auto merge of #83480 - flip1995:clippyup, r=Dylan-DPCbors2021-03-26413-2856/+5719
|\ \ \ \ | |/ / / |/| | |
| * | | Update Cargo.lockflip19952021-03-251-8/+5
| * | | Merge commit '0e87918536b9833bbc6c683d1f9d51ee2bf03ef1' into clippyupflip19952021-03-25412-2848/+5714
| |\ \ \
| | * \ \ Auto merge of #6971 - flip1995:rustup, r=flip1995bors2021-03-2546-156/+145
| | |\ \ \
| | | * | | Bump Clippy Version -> 0.1.53flip19952021-03-253-3/+3
| | | * | | Bump nightly version -> 2021-03-25flip19952021-03-251-1/+1
| | | * | | Merge remote-tracking branch 'upstream/master' into rustupflip19952021-03-25413-2863/+5719
| | | |\ \ \ | | | |/ / / | | |/| | |
| | * | | | Auto merge of #6959 - ebobrow:iss-6927-fix, r=camsteffenbors2021-03-254-3/+56
| | |\ \ \ \
| | | * | | | check for `.to_string().into_bytes()` in string_lit_to_bytesElliot Bobrow2021-03-244-3/+56
| | * | | | | Auto merge of #6952 - Jarcho:new_ret_no_self_fp, r=Manishearthbors2021-03-243-4/+31
| | |\ \ \ \ \
| | | * | | | | Rename `contains_adt` to `contains_adt_constructor`Jason Newcomb2021-03-242-6/+6
| | | * | | | | Fix false positive with `new_ret_no_self` when returning `Self` with differen...Jason Newcomb2021-03-243-4/+31
| | |/ / / / /
| | * | | | | Auto merge of #6962 - TaKO8Ki:fix-false-positive-in-manual-flatten, r=llogiqbors2021-03-244-14/+106
| | |\ \ \ \ \
| | | * | | | | merge importsTakayuki Maeda2021-03-251-2/+1
| | | * | | | | fix false positive in manual_flattenTakayuki Maeda2021-03-253-12/+105
| | |/ / / / /
| | * | | | | Auto merge of #6957 - camsteffen:eq-ty-kind, r=flip1995bors2021-03-232-20/+10
| | |\ \ \ \ \ | | | |/ / / / | | |/| | | |
| | | * | | | Factor out eq_ty_kindCameron Steffen2021-03-232-20/+10
| | * | | | | Auto merge of #6950 - Sciencentistguy:master, r=phanschbors2021-03-224-4/+10
| | |\ \ \ \ \ | | | |/ / / / | | |/| | | |
| | | * | | | Ignore str::len() in or_fun_call lint.Jamie Quigley2021-03-224-4/+10
| | * | | | | Auto merge of #6896 - TaKO8Ki:refactor-lints-in-methods-module, r=phanschbors2021-03-2227-333/+388
| | |\ \ \ \ \ | | | |/ / / / | | |/| | | |
| | | * | | | replace crate::methods::utils with super::utilsTakayuki Maeda2021-03-185-5/+5
| | | * | | | remove the use of pathsTakayuki Maeda2021-03-181-2/+2
| | | * | | | move get_hint_if_single_char_arg to methods/utils.rsTakayuki Maeda2021-03-185-35/+36
| | | * | | | move chars_last_cmp_with_unwrap to its own moduleTakayuki Maeda2021-03-182-10/+15
| | | * | | | extract conditions for single_char_pattern into its own moduleTakayuki Maeda2021-03-182-23/+25
| | | * | | | extract condition for into_iter_on_ref to its own moduleTakayuki Maeda2021-03-182-23/+31
| | | * | | | extract conditions for `from_iter_instead_of_collect` into its own moduleTakayuki Maeda2021-03-185-18/+14
| | | * | | | extract conditions into modulesTakayuki Maeda2021-03-184-23/+26
| | | * | | | move single_char_add_str to its own moduleTakayuki Maeda2021-03-181-0/+15
| | | * | | | use clippy_utils::ty::is_type_diagnostic_itemTakayuki Maeda2021-03-181-1/+1
| | | * | | | fmtTakayuki Maeda2021-03-181-1/+1
| | | * | | | remove unused argumentsTakayuki Maeda2021-03-184-21/+6
| | | * | | | extract a condition into a function.Takayuki Maeda2021-03-181-6/+6
| | | * | | | remove a needless variableTakayuki Maeda2021-03-181-2/+1
| | | * | | | use derefs_to_slice in methods/utils.rsTakayuki Maeda2021-03-186-46/+6
| | | * | | | move derefs_to_slice to methods/utils.rsTakayuki Maeda2021-03-181-0/+46
| | | * | | | refactor string_extend_chars: return when obj type is not stringTakayuki Maeda2021-03-181-28/+29
| | | * | | | move chars_cmp_with_unwrap, chars_last_cmp and chars_next_cmp_with_unwrap to ...Takayuki Maeda2021-03-184-55/+74
| | | * | | | move chars_cmp and chars_next_cmp to its own modulesTakayuki Maeda2021-03-183-53/+68
| | * | | | | Auto merge of #6942 - mgacek8:issue_6815_search_is_none, r=llogiqbors2021-03-227-48/+359
| | |\ \ \ \ \
| | | * | | | | search_is_some: check also when search is noneMateusz Gacek2021-03-217-48/+359
| | * | | | | | Auto merge of #6945 - ThibsG:BadSuggestionGenericsForReassignDefault, r=Manis...bors2021-03-213-1/+62
| | |\ \ \ \ \ \
| | | * | | | | | Fix suggestion with generics for `field_reassign_with_default` lintThibsG2021-03-213-1/+62
| | |/ / / / / /