rust/compiler
2023-10-21 07:01:25 +00:00
..
rustc
rustc_abi s/generator/coroutine/ 2023-10-20 21:14:01 +00:00
rustc_arena
rustc_ast Uplift movability and mutability, the simple way 2023-10-19 16:42:58 +00:00
rustc_ast_lowering Rename CoroutineKind::Gen to ::Coroutine 2023-10-20 21:14:01 +00:00
rustc_ast_passes s/generator/coroutine/ 2023-10-20 21:14:01 +00:00
rustc_ast_pretty
rustc_attr
rustc_baked_icu_data
rustc_borrowck Rename CoroutineKind::Gen to ::Coroutine 2023-10-20 21:14:01 +00:00
rustc_builtin_macros s/generator/coroutine/ 2023-10-20 21:14:01 +00:00
rustc_codegen_cranelift s/generator/coroutine/ 2023-10-20 21:14:01 +00:00
rustc_codegen_gcc s/generator/coroutine/ 2023-10-20 21:14:01 +00:00
rustc_codegen_llvm s/generator/coroutine/ 2023-10-20 21:14:01 +00:00
rustc_codegen_ssa Rename CoroutineKind::Gen to ::Coroutine 2023-10-20 21:14:01 +00:00
rustc_const_eval Rename CoroutineKind::Gen to ::Coroutine 2023-10-20 21:14:01 +00:00
rustc_data_structures
rustc_driver
rustc_driver_impl
rustc_error_codes Replace all uses of generator in markdown documentation with coroutine 2023-10-20 21:14:02 +00:00
rustc_error_messages
rustc_errors Auto merge of #116962 - estebank:issue-63835, r=oli-obk 2023-10-20 10:52:24 +00:00
rustc_expand
rustc_feature Re-add generators as a removed feature and point to the new feature name 2023-10-20 21:14:02 +00:00
rustc_fluent_macro Use v0.0.0 in compiler crates 2023-10-18 21:55:15 +00:00
rustc_fs_util
rustc_graphviz
rustc_hir Rename CoroutineKind::Gen to ::Coroutine 2023-10-20 21:14:01 +00:00
rustc_hir_analysis s/generator/coroutine/ 2023-10-20 21:14:01 +00:00
rustc_hir_pretty
rustc_hir_typeck Rename CoroutineKind::Gen to ::Coroutine 2023-10-20 21:14:01 +00:00
rustc_incremental
rustc_index
rustc_infer s/generator/coroutine/ 2023-10-20 21:14:01 +00:00
rustc_interface s/generator/coroutine/ 2023-10-20 21:14:01 +00:00
rustc_lexer Use v0.0.0 in compiler crates 2023-10-18 21:55:15 +00:00
rustc_lint s/generator/coroutine/ 2023-10-20 21:14:01 +00:00
rustc_lint_defs Bump COINDUCTIVE_OVERLAP_IN_COHERENCE 2023-10-18 18:54:11 +00:00
rustc_llvm
rustc_log
rustc_macros Use v0.0.0 in compiler crates 2023-10-18 21:55:15 +00:00
rustc_metadata s/generator/coroutine/ 2023-10-20 21:14:01 +00:00
rustc_middle Implement JumpThreading pass. 2023-10-21 06:58:38 +00:00
rustc_mir_build s/generator/coroutine/ 2023-10-20 21:14:01 +00:00
rustc_mir_dataflow Improve naming and comments. 2023-10-21 07:01:25 +00:00
rustc_mir_transform Improve naming and comments. 2023-10-21 07:01:25 +00:00
rustc_monomorphize s/generator/coroutine/ 2023-10-20 21:14:01 +00:00
rustc_parse s/generator/coroutine/ 2023-10-20 21:14:01 +00:00
rustc_parse_format
rustc_passes s/generator/coroutine/ 2023-10-20 21:14:01 +00:00
rustc_plugin_impl
rustc_privacy s/Generator/Coroutine/ 2023-10-20 21:10:38 +00:00
rustc_query_impl
rustc_query_system
rustc_resolve s/Generator/Coroutine/ 2023-10-20 21:10:38 +00:00
rustc_serialize
rustc_session s/generator/coroutine/ 2023-10-20 21:14:01 +00:00
rustc_smir Rename CoroutineKind::Gen to ::Coroutine 2023-10-20 21:14:01 +00:00
rustc_span Re-add generators as a removed feature and point to the new feature name 2023-10-20 21:14:02 +00:00
rustc_symbol_mangling s/generator/coroutine/ 2023-10-20 21:14:01 +00:00
rustc_target
rustc_trait_selection Rename CoroutineKind::Gen to ::Coroutine 2023-10-20 21:14:01 +00:00
rustc_traits
rustc_transmute Use v0.0.0 in compiler crates 2023-10-18 21:55:15 +00:00
rustc_ty_utils s/generator/coroutine/ 2023-10-20 21:14:01 +00:00
rustc_type_ir s/generator/coroutine/ 2023-10-20 21:14:01 +00:00
stable_mir Rename CoroutineKind::Gen to ::Coroutine 2023-10-20 21:14:01 +00:00