]> git.lizzy.rs Git - rust.git/history - tests
Auto merge of #8096 - xFrednet:0000-remove-lintcheck-log-file, r=matthiaskrgr
[rust.git] / tests /
2021-12-09 borsAuto merge of #8096 - xFrednet:0000-remove-lintcheck...
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 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
2021-11-20 ThibsGAdd test case for references bindings
2021-11-20 ThibsGHandle args taken by ref also for `MethodCall`
2021-11-20 ThibsGFix suggestions when call functions involved taking...
2021-11-20 ThibsGCorrect suggestion when dereferencing enough, calling...
2021-11-20 ThibsGHandle multiple reference levels into binding type...
2021-11-20 ThibsGHandle other projection kinds
2021-11-20 ThibsGSplit tests (too long for CI)
2021-11-20 ThibsGBuild suggestion within visitor + add more tests
2021-11-20 ThibsGUse `ExprUseVisitor` and multipart suggestion to avoid...
2021-11-20 ThibsGFix `any()` not taking reference in `search_is_some...
2021-11-20 Jason NewcombRemove surrounding unsafe block in `strlen_on_c_strings...
2021-11-20 Jason NewcombFix `strlen_on_c_strings` when not used with a full...
2021-11-20 Jason NewcombDon't check for a nightly toolchain in fmt test
2021-11-19 borsAuto merge of #7984 - phansch:disallowed-type-rename...
2021-11-19 borsAuto merge of #7996 - togami2864:test-map-or-none,...
2021-11-19 togami2864fix stderr
2021-11-19 togami2864add test case for result_map_or_into_option
2021-11-18 borsAuto merge of #7977 - Jarcho:multi_needless_borrow...
2021-11-18 flip1995Also pluralize disallowed_method(s) lint
2021-11-18 Philipp HanschPluralize disallowed_type lint filenames
2021-11-18 Philipp HanschPluralize disallowed_type lint
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 #7968 - Jarcho:manual_map_unsafe, r=xFrednet
2021-11-17 borsAuto merge of #7971 - togami2864:fix/option-map-or...
2021-11-17 togami2864fix suggestion message
2021-11-17 Jason NewcombAddition `manual_map` test for `unsafe` blocks
next