]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2021-10-11 borsAuto merge of #7793 - mikerite:new_lint-msrv-2, r=Manis...
2021-10-11 flip1995Deprecate mem_discriminant_non_enum
2021-10-11 James HinshelwoodRename `disallowed` to `conf_disallowed`
2021-10-11 James HinshelwoodAdd reason config example for disallowed_type
2021-10-11 borsAuto merge of #7795 - ThibsG:MutMut6922, r=giraffate
2021-10-10 borsAuto merge of #7800 - 1nF0rmed:no-lint-in-match-single...
2021-10-10 1nF0rmedAdds additional tests for lint
2021-10-09 1nF0rmedRefactor to check for multiple reference patterns
2021-10-09 ThibsGFix FP in external macros for `mut_mut` lint
2021-10-09 borsAuto merge of #7794 - ThibsG:FieldReassignDefault6312...
2021-10-09 ThibsGFix false positive when `Drop` and `Copy` involved
2021-10-09 Yechan BaeAddress internal lints
2021-10-09 Yechan BaeImproved error message for set_len() on empty Vec
2021-10-09 Yechan BaeAdd testcases
2021-10-09 Yechan BaeAddress PR comments
2021-10-09 Yechan BaeExtract get_vec_init_kind and share it
2021-10-09 Yechan BaeAdd #allow attribute to suppress FP #7698
2021-10-09 Yechan BaeImprove error messages
2021-10-09 Yechan BaeHandle PR feedbacks first round
2021-10-09 Yechan BaeFix clippy lints
2021-10-09 Yechan BaeImplement uninit_vec lint
2021-10-09 Michael WrightUse `indoc` for formatting
2021-10-09 Michael WrightFix `clippy::too-many-arguments` violation
2021-10-09 Michael WrightAdd `--msrv` option to `new_lint` command
2021-10-08 borsAuto merge of #7789 - flip1995:double_semi_if_nothing_r...
2021-10-08 James HinshelwoodAllow giving reasons for `disallowed_types`
2021-10-08 flip1995Don't trigger semicolon_if_nothing_returned in expanded...
2021-10-08 flip1995Do not expand macros in equatable_if_let suggestion
2021-10-08 borsAuto merge of #7748 - Serial-ATA:lint-undocumented...
2021-10-07 SerialAdd undocumented_unsafe_blocks lint
2021-10-07 borsAuto merge of #7705 - michaelsproul:fn_to_numeric_cast_...
2021-10-07 Michael SproulRestriction lint for function pointer casts
2021-10-07 borsAuto merge of #7782 - dswij:shadow-unrelated-block...
2021-10-07 borsAuto merge of #7779 - rust-lang:test_module, r=flip1995
2021-10-07 flip1995Merge commit 'b7f3f7f6082679da2da9a0b3faf1b5adef3afd3b...
2021-10-07 borsAuto merge of #7783 - flip1995:rustup, r=flip1995
2021-10-07 flip1995Bump nightly version -> 2021-10-07
2021-10-07 flip1995Allow invalid-paths for regex paths
2021-10-07 flip1995Merge remote-tracking branch 'upstream/master' into...
2021-10-07 dswijMake `shadow_reuse` suggestion less verbose
2021-10-07 borsAuto merge of #7780 - mikerite:update_lints_mod_revert...
2021-10-07 Michael WrightRevert `update_lints` module list generating code
2021-10-06 Andre Bogusmake test module detection more strict
2021-10-06 borsAuto merge of #7772 - Manishearth:doc-markdown-intra...
2021-10-06 Manish GoregaokarHandle intra-doc links in doc_markdown
2021-10-06 Manish GoregaokarAdd regression test for #7758
2021-10-06 borsAuto merge of #7776 - tsoutsman:patch-1, r=flip1995
2021-10-06 Klim TsoutsmanFix typos
2021-10-06 borsAuto merge of #7774 - dswij:useless-exponent, r=llogiq
2021-10-06 borsAuto merge of #7773 - Manishearth:update-lints-mods...
2021-10-06 dswijAdd tests for zero exponents in `excessive_precision`
2021-10-06 Manish GoregaokarRegen update_lints
2021-10-06 Manish GoregaokarReturn to generating mod declarations in lib.rs
2021-10-06 dswijDrop exponent suggestion when 0
2021-10-05 borsAuto merge of #7770 - zvavybir:master, r=xFrednet
2021-10-05 Matthias KaakMentioned `inspect` in lint description of `suspicious_map`
2021-10-05 Matthias Kaakimproved help message for `suspicious_map`
2021-10-04 borsAuto merge of #7762 - HKalbasi:master, r=Manishearth
2021-10-04 hkalbasiImplement equatable if let lint
2021-10-04 borsAuto merge of #7761 - giraffate:fix_ice_in_inplicit_has...
2021-10-04 Takayuki NakataFix ICE in `implicit_hasher`
2021-10-03 borsAuto merge of #88175 - camsteffen:let-desugar-span...
2021-10-03 borsAuto merge of #7755 - HKalbasi:master, r=xFrednet
2021-10-03 HKalbasiChange not enum to is struct
2021-10-03 borsAuto merge of #7709 - Qwaz:drop_non_send, r=xFrednet
2021-10-03 hkalbasiexclude enum from derivable impls
2021-10-03 Cameron SteffenMake diangostic item names consistent
2021-10-02 Yechan BaeUpdate documentation and name for non_send_fields_in_se...
2021-10-02 Cameron SteffenAdd desugaring mark to while loop
2021-10-02 borsAuto merge of #7747 - Manishearth:excessive-precision...
2021-10-02 Manish GoregaokarCorrectly handle signs in exponents in numeric_literal...
2021-10-01 Manish GoregaokarAdd regression test
2021-10-01 borsAuto merge of #89449 - Manishearth:rollup-3alb61f,...
2021-10-01 Manish GoregaokarRollup merge of #88963 - fee1-dead:const-iterator,...
2021-10-01 borsAuto merge of #88880 - cjgillot:no-krate, r=oli-obk
2021-10-01 Yechan BaeForgot to bless ui-toml test
2021-10-01 Yechan BaeDo not use full type path in help message
2021-10-01 Yechan BaeAdd ui-test for enable-raw-pointer-heuristic-for-send...
2021-10-01 Yechan BaeMinor changes from PR feedback
2021-10-01 Yechan BaeAdd configuration for raw pointer heuristic
2021-10-01 Yechan BaeLook into tuple, array, ADT args in raw pointer heuristic
2021-10-01 Yechan BaeEmit one report for all fields in the same ADT
2021-10-01 Yechan BaeUpdate documentation
2021-10-01 Yechan Baetypo
2021-10-01 Yechan BaeFix attribute handling
2021-10-01 Yechan BaeInitial implementation
2021-10-01 borsAuto merge of #7741 - surechen:fix_if_then_panic, r...
2021-10-01 surechenuse sugg::Sugg::maybe_par
2021-10-01 Manish GoregaokarRollup merge of #88782 - asquared31415:issue-79559...
2021-09-30 borsAuto merge of #7338 - camsteffen:shadow, r=llogic
2021-09-30 Cameron SteffenRemove shadow allows
2021-09-30 Cameron SteffenRewrite shadow lint
2021-09-30 Cameron SteffenRemove initialization note from shadow lint
2021-09-30 Cameron SteffenMove shadow_unrelated to restriction
2021-09-30 Camille GILLOTDo not pass hir::Crate to lints.
2021-09-30 borsAuto merge of #7677 - surechen:edit_large_enum_variant...
2021-09-30 surechenfix issue #7731
2021-09-30 borsAuto merge of #7684 - surechen:solve_derivable_impls...
2021-09-30 borsAuto merge of #7673 - mikerite:include-generated-code...
2021-09-30 mikeriteFix comment in `update_lints`
next