.. |
rustc
|
|
|
rustc_abi
|
|
|
rustc_arena
|
|
|
rustc_ast
|
|
|
rustc_ast_lowering
|
Record asyncness span in HIR
|
2023-09-21 19:18:14 +00:00 |
rustc_ast_passes
|
|
|
rustc_ast_pretty
|
|
|
rustc_attr
|
|
|
rustc_baked_icu_data
|
|
|
rustc_borrowck
|
Record asyncness span in HIR
|
2023-09-21 19:18:14 +00:00 |
rustc_builtin_macros
|
|
|
rustc_codegen_cranelift
|
Rollup merge of #115972 - RalfJung:const-consistency, r=oli-obk
|
2023-09-21 13:25:39 +02:00 |
rustc_codegen_gcc
|
Have a single struct for queries and hook
|
2023-09-22 16:26:20 +00:00 |
rustc_codegen_llvm
|
Have a single struct for queries and hook
|
2023-09-22 16:26:20 +00:00 |
rustc_codegen_ssa
|
Remove GeneratorWitness and rename GeneratorWitnessMIR.
|
2023-09-23 13:47:30 +00:00 |
rustc_const_eval
|
Remove GeneratorWitness and rename GeneratorWitnessMIR.
|
2023-09-23 13:47:30 +00:00 |
rustc_data_structures
|
Auto merge of #115230 - Vtewari2311:mod-hurd-latest, r=b-naber
|
2023-09-21 19:24:01 +00:00 |
rustc_driver
|
|
|
rustc_driver_impl
|
Auto merge of #115627 - compiler-errors:icedump-no-std, r=m-ou-se
|
2023-09-19 16:56:25 +00:00 |
rustc_error_codes
|
Remove dead error code.
|
2023-09-23 13:47:30 +00:00 |
rustc_error_messages
|
|
|
rustc_errors
|
Auto merge of #115690 - ShE3py:Z-treat-err-as-bug, r=petrochenkov
|
2023-09-22 13:01:30 +00:00 |
rustc_expand
|
|
|
rustc_feature
|
|
|
rustc_fluent_macro
|
|
|
rustc_fs_util
|
|
|
rustc_graphviz
|
|
|
rustc_hir
|
Record asyncness span in HIR
|
2023-09-21 19:18:14 +00:00 |
rustc_hir_analysis
|
Remove GeneratorWitness and rename GeneratorWitnessMIR.
|
2023-09-23 13:47:30 +00:00 |
rustc_hir_pretty
|
Record asyncness span in HIR
|
2023-09-21 19:18:14 +00:00 |
rustc_hir_typeck
|
Remove GeneratorWitness and rename GeneratorWitnessMIR.
|
2023-09-23 13:47:30 +00:00 |
rustc_incremental
|
Move DepKind to rustc_query_system and define it as u16
|
2023-09-21 17:06:14 +02:00 |
rustc_index
|
|
|
rustc_infer
|
Remove GeneratorWitness and rename GeneratorWitnessMIR.
|
2023-09-23 13:47:30 +00:00 |
rustc_interface
|
Enable drop_tracking_mir by default.
|
2023-09-23 13:34:09 +00:00 |
rustc_lexer
|
|
|
rustc_lint
|
Remove GeneratorWitness and rename GeneratorWitnessMIR.
|
2023-09-23 13:47:30 +00:00 |
rustc_lint_defs
|
Enable drop_tracking_mir by default.
|
2023-09-23 13:34:09 +00:00 |
rustc_llvm
|
|
|
rustc_log
|
|
|
rustc_macros
|
|
|
rustc_metadata
|
Enable drop_tracking_mir by default.
|
2023-09-23 13:34:09 +00:00 |
rustc_middle
|
Remove GeneratorWitness and rename GeneratorWitnessMIR.
|
2023-09-23 13:47:30 +00:00 |
rustc_mir_build
|
Rollup merge of #115972 - RalfJung:const-consistency, r=oli-obk
|
2023-09-21 13:25:39 +02:00 |
rustc_mir_dataflow
|
Remove GeneratorWitness and rename GeneratorWitnessMIR.
|
2023-09-23 13:47:30 +00:00 |
rustc_mir_transform
|
Enable drop_tracking_mir by default.
|
2023-09-23 13:34:09 +00:00 |
rustc_monomorphize
|
Rollup merge of #115972 - RalfJung:const-consistency, r=oli-obk
|
2023-09-21 13:25:39 +02:00 |
rustc_parse
|
|
|
rustc_parse_format
|
|
|
rustc_passes
|
Auto merge of #114776 - fee1-dead-contrib:enable-effects-in-libcore, r=oli-obk
|
2023-09-22 07:00:52 +00:00 |
rustc_plugin_impl
|
|
|
rustc_privacy
|
Remove GeneratorWitness and rename GeneratorWitnessMIR.
|
2023-09-23 13:47:30 +00:00 |
rustc_query_impl
|
Move DepKind to rustc_query_system and define it as u16
|
2023-09-21 17:06:14 +02:00 |
rustc_query_system
|
Move DepKind to rustc_query_system and define it as u16
|
2023-09-21 17:06:14 +02:00 |
rustc_resolve
|
fix confusing let chain indentation in rustc_resolve
|
2023-09-19 21:21:01 +01:00 |
rustc_serialize
|
Open the FileEncoder file for reading and writing
|
2023-09-22 16:13:25 -04:00 |
rustc_session
|
Enable drop_tracking_mir by default.
|
2023-09-23 13:34:09 +00:00 |
rustc_smir
|
Remove GeneratorWitness and rename GeneratorWitnessMIR.
|
2023-09-23 13:47:30 +00:00 |
rustc_span
|
Auto merge of #115549 - saethlin:include-bytes-resilient, r=jackh726
|
2023-09-21 02:50:54 +00:00 |
rustc_symbol_mangling
|
Remove GeneratorWitness and rename GeneratorWitnessMIR.
|
2023-09-23 13:47:30 +00:00 |
rustc_target
|
Auto merge of #115230 - Vtewari2311:mod-hurd-latest, r=b-naber
|
2023-09-21 19:24:01 +00:00 |
rustc_trait_selection
|
Remove GeneratorWitness and rename GeneratorWitnessMIR.
|
2023-09-23 13:47:30 +00:00 |
rustc_traits
|
|
|
rustc_transmute
|
|
|
rustc_ty_utils
|
Remove GeneratorWitness and rename GeneratorWitnessMIR.
|
2023-09-23 13:47:30 +00:00 |
rustc_type_ir
|
Remove GeneratorWitness and rename GeneratorWitnessMIR.
|
2023-09-23 13:47:30 +00:00 |