]> git.lizzy.rs Git - rust.git/history - tests
Auto merge of #8138 - r00ster91:safety, r=giraffate
[rust.git] / tests /
2021-12-20 borsAuto merge of #8138 - r00ster91:safety, r=giraffate
2021-12-19 borsAuto merge of #8146 - GuillaumeGomez:must-use-self...
2021-12-19 Guillaume GomezDon't emit RETURN_SELF_NOT_MUST_USE lint if `Self`...
2021-12-18 borsAuto merge of #8143 - GuillaumeGomez:RETURN_SELF_NOT_MU...
2021-12-18 Guillaume GomezEnsure that RETURN_SELF_NOT_MUST_USE is not emitted...
2021-12-17 r00ster91Fix SAFETY comment tag casing in undocumented_unsafe_blocks
2021-12-17 flip1995Merge remote-tracking branch 'upstream/beta' into backp...
2021-12-17 borsAuto merge of #8134 - flip1995:rustup, r=flip1995
2021-12-17 flip1995Merge remote-tracking branch 'upstream/master' into...
2021-12-15 borsAuto merge of #7978 - smoelius:master, r=llogiq
2021-12-15 Matthias KrügerRollup merge of #90521 - jhpratt:stabilize-destructurin...
2021-12-15 Jacob PrattStabilize `destructuring_assignment`
2021-12-15 Matthias KrügerRollup merge of #91881 - Patrick-Poitras:stabilize...
2021-12-15 Matthias KrügerRollup merge of #90939 - estebank:wg-af-polish, r=tmandry
2021-12-14 borsAuto merge of #91728 - Amanieu:stable_asm, r=joshtriplett
2021-12-13 Esteban Kuberfix clippy tests
2021-12-13 Esteban KuberFix rebase and clippy tests
2021-12-13 Samuel E. Moelius IIIHandle `to_vec` on for loop expression #8069
2021-12-13 Samuel E. Moelius IIIAddress review comments
2021-12-13 Samuel E. Moelius IIIAdd `unnecessary_to_owned` lint
2021-12-13 Amanieu d'AntrasFix clippy tests
2021-12-12 borsAuto merge of #91549 - fee1-dead:const_env, r=spastorino
2021-12-12 Ellenclippy owo
2021-12-09 borsAuto merge of #8100 - c410-f3r:blah-blah-blah, r=giraffate
2021-12-09 borsAuto merge of #8110 - xFrednet:0000-lintcheck-markdown...
2021-12-09 borsAuto merge of #8096 - xFrednet:0000-remove-lintcheck...
2021-12-08 CaioFix `blocks_in_if_conditions` false positive
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-08 Maybe WaffleIgnore associated items in trait *implementations*...
2021-12-08 Guillaume GomezUpdate other UI tests as well
2021-12-08 Guillaume GomezAdd new lint to warn when #[must_use] attribute should...
2021-12-07 borsAuto merge of #8086 - dswij:7991, r=giraffate
2021-12-07 borsAuto merge of #8075 - Qwaz:non_send_fields_documentatio...
2021-12-07 Yechan BaeFix grammar issues
2021-12-07 Yechan BaeClarify the purpose of the lint
2021-12-07 dswij`option_if_let_else` Do not warn when complex subpat...
2021-12-07 borsAuto merge of #8085 - jqnatividad:8084-needless_lifetim...
2021-12-07 borsAuto merge of #8080 - dswij:8019, r=giraffate
2021-12-06 borsAuto merge of #8066 - rust-lang:needless_bool_parenthes...
2021-12-06 Andre BogusParenthesize blocks in `needless_bool` suggestion
2021-12-06 flip1995Merge commit 'a5d597637dcb78dc73f93561ce474f23d4177c35...
2021-12-06 dswijFix FP on `question_mark` if returned object is not...
2021-12-06 borsAuto merge of #8077 - nixxquality:single_char_pattern...
2021-12-05 borsAuto merge of #8072 - xFrednet:0000-teach-rustbot-acron...
2021-12-05 nixx qualityfix some false negatives for single_char_pattern
2021-12-04 borsAuto merge of #8074 - Qwaz:send_nonnull, r=xFrednet
2021-12-04 borsAuto merge of #8054 - camsteffen:map-flatten-style...
2021-12-04 Yechan BaeConsider NonNull as a pointer type
2021-12-03 Cameron SteffenUpgrade map_flatten to complexity
2021-12-03 borsAuto merge of #8061 - vallentin:fix-same-name-method...
2021-12-03 borsAuto merge of #8067 - frobiac:8060-backslash_escaped_in...
2021-12-02 frobiacEscape backslash for singe_char_pattern.rs
2021-12-02 borsAuto merge of #7463 - ThibsG:find_any_7392, r=xFrednet
2021-12-02 vallentinFixed same_name_method description
2021-12-02 borsAuto merge of #8057 - flip1995:rustup, r=flip1995
2021-12-02 flip1995Merge remote-tracking branch 'upstream/master' into...
2021-12-01 borsAuto merge of #8049 - surechen:fixes_7946, r=flip1995
2021-12-01 borsAuto merge of #7993 - homersimpsons:patch-1, r=flip1995
2021-12-01 homersimpsons`no_std_swap`: Remove obsolete TODO from test
2021-12-01 surechenAdd test for pattern_type_mismatch.
2021-11-29 borsAuto merge of #8001 - Jarcho:unprefixed_strlen, r=giraffate
2021-11-28 borsAuto merge of #8006 - togami2864:generalize-copied...
2021-11-28 togami2864apply iter_cloned_collect to copied()
2021-11-27 Aaron HillOnly check for errors in predicate when skipping impl...
2021-11-27 borsAuto merge of #7995 - Alexendoo:needless_late_init...
2021-11-26 Alex MacleodAdd async/const fn tests for needless-late-init
2021-11-26 borsAuto merge of #8034 - togami2864:non-ascii-in-sigle...
2021-11-26 borsAuto merge of #91205 - Aaron1011:visit_param_env, r...
2021-11-26 togami2864fix stderr
2021-11-26 togami2864add test suit
2021-11-25 Aaron HillVisit `param_env` field in Obligation's `TypeFoldable...
2021-11-25 Esteban KuberFix clippy test
2021-11-25 Maybe WaffleUpdate tests for type_complexity lint
2021-11-25 Maybe WaffleIgnore associated types in traits when considering...
2021-11-25 borsAuto merge of #8028 - dswij:8016, r=flip1995
2021-11-25 Dharma Saputra WijayaAdd more descriptive help info for `needless_question_mark`
2021-11-25 Jason NewcombRun rustfix for `strlen_on_c_strings` tests
2021-11-23 Alex MacleodAdd `needless_late_init` lint
2021-11-23 borsAuto merge of #8025 - flip1995:rustup, r=flip1995
2021-11-23 flip1995Merge remote-tracking branch 'upstream/master' into...
2021-11-23 borsAuto merge of #7980 - dswij:7870, r=xFrednet
2021-11-23 dswijFix FP on `if_then_some_else_none` when there is early...
2021-11-22 borsAuto merge of #8007 - birkenfeld:octal_escapes, r=xFrednet
2021-11-22 Georg Brandloctal_escapes: emit only one lint for all cases found...
2021-11-22 Georg Brandl`octal_escapes`: updates from review, fix byte string...
2021-11-22 borsAuto merge of #7989 - couchand:2021-11/toolchain-missin...
2021-11-22 borsAuto merge of #8009 - xFrednet:8004-suboptimal-flops...
2021-11-21 borsAuto merge of #7997 - surechen:Fixes_7915, r=giraffate
2021-11-21 Cameron SteffenFix Clippy with changed for loop desugar
2021-11-21 surechenFixes #7915
2021-11-20 borsAuto merge of #8011 - birkenfeld:double_backticks,...
2021-11-20 Georg BrandlAvoid inline hints with double backticks for `doc-markdown`
2021-11-20 xFrednetAllow `suboptimal_flops` in const functions
2021-11-20 borsAuto merge of #8000 - Jarcho:nightly_fmt, r=llogiq
2021-11-20 Georg BrandlAdd new lint `octal_escapes`
2021-11-20 togami2864add test suit
2021-11-20 ThibsGFix full projection identifier + move applicability...
2021-11-20 ThibsGHandle closures with type annotations on args
2021-11-20 ThibsGAdd tests with closure
next