]> git.lizzy.rs Git - rust.git/history - clippy_lints/src/write.rs
Replace `#[allow]` with `#[expect]` in Clippy
[rust.git] / clippy_lints / src / write.rs
2022-05-07 xFrednetReplace `#[allow]` with `#[expect]` in Clippy
2022-05-07 borsAuto merge of #8794 - smoelius:fix-8759, r=llogiq
2022-05-06 borsAuto merge of #8763 - arieluy:manual_range_contains...
2022-05-06 borsAuto merge of #8778 - sunfishcode:main, r=giraffate
2022-05-05 borsAuto merge of #8788 - flip1995:rustup, r=xFrednet,flip1995
2022-05-05 flip1995Merge remote-tracking branch 'upstream/master' into...
2022-05-04 borsAuto merge of #96546 - nnethercote:overhaul-MacArgs...
2022-05-03 borsAuto merge of #96558 - bjorn3:librarify_parse_format...
2022-05-03 bjorn3Make rustc_parse_format compile on stable
2022-04-06 borsAuto merge of #8549 - J-ZhengLi:issue8542, r=llogiq
2022-04-04 borsAuto merge of #8450 - Jarcho:unsafe_blocks_8449, r...
2022-03-30 Dylan DPCRollup merge of #95251 - GrishaVar:hashes-u16-to-u8...
2022-03-28 borsAuto merge of #8487 - dswij:8478, r=giraffate
2022-03-28 borsAuto merge of #8519 - tysg:redundant-modulo, r=giraffate
2022-03-26 borsAuto merge of #95274 - jendrikw:slice-must-use, r=Dylan-DPC
2022-03-26 borsAuto merge of #95149 - cjgillot:once-diag, r=estebank
2022-03-24 borsAuto merge of #95273 - flip1995:clippyup, r=manishearth
2022-03-24 flip1995Merge commit 'd0cf3481a84e3aa68c2f185c460e282af36ebc42...
2022-03-24 flip1995Merge remote-tracking branch 'upstream/master' into...
2022-03-21 borsAuto merge of #8232 - Jarcho:match_same_arm_860, r...
2022-03-17 Dylan DPCRollup merge of #94309 - eholk:issue-57017, r=tmandry
2022-03-17 Jason NewcombFix mixed enum variant kinds + code cleanup
2022-03-15 borsAuto merge of #8509 - smoelius:fix-8507, r=giraffate
2022-03-14 flip1995Merge commit 'dc5423ad448877e33cca28db2f1445c9c4473c75...
2022-03-14 borsAuto merge of #8534 - flip1995:rustup, r=flip1995
2022-03-14 flip1995Merge remote-tracking branch 'upstream/master' into...
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-03-02 borsAuto merge of #8456 - ebobrow:use_self_pat, r=llogiq
2022-03-02 borsAuto merge of #8432 - dtolnay-contrib:transmuteundefine...
2022-02-26 borsAuto merge of #8462 - ken-matsui:use-precise-namespace...
2022-02-26 borsAuto merge of #8464 - Jarcho:ptr_arg_8463, r=camsteffen
2022-02-26 borsAuto merge of #8453 - tamaroning:fix_large_enum_variant...
2022-02-25 borsAuto merge of #93368 - eddyb:diagbld-guarantee, r=estebank
2022-02-24 borsAuto merge of #8468 - flip1995:rustup, r=flip1995
2022-02-24 flip1995Merge remote-tracking branch 'upstream/master' into...
2022-02-23 Eduard-Mihai Burtescurustc_errors: take `self` by value in `DiagnosticBuilde...
2022-02-17 Matthias KrügerRollup merge of #94030 - ChayimFriedman2:issue-94010...
2022-02-16 Chayim Refael FriedmanCorrectly mark the span of captured arguments in `forma...
2022-02-01 borsAuto merge of #8330 - flip1995:changelog, r=llogiq
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 borsAuto merge of #8359 - flip1995:rustup, r=flip1995
2022-01-27 flip1995Merge remote-tracking branch 'upstream/master' into...
2022-01-25 borsAuto merge of #93095 - Aaron1011:remove-assoc-ident...
2022-01-23 Vadim PetrochenkovUpdate clippy
2022-01-03 Matthias KrügerRollup merge of #90102 - nbdd0121:box3, r=jonas-schievink
2021-12-31 borsAuto merge of #8193 - ebobrow:redundant_closure_fp...
2021-12-30 borsAuto merge of #8196 - flip1995:rustup, r=flip1995
2021-12-30 flip1995Merge remote-tracking branch 'upstream/master' into...
2021-12-19 borsAuto merge of #8146 - GuillaumeGomez:must-use-self...
2021-12-19 borsAuto merge of #91957 - nnethercote:rm-SymbolStr, r...
2021-12-18 borsAuto merge of #8143 - GuillaumeGomez:RETURN_SELF_NOT_MU...
2021-12-17 flip1995Merge remote-tracking branch 'upstream/beta' into backp...
2021-12-15 Nicholas NethercoteRemove unnecessary sigils around `Symbol::as_str()...
2021-12-09 borsAuto merge of #8100 - c410-f3r:blah-blah-blah, r=giraffate
2021-12-08 borsAuto merge of #8071 - GuillaumeGomez:method-must-use...
2021-12-08 borsAuto merge of #8030 - WaffleLapkin:ignore_trait_assoc_t...
2021-12-06 borsAuto merge of #8066 - rust-lang:needless_bool_parenthes...
2021-12-06 flip1995Merge commit 'a5d597637dcb78dc73f93561ce474f23d4177c35...
2021-12-06 borsAuto merge of #8077 - nixxquality:single_char_pattern...
2021-12-05 nixx qualityFix dogfood
2021-12-05 borsAuto merge of #8072 - xFrednet:0000-teach-rustbot-acron...
2021-12-04 borsAuto merge of #8054 - camsteffen:map-flatten-style...
2021-12-03 borsAuto merge of #8040 - xFrednet:6610-known-problems...
2021-12-03 xFrednetAdd note about crate lint level attributes to pre-expan...
2021-12-02 flip1995Merge remote-tracking branch 'upstream/master' into...
2021-11-23 flip1995Merge remote-tracking branch 'upstream/master' into...
2021-11-21 borsAuto merge of #7997 - surechen:Fixes_7915, r=giraffate
2021-11-18 borsAuto merge of #7977 - Jarcho:multi_needless_borrow...
2021-11-18 borsAuto merge of #7994 - flip1995:rustup, r=flip1995
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 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-09 Matthias KrügerRollup merge of #89561 - nbdd0121:const_typeck, r=nikom...
2021-11-09 borsAuto merge of #87337 - jyn514:lint-error, r=oli-obk...
2021-11-09 borsAuto merge of #90485 - camsteffen:fmt-args-less-bind...
2021-11-07 Vadim Petrochenkovast: Fix naming conventions in AST structures
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-23 borsAuto merge of #83302 - camsteffen:write-piece-unchecked...
2021-08-23 Mara BosRollup merge of #88230 - steffahn:a_an, r=oli-obk
2021-08-22 Guillaume GomezRollup merge of #88211 - petrochenkov:withhilo, r=jyn514
2021-08-21 Vadim Petrochenkovcleanup: `Span::new` -> `Span::with_lo`
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...
next