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
/
src
/
librustc_lint
Age
Commit message (
Expand
)
Author
Lines
2019-08-17
less &
Ralf Jung
-3
/
+3
2019-08-17
drift leftward
Ralf Jung
-14
/
+12
2019-08-17
Full stop
Ralf Jung
-1
/
+1
2019-08-17
invalid_value: also detect transmute-from-0 (seen in the wild)
Ralf Jung
-6
/
+32
2019-08-17
multi-variant enums are tricky
Ralf Jung
-1
/
+3
2019-08-17
invalid_value: warn for types with custom valid range
Ralf Jung
-2
/
+18
2019-08-17
warn about uninit bools and chars
Ralf Jung
-6
/
+15
2019-08-17
invalid_value: factor finding dangerous inits into separate function
Ralf Jung
-37
/
+54
2019-08-15
hygiene: `ExpnInfo` -> `ExpnData`
Vadim Petrochenkov
-1
/
+1
2019-08-15
hygiene: Remove `Option`s from functions returning `ExpnInfo`
Vadim Petrochenkov
-3
/
+2
2019-08-15
syntax_pos: Introduce a helper for checking whether a span comes from expansion
Vadim Petrochenkov
-5
/
+5
2019-08-15
Remove `Spanned` from `{ast,hir}::FieldPat`
Vadim Petrochenkov
-3
/
+3
2019-08-15
Remove `Spanned` from `ast::Mac`
Vadim Petrochenkov
-1
/
+1
2019-08-14
Rollup merge of #63543 - c410-f3r:variant, r=c410-f3r
Mazdak Farrokhzad
-4
/
+4
2019-08-14
Rollup merge of #62984 - nathanwhit:extra_semi_lint, r=varkor
Mazdak Farrokhzad
-0
/
+55
2019-08-14
Merge Variant and Variant_
Caio
-4
/
+4
2019-08-12
Add lint for excess trailing semicolons
Nathan
-0
/
+55
2019-08-12
more informative error message from invalid_value lint
Ralf Jung
-19
/
+41
2019-08-11
note down some more future plans
Ralf Jung
-0
/
+2
2019-08-11
add tuple_fields convenience method and use it in a few places
Ralf Jung
-7
/
+2
2019-08-11
warn for more cases
Ralf Jung
-5
/
+38
2019-08-11
add basic lint testing for misuse of mem::zeroed and mem::uninitialized
Ralf Jung
-0
/
+60
2019-08-08
Return early to avoid failing assertion
Yuki Okushi
-1
/
+3
2019-08-07
Rollup merge of #63163 - bravomikekilo:master, r=cramertj
Mazdak Farrokhzad
-27
/
+83
2019-08-05
Fiddle param env through to `try_eval_bits` in most places
Oliver Scherer
-1
/
+1
2019-08-05
Don't abort on unevaluated constants without at least tryting to eval them
Oliver Scherer
-1
/
+1
2019-08-04
Rename `ItemImplKind::Type` to `ItemImplKind::TyAlias`
varkor
-1
/
+1
2019-08-04
Rename `ItemKind::Ty` to `ItemKind::TyAlias`
varkor
-4
/
+4
2019-08-03
fix tidy problem
bravomikekilo
-2
/
+11
2019-08-03
add new test and add conditional whitespace
bravomikekilo
-28
/
+67
2019-08-02
Replace "existential" by "opaque"
varkor
-1
/
+1
2019-07-31
add a pair of whitespace after remove parentheses
bravomikekilo
-2
/
+10
2019-07-30
Turn INCOMPLETE_FEATURES into a lint.
Mazdak Farrokhzad
-3
/
+35
2019-07-28
Deny `unused_lifetimes` through rustbuild
Vadim Petrochenkov
-2
/
+0
2019-07-28
Remove lint annotations in specific crates that are already enforced by rustb...
Vadim Petrochenkov
-1
/
+0
2019-07-24
syntax_ext: Reuse built-in attribute template checking for macro attributes
Vadim Petrochenkov
-2
/
+2
2019-07-21
normalize use of backticks in compiler messages for librustc_lint
Samy Kacimi
-10
/
+10
2019-07-13
Make `register_[long_]diagnostics` hygienic
Matthew Jasper
-1
/
+1
2019-07-10
Auto merge of #62339 - pnkfelix:issue-61188-use-visitor-for-structural-match-...
bors
-0
/
+5
2019-07-08
future-compat lint for newly handled cases of `#[structural_match]`.
Felix S. Klock II
-0
/
+5
2019-07-07
Rollup merge of #61883 - zackmdavis:non_ascii_idents_lint, r=Manishearth
Mazdak Farrokhzad
-0
/
+25
2019-07-07
rustc: Remove `dylib` crate type from most rustc crates
Alex Crichton
-1
/
+0
2019-07-06
in which the `non_ascii_idents` lint appears (RFC 2457)
Zack M. Davis
-0
/
+25
2019-07-06
Make WhileTrue into an EarlyLintPass lint.
Mazdak Farrokhzad
-27
/
+19
2019-07-06
Remove ExprKind::While from HIR.
Mazdak Farrokhzad
-1
/
+17
2019-07-05
Rollup merge of #62168 - ljedrz:the_culmination_of_hiridification, r=Zoxc
Mazdak Farrokhzad
-14
/
+14
2019-07-05
Rollup merge of #61545 - flip1995:internal_lints, r=oli-obk
Mazdak Farrokhzad
-2
/
+3
2019-07-04
rename hir::map::local_def_id_from_hir_id to local_def_id
ljedrz
-14
/
+14
2019-07-03
Remove needless lifetimes
Jeremy Stucki
-1
/
+1
2019-06-30
Extend #[must_use] lint to arrays
varkor
-12
/
+36
[next]