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
/
inconsistent_struct_constructor.rs
Age
Commit message (
Expand
)
Author
Lines
2021-07-28
Update lint documentation to use markdown headlines
xFrednet
-6
/
+5
2021-05-07
Move `inconsistent_struct_constructor` to pedantic
William Chargin
-1
/
+1
2021-04-20
Add a test for FP in macro expansion
Yawara ISHIDA
-1
/
+2
2021-04-16
Fixed incosistent_struct_constructor triggers in macro-generated code
Yawara ISHIDA
-0
/
+1
2021-03-25
Merge remote-tracking branch 'upstream/master' into rustup
flip1995
-9
/
+10
2021-03-16
ast/hir: Rename field-related structures
Vadim Petrochenkov
-1
/
+1
2021-03-15
Don't re-export clippy_utils::diagnostics::*
Cameron Steffen
-2
/
+1
2021-03-15
Move some utils to clippy_utils::source module
Cameron Steffen
-3
/
+3
2021-03-12
inconsistent_struct_constructor: try to make message and lint description a b...
Matthias Krüger
-5
/
+7
2021-03-12
Merge commit '6ed6f1e6a1a8f414ba7e6d9b8222e7e5a1686e42' into clippyup
flip1995
-2
/
+1
2021-02-27
Use TypeckResults::expr_ty instead of TyCtxt::type_of to fix "Not a type" ICE
Yoshitomo Nakanishi
-2
/
+1
2021-02-25
Merge commit '928e72dd10749875cbd412f74bfbfd7765dbcd8a' into clippyup
flip1995
-0
/
+134
2021-02-22
Describe the order of fields in struct ctor doesn't affect the resulted instance
Yoshitomo Nakanishi
-3
/
+19
2021-02-21
New lint: inconsistent_struct_constructor
Yoshitomo Nakanishi
-0
/
+118