]> git.lizzy.rs Git - rust.git/history - tests
Add new lint `obfuscated_if_else`
[rust.git] / tests /
2022-07-18 Ariel UyAdd new lint `obfuscated_if_else`
2022-07-10 borsAuto merge of #9056 - Jarcho:let_unit_indirect, r=llogiq
2022-07-09 borsAuto merge of #9141 - alex-semenyuk:grammar_fix, r...
2022-07-09 borsAuto merge of #9140 - Jarcho:sig_drop, r=flip1995
2022-07-09 Jason NewcombIgnore the `IntoIterator::into_iter` call from for...
2022-07-08 borsAuto merge of #8356 - J-ZhengLi:master-issue8288, r...
2022-07-08 borsSimplify if let statements
2022-07-08 Jason NewcombAllow `let () = ..` as type inference for `let_unit_value`
2022-07-08 Jason NewcombChanges to `let_unit_value`
2022-07-07 borsAuto merge of #8958 - Alexendoo:simple_filter_map,...
2022-07-07 borsAuto merge of #9120 - anall:bugfix/ice9041, r=Jarcho
2022-07-07 Andrea NallFix ICE in sugg::DerefDelegate with (named) closures
2022-07-07 borsAuto merge of #9132 - hellow554:maybe_trait_bound_on_ty...
2022-07-07 Alex MacleodLint simple expressions in manual_filter_map, manual_fi...
2022-07-07 Marcel Hellwigfix incorrect suggestion for maybe trait bounds
2022-07-06 borsAuto merge of #9096 - Jarcho:needless_borrow_subs,...
2022-07-06 borsAuto merge of #9099 - joshtriplett:unnecessary-lazy...
2022-07-06 Josh TriplettExtend unnecessary_lazy_eval to cover `bool::then`...
2022-07-05 borsAuto merge of #9124 - Jarcho:shadow_ice, r=Alexendoo
2022-07-05 Jason NewcombLint `shadow_*` lints in anon const blocks
2022-07-05 borsAuto merge of #9121 - alex-semenyuk:fix_ui_test_cast_32...
2022-07-05 alexey semenyukFix stderr for cast_size_32bit
2022-07-05 borsAuto merge of #9117 - Jarcho:unsafe_block_closure,...
2022-07-04 borsAuto merge of #9115 - Alexendoo:new-with-const-generics...
2022-07-04 Jason NewcombFix `undocumented_unsafe_blocks` in closures
2022-07-04 Alex Macleodnew_without_default: ignore const generics/lifetime...
2022-07-04 borsAuto merge of #9093 - Jarcho:deref_ice, r=giraffate
2022-07-03 borsAuto merge of #9105 - Serial-ATA:lint-invalid-utf8...
2022-07-03 SerialAdd `invalid_utf8_in_unchecked`
2022-07-02 Jason NewcombUse correct substitutions when checking if `needless_bo...
2022-07-02 Jason NewcombFix ICE in `dereference.rs`
2022-07-01 borsAuto merge of #9085 - xFrednet:9081-update-format-push...
2022-07-01 borsAuto merge of #9082 - Alexendoo:let_unit_allow, r=xFrednet
2022-07-01 borsAuto merge of #9083 - giraffate:fix_link_in_changelog...
2022-07-01 Alex MacleodFix allow attributes in let_unit_value
2022-07-01 borsAuto merge of #9039 - Serial-ATA:dev-dogfood, r=giraffate
2022-06-30 borsAuto merge of #9058 - xFrednet:changelog-1-62, r=flip1995
2022-06-30 borsAuto merge of #9074 - daxpedda:equatable-if-let-externa...
2022-06-30 dAxpeDDaFix false-positive in `equatable_if_let`
2022-06-30 borsAuto merge of #9071 - Alexendoo:8734, r=dswij
2022-06-30 borsAuto merge of #9070 - flip1995:ci-fix, r=xFrednet
2022-06-30 Alex MacleodUncomment test for #8734
2022-06-30 borsAuto merge of #9069 - flip1995:rustup, r=flip1995
2022-06-30 Philipp KronesMerge remote-tracking branch 'upstream/master' into...
2022-06-30 borsAuto merge of #9068 - tamaroning:fix-typo-2022-6-30...
2022-06-30 borsAuto merge of #8666 - Jarcho:while_let_loop_7913, r...
2022-06-29 Jason NewcombDon't lint `while_let_loop` when drop order would change
2022-06-29 borsAuto merge of #9043 - dswij:9037-test, r=Manishearth
2022-06-29 borsAuto merge of #8981 - PrestonFrom:more_details_for_sign...
2022-06-28 borsAuto merge of #9046 - xFrednet:rust-97660-expection...
2022-06-28 borsAuto merge of #8355 - Jarcho:explicit_auto_deref_2...
2022-06-28 borsAuto merge of #8921 - Jarcho:merge_passes, r=llogiq
2022-06-28 Jason NewcombMove `EqOp` into `Operators` lint pass
2022-06-28 Jason NewcombAdd `explicit_auto_deref` test for variadic function
2022-06-28 Jason NewcombFix `needless_borrow` suggestion when calling a trait...
2022-06-28 Jason NewcombRefactor `dereference.rs`
2022-06-28 Jason NewcombLint `explicit_auto_deref` immediately after `needless_...
2022-06-28 Jason NewcombLint `explicit_auto_deref` without a leading borrow
2022-06-28 Jason NewcombLint field accesses in `explicit_auto_deref`
2022-06-28 Jason NewcombMerge different parent walking loops in `dereference.rs`
2022-06-28 Jason NewcombDon't lint `explicit_auto_deref` on reborrows
2022-06-28 Jason NewcombAdd `explicit_auto_deref` lint
2022-06-28 xFrednetUpdate `boxed_local` expect attribute location
2022-06-28 borsAuto merge of #8774 - hellow554:cargo-rust-version...
2022-06-28 borsAuto merge of #8639 - Jarcho:trivially_copy_pass_by_ref...
2022-06-28 Marcel Hellwigadd uitests for cargo rust-version field
2022-06-28 Marcel Hellwigparse `Cargo.toml` file in ui-cargo tests
2022-06-28 Preston FromMake messages more accurate, check lint enabled
2022-06-27 borsAuto merge of #9045 - alex-semenyuk:self_assignment_exa...
2022-06-27 borsAuto merge of #8649 - ebobrow:imperative_find, r=flip1995
2022-06-27 Jason NewcombDon't lint `trivially_copy_pass_by_ref` when unsafe...
2022-06-27 Jason NewcombActually check lifetimes in `trivially_copy_pass_by_ref`
2022-06-27 borsAuto merge of #8972 - kyoto7250:use_retain, r=llogiq
2022-06-27 borsAuto merge of #8990 - tsoutsman:master, r=llogiq
2022-06-27 Klim TsoutsmanFix `let_undescore_lock` false-positive when binding...
2022-06-27 borsAuto merge of #9054 - alex-semenyuk:string_add_example...
2022-06-27 borsAuto merge of #8871 - Serial-ATA:cargo-dev-deprecate...
2022-06-27 borsAuto merge of #8939 - Jarcho:transmute_ptr_to_ref_lt...
2022-06-26 kyoto7250rename use_retain => manual_retain
2022-06-26 kyoto7250check msrv
2022-06-26 kyoto7250check method
2022-06-26 kyoto7250feat(new lint): new lint `use_retain`
2022-06-26 borsAuto merge of #9032 - kyoto7250:issue_9018, r=llogiq
2022-06-25 borsAuto merge of #8985 - botahamec:single-match-option...
2022-06-25 xFrednetFix `#[expect]` for `clippy::manual_non_exhaustive`
2022-06-25 xFrednetFix `#[expect]` for `clippy::macro_use_imports`
2022-06-25 xFrednetFix `#[expect]` for `unnecessary_unwrap`, `panicking_un...
2022-06-25 xFrednetFix `#[expect]` for `clippy::needless_return`
2022-06-25 xFrednetFix `#[expect]` for `clippy::implicit_return`
2022-06-25 xFrednetFix `#[expect]` for `clippy::boxed_local`
2022-06-25 xFrednetFix `#[expect]` for `clippy::nonminimal_bool`
2022-06-25 xFrednetFix `#[expect]` for `clippy::logic_bug`
2022-06-25 xFrednetTest `#[expect]` for `redundant_clone`
2022-06-25 xFrednetFix `#[expect]` for `clippy::ptr_arg`
2022-06-25 Jason NewcombSuggest `pointer::cast` when possible in `transmute_ptr...
2022-06-25 borsAuto merge of #9015 - kyoto7250:issue_8493, r=Jarcho
2022-06-24 SerialAdd test for [`default_deprecation_reason`]
2022-06-24 borsAuto merge of #9031 - evantypanski:manual_rem_euclid...
2022-06-24 dswijAdd test for `extra_unused_lifetimes` FP on derive
2022-06-24 borsAuto merge of #9037 - smoelius:fix-extra-unused-lifetim...
next