index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
compiler
/
rustc_lint
/
src
/
let_underscore.rs
Age
Commit message (
Expand
)
Author
Lines
2025-02-08
Rustfmt
bjorn3
-4
/
+5
2024-11-18
use `TypingEnv` when no `infcx` is available
lcnr
-1
/
+1
2024-09-26
Fix the misleading diagnostic for let_underscore_drop on type without Drop im...
makai410
-1
/
+1
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-6
/
+5
2024-07-30
rustc_lint: make `let-underscore-lock` translatable
Pavel Grigorenko
-6
/
+5
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-4
/
+3
2024-06-03
Fix up comments.
Nicholas Nethercote
-5
/
+5
2024-04-29
Remove `extern crate rustc_session` from `rustc_lint`.
Nicholas Nethercote
-0
/
+1
2024-03-22
Rename `hir::Local` into `hir::LetStmt`
Guillaume Gomez
-1
/
+1
2024-03-06
Rewrite the `untranslatable_diagnostic` lint.
Nicholas Nethercote
-0
/
+1
2024-01-23
Rename `LintContext::emit_spanned_lint` as `LintContext::emit_span_lint`.
Nicholas Nethercote
-6
/
+2
2024-01-12
Improve `let_underscore_lock`
Nilstrieb
-20
/
+39
2024-01-08
Fix 2 variable binding issues in let_underscore
yukang
-0
/
+5
2023-04-10
Fix typos in compiler
DaniPopes
-1
/
+1
2023-01-09
refactor: cleanup
Rejyr
-2
/
+0
2023-01-09
migrate: `let_underscore.rs`
Rejyr
-33
/
+16
2022-11-15
Merge branch 'master' into patch-2
Kagami Sascha Rosylight
-0
/
+1
2022-11-14
Specify language of code comment to generate document
koka
-1
/
+2
2022-10-25
Fix failing examples
Kagami Sascha Rosylight
-1
/
+1
2022-10-24
Update let_underscore.rs
Kagami Sascha Rosylight
-2
/
+2
2022-10-24
Update compiler/rustc_lint/src/let_underscore.rs
Kagami Sascha Rosylight
-1
/
+1
2022-10-24
Add `compile_fail` to `let_underscore_drop` example
Kagami Sascha Rosylight
-1
/
+1
2022-10-01
Refactor rustc lint API
Maybe Waffle
-37
/
+30
2022-08-04
Fix imports.
Aaron Kofsky
-2
/
+2
2022-08-04
Explain why let-underscoring a lock guard is incorrect.
Aaron Kofsky
-2
/
+11
2022-06-17
Re-allow `let_underscore_drop` by default.
Aaron Kofsky
-1
/
+1
2022-06-11
Make `let_underscore_drop` Deny by default.
Aaron Kofsky
-1
/
+1
2022-06-11
Have the drop code suggestion not include `let _ =`
Aaron Kofsky
-1
/
+1
2022-06-11
Reword suggestion messages.
Aaron Kofsky
-2
/
+2
2022-06-09
Use `multipart_suggestion` to create an applicable suggestion.
Aaron Kofsky
-4
/
+6
2022-06-05
Add `{{produces}}` tag to lint doc comments.
Aaron Kofsky
-1
/
+8
2022-06-05
Remove `let_underscore_must_use`
Aaron Kofsky
-103
/
+2
2022-06-04
Use diagnostic items instead of hard coded paths for `let_underscore_lock`
Aaron Kofsky
-20
/
+11
2022-06-04
Bail out early if the type does not has a trivial Drop implementation.
Aaron Kofsky
-2
/
+6
2022-06-04
Use `has_attr` instead of `get_attrs` in `has_must_use_attr`
Aaron Kofsky
-4
/
+1
2022-06-04
Move local functions to outer scope.
Aaron Kofsky
-69
/
+65
2022-06-04
Set `let_underscore_lock` to Deny by default.
Aaron Kofsky
-2
/
+2
2022-06-04
Show code suggestions in `let_undescore` lint messages.
Aaron Kofsky
-13
/
+47
2022-06-04
Allow `let_underscore_drop` and `let_underscore_must_use` by default.
Aaron Kofsky
-2
/
+2
2022-06-04
Add `let_underscore_must_use` lint.
Aaron Kofsky
-2
/
+104
2022-06-04
Add `let_underscore_lock` lint.
Aaron Kofsky
-2
/
+70
2022-05-29
Add `let_underscore_drop` lint.
Aaron Kofsky
-0
/
+66