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
/
clippy_lints
/
src
/
option_env_unwrap.rs
Age
Commit message (
Expand
)
Author
Lines
2024-07-07
Simplify `option_env_unwrap`.
Jason Newcomb
-18
/
+6
2023-11-25
Use absolute path for `declare_tool_lint` in `declare_clippy_lint`
Alex Macleod
-1
/
+1
2023-11-02
Format let-chains across the code base
Philipp Krones
-10
/
+13
2023-07-31
Merge commit '5436dba826191964ac1d0dab534b7eb6d4c878f6' into clippyup
Philipp Krones
-17
/
+22
2022-11-17
Box `ExprKind::{Closure,MethodCall}`, and `QSelf` in expressions, types, and ...
Nicholas Nethercote
-3
/
+3
2022-08-10
Do not consider method call receiver as an argument in AST.
Camille GILLOT
-2
/
+2
2021-12-06
Merge commit 'a5d597637dcb78dc73f93561ce474f23d4177c35' into clippyup
flip1995
-0
/
+1
2021-07-29
Merge commit '0cce3f643bfcbb92d5a1bb71858c9cbaff749d6b' into clippyup
flip1995
-6
/
+5
2021-04-08
Merge commit 'b40ea209e7f14c8193ddfc98143967b6a2f4f5c9' into clippyup
flip1995
-2
/
+2
2021-03-25
Merge commit '0e87918536b9833bbc6c683d1f9d51ee2bf03ef1' into clippyup
flip1995
-1
/
+2
2020-06-10
Update Clippy for MethodCall changes
Aaron Hill
-1
/
+1
2020-04-18
Add an Option<Span> argument to span_lint_and_help.
xiongmao86
-0
/
+1
2020-03-01
Rustup to rust-lang/rust#69592
Yuki Okushi
-1
/
+1
2020-02-21
Fix fallout
flip1995
-1
/
+1
2020-02-09
Allow `option-env-unwrap` within external macros
Krishna Sai Veera Reddy
-2
/
+0
2020-02-09
Account for `expect` being used to unwrap `Option`
Krishna Sai Veera Reddy
-2
/
+3
2020-02-08
Add `option-env-unwrap` lint
Krishna Sai Veera Reddy
-0
/
+55