]> git.lizzy.rs Git - rust.git/shortlog
rust.git
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 flip1995Don't trigger semicolon_if_nothing_returned in expanded...
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 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`
2021-09-30 surechenArrays of sizes from 0 to 32 (inclusive) implement...
2021-09-30 surechenfix bug for large_enum_variants
2021-09-29 Camille GILLOTAvoid more invocations of hir_crate query.
2021-09-29 Michael WrightAdd includes to pre-commit hook
2021-09-29 Michael WrightAdd test module for `update_lints`
2021-09-29 Michael WrightMove `update_lints` specific code out of `lib`
2021-09-29 Michael WrightFix lint register code format
2021-09-29 Michael WrightMove code generated by `update_lints` to includes
2021-09-29 borsAuto merge of #7736 - vxpm:master, r=giraffate
2021-09-28 vxpmFix typo ("asynx" corrected to "async")
2021-09-28 borsAuto merge of #7734 - Manishearth:doc-unsafe-trait...
2021-09-28 flip1995Merge commit 'cb7915b00c235e9b5861564f3be78dba330980ee...
2021-09-28 borsAuto merge of #7711 - camsteffen:depinfo-error, r=flip1995
2021-09-28 borsAuto merge of #7733 - flip1995:rustup, r=flip1995
2021-09-28 flip1995Cleanup of rustup changes
2021-09-28 flip1995Bump nightly version -> 2021-09-28
2021-09-28 Manish GoregaokarUpdate clippy_lints/src/doc.rs
2021-09-28 flip1995Allow internal lint INVALID_PATHS for itertools path
2021-09-28 Manish GoregaokarMake doc_unsafe lint on unsafe traits as well
2021-09-28 borsAuto merge of #7727 - flip1995:changelog, r=xFrednet
2021-09-28 flip1995Fix CHANGELOG formatting
2021-09-28 flip1995Merge remote-tracking branch 'upstream/master' into...
2021-09-28 borsAuto merge of #7608 - andrewpollack:7594/while_let_some...
2021-09-28 Manish Goregaokarfmt
next