]> git.lizzy.rs Git - rust.git/history - clippy_lints/src/dereference.rs
Replace `#[allow]` with `#[expect]` in Clippy
[rust.git] / clippy_lints / src / dereference.rs
2022-05-07 xFrednetReplace `#[allow]` with `#[expect]` in Clippy
2022-03-13 borsAuto merge of #8422 - buttercrab:only_used_in_recursion...
2022-03-10 borsAuto merge of #8070 - CrazyRoka:update-gh-pages-checkbo...
2022-03-03 borsAuto merge of #8414 - MiSawa:fix/optimize-redundant...
2022-02-21 borsAuto merge of #8443 - Jarcho:match_cfg_arm, r=flip1995
2022-02-18 borsAuto merge of #94088 - oli-obk:revert, r=jackh726
2022-02-17 borsAuto merge of #8442 - rsmantini:issue-8120-fix, r=Manis...
2022-02-17 borsAuto merge of #8218 - Jarcho:redundant_slicing_deref...
2022-02-17 borsAuto merge of #8441 - Jarcho:needless_borrow_temp,...
2022-02-17 Jason NewcombDon't lint `needless_borrow` in method receiver positions
2022-02-17 Jason NewcombDon't lint `needless_borrow` in method receiver positions
2022-02-12 Jaeyong SungMerge remote-tracking branch 'upstream/master' into...
2022-02-10 borsAuto merge of #8409 - flip1995:rustup, r=flip1995
2022-02-10 flip1995Merge remote-tracking branch 'upstream/master' into...
2022-02-09 Yuki OkushiRollup merge of #93746 - cjgillot:nodefii, r=nikomatsakis
2022-02-01 borsAuto merge of #8330 - flip1995:changelog, r=llogiq
2022-02-01 Matthias KrügerRollup merge of #93290 - lcnr:same_type, r=jackh726
2022-02-01 lcnrremove `TyS::same_type`
2022-01-31 borsAuto merge of #90891 - nbdd0121:format, r=Mark-Simulacrum
2022-01-30 borsAuto merge of #8322 - jubnzv:8282-single-match, r=llogiq
2022-01-29 borsAuto merge of #8289 - jubnzv:unspecified-layout-union...
2022-01-28 borsAuto merge of #8250 - pr2502:fix_repeat_underflow,...
2022-01-28 borsAuto merge of #8354 - dswij:8345, r=giraffate
2022-01-27 flip1995Merge commit 'a98e7ab8b94485be6bd03e0c6b8682ecab5b52e6...
2022-01-27 borsAuto merge of #8359 - flip1995:rustup, r=flip1995
2022-01-27 flip1995Merge remote-tracking branch 'upstream/master' into...
2022-01-26 Georgy KomarovMerge remote-tracking branch 'origin/master' into 8282...
2022-01-25 borsAuto merge of #93095 - Aaron1011:remove-assoc-ident...
2022-01-24 borsAuto merge of #8315 - dswij:8306, r=giraffate
2022-01-23 borsAuto merge of #8311 - dswij:8277, r=llogiq
2022-01-23 borsAuto merge of #8217 - Jarcho:needless_borrow_8191,...
2022-01-23 Jason NewcombRemove final reference on fields and method calls in...
2022-01-21 Jason NewcombFix `needless_borrow` causing mutable borrows to be...
2022-01-21 Cameron SteffenRemove a span from hir::ExprKind::MethodCall
2022-01-18 borsAuto merge of #93001 - flip1995:clippyup, r=Manishearth
2022-01-18 borsAuto merge of #8298 - ebobrow:op_ref_fp, r=giraffate
2022-01-17 borsAuto merge of #90986 - camsteffen:nested-filter, r...
2022-01-17 borsAuto merge of #92816 - tmiasko:rm-llvm-asm, r=Amanieu
2022-01-16 borsAuto merge of #92740 - cuviper:update-rayons, r=Mark...
2022-01-14 borsAuto merge of #8231 - Jarcho:implicit_clone_8227, r...
2022-01-14 Matthias KrügerRollup merge of #92849 - flip1995:clippyup, r=Manishearth
2022-01-13 flip1995Merge commit '97a5daa65908e59744e2bc625b14849352231c75...
2022-01-13 flip1995Merge remote-tracking branch 'upstream/master' into...
2022-01-12 borsAuto merge of #8226 - Jarcho:manual_memcpy_8160, r...
2022-01-12 Tomasz MiąskoRemove LLVM-style inline assembly from clippy
2022-01-12 borsAuto merge of #8266 - camsteffen:test-tweaks, r=flip1995
2022-01-12 borsAuto merge of #8265 - camsteffen:which-rustfmt, r=xFrednet
2022-01-12 borsAuto merge of #8037 - ojeda:doc-codegen-change, r=camst...
2022-01-12 borsAuto merge of #8190 - camsteffen:no-in-band-liftetimes...
2022-01-11 Cameron SteffenStop using in_band_lifetimes
2022-01-03 Matthias KrügerRollup merge of #90102 - nbdd0121:box3, r=jonas-schievink
2021-12-17 flip1995Merge remote-tracking branch 'upstream/beta' into backp...
2021-12-09 borsAuto merge of #8100 - c410-f3r:blah-blah-blah, r=giraffate
2021-12-06 flip1995Merge commit 'a5d597637dcb78dc73f93561ce474f23d4177c35...
2021-12-02 flip1995Merge remote-tracking branch 'upstream/master' into...
2021-11-23 flip1995Merge remote-tracking branch 'upstream/master' into...
2021-11-22 borsAuto merge of #7989 - couchand:2021-11/toolchain-missin...
2021-11-21 borsAuto merge of #7997 - surechen:Fixes_7915, r=giraffate
2021-11-19 borsAuto merge of #7984 - phansch:disallowed-type-rename...
2021-11-18 borsAuto merge of #7977 - Jarcho:multi_needless_borrow...
2021-11-18 flip1995Merge remote-tracking branch 'upstream/master' into...
2021-11-17 borsAuto merge of #7896 - surechen:fix_manual_split_once...
2021-11-15 Jason NewcombImprove `needless_borrow` lint.
2021-11-15 borsAuto merge of #7957 - surechen:fix_for_7854, r=giraffate
2021-11-12 borsAuto merge of #7948 - 5225225:castlosslessbool, r=llogiq
2021-11-11 borsAuto merge of #7956 - camsteffen:author, r=llogiq
2021-11-11 borsAuto merge of #7813 - xFrednet:6492-lint-version, r...
2021-11-10 xFrednetAdded `clippy::version` attribute to all normal lints
2021-11-07 borsAuto merge of #7917 - Alexendoo:cargo-dev-lint, r=giraffate
2021-11-05 borsAuto merge of #7937 - flip1995:rustfmt-skip-artefact...
2021-11-05 borsAuto merge of #7897 - camsteffen:in-macro, r=flip1995
2021-11-05 Cameron SteffenUse Span::from_expansion instead of in_macro
2021-11-04 flip1995Merge commit 'e18101137866b79045fee0ef996e696e68c920b4...
2021-11-04 flip1995Merge remote-tracking branch 'upstream/master' into...
2021-11-03 borsAuto merge of #7925 - flip1995:backport, r=flip1995
2021-11-03 flip1995Format backport to pass CI
2021-11-02 borsAuto merge of #7726 - dswij:unseparated-literal-suffix...
2021-11-02 borsAuto merge of #7819 - rust-lang:avoid-linting-impossibl...
2021-10-28 borsAuto merge of #7847 - mikerite:fix-7829, r=flip1995
2021-10-27 borsAuto merge of #7875 - mbStavola:unit-hash, r=xFrednet
2021-10-25 borsAuto merge of #7865 - Herschel:fix-match-str-case-misma...
2021-10-25 borsAuto merge of #7873 - xFrednet:7869-string-index-ice...
2021-10-24 borsAuto merge of #7871 - camsteffen:fmt-update, r=camsteffen
2021-10-24 Cameron SteffenUpdate rustfmt
2021-09-09 flip1995Merge remote-tracking branch 'upstream/beta' into backp...
2021-09-02 borsAuto merge of #7604 - flip1995:rustup, r=Manishearth
2021-09-02 flip1995Merge remote-tracking branch 'upstream/master' into...
2021-08-16 borsAuto merge of #84039 - jyn514:uplift-atomic-ordering...
2021-08-15 CaioIntroduce hir::ExprKind::Let - Take 2
2021-08-10 borsAuto merge of #7478 - DevinR528:preemtive, r=llogiq
2021-07-30 borsAuto merge of #86754 - estebank:use-multispans-more...
2021-07-30 Yuki OkushiRollup merge of #87385 - Aaron1011:final-enable-semi...
2021-07-29 flip1995Merge commit '0cce3f643bfcbb92d5a1bb71858c9cbaff749d6b...
2021-07-29 flip1995Merge remote-tracking branch 'upstream/master' into...
2021-07-28 borsAuto merge of #7502 - flip1995:rollup-y3ho3w0, r=flip1995
2021-07-28 Philipp KronesRollup merge of #7420 - xFrednet:7172-update-lint-docum...
2021-07-28 xFrednetUpdate lint documentation to use markdown headlines
2021-07-19 borsAuto merge of #7403 - Anthuang:redundant-method-names...
2021-07-16 Guillaume GomezRollup merge of #87069 - sexxi-goose:copy_ref_always...
2021-07-15 flip1995Merge commit '54a20a02ecd0e1352a871aa0990bcc8b8b03173e...
next