]> git.lizzy.rs Git - rust.git/history - clippy_lints
Auto merge of #6107 - nahuakang:ref_style_link_false_positive, r=flip1995
[rust.git] / clippy_lints /
2020-10-10 borsAuto merge of #6107 - nahuakang:ref_style_link_false_po...
2020-10-10 borsAuto merge of #5727 - rail-rain:manual_memcpy_with_coun...
2020-10-09 borsAuto merge of #6151 - bofh69:master, r=ebroto
2020-10-09 borsAuto merge of #6144 - rust-lang:float-cmp-ref, r=ebroto
2020-10-09 borsAuto merge of #6152 - flip1995:ice_6139, r=ebroto
2020-10-09 flip1995(Hacky) Fix for ICE #6139
2020-10-09 Andre Bogusallow refs in our constant handling
2020-10-09 Sebastian AnderssonPreserve raw strs for: format!(s) to s.to_string()...
2020-10-09 borsAuto merge of #6130 - Ambroisie:lint-ptr-eq, r=Manishearth
2020-10-09 borsAuto merge of #6150 - flip1995:backport_doc_update...
2020-10-09 borsAuto merge of #6149 - flip1995:update_actions, r=ebroto
2020-10-09 borsAuto merge of #6148 - flip1995:release_doc, r=ebroto
2020-10-09 borsAuto merge of #6131 - Ambroisie:fix-doc-tools, r=flip1995
2020-10-09 borsAuto merge of #6146 - woshilapin:patch-1, r=flip1995
2020-10-09 borsAuto merge of #6136 - dtolnay:serve, r=flip1995
2020-10-09 borsAuto merge of #6115 - ebroto:changelog_1_48, r=flip1995
2020-10-09 Jean SIMARDclippy_lint: Fix doc on 'option_if_let_else'
2020-10-09 flip1995Merge remote-tracking branch 'upstream/beta' into backp...
2020-10-08 borsAuto merge of #6133 - JPTIZ:no-box-for-c-ffi, r=ebroto
2020-10-08 borsAuto merge of #6117 - dtolnay:string_lit_as_bytes,...
2020-10-08 borsAuto merge of #6138 - giraffate:note_that_we_follow_rus...
2020-10-08 João Paulo Taylor... clippy_lint: Extend BoxedLocal ignored ABI to all non...
2020-10-08 David TolnayMake clippy_lints's doc tests succeed
2020-10-08 David TolnayDocument string_lit_as_bytes known problems
2020-10-08 borsAuto merge of #6132 - rust-lang:regex-unicode, r=ebroto
2020-10-08 João Paulo Taylor... clippy_lint: Test for BoxedLocal false-positive in...
2020-10-08 João Paulo Taylor... clippy_lints: Do not warn against Box parameter in...
2020-10-07 borsAuto merge of #6128 - dtolnay:rc_buffer, r=yaahc
2020-10-07 Andre BogusFix unicode regexen with bytes::Regex
2020-10-07 Bruno BELANYIfixup! New lint: Recommend using `ptr::eq` when possible
2020-10-07 Bruno BELANYINew lint: Recommend using `ptr::eq` when possible
2020-10-07 borsAuto merge of #6120 - phansch:replace-lazy-static,...
2020-10-07 David TolnayDowngrade rc_buffer to restriction
2020-10-07 David TolnayDowngrade string_lit_as_bytes to nursery
2020-10-06 borsAuto merge of #6124 - pickfire:patch-1, r=flip1995
2020-10-06 borsAuto merge of #6126 - flip1995:rustup, r=flip1995
2020-10-06 flip1995Run fmt
2020-10-06 Ivan ThamUse more concrete explanation for methods
2020-10-06 Philipp Hanschclippy_lints: Replace lazy_static with SyncLazy
2020-10-06 Matthew JasperFix tools
2020-10-06 Yuki OkushiRollup merge of #77560 - rschoon:fix-litkind-rc-bytebuf...
2020-10-06 Yuki OkushiRollup merge of #77534 - Mark-Simulacrum:issue-70819...
2020-10-06 borsAuto merge of #6078 - ebroto:unnecessary_sort_by_take_2...
2020-10-05 borsAuto merge of #6114 - FliegendeWurst:no-mistyped-fracti...
2020-10-05 borsAuto merge of #6118 - ebroto:rustup, r=ebroto
2020-10-05 Eduardo BrotoFix rustup fallout
2020-10-05 Eduardo BrotoMerge remote-tracking branch 'upstream/master' into...
2020-10-05 FliegendeWurstDo not lint float fractions in `mistyped_literal_suffix...
2020-10-04 Dylan MacKenzieclippy: `(Body, DefId)` -> `Body`
2020-10-04 Robin SchoonoverChange clippy's Constant back to refcount clone byte...
2020-10-04 borsAuto merge of #6111 - flip1995:rustup, r=flip1995
2020-10-02 borsAuto merge of #6105 - bugadani:sus-char, r=ebroto
2020-10-02 Dániel BugaAdd WJ
2020-10-02 Dániel BugaRename lint to invisible_characters
2020-10-02 borsAuto merge of #6098 - longlb:interior_mut_const, r...
2020-10-02 Long Louis Buichanged non_copy_const lints to warn by default
2020-10-02 nahuakangAdd doc comment issue of #5834 to known problems of...
2020-10-02 Michael HowellDeprecate clippy lint
2020-10-02 railremove the explicit return value of `print_limit`
2020-10-02 Dániel BugaLook for soft hyphens as well
2020-10-02 railsupress `clippy::filter_map`
2020-10-02 railadd comments around `loop_counters`
2020-10-02 borsAuto merge of #6104 - mikerite:fix-6096, r=ebroto
2020-10-02 railfix a FN where incr exprs with no semicolon at ends
2020-10-02 Michael WrightAllow exponent separator
2020-10-02 railsimplify the code
2020-10-02 raildocument `MinifyingSugg` and `Offset`
2020-10-01 borsAuto merge of #6102 - giraffate:no_lint_when_invalid_su...
2020-10-01 Takayuki NakataDon't emit a lint for the suggestion leading to errors...
2020-10-01 flip1995Fix rustup fallout
2020-10-01 borsAuto merge of #5978 - montrivo:needless-lifetime, r...
2020-09-30 borsAuto merge of #6092 - jethrogb:jb/inline-asm-syntax...
2020-09-30 Jethro BeekmanAdd lint for inline assembly syntax style preference
2020-09-29 Tim Nielensneedless-lifetime / pr remarks
2020-09-29 Tim Nielensneedless-lifetime / add known problem item
2020-09-29 Tim NielensMerge branch 'master' into needless-lifetime
2020-09-29 borsAuto merge of #6093 - ebroto:6089_renamed_lifetimes...
2020-09-28 Eduardo BrotoMerge remote-tracking branch 'upstream/master' into...
2020-09-28 Eduardo Brotoneedless arbitrary self: handle macros
2020-09-28 Ralf JungRollup merge of #76474 - bjorn3:driver_selected_codegen...
2020-09-27 borsAuto merge of #6091 - ebroto:rustup, r=ebroto
2020-09-27 railUse the `From` trait to make `MinifyingSugg`
2020-09-27 Eduardo BrotoFix dogfood
2020-09-27 Eduardo BrotoRun cargo dev fmt
2020-09-27 Eduardo BrotoMerge remote-tracking branch 'upstream/master' into...
2020-09-27 railUse the spans of the entire `for` loops for suggestions
2020-09-27 railPrevent unnecessary lints from triggering
2020-09-27 railReplace `snippet_opt` + `unwrap_or_else` with `snippet`
2020-09-27 borsAuto merge of #6090 - Fishrock123:rc_buffer-formatting...
2020-09-27 Jeremiah Senkpiellints: clarify rc_buffer and add caveats
2020-09-26 borsAuto merge of #6081 - ilknarf:master, r=matthiaskrgr
2020-09-26 borsAuto merge of #6079 - giraffate:print_stdout_in_build_r...
2020-09-26 Oliver SchererRemove all unstable feature support in the `missing_con...
2020-09-26 Takayuki NakataSome small fixes
2020-09-26 Oliver SchererMove `qualify_min_const_fn` out of rustc into clippy
2020-09-25 Frankremove useless test, update disallowed_method description
2020-09-25 Frankupdate error message, refactor disallowed_method
2020-09-25 Frankfix error message
2020-09-25 Frankchange config variables to reference, remove wildcard...
2020-09-25 Frankrun cargo dev fmt
next