]> git.lizzy.rs Git - rust.git/history - compiler/rustc_lint/src/let_underscore.rs
Auto merge of #100966 - compiler-errors:revert-remove-deferred-sized-checks, r=pnkfelix
[rust.git] / compiler / rustc_lint / src / let_underscore.rs
2022-09-03 borsAuto merge of #100966 - compiler-errors:revert-remove...
2022-09-02 borsAuto merge of #97802 - Enselic:add-no_ignore_sigkill...
2022-09-02 Matthias KrügerRollup merge of #101323 - GuillaumeGomez:remove-unused...
2022-09-02 Matthias KrügerRollup merge of #101260 - ChrisDenton:attribute-tag...
2022-09-02 Matthias KrügerRollup merge of #101215 - est31:rustdoc_version_placeho...
2022-09-02 Matthias KrügerRollup merge of #100814 - gabrielBusta:port_trait_selec...
2022-09-02 Matthias KrügerRollup merge of #100200 - petrochenkov:zgccld2, r=lqd...
2022-09-02 Matthias KrügerRollup merge of #100121 - Nilstrieb:mir-validator-param...
2022-09-02 borsAuto merge of #101318 - GuillaumeGomez:rollup-qsr51z4...
2022-09-02 Guillaume GomezRollup merge of #101304 - jyn514:jnelson/tag-query...
2022-09-02 Guillaume GomezRollup merge of #101298 - notriddle:notriddle/rustdoc...
2022-09-02 Guillaume GomezRollup merge of #101294 - Xiretza:fix-100844-accident...
2022-09-02 Guillaume GomezRollup merge of #101166 - GuillaumeGomez:error-index...
2022-09-02 Guillaume GomezRollup merge of #100827 - JakobDegen:better-tests,...
2022-09-02 Guillaume GomezRollup merge of #100552 - petrochenkov:flavorcompat...
2022-09-02 Guillaume GomezRollup merge of #100147 - Bryanskiy:private-in-public...
2022-09-02 Guillaume GomezRollup merge of #99583 - shepmaster:provider-plus-plus...
2022-09-02 Guillaume GomezRollup merge of #97739 - a2aaron:let_underscore, r...
2022-08-04 Aaron KofskyFix imports.
2022-08-04 Aaron KofskyExplain why let-underscoring a lock guard is incorrect.
2022-06-17 Aaron KofskyRe-allow `let_underscore_drop` by default.
2022-06-11 Aaron KofskyMake `let_underscore_drop` Deny by default.
2022-06-11 Aaron KofskyHave the drop code suggestion not include `let _ =`
2022-06-11 Aaron KofskyReword suggestion messages.
2022-06-09 Aaron KofskyUse `multipart_suggestion` to create an applicable...
2022-06-05 Aaron KofskyAdd `{{produces}}` tag to lint doc comments.
2022-06-05 Aaron KofskyRemove `let_underscore_must_use`
2022-06-05 Aaron KofskyUse diagnostic items instead of hard coded paths for...
2022-06-05 Aaron KofskyBail out early if the type does not has a trivial Drop...
2022-06-05 Aaron KofskyUse `has_attr` instead of `get_attrs` in `has_must_use_...
2022-06-04 Aaron KofskyMove local functions to outer scope.
2022-06-04 Aaron KofskySet `let_underscore_lock` to Deny by default.
2022-06-04 Aaron KofskyShow code suggestions in `let_undescore` lint messages.
2022-06-04 Aaron KofskyAllow `let_underscore_drop` and `let_underscore_must_us...
2022-06-04 Aaron Kofsky Add `let_underscore_must_use` lint.
2022-06-04 Aaron KofskyAdd `let_underscore_lock` lint.
2022-05-29 Aaron KofskyAdd `let_underscore_drop` lint.