1
Fork 0
rust/compiler/rustc_lint/src
bors e9b0d99259 Auto merge of #90463 - matthiaskrgr:rollup-eljk9vo, r=matthiaskrgr
Rollup of 8 pull requests

Successful merges:

 - #89826 (Feature gate + make must_not_suspend allow-by-default)
 - #89929 (Handling submodule update failures more gracefully from x.py)
 - #90333 (rustdoc: remove flicker during page load)
 - #90349 (Fix rare ICE during typeck in rustdoc scrape_examples)
 - #90398 (Document `doc(keyword)` unstable attribute)
 - #90441 (Test that promotion follows references when looking for drop)
 - #90450 (Remove `rustc_hir::hir_id::HirIdVec`)
 - #90452 (Remove unnecessary `Option` from `promote_candidate` return type)

Failed merges:

r? `@ghost`
`@rustbot` modify labels: rollup
2021-11-01 14:00:08 +00:00
..
nonstandard_style
array_into_iter.rs Don't mark for loop head span with desugaring 2021-10-15 08:04:50 -05:00
builtin.rs Check implementing type for #[doc(hidden)] 2021-10-17 16:37:44 -05:00
context.rs Lint against RTL unicode codepoints in literals and comments 2021-10-31 13:14:04 +01:00
early.rs Pass real crate-level attributes to pre_expansion_lint 2021-09-26 21:50:50 +00:00
enum_intrinsics_non_enums.rs Add enum_intrinsics_non_enums lint 2021-10-11 09:46:27 +02:00
hidden_unicode_codepoints.rs Lint against RTL unicode codepoints in literals and comments 2021-10-31 13:14:04 +01:00
internal.rs Revert "Add rustc lint, warning when iterating over hashmaps" 2021-10-28 11:01:42 -04:00
late.rs Do not pass hir::Crate to lints. 2021-09-30 17:39:54 +02:00
levels.rs remove unwrap_or! macro 2021-10-08 19:32:16 +03:00
lib.rs Auto merge of #90463 - matthiaskrgr:rollup-eljk9vo, r=matthiaskrgr 2021-11-01 14:00:08 +00:00
methods.rs Make diangostic item names consistent 2021-10-02 19:38:19 -05:00
non_ascii_idents.rs Practice diagnostic message convention 2021-10-03 16:16:28 +09:00
non_fmt_panic.rs clippy::complexity fixes 2021-10-08 20:07:44 +02:00
nonstandard_style.rs Fix extra non_snake_case warning for shorthand field bindings 2021-10-03 14:33:14 +02:00
noop_method_call.rs Use get_diagnostic_name 2021-10-06 13:10:08 -05:00
passes.rs Do not pass hir::Crate to lints. 2021-09-30 17:39:54 +02:00
redundant_semicolon.rs Lint on redundant trailing semicolon after item 2020-12-29 16:30:02 -05:00
tests.rs Update to last upstream version 2021-07-08 17:14:28 +02:00
traits.rs fmt 2021-09-09 05:21:30 +00:00
types.rs Use get_diagnostic_name 2021-10-06 13:10:08 -05:00
unused.rs Some "parenthesis" and "parentheses" fixes 2021-10-17 12:04:01 +02:00