]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2022-09-13 S. van DijkOnly ignore external macros.
2022-09-12 S. van DijkAdd test.
2022-09-11 S. van DijkStop lint from checking code expanded from macros.
2022-09-11 borsAuto merge of #9410 - dswij:issue-9375, r=xFrednet
2022-09-10 borsAuto merge of #9457 - kraktus:nonminimal_bool, r=Manish...
2022-09-10 kraktusDo not expand macro in `nonminimal_bool` suggestions
2022-09-10 borsAuto merge of #9453 - kraktus:a_on_re_state, r=Jarcho
2022-09-10 kraktusrefactor: move `has_debug_impl` to `clippy_utils::ty`
2022-09-10 kraktus`assertions_on_result_states` fix suggestion when ...
2022-09-09 borsAuto merge of #9448 - Alexendoo:large-enum-variant...
2022-09-08 borsAuto merge of #9446 - mikerite:fix-9431-2, r=giraffate
2022-09-08 Alex MacleodReplace u128 with u64 in large_enum_variant uitest
2022-09-08 borsAuto merge of #9447 - flip1995:rustup, r=flip1995
2022-09-08 Philipp KronesBump nightly version -> 2022-09-08
2022-09-08 Philipp KronesMerge remote-tracking branch 'upstream/auto' into rustup
2022-09-08 Michael WrightFix `range_{plus,minus}_one` bad suggestions
2022-09-08 borsAuto merge of #9443 - c410-f3r:arith, r=flip1995
2022-09-08 borsAuto merge of #9444 - Alexendoo:lintcheck-cargo, r...
2022-09-08 Alex MacleodUpdate cargo in lintcheck_crates.toml
2022-09-08 CaioRename the `arithmetic` lint
2022-09-07 borsAuto merge of #9365 - c410-f3r:arith, r=Alexendoo
2022-09-07 borsAuto merge of #9441 - Jarcho:hang_9433, r=Alexendoo
2022-09-07 Jason NewcombFix hang in `vec_init_then_push`
2022-09-07 borsAuto merge of #101432 - nnethercote:shrink-PredicateS...
2022-09-07 Caio[Arithmetic] Consider literals
2022-09-06 borsAuto merge of #9421 - xphoniex:fix-#9420, r=giraffate
2022-09-06 Oli SchererGeneralize the Assume intrinsic statement to a general...
2022-09-06 Oli SchererLower the assume intrinsic to a MIR statement
2022-09-06 xphoniexSuggest `unwrap_or_default` when closure returns `...
2022-09-06 borsAuto merge of #101241 - camsteffen:refactor-binding...
2022-09-05 borsAuto merge of #101261 - TaKO8Ki:separate-receiver-from...
2022-09-05 Takayuki Maedause `propagate_through_exprs` instead of `propagate_thr...
2022-09-05 borsAuto merge of #101228 - nnethercote:simplify-hir-PathSe...
2022-09-05 Takayuki Maedarefactor: remove unnecessary variables
2022-09-05 Takayuki Maedaseparate the receiver from arguments in HIR under ...
2022-09-05 Dylan DPCRollup merge of #101142 - nnethercote:improve-hir-stats...
2022-09-05 Nicholas NethercotePack `Term` in the same way as `GenericArg`.
2022-09-05 borsAuto merge of #9342 - relrelb:or_default, r=dswij
2022-09-05 Nicholas NethercoteMake `hir::PathSegment::res` non-optional.
2022-09-04 relrelbSuggest `Entry::or_default` for `Entry::or_insert(Defau...
2022-09-04 borsAuto merge of #9425 - kraktus:patch-1, r=xFrednet
2022-09-04 kraktusfix wording for `derivable_impls`
2022-09-04 borsAuto merge of #9424 - mikerite:fix-9351-4, r=xFrednet
2022-09-03 Michael WrightFix `unnecessary_to_owned` false positive
2022-09-03 borsAuto merge of #9400 - lukaslueg:approx_large_enum,...
2022-09-02 Lukas LuegUse `approx_ty_size` for `large_enum_variant`
2022-09-02 borsAuto merge of #8952 - rust-lang:explain, r=xFredNet
2022-09-02 Andre Bogusadd `--explain` subcommand
2022-09-02 borsAuto merge of #9418 - lukaslueg:issue9415, r=llogiq
2022-09-02 Lukas LuegFix `mut_mutex_lock` for Mutex behind imm deref
2022-09-02 borsAuto merge of #9417 - Jarcho:ice_9414, r=Alexendoo
2022-09-02 Cameron Steffenclippy: BindingAnnotation change
2022-09-02 Jason NewcombDon't use `hir_ty_to_ty` in `result_large_err` as it...
2022-09-01 borsAuto merge of #9412 - xFrednet:jst-r-bool-to-int-lint...
2022-09-01 Dmitrii LavrovNew lint `bool_to_int_with_if`
2022-09-01 borsAuto merge of #9404 - lukaslueg:issue9402, r=giraffate
2022-09-01 Lukas LuegFix {subopt,imprec}_float not lint const.*(const)
2022-09-01 dswijUse macro source when creating `Sugg` helper
2022-09-01 borsAuto merge of #9406 - Jarcho:unescape_ice, r=Manishearth
2022-09-01 Jason NewcombCorrectly handle unescape warnings
2022-08-31 borsAuto merge of #101249 - matthiaskrgr:rollup-wahnoz8...
2022-08-31 borsAuto merge of #9403 - softmoth:wild_err_expect, r=Alexendoo
2022-08-31 Jason NewcombUse `CountIsStart` in clippy
2022-08-31 Jason NewcombMerge commit 'f51aade56f93175dde89177a92e3669ebd8e7592...
2022-08-31 Ralf Jungfix a clippy test
2022-08-31 Tim Siegelmatch_wild_err_arm: Fix typo in note text
2022-08-31 borsAuto merge of #9397 - Jarcho:trait_dup_order, r=dswij
2022-08-30 borsAuto merge of #98919 - 5225225:stricter-invalid-value...
2022-08-30 borsAuto merge of #9373 - lukaslueg:result_large_err, r...
2022-08-30 Lukas LuegInitial implementation of `result_large_err`
2022-08-30 Jason NewcombFix the order of `trait_duplication_in_bounds`
2022-08-30 borsAuto merge of #9394 - lukaslueg:issue9391, r=Jarcho
2022-08-29 Lukas LuegFix more parens for `suboptimal_flops` suggs
2022-08-29 5225225Fix tests due to stricter invalid_value
2022-08-29 borsAuto merge of #9395 - Alexendoo:suspicious-to-owned...
2022-08-29 borsAuto merge of #9247 - clubby789:raw_slice_pointer_cast...
2022-08-29 NilstriebRevert let_chains stabilization
2022-08-29 clubby789Update clippy_lints/src/casts/mod.rs
2022-08-29 clubby789Add lint `cast_slice_from_raw_parts`
2022-08-29 Alex MacleodFix `suspicious_to_owned` test when `c_char` is `u8`
2022-08-29 Lukas LuegFix missing parens in `suboptimal_flops` sugg
2022-08-29 borsAuto merge of #9385 - rust-lang:unnecessary-cast-remove...
2022-08-29 borsAuto merge of #9388 - Jarcho:rustup, r=Jarcho
2022-08-28 Jason NewcombDisable incremental compilation on CI
2022-08-28 Nicholas NethercoteUse `&'hir Ty` everywhere.
2022-08-28 Nicholas NethercoteUse `&'hir Expr` everywhere.
2022-08-28 borsAuto merge of #9389 - lukaslueg:penmacro, r=llogiq
2022-08-28 Jason NewcombFixes for latest nightly
2022-08-28 Jason NewcombBump nightly version -> 2022-08-27
2022-08-28 Jason NewcombMerge branch 'master' into rustup
2022-08-28 Lukas LuegDon't lint literal None from expansion
2022-08-28 borsAuto merge of #9276 - dswij:9164, r=flip1995
2022-08-27 borsAuto merge of #8984 - xanathar:pr/suspicious_to_owned...
2022-08-27 dswijIgnore when there is comment
2022-08-27 dswijAdd `span_contains_comments` util
2022-08-27 Andre Bogusremove parenthesis from unnecessary_cast suggestion
2022-08-27 borsAuto merge of #9381 - lukaslueg:issue9361, r=dswij
2022-08-27 Marco MastropaoloImplemented suspicious_to_owned lint to check if `to_ow...
2022-08-26 Lukas LuegDon't lint `needless_return` if `return` has attrs
2022-08-26 borsAuto merge of #9374 - sk1p:patch-1, r=Jarcho
next