]> git.lizzy.rs Git - rust.git/history - compiler/rustc_lint/src/let_underscore.rs
Rollup merge of #101423 - mkroening:hermit-warnings, r=sanxiyn
[rust.git] / compiler / rustc_lint / src / let_underscore.rs
2022-09-08 borsAuto merge of #101303 - jyn514:jnelson/handle-cycle...
2022-09-07 Matthias KrügerRollup merge of #101534 - rust-lang:notriddle/rustdoc...
2022-09-07 borsAuto merge of #100801 - Kobzol:track-pgo-profile-paths...
2022-09-06 Laurențiu Nicola:arrow_up: rust-analyzer
2022-09-06 borsAuto merge of #100733 - scottmcm:inline-from-from-ident...
2022-09-06 Dylan DPCRollup merge of #101287 - Adam-Gleave:doc_bool_then_som...
2022-09-06 Dylan DPCRollup merge of #101021 - MingyuChen1:diagnostic, r...
2022-09-05 Dylan DPCRollup merge of #101420 - kraktus:doc_hir_local, r...
2022-09-05 Dylan DPCRollup merge of #101142 - nnethercote:improve-hir-stats...
2022-09-04 borsAuto merge of #100576 - joboet:movable_const_remutex...
2022-09-04 Matthias KrügerRollup merge of #101322 - ChrisDenton:internal-doc...
2022-09-04 borsAuto merge of #101250 - klensy:bump-deps-08-22, r=Dylan-DPC
2022-09-04 borsAuto merge of #100726 - jswrenn:transmute, r=oli-obk
2022-09-04 borsAuto merge of #101312 - nikic:update-llvm-7, r=cuviper
2022-09-03 Matthias KrügerRollup merge of #100647 - obeis:issue-99875, r=nagisa
2022-09-03 borsAuto merge of #100574 - Urgau:check-cfg-warn-cfg, r...
2022-09-03 borsAuto merge of #101154 - RalfJung:validation-perf, r...
2022-09-03 Dylan DPCRollup merge of #101325 - ChrisDenton:BCRYPT_RNG_ALG_HA...
2022-09-03 Dylan DPCRollup merge of #101217 - eholk:drop-tracking-73137...
2022-09-03 Dylan DPCRollup merge of #100928 - CleanCut:rustc_metadata_diagn...
2022-09-03 Dylan DPCRollup merge of #99736 - lopopolo:lopopolo/gh-80996...
2022-09-03 borsAuto merge of #101139 - nnethercote:shrink-thir-Pat...
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.