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
/
panic_fmt.rs
Age
Commit message (
Expand
)
Author
Lines
2021-02-03
Add lint for `panic!(123)` which is not accepted in Rust 2021.
Mara Bos
-155
/
+0
2021-01-25
Implement new panic!() behaviour for Rust 2021.
Mara Bos
-9
/
+14
2020-10-29
Improve panic_fmt lint messages.
Mara Bos
-5
/
+5
2020-10-28
Mark panic_fmt suggestion as machine applicable.
Mara Bos
-1
/
+1
2020-10-20
Improve panic_fmt error messages for invalid format strings too.
Mara Bos
-4
/
+18
2020-10-20
Parse the format string for the panic_fmt lint for better warnings.
Mara Bos
-9
/
+33
2020-10-19
Small cleanups in assert!() and panic_fmt lint.
Mara Bos
-4
/
+4
2020-10-19
Also apply panic_fmt lint suggestions to debug_assert!().
Mara Bos
-9
/
+7
2020-10-19
Don't see `{{}}` as placeholder in panic_fmt lint.
Mara Bos
-8
/
+7
2020-10-18
Formatting.
Mara Bos
-4
/
+5
2020-10-18
Improve panic_fmt message for panic!("{}") with a fmt placeholder.
Mara Bos
-17
/
+45
2020-10-18
Make panic_fmt lint work properly for assert!(expr, msg) too.
Mara Bos
-0
/
+12
2020-10-18
Specialize panic_fmt lint for the {core,std}::panic!() macros.
Mara Bos
-5
/
+22
2020-10-18
Add lint to warn about braces in a panic message.
Mara Bos
-0
/
+57