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
2024-09-22
Formatting
Philipp Krones
-1
/
+1
2024-08-08
Merge commit 'cb806113e0f83a8f9b47d35b453b676543bcc40e' into clippy-subtree-u...
Philipp Krones
-2
/
+2
2024-07-11
Merge commit 'b794b8e08c16517a941dc598bb1483e8e12a8592' into clippy-subtree-u...
Philipp Krones
-10
/
+10
2024-04-04
Merge commit '9725c4a162502a02c1c67fdca6b797fe09b2b73c' into clippy-subtree-u...
Philipp Krones
-3
/
+3
2024-02-10
hir: Remove `hir::Map::{opt_parent_id,parent_id,get_parent,find_parent}`
Vadim Petrochenkov
-2
/
+1
2023-12-28
Merge commit 'ac4c2094a6030530661bee3876e0228ddfeb6b8b' into clippy-subtree-sync
Philipp Krones
-3
/
+12
2023-12-01
Merge commit 'f0cdee4a3f094416189261481eae374b76792af1' into clippy-subtree-sync
Philipp Krones
-1
/
+1
2023-07-17
Merge commit 'd9c24d1b1ee61f276e550b967409c9f155eac4e3' into clippyup
Philipp Krones
-3
/
+9
2023-05-20
Merge commit '435a8ad86c7a33bd7ffb91c59039943408d3b6aa' into clippyup
Philipp Krones
-1
/
+1
2022-10-06
Merge commit 'ac0e10aa68325235069a842f47499852b2dee79e' into clippyup
Philipp Krones
-2
/
+2
2022-06-16
Merge commit 'd7b5cbf065b88830ca519adcb73fad4c0d24b1c7' into clippyup
flip1995
-3
/
+0
2022-01-13
Merge commit '97a5daa65908e59744e2bc625b14849352231c75' into clippyup
flip1995
-95
/
+25
2021-12-17
Merge commit '23d11428de3e973b34a5090a78d62887f821c90e' into clippyup
flip1995
-10
/
+2
2021-12-06
Merge commit 'a5d597637dcb78dc73f93561ce474f23d4177c35' into clippyup
flip1995
-0
/
+1
2021-09-08
Merge commit '27afd6ade4bb1123a8bf82001629b69d23d62aff' into clippyup
flip1995
-1
/
+1
2021-08-15
Introduce hir::ExprKind::Let - Take 2
Caio
-2
/
+3
2021-07-29
Merge commit '0cce3f643bfcbb92d5a1bb71858c9cbaff749d6b' into clippyup
flip1995
-4
/
+7
2021-06-03
Merge commit '3ae8faff4d46ad92f194c2a4b941c3152a701b31' into clippyup
flip1995
-2
/
+2
2021-04-22
Merge commit '98e2b9f25b6db4b2680a3d388456d9f95cb28344' into clippyup
flip1995
-3
/
+2
2021-04-08
Merge commit 'b40ea209e7f14c8193ddfc98143967b6a2f4f5c9' into clippyup
flip1995
-6
/
+6
2021-03-25
Merge commit '0e87918536b9833bbc6c683d1f9d51ee2bf03ef1' into clippyup
flip1995
-1
/
+3
2021-02-09
Rename HIR UnOp variants
Ömer Sinan Ağacan
-1
/
+1
2021-01-07
Reintroduce hir::ExprKind::If
Caio
-20
/
+10
2020-11-23
Merge commit '3e7c6dec244539970b593824334876f8b6ed0b18' into clippyup
flip1995
-1
/
+1
2020-11-19
Clippy: Match on assert!() expansions without an inner block.
Mara Bos
-2
/
+5
2020-11-17
Fix handling of panic calls
Camelid
-3
/
+2
2020-07-17
Rename TypeckTables to TypeckResults.
Valentin Lazureanu
-2
/
+2
2020-07-03
Use 'tcx for references to AccessLevels wherever possible.
Eduard-Mihai Burtescu
-3
/
+3
2020-06-26
rustc_lint: only query `typeck_tables_of` when a lint needs it.
Eduard-Mihai Burtescu
-2
/
+2
2020-04-18
Add an Option<Span> argument to span_lint_and_help.
xiongmao86
-0
/
+3
2020-03-18
clean up a few lint docs
Matthias Krüger
-3
/
+1
2020-03-01
Rustup to rust-lang/rust#69592
Yuki Okushi
-1
/
+1
2020-02-21
Fix fallout
flip1995
-1
/
+1
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
[next]