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
/
missing_assert_message.rs
Age
Commit message (
Expand
)
Author
Lines
2024-07-22
Make restriction lint's use `span_lint_and_then` (m -> m)
xFrednet
-4
/
+6
2024-07-05
Use `is_in_test` in more places.
Jason Newcomb
-2
/
+2
2024-05-23
For restriction lints, replace “Why is this bad?” with “Why restrict th...
Kevin Reid
-1
/
+1
2023-11-25
Use absolute path for `declare_tool_lint` in `declare_clippy_lint`
Alex Macleod
-1
/
+1
2023-10-23
Set existing doc-tests to `no_run`
Alex Macleod
-2
/
+2
2023-09-27
Mention that `missing_assert_message` lint ignores test functions
unexge
-0
/
+4
2023-07-14
Merge remote-tracking branch 'upstream/master' into rustup
Philipp Krones
-3
/
+9
2023-06-02
Merge commit '30448e8cf98d4754350db0c959644564f317bc0f' into clippyup
Philipp Krones
-1
/
+1
2023-05-29
Update version attribute for 1.70 lints
xFrednet
-1
/
+1
2023-03-10
Merge commit '3c06e0b1ce003912f8fe0536d3a7fe22558e38cf' into clippyup
Philipp Krones
-0
/
+82
2023-03-08
Add `Known problems` section
unexge
-0
/
+7
2023-03-08
Use late lint pass for `missing_assert_message` lint
unexge
-80
/
+26
2023-03-08
Move lint to `restriction` category
unexge
-1
/
+1
2023-03-08
Update lint description and add help section
unexge
-9
/
+15
2023-03-08
Apply suggestions from code review
Burak
-3
/
+3
2023-03-08
Add `missing_assert_message` lint
Burak Varlı
-0
/
+123