rust/compiler
Matthias Krüger 2fd765c1d9
Rollup merge of #89990 - petrochenkov:idempty, r=wesleywiser
rustc_span: `Ident::invalid` -> `Ident::empty`

The equivalent for `Symbol`s was renamed some time ago (`kw::Invalid` -> `kw::Empty`), and it makes sense to do the same thing for `Ident`s as well.
2021-10-18 08:13:30 +02:00
..
rustc
rustc_apfloat
rustc_arena
rustc_ast Rollup merge of #89990 - petrochenkov:idempty, r=wesleywiser 2021-10-18 08:13:30 +02:00
rustc_ast_lowering rustc_span: Ident::invalid -> Ident::empty 2021-10-17 23:20:30 +03:00
rustc_ast_passes Some "parenthesis" and "parentheses" fixes 2021-10-17 12:04:01 +02:00
rustc_ast_pretty Some "parenthesis" and "parentheses" fixes 2021-10-17 12:04:01 +02:00
rustc_attr Correct typo 2021-10-16 13:36:05 -07:00
rustc_borrowck Fix ICE with let...else and ref mut 2021-10-17 07:12:22 +09:00
rustc_builtin_macros rustc_span: Ident::invalid -> Ident::empty 2021-10-17 23:20:30 +03:00
rustc_codegen_cranelift Remove alloc::prelude 2021-10-15 01:41:31 +02:00
rustc_codegen_gcc Remove alloc::prelude 2021-10-15 01:41:31 +02:00
rustc_codegen_llvm
rustc_codegen_ssa
rustc_const_eval Auto merge of #89514 - davidtwco:polymorphize-shims-and-predicates, r=lcnr 2021-10-17 12:33:12 +00:00
rustc_data_structures
rustc_driver
rustc_error_codes Auto merge of #89903 - matthiaskrgr:rollup-s0c69xl, r=matthiaskrgr 2021-10-15 05:59:49 +00:00
rustc_errors emitter: current substitution can be multi-line 2021-10-15 15:30:43 +00:00
rustc_expand rustc_span: Ident::invalid -> Ident::empty 2021-10-17 23:20:30 +03:00
rustc_feature Revert "Stabilize arbitrary_enum_discriminant" 2021-10-14 10:57:56 -04:00
rustc_fs_util
rustc_graphviz
rustc_hir rustc_span: Ident::invalid -> Ident::empty 2021-10-17 23:20:30 +03:00
rustc_hir_pretty Some "parenthesis" and "parentheses" fixes 2021-10-17 12:04:01 +02:00
rustc_incremental
rustc_index
rustc_infer Rollup merge of #89915 - jackh726:outlives_cleanup, r=nikomatsakis 2021-10-16 08:02:25 +02:00
rustc_interface
rustc_lexer
rustc_lint Rollup merge of #89987 - pierwill:fix-85526-docs-hidden-assoc, r=GuillaumeGomez 2021-10-18 08:13:28 +02:00
rustc_lint_defs
rustc_llvm
rustc_macros
rustc_metadata Auto merge of #89514 - davidtwco:polymorphize-shims-and-predicates, r=lcnr 2021-10-17 12:33:12 +00:00
rustc_middle Rollup merge of #89990 - petrochenkov:idempty, r=wesleywiser 2021-10-18 08:13:30 +02:00
rustc_mir_build
rustc_mir_dataflow
rustc_mir_transform
rustc_monomorphize Auto merge of #89514 - davidtwco:polymorphize-shims-and-predicates, r=lcnr 2021-10-17 12:33:12 +00:00
rustc_parse Rollup merge of #89990 - petrochenkov:idempty, r=wesleywiser 2021-10-18 08:13:30 +02:00
rustc_parse_format
rustc_passes
rustc_plugin_impl
rustc_privacy
rustc_query_impl
rustc_query_system
rustc_resolve Rollup merge of #89990 - petrochenkov:idempty, r=wesleywiser 2021-10-18 08:13:30 +02:00
rustc_save_analysis
rustc_serialize
rustc_session
rustc_span rustc_span: Ident::invalid -> Ident::empty 2021-10-17 23:20:30 +03:00
rustc_symbol_mangling
rustc_target
rustc_trait_selection Move some outlives bounds things from rustc_trait_selection to rustc_typeck 2021-10-15 12:14:19 -04:00
rustc_traits Move some outlives bounds things from rustc_trait_selection to rustc_typeck 2021-10-15 12:14:19 -04:00
rustc_ty_utils
rustc_type_ir
rustc_typeck Rollup merge of #89963 - r00ster91:parenthesisparentheses, r=nagisa 2021-10-17 18:18:59 +02:00