rust/src/librustc_lint
Manish Goregaokar db3e10f9cb
Rollup merge of #75031 - JohnTitor:unused-parens-braces-yield, r=lcnr
Do not trigger `unused_{braces,parens}` lints with `yield`

Fixes #74883
r? @lcnr
2020-08-02 13:08:45 -07:00
..
nonstandard_style Separate librustc_lint module 2019-06-16 14:17:01 +03:00
Cargo.toml Move from `log` to `tracing` 2020-07-31 22:38:20 +02:00
array_into_iter.rs Rename TypeckTables to TypeckResults. 2020-07-17 08:47:04 +00:00
builtin.rs fix part of comparison that would always evaluate to "true", probably an oversight 2020-07-31 21:23:39 +02:00
context.rs report kind of deprecated item in message 2020-07-26 13:58:31 -04:00
early.rs Implement crate level only lints checking. 2020-06-18 09:53:12 +08:00
internal.rs Use 'tcx for references to AccessLevels wherever possible. 2020-07-03 00:04:48 +03:00
late.rs Rename TypeckTables to TypeckResults. 2020-07-17 08:47:04 +00:00
levels.rs Use for<'tcx> fn pointers in Providers, instead of having Providers<'tcx>. 2020-07-05 23:00:14 +03:00
lib.rs Rename the lint again 2020-07-30 10:39:31 -07:00
non_ascii_idents.rs Implement mixed script confusable lint. 2020-06-26 01:39:31 +08:00
nonstandard_style.rs Use 'tcx for references to AccessLevels wherever possible. 2020-07-03 00:04:48 +03:00
passes.rs Use 'tcx for references to AccessLevels wherever possible. 2020-07-03 00:04:48 +03:00
redundant_semicolon.rs encode `;` stmt w/o expr as `StmtKind::Empty` 2020-03-01 23:02:17 +01:00
types.rs Handle structs with zst members. 2020-07-30 21:59:02 +10:00
unused.rs Recover strictness for `yield` 2020-08-03 01:34:18 +09:00