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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
librustc_lint
Age
Commit message (
Expand
)
Author
Lines
2019-09-13
Turn `soft_unstable` into a future-compatibility lint
Vadim Petrochenkov
-1
/
+6
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
2019-06-30
Improve error messages for boxed trait objects in tuples
varkor
-5
/
+5
2019-06-30
Extend the #[must_use] lint to boxed types
varkor
-5
/
+15
2019-06-27
Rollup merge of #62160 - ia0:question_mark_macro_sep, r=petrochenkov
Mazdak Farrokhzad
-6
/
+0
2019-06-26
Remove outdated question_mark_macro_sep lint
Julien Cretin
-6
/
+0
2019-06-24
Rename internal -> rustc::internal
flip1995
-1
/
+1
2019-06-24
Enable internal lints in bootstrap
flip1995
-1
/
+0
2019-06-24
Implement initernal lint LINT_PASS_IMPL_WITHOUT_MACRO
flip1995
-0
/
+2
2019-06-24
HIR: rename find_by_hir_id to find
ljedrz
-1
/
+1
2019-06-24
HIR: rename get_parent_node_by_hir_id to get_parent_node
ljedrz
-2
/
+2
2019-06-23
Auto merge of #60861 - Centril:let-chains-ast-intro, r=petrochenkov
bors
-15
/
+21
2019-06-23
Fix meta-variable binding errors in macros
Julien Cretin
-1
/
+1
2019-06-23
let_chains: scrutinee -> head expression.
Mazdak Farrokhzad
-1
/
+1
2019-06-23
let_chains: Handle in unused parenthesis lint.
Mazdak Farrokhzad
-15
/
+21
2019-06-20
rename hir::map::get_by_hir_id to get
ljedrz
-2
/
+2
2019-06-19
Auto merge of #61172 - matthewjasper:cleanup-implied-bounds-lint, r=varkor
bors
-101
/
+211
2019-06-18
Address review comments
Matthew Jasper
-19
/
+20
[next]