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_const_for_fn.rs
Age
Commit message (
Expand
)
Author
Lines
2022-04-05
errors: implement fallback diagnostic translation
David Wood
-1
/
+1
2022-03-07
Update and fix clippy tests
Eric Holk
-0
/
+13
2022-01-23
Update clippy
Vadim Petrochenkov
-1
/
+1
2022-01-15
Return a LocalDefId in get_parent_item.
Camille GILLOT
-1
/
+1
2021-12-06
Merge commit 'a5d597637dcb78dc73f93561ce474f23d4177c35' into clippyup
flip1995
-0
/
+1
2021-07-29
Merge commit '0cce3f643bfcbb92d5a1bb71858c9cbaff749d6b' into clippyup
flip1995
-8
/
+4
2021-04-27
Merge commit '7c7683c8efe447b251d6c5ca6cce51233060f6e8' into clippyup
flip1995
-4
/
+2
2021-04-25
fix clippy
Ralf Jung
-1
/
+1
2021-04-22
Merge commit '98e2b9f25b6db4b2680a3d388456d9f95cb28344' into clippyup
flip1995
-1
/
+1
2021-04-08
Merge commit 'b40ea209e7f14c8193ddfc98143967b6a2f4f5c9' into clippyup
flip1995
-1
/
+1
2021-03-25
Merge commit '0e87918536b9833bbc6c683d1f9d51ee2bf03ef1' into clippyup
flip1995
-4
/
+4
2021-03-09
Do not store attrs in FnKind.
Camille GILLOT
-1
/
+1
2020-12-20
Merge commit '4911ab124c481430672a3833b37075e6435ec34d' into clippyup
flip1995
-5
/
+26
2020-10-09
Merge commit '2f6439ae6a6803d030cceb3ee14c9150e91b328b' into clippyup
flip1995
-1
/
+1
2020-10-04
clippy: `(Body, DefId)` -> `Body`
Dylan MacKenzie
-1
/
+1
2020-09-26
Move `qualify_min_const_fn` out of rustc into clippy
Oliver Scherer
-1
/
+1
2020-07-26
Merge commit 'da5a6fb1b65ec6581a67e942a3850f6bc15a552c' into clippyup
flip1995
-1
/
+1
2020-07-03
Use 'tcx for references to AccessLevels wherever possible.
Eduard-Mihai Burtescu
-3
/
+3
2020-05-28
Merge commit '7ea7cd165ad6705603852771bf82cc2fd6560db5' into clippyup2
flip1995
-1
/
+1
2020-04-24
rustup https://github.com/rust-lang/rust/pull/71215/
Matthias Krüger
-4
/
+4
2020-03-30
rustup https://github.com/rust-lang/rust/pull/70536
Matthias Krüger
-1
/
+1
2020-03-25
Remove dependency on `matches` crate
Philipp Hansch
-1
/
+0
2020-03-10
Fix ICE with trivial_bounds feature
Shotaro Yamada
-1
/
+6
2020-02-21
Prevent `missing_const_for_fn` on functions with const generic params
Krishna Sai Veera Reddy
-3
/
+9
2020-01-13
Rustup to rust-lang/rust#68045
Yuki Okushi
-1
/
+2
2020-01-11
Rustup to rust-lang/rust#67806
Yuki Okushi
-3
/
+2
2020-01-09
Rustup to rust-lang/rust#67979
Yuki Okushi
-1
/
+1
2020-01-09
Rustup to rust-lang/rust#67781
Yuki Okushi
-1
/
+1
2020-01-07
Apply suggestion from code review
Yuki Okushi
-1
/
+1
2020-01-07
Normalize lint messages
Yuki Okushi
-1
/
+1
2020-01-07
Rustup to rust-lang/rust#67886
Yuki Okushi
-2
/
+2
2019-12-31
Rustup to rust-lang/rust#67707
Yuki Okushi
-1
/
+1
2019-12-30
Rustup to rust-lang/rust#66942
Yuki Okushi
-4
/
+4
2019-12-22
Add <'_> where necessary
flip1995
-1
/
+1
2019-12-04
Rustup to rust-lang/rust#66878
Matthias Krüger
-1
/
+2
2019-10-14
new lints around `#[must_use]` fns
Andre Bogus
-0
/
+1
2019-08-29
Fix missing_const_for_fn false positive
Philipp Hansch
-3
/
+17
2019-08-03
Doctests: Enable running doc tests for nursery lints
Philipp Hansch
-0
/
+10
2019-07-06
Rename hir::map::local_def_id_from_hir_id to local_def_id
Lzu Tao
-1
/
+1
2019-04-17
Use lint pass macros
Matthew Kraai
-13
/
+2
2019-03-07
Refactor: Extract `trait_ref_of_method` function
Philipp Hansch
-15
/
+2
2019-03-05
move lint documentation into macro invocations
Andy Russell
-44
/
+44
2019-03-05
Fix missing_const_for_fn for impl trait methods
Philipp Hansch
-1
/
+14
2019-03-04
Don't trigger missing_const_for_fn in external macros
Philipp Hansch
-2
/
+2
2019-02-20
partially HirIdify lints
ljedrz
-4
/
+3
2019-01-29
cargo fmt
Philipp Hansch
-2
/
+1
2019-01-29
Update various docs
Philipp Hansch
-3
/
+3
2019-01-29
Use built-in entry_fn detection over self-built
Philipp Hansch
-19
/
+14
2019-01-29
cargo fmt
Philipp Hansch
-16
/
+20
2019-01-29
Reorganize conditionals: Run faster checks first
Philipp Hansch
-17
/
+23
[next]