]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2022-10-03 Elliot BobrowMerge branch 'master' into mul-add-negative
2022-10-03 Elliot Bobrow`suboptimal_flops` lint for multiply and subtract
2022-10-03 borsAuto merge of #8762 - Jarcho:visitor, r=Jarcho
2022-10-02 Jason NewcombWorkaround rustc bug
2022-10-02 Jason NewcombUse `for_each_expr` in place of some visitors
2022-10-02 Jason NewcombReplace `expr_visitor` with `for_each_expr`
2022-10-02 borsAuto merge of #7962 - Jarcho:fix_match_type_on_diagnost...
2022-10-02 borsAuto merge of #9574 - Alexendoo:unused-fixed, r=Jarcho
2022-10-02 Jason NewcombFix and improve internal lint checking for `match_type...
2022-10-02 Jason NewcombReplace `is_lang_ctor` with `is_res_lang_ctor`
2022-10-02 borsAuto merge of #9576 - TennyZhuang:unnecessary_cast_for_...
2022-10-02 borsAuto merge of #9479 - kraktus:manual_assert2, r=llogiq
2022-10-02 TennyZhuangfix some logics
2022-10-02 TennyZhuangextract common codes
2022-10-02 TennyZhuangignore the lint on some test files
2022-10-02 TennyZhuanglet unnecessary_cast work for trivial non_literal expre...
2022-10-02 borsAuto merge of #9577 - kraktus:unnecessary_cast, r=llogiq
2022-10-02 kraktusfix tests
2022-10-02 borsAuto merge of #9571 - rust-lang:refactor-lit-ints,...
2022-10-02 kraktusfix indentation
2022-10-02 kraktusrevert `manual_assert` suggestion refactor
2022-10-02 kraktus[`manual_assert`]: Preserve comments in the suggestion
2022-10-02 kraktus[`unnecessary_cast`] add parenthesis when negative...
2022-10-02 borsAuto merge of #9573 - Alexendoo:needless-borrowed-ref...
2022-10-02 borsAuto merge of #9509 - schubart:fix_sorting, r=llogiq
2022-10-01 Alex Macleodlint nested patterns and slice patterns in `needless_bo...
2022-10-01 Alex MacleodOnly run x86 asm doctests on x86
2022-10-01 Alex MacleodRemove unused .fixed files
2022-10-01 borsAuto merge of #9484 - Xaeroxe:clamping-without-clamp...
2022-10-01 Jacob KieselImplement manual_clamp lint
2022-10-01 borsAuto merge of #9569 - matthiaskrgr:rtu_from_cratesio...
2022-10-01 Andre Bogususe `is_integer_literal` more
2022-10-01 Matthias Krügeruse rustc_tools_util dependency from crates.io instead...
2022-10-01 borsAuto merge of #9567 - rust-lang:doc-link-with-code...
2022-10-01 borsAuto merge of #9568 - matthiaskrgr:tools_util_bump...
2022-10-01 Matthias Krügerrustc_tool_utils bump version in anticipation of a...
2022-10-01 Andre Bogusavoid doc-link-with-quotes in code blocks
2022-09-30 borsAuto merge of #9510 - Alexendoo:lintcheck-server2,...
2022-09-30 borsAuto merge of #9556 - evantypanski:et/issue-9369, r...
2022-09-30 Evan TypanskiAdd test case where `FnMut` used once needs `&mut`
2022-09-30 Evan TypanskiFix style in `if let` chain
2022-09-30 borsAuto merge of #9557 - xxchan:xxchan/safe-anaconda,...
2022-09-30 xxchandoc: make the usage of clippy.toml more clear
2022-09-30 borsAuto merge of #9486 - kraktus:lazy_eval, r=dswij
2022-09-29 Evan Typanski[`redundant_closure`] Add `&mut` to more cases
2022-09-29 kraktus[`unnecessary_lazy_eval`] Do not lint in external macros
2022-09-29 borsAuto merge of #9516 - flip1995:rustup, r=flip1995
2022-09-29 Philipp KronesUpdate lints after sync
2022-09-29 Philipp KronesFix dogfood
2022-09-29 Philipp KronesBump nightly version -> 2022-09-29
2022-09-29 borsAuto merge of #9551 - kraktus:unnecessary_lazy_evaluati...
2022-09-28 borsAuto merge of #9550 - alex-semenyuk:fix_typo, r=xFrednet
2022-09-28 kraktus[`unnecessary_lazy_evaluations`] Do not suggest switchi...
2022-09-28 alex-semenyukFix typo
2022-09-28 borsAuto merge of #9490 - kraktus:needless_borrow, r=Jarcho
2022-09-28 Philipp KronesBump Clippy version -> 0.1.66
2022-09-28 Philipp KronesMerge remote-tracking branch 'upstream/master' into...
2022-09-28 borsAuto merge of #9546 - kraktus:default_not_default_trait...
2022-09-28 kraktus[`should_implement_trait`] Also lint `default` method
2022-09-27 borsAuto merge of #9545 - Alexendoo:std-instead-of-core...
2022-09-27 kraktusfix [`needless_borrow`] and [`explicit_auto_deref`...
2022-09-27 borsAuto merge of #9491 - kraktus:drop_copy, r=Jarcho
2022-09-27 kraktusrename `and_only_expr_in_arm` -> `is_single_call_in_arm`
2022-09-27 Alex MacleodDon't lint unstable moves in `std_instead_of_core`
2022-09-27 borsAuto merge of #9511 - rust-lang:box-default, r=Alexendoo
2022-09-27 borsAuto merge of #9543 - philipcraig:fix-saturing-typo...
2022-09-27 borsAuto merge of #9497 - kraktus:needless_return2, r=llogiq
2022-09-27 borsAuto merge of #9507 - c410-f3r:arith, r=Alexendoo
2022-09-27 borsAuto merge of #9539 - Jarcho:ice_9445, r=flip1995
2022-09-27 Andre Bogusadd `box-default` lint
2022-09-27 lcnrrustc_typeck to rustc_hir_analysis
2022-09-27 Philip Craigfix typo "Saturing" -> "Saturating"
2022-09-27 borsAuto merge of #9487 - kraktus:question_mark, r=Jarcho
2022-09-26 borsAuto merge of #9233 - nyurik:capture-vars, r=Alexendoo
2022-09-26 Pietro Albiniremove cfg(bootstrap)
2022-09-26 fee1-deadRollup merge of #102197 - Nilstrieb:const-new-🌲, r...
2022-09-25 Yuri Astrakhannew uninlined_format_args lint to inline explicit arguments
2022-09-25 Jason NewcombDon't lint `*_interior_mutable_const` on unions due...
2022-09-25 borsAuto merge of #9533 - Jarcho:integration-ice-msg, r...
2022-09-25 Jason NewcombFix panic when displaying the backtrace of failing...
2022-09-25 borsAuto merge of #9535 - alex-semenyuk:move_derive_partial...
2022-09-25 alex-semenyukPlease move derive_partial_eq_without_eq to nursery
2022-09-25 borsAuto merge of #9531 - Jarcho:ice_9459, r=llogiq
2022-09-24 Jason NewcombFix ICE in `needless_pass_by_value` with unsized `dyn Fn`
2022-09-24 Takayuki Maedaseparate definitions and `HIR` owners
2022-09-24 Alex MacleodAdd `cargo lintcheck --recursive` to check dependencies...
2022-09-24 borsAuto merge of #9527 - nyurik:inl2, r=llogiq
2022-09-24 Yuri Astrakhanfallout2: rework clippy_dev & _lints fmt inlining
2022-09-24 borsAuto merge of #102068 - cjgillot:erased-lifetime-print...
2022-09-23 borsAuto merge of #9525 - nyurik:apply-lints, r=llogiq
2022-09-23 NilstriebFix clippy's const fn stability check for CURRENT_RUSTC...
2022-09-23 NilstriebStabilize const `BTree{Map,Set}::new`
2022-09-23 Yuri Astrakhanand a few more from other dirs
2022-09-23 Yuri Astrakhana few more core lint fixes
2022-09-23 Yuri AstrakhanApply uninlined_format-args to clippy_lints
2022-09-23 Camille GILLOTBless clippy.
2022-09-23 borsAuto merge of #9496 - yotamofek:never_loop_let_else...
2022-09-23 borsAuto merge of #9523 - smoelius:compiletest-rs, r=Alexendoo
2022-09-23 borsAuto merge of #9519 - alessandrod:uninit-set-len-0...
2022-09-23 borsAuto merge of #102056 - b-naber:unevaluated, r=lcnr
next