rust/compiler/rustc_passes/src
Yuki Okushi b1e5472349
Rollup merge of #98115 - jhpratt:remove-rustc_deprecated, r=compiler-errors
Remove `rustc_deprecated` diagnostics

Follow-up on #95960. The diagnostics will remain until the next bootstrap, at which point people will have had six weeks to adjust.

``@rustbot`` label +A-diagnostics

r? ``@compiler-errors``
2022-06-15 19:37:15 +09:00
..
liveness Use iter::zip in compiler/ 2021-03-26 09:32:31 -07:00
check_attr.rs Rollup merge of #98115 - jhpratt:remove-rustc_deprecated, r=compiler-errors 2022-06-15 19:37:15 +09:00
check_const.rs Remove #[default..] and add #[const_trait] 2022-05-30 08:52:24 +00:00
dead.rs don't use a span_note for ignored impls 2022-06-02 11:13:31 +02:00
debugger_visualizer.rs Respond to PR comments. 2022-05-25 10:44:56 -07:00
diagnostic_items.rs remove DiagnosticItemCollector 2022-05-13 11:46:05 -04:00
entry.rs use opt_item_name to pattern match items with names 2022-05-14 11:02:14 -04:00
hir_id_validator.rs remove unnecessary methods from HirIdValidator 2022-05-13 11:46:06 -04:00
hir_stats.rs Introduce LifetimeCtxt. 2022-05-20 12:25:05 +02:00
lang_items.rs use def_span and def_kind queries instead of calling tcx.hir() methods 2022-05-06 12:11:05 -04:00
layout_test.rs remove LayoutTest 2022-05-13 11:46:05 -04:00
lib_features.rs Handle rustc_const_stable attribute in library feature collector 2022-03-31 12:34:46 -07:00
lib.rs Fully stabilize NLL 2022-06-03 17:16:41 -04:00
liveness.rs Make ExprKind::Closure a struct variant. 2022-06-12 00:16:27 +02:00
loops.rs Rollup merge of #98110 - cjgillot:closure-brace, r=Aaron1011 2022-06-15 19:37:14 +09:00
naked_functions.rs Rollup merge of #98110 - cjgillot:closure-brace, r=Aaron1011 2022-06-15 19:37:14 +09:00
reachable.rs Make ExprKind::Closure a struct variant. 2022-06-12 00:16:27 +02:00
stability.rs remove unnecessary to_string and String::new 2022-06-13 15:48:40 +09:00
upvars.rs Make ExprKind::Closure a struct variant. 2022-06-12 00:16:27 +02:00
weak_lang_items.rs restrict access to span only when we emit diagnostic 2022-04-09 13:53:32 -04:00