]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2022-11-27 Alex MacleodLink to a list of configurable lints in documentation
2022-11-19 borsAuto merge of #9800 - Alexendoo:def_path_res_multiple...
2022-11-18 borsAuto merge of #9871 - koka831:fix/9864, r=xFrednet
2022-11-18 kokaNote about const fn
2022-11-18 borsAuto merge of #9855 - Alexendoo:needless-borrowed-ref...
2022-11-18 kokaAllow manual swap in const fn
2022-11-18 borsAuto merge of #9863 - smoelius:expect-unwrap-used-typo...
2022-11-18 borsAuto merge of #9850 - pheki:fix-7499-missing-ref, r...
2022-11-18 borsAuto merge of #9858 - DesmondWillowbrook:never_loop...
2022-11-17 Samuel MoeliusFix typo in `expect_used` and `unwrap_used` warning...
2022-11-16 borsAuto merge of #9859 - koka831:no-run-side-effect, r...
2022-11-16 kokaAvoid generating files via doctest
2022-11-16 Kartavya Vashishthafix clippy suggestions
2022-11-16 Kartavya Vashishthaupdate tests
2022-11-16 Kartavya Vashishthadon't emit AlwaysBreaks if it targets a block
2022-11-15 Alex MacleodExtend `needless_borrowed_reference` to structs and...
2022-11-15 borsAuto merge of #9849 - koka831:fix/9748, r=Manishearth
2022-11-15 borsAuto merge of #9570 - nfejzic:lint-unchecked-duration...
2022-11-15 AphekKeep `ref` on `infallible_destructuring_match` suggestion
2022-11-15 kokaAllow return types for closures with lifetime binder
2022-11-14 Nadir Fejzicdocs: import Instant and Duration in doctests
2022-11-14 Nadir Fejzicfix: add extract_msrv_attr call to instan_subtraction...
2022-11-14 Nadir Fejzicdocs: update unchecked duration subtraction lint doc
2022-11-14 Nadir Fejzicchore: update lint version of MANUAL_INSTAN_ELAPSED...
2022-11-14 borsAuto merge of #9848 - lukas-code:vec-box, r=Jarcho
2022-11-14 Lukas Markeffskyfix `vec-box-size-threshold` off-by-one error
2022-11-13 borsAuto merge of #9837 - DesmondWillowbrook:never_loop...
2022-11-13 borsAuto merge of #9829 - hrxi:pr_or_fun_call, r=llogiq
2022-11-13 borsAuto merge of #9822 - Veykril:unnecessary-safety-doc...
2022-11-13 borsAuto merge of #9698 - kraktus:xc_bool, r=xFrednet
2022-11-12 hrxiMake it clear that `or_fun_call` can be a false-positive
2022-11-12 borsAuto merge of #9835 - koka831:fix/9035, r=Alexendoo
2022-11-12 borsAuto merge of #9836 - koka831:patch-9300, r=Alexendoo
2022-11-12 Kartavya Vashishthafix never_loop false positive
2022-11-12 kokaFix is_async_fn to check FnKind::Method
2022-11-12 borsAuto merge of #9834 - koka831:refac/manual-is-ascii...
2022-11-12 kokaAvoid lint to unsized mutable reference
2022-11-12 kokafix: use HasPlaceholders
2022-11-11 borsAuto merge of #9662 - ebobrow:result-large-err, r=dswij
2022-11-10 borsAuto merge of #9830 - hrxi:pr_bool_to_int_with_if,...
2022-11-10 hrxiMake `bool_to_int_with_if` a pedantic lint
2022-11-10 borsAuto merge of #9828 - koka831:fix/9300, r=Alexendoo
2022-11-10 kokafix: cognitive_complexity for async fn
2022-11-10 Nadir Fejzicfix: update lints
2022-11-10 Nadir Fejzicfix: remove (redundant) semicolon in lint suggestion
2022-11-10 Nadir Fejzicfix: add rust-fix annotation to unckd. duration subtr...
2022-11-10 Nadir Fejzicstyle: inline variables in `format!`
2022-11-10 Nadir Fejzictest: update tests for manual_instant_elapsed lint
2022-11-10 Nadir Fejzicrefactor: improve code re-use in InstantSubtraction...
2022-11-10 Nadir Fejzicdocs: update docs for unchecked duration subtr. lint
2022-11-10 Nadir Fejzicrefactor: lint man. instant elapsed and unch. dur....
2022-11-10 Nadir Fejzicstyle: remove `dbg!` call
2022-11-10 Nadir Fejzicdocs: add docs for `unchecked_duration_subtraction...
2022-11-10 Nadir Fejzictest: add tests for 'unchecked_duration_subtraction...
2022-11-10 Nadir Fejzicfeat: add and implement unchecked_duration_subtraction...
2022-11-10 Lukas WirthAdd `unnecessary_safety_doc` lint
2022-11-09 borsAuto merge of #9813 - Jarcho:issue_9811, r=xFrednet
2022-11-08 borsAuto merge of #9817 - mgrachev:patch-1, r=Manishearth
2022-11-08 borsAuto merge of #9791 - smoelius:issues-9739-9782, r...
2022-11-08 borsAuto merge of #9818 - rs017991:patch-1, r=Jarcho
2022-11-08 Ryan ScheidterFixed Typo
2022-11-08 Grachev MikhailUpdate lint example for `collapsible_str_replace`
2022-11-08 borsAuto merge of #9765 - koka831:feat/manual_is_ascii_chec...
2022-11-08 Elliot Bobrow`result_large_err` show largest variants in err msg
2022-11-07 borsAuto merge of #8744 - Jarcho:needless_collect_fp, r...
2022-11-07 kraktus[`excessive_bools`] lint trait functions even without...
2022-11-07 Jason NewcombDon't lint `explicit_auto_deref` when the target type...
2022-11-07 Jason NewcombLint `needless_collect` on non-std collection types
2022-11-07 kraktus[`fn_params_excessive_bools`] whitelist in signle funct...
2022-11-07 kraktus`excessive_bools`, do not lint in trait impls
2022-11-07 kraktusdogfood
2022-11-07 kraktusrefactor `has_repr_attr`
2022-11-07 kraktusRewrite `ExcessiveBools` to be a `LateLintPass` lint
2022-11-07 kraktusrefactor to avoid potential ICE
2022-11-07 Jason NewcombMove `needless_collect` into the `methods` lint pass
2022-11-07 borsAuto merge of #9705 - jntrnr:disable_needless_collect...
2022-11-07 borsAuto merge of #9804 - Alexendoo:coc, r=flip1995
2022-11-07 kokafeat: implement manual_is_ascii_check lint
2022-11-05 borsAuto merge of #9760 - SquareMan:let_underscore_future...
2022-11-05 Alex MacleodUpdate CoC to rust-lang/rust's
2022-11-05 borsAuto merge of #9797 - trevarj:print-config, r=xFrednet
2022-11-05 borsAuto merge of #9799 - bebecue:patch-1, r=dswij
2022-11-05 Steven CasperBless all let_underscore tests
2022-11-05 Steven Casperbless
2022-11-05 Steven CasperMore backticks
2022-11-04 Alex MacleodReturn multiple resolutions from `def_path_res`
2022-11-04 borsAuto merge of #9753 - smoelius:changelog, r=xFrednet
2022-11-04 bebecueUpdate lint `suspicious_to_owned`
2022-11-04 Trevor ArjeskiAdd allow-print-in-tests config
2022-11-04 Samuel MoeliusAddress issues 9739 and 9782
2022-11-03 borsAuto merge of #9779 - koka831:fix/unnecessary-join...
2022-11-03 kokafix turbofish in suggest message
2022-11-03 borsAuto merge of #9761 - xFrednet:changelog-1-65, r=giraff...
2022-11-02 borsAuto merge of #9773 - Alexendoo:ice-9746, r=Manishearth
2022-11-02 borsAuto merge of #9772 - lukas-code:doc-spans, r=Manishearth
2022-11-02 Alex MacleodFix ICE in `redundant_allocation`
2022-11-02 Lukas Markeffskyshrink `missing_{safety,errors,panics}_doc` spans
2022-11-02 Steven CasperFix examples
2022-11-01 Steven CasperSurround let with backticks
2022-11-01 Steven CasperUn-ingnore code snippets
next