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
/
assertions_on_constants.rs
Age
Commit message (
Expand
)
Author
Lines
2020-01-27
Rename `span_help_and_lint` to `span_lint_and_help`
Yuki Okushi
-4
/
+4
2020-01-20
Tweak wording in `assertions_on_constants`
Yuki Okushi
-4
/
+8
2020-01-13
Rustup to rust-lang/rust#68045
Yuki Okushi
-1
/
+1
2020-01-11
Rustup to rust-lang/rust#67806
Yuki Okushi
-3
/
+2
2020-01-07
Rustup to rust-lang/rust#67886
Yuki Okushi
-1
/
+1
2020-01-05
Rustup to rust-lang/rust#67137
Yuki Okushi
-1
/
+1
2019-12-27
Rustup to rust-lang/rust#66936
Yuki Okushi
-3
/
+3
2019-12-04
Rustup to rust-lang/rust#66878
Matthias Krüger
-1
/
+2
2019-10-10
Move match_function_call to utils
Matthias Seiffert
-21
/
+1
2019-10-07
Reduce duplication
Matthias Seiffert
-64
/
+59
2019-10-07
Match any expr for panic message
Matthias Seiffert
-11
/
+9
2019-10-07
Make if_chain more readable
Matthias Seiffert
-38
/
+55
2019-10-07
Add message to replace assert!(false) help
Matthias Seiffert
-5
/
+93
2019-09-27
Rustup to rust-lang/rust#64813
flip1995
-1
/
+1
2019-08-19
Remove in_macro_or_desugar
KRAAI, MATTHEW [VISUS]
-3
/
+3
2019-08-18
Fix assertions_on_constants lint
Lzu Tao
-33
/
+30
2019-08-18
Make code cleaner and more readable
Lzu Tao
-33
/
+31
2019-05-17
Prevent symbocalypse
Oliver Scherer
-3
/
+2
2019-05-14
Rustfmt all the things
Oliver Scherer
-1
/
+1
2019-05-14
Use symbols instead of strings
Oliver Scherer
-2
/
+3
2019-05-11
Rename in_macro to in_macro_or_desugar
Manish Goregaokar
-5
/
+5
2019-04-18
Fix dogfood error
flip1995
-5
/
+8
2019-04-18
Remove code duplication
flip1995
-45
/
+21
2019-04-18
Format code
flip1995
-12
/
+27
2019-04-18
Don't lint debug_assert!(false)
flip1995
-3
/
+8
2019-04-17
Use lint pass macros
Matthew Kraai
-12
/
+2
2019-03-10
Fix/Ignore doc tests
flip1995
-1
/
+1
2019-03-10
Addressed points raised in review.
Alexander Regueiro
-2
/
+1
2019-03-10
Various cosmetic improvements.
Alexander Regueiro
-10
/
+12
2019-03-05
fix or ignore failing doc tests
Andy Russell
-4
/
+4
2019-03-05
move lint documentation into macro invocations
Andy Russell
-16
/
+16
2019-02-05
Don't warn about const assertions when assert is in a macro itself
flip1995
-2
/
+4
2019-01-27
rustup https://github.com/rust-lang/rust/pull/57726
Matthias Krüger
-0
/
+4
2019-01-23
allow assertions_on_constants for collapsible_if and missing_test_files
A.A.Abroskin
-9
/
+0
2019-01-09
add assert(true/false, some message) tests
A.A.Abroskin
-21
/
+34
2019-01-09
change assert_checks to assertions_on_constants
A.A.Abroskin
-0
/
+74