]> git.lizzy.rs Git - rust.git/history - tests
Changelog for Rust 1.65 :traffic_light:
[rust.git] / tests /
2022-10-29 borsAuto merge of #9738 - kraktus:bool_to_int_with_if,...
2022-10-29 borsAuto merge of #9648 - llogiq:fix-undocumented-unsafe...
2022-10-29 borsAuto merge of #9711 - smoelius:issue-9710, r=Jarcho
2022-10-28 borsAuto merge of #9741 - llogiq:fix-string-extend-chars...
2022-10-28 Andre Bogusfix `undocumented-unsafe-blocks` false positive
2022-10-28 Andre Bogusfix the `string-extend-chars` suggestion on slice
2022-10-28 Samuel MoeliusFix #9710
2022-10-28 kraktus[`bool_to_int_with_if`] do not lint in const context
2022-10-28 borsAuto merge of #9733 - nbdd0121:master, r=dswij
2022-10-27 borsAuto merge of #9726 - kraktus:fix_use_self, r=Alexendoo
2022-10-27 Gary GuoAdd unit tests for issue 7344
2022-10-27 borsAuto merge of #9722 - ebobrow:question-mark, r=Manishearth
2022-10-27 borsAuto merge of #9674 - smoelius:needless-borrow-fp,...
2022-10-26 Samuel MoeliusFix `needless_borrow` false positive
2022-10-26 kraktus[`use_self`] fix suggestion when full path to struct...
2022-10-26 borsAuto merge of #9717 - Alexendoo:readme-note, r=flip1995
2022-10-26 borsAuto merge of #9723 - Rageking8:fix-dupe-word-typos...
2022-10-26 Rageking8fix dupe word typos
2022-10-26 Elliot Bobrow`question_mark` don't lint on `if let Err` with else
2022-10-26 borsAuto merge of #9681 - koka831:feat/add-seek-from-curren...
2022-10-25 borsAuto merge of #9707 - Alexendoo:file-depinfo, r=flip1995
2022-10-25 borsAuto merge of #9692 - llogiq:mutable-key-more-arcs...
2022-10-25 borsAuto merge of #9709 - koka831:chore/remove-unnecessary...
2022-10-25 borsAuto merge of #9700 - andreubotella:from-raw-with-void...
2022-10-25 kokafeat: add new lint `seek_from_current`
2022-10-25 borsAuto merge of #9704 - kraktus:fix_use_self, r=giraffate
2022-10-25 borsAuto merge of #9667 - dorublanzeanu:master, r=giraffate
2022-10-24 Andre Bogusmake arc-likes for `mutable-key` configurable
2022-10-24 borsAuto merge of #8437 - est31:let_else_lint, r=flip1995
2022-10-24 est31Also consider match guards for divergence check
2022-10-24 est31Don't fire the lint if there is a type annotation
2022-10-24 oxalicaDon't lint if the let is already a let-else
2022-10-24 est31Make an attempt of creating suggestions
2022-10-24 est31Make the match checking configurable
2022-10-24 est31Don't suggest let else in match if the else arm explici...
2022-10-24 est31Support tuples
2022-10-24 est31Also support linting for match
2022-10-24 est31Add lint to tell about let else pattern
2022-10-24 Doru-Florin BlanzeanuChange lint name to `seek_to_start_instead_of_rewind`
2022-10-24 kraktus[`use_self`] fix FP when trait impl defined in macro
2022-10-24 Doru-Florin BlanzeanuAdd msrv check for `rewind_instead_of_seek_to_start...
2022-10-24 Doru-Florin BlanzeanuAdd new lint `rewind_instead_of_seek_to_start`
2022-10-24 Andreu BotellaUpdate `from_raw_with_void_ptr` to support types other...
2022-10-23 borsAuto merge of #9541 - Alexendoo:declare-proc-macro...
2022-10-23 Alex MacleodGenerate lint categories and explanations with `declare...
2022-10-23 borsAuto merge of #9690 - royrustdev:boxed_void, r=flip1995
2022-10-23 royrustdevadd `boxed_void` lint
2022-10-23 borsAuto merge of #9368 - nahuakang:improve-equatable-if...
2022-10-23 borsAuto merge of #9630 - CatDevz:fix-aawr-lint, r=flip1995
2022-10-23 borsAuto merge of #9689 - koka831:fix/or_fun_call_map_or...
2022-10-23 kokafix: support `map_or` for `or_fun_call` lint
2022-10-23 borsAuto merge of #9697 - Alexendoo:let-underscore-uplift...
2022-10-23 Alex MacleodRemove overlap between rustc and clippy `let_underscore...
2022-10-23 Alex MacleodMark `let_underscore_drop` as uplifted
2022-10-23 borsAuto merge of #9654 - alex-semenyuk:enable_test, r...
2022-10-23 borsAuto merge of #9686 - kraktus:unwrap_in_test_cfg, r...
2022-10-23 borsAuto merge of #9622 - llogiq:box-dyn-default, r=Alexendoo
2022-10-23 borsAuto merge of #9688 - Alexendoo:msrv-tests, r=Manishearth
2022-10-22 borsAuto merge of #9691 - smoelius:lint-lintcheck, r=llogiq
2022-10-22 Samuel MoeliusAdd `lintcheck` to packages linted by `dogfood` test
2022-10-21 Alex MacleodMove MSRV tests into the lint specific test files
2022-10-21 borsAuto merge of #9684 - kraktus:ref_option_ref, r=xFrednet
2022-10-21 borsAuto merge of #9685 - kraktus:collapsible_match, r...
2022-10-21 kraktus[`unwrap_used`], [`expect_used`] do not lint in `test...
2022-10-21 kraktus[`collapsible_match`] specify field name when destructu...
2022-10-21 kraktus`ref_option_ref` do not lint when inner reference is...
2022-10-20 borsAuto merge of #9635 - smoelius:fix-9386-bug, r=Jarcho
2022-10-20 borsAuto merge of #9670 - Alexendoo:missing-trait-methods...
2022-10-20 borsAuto merge of #9680 - flip1995:rustup, r=flip1995
2022-10-20 Philipp KronesMerge remote-tracking branch 'upstream/master' into...
2022-10-20 Alex MacleodAdd `missing_trait_methods` lint
2022-10-19 borsAuto merge of #9634 - royrustdev:fix_redundant_allocati...
2022-10-17 borsAuto merge of #9637 - Alexendoo:unused-format-specs...
2022-10-17 Alex MacleodAdd `unused_format_specs` lint
2022-10-17 borsAuto merge of #9609 - kraktus:hexa_f32, r=giraffate
2022-10-16 borsAuto merge of #9652 - kraktus:octo_89, r=xFrednet
2022-10-16 borsAuto merge of #9658 - TennyZhuang:partial-pub-fields...
2022-10-16 TennyZhuangadd many tests
2022-10-16 TennyZhuangAdd new lint `partial_pub_fields`
2022-10-16 borsAuto merge of #9566 - smoelius:diagnostic-item-path...
2022-10-16 borsAuto merge of #9636 - kraktus:numeric-fallback, r=dswij
2022-10-16 borsAuto merge of #9655 - llogiq:unbox-default, r=dswij
2022-10-15 Andre Bogusfix `box-default` linting `no_std` non-boxes
2022-10-15 alex-semenyukEnable test no_std_main_recursion
2022-10-15 kraktus[`zero_prefixed_literal`] Do not advise to use octal...
2022-10-15 Samuel MoeliusFix adjacent code
2022-10-15 Samuel MoeliusExpand `unnecessary_def_path` lint
2022-10-15 Samuel MoeliusSeparate internal lints by pass
2022-10-15 borsAuto merge of #9649 - Alexendoo:from-over-into-suggesti...
2022-10-14 Alex MacleodAdd a suggestion and a note about orphan rules for...
2022-10-14 borsAuto merge of #9645 - Jarcho:ptr_arg_9542, r=llogiq
2022-10-14 Jason NewcombDon't lint `ptr_arg` when used as an incompatible trait...
2022-10-13 borsAuto merge of #9640 - Alexendoo:edition-revisions,...
2022-10-13 borsAuto merge of #9584 - royrustdev:implicit_saturating_su...
2022-10-13 borsAuto merge of #9600 - nyurik:inline-fmt-style, r=llogiq
2022-10-13 Alex MacleodFix edition revision ui tests
2022-10-12 borsAuto merge of #9590 - nyurik:fix-parens, r=Alexendoo
2022-10-12 Yuri AstrakhanFix to_string_in_format_args in parens
2022-10-12 kraktus`default_numeric_fallback` do not lint on constants
2022-10-12 borsAuto merge of #9627 - Jarcho:ice-9625, r=xFrednet
next