rust/compiler
bors 486bc278ab Auto merge of #127293 - ldm0:ldm_coroutine, r=saethlin
Use `IndexVec` for coroutine local mapping

Resolves a old FIXME
2024-07-04 06:18:55 +00:00
..
rustc
rustc_abi
rustc_arena
rustc_ast Rollup merge of #127092 - compiler-errors:rtn-dots-redux, r=estebank 2024-07-03 23:30:07 +02:00
rustc_ast_ir
rustc_ast_lowering Rollup merge of #127092 - compiler-errors:rtn-dots-redux, r=estebank 2024-07-03 23:30:07 +02:00
rustc_ast_passes Rollup merge of #127092 - compiler-errors:rtn-dots-redux, r=estebank 2024-07-03 23:30:07 +02:00
rustc_ast_pretty Rollup merge of #127092 - compiler-errors:rtn-dots-redux, r=estebank 2024-07-03 23:30:07 +02:00
rustc_attr
rustc_baked_icu_data
rustc_borrowck Auto merge of #125507 - compiler-errors:type-length-limit, r=lcnr 2024-07-03 11:56:36 +00:00
rustc_builtin_macros Simplify CfgEval. 2024-07-02 10:46:43 +10:00
rustc_codegen_cranelift Fix spans 2024-07-02 15:48:48 -04:00
rustc_codegen_gcc Fix spans 2024-07-02 15:48:48 -04:00
rustc_codegen_llvm Rollup merge of #126803 - tgross35:verbose-asm, r=Amanieu 2024-07-03 17:26:53 +02:00
rustc_codegen_ssa Auto merge of #126094 - petrochenkov:libsearch, r=michaelwoerister 2024-07-03 14:15:31 +00:00
rustc_const_eval Auto merge of #125507 - compiler-errors:type-length-limit, r=lcnr 2024-07-03 11:56:36 +00:00
rustc_data_structures Auto merge of #127226 - mat-1:optimize-siphash-round, r=nnethercote 2024-07-04 04:03:45 +00:00
rustc_driver
rustc_driver_impl
rustc_error_codes
rustc_error_messages
rustc_errors
rustc_expand Shrink parser positions from usize to u32. 2024-07-02 17:03:53 +10:00
rustc_feature
rustc_fluent_macro
rustc_fs_util
rustc_graphviz
rustc_hir Rollup merge of #127092 - compiler-errors:rtn-dots-redux, r=estebank 2024-07-03 23:30:07 +02:00
rustc_hir_analysis
rustc_hir_pretty
rustc_hir_typeck Rollup merge of #127253 - chenyukang:yukang-fix-126246-fn-parameters-check, r=estebank 2024-07-03 23:30:08 +02:00
rustc_incremental
rustc_index Use IndexVec for coroutine local mapping 2024-07-04 05:09:23 +08:00
rustc_index_macros
rustc_infer Instance::resolve -> Instance::try_resolve, and other nits 2024-07-02 17:28:03 -04:00
rustc_interface Rollup merge of #127184 - bjorn3:interface_refactor2, r=Nadrieril 2024-07-03 23:30:07 +02:00
rustc_lexer
rustc_lint Instance::resolve -> Instance::try_resolve, and other nits 2024-07-02 17:28:03 -04:00
rustc_lint_defs
rustc_llvm Rename the asm-comments compiler flag to verbose-asm 2024-07-02 21:42:01 -04:00
rustc_log
rustc_macros
rustc_metadata
rustc_middle Rollup merge of #127294 - ldm0:ldm_coroutine2, r=lcnr 2024-07-03 23:30:10 +02:00
rustc_mir_build Auto merge of #125507 - compiler-errors:type-length-limit, r=lcnr 2024-07-03 11:56:36 +00:00
rustc_mir_dataflow Auto merge of #127036 - cjgillot:sparse-state, r=oli-obk 2024-07-03 18:52:04 +00:00
rustc_mir_transform Auto merge of #127293 - ldm0:ldm_coroutine, r=saethlin 2024-07-04 06:18:55 +00:00
rustc_monomorphize Fix spans 2024-07-02 15:48:48 -04:00
rustc_next_trait_solver Rollup merge of #127145 - compiler-errors:as_lang_item, r=lcnr 2024-07-03 17:26:54 +02:00
rustc_parse Rollup merge of #127092 - compiler-errors:rtn-dots-redux, r=estebank 2024-07-03 23:30:07 +02:00
rustc_parse_format
rustc_passes Rollup merge of #127092 - compiler-errors:rtn-dots-redux, r=estebank 2024-07-03 23:30:07 +02:00
rustc_pattern_analysis
rustc_privacy
rustc_query_impl
rustc_query_system
rustc_resolve Auto merge of #127127 - notriddle:notriddle/pulldown-cmark-0.11, r=GuillaumeGomez 2024-07-04 01:50:31 +00:00
rustc_sanitizers
rustc_serialize chore: remove duplicate words 2024-07-02 11:25:31 +08:00
rustc_session Rename the asm-comments compiler flag to verbose-asm 2024-07-02 21:42:01 -04:00
rustc_smir Instance::resolve -> Instance::try_resolve, and other nits 2024-07-02 17:28:03 -04:00
rustc_span
rustc_symbol_mangling
rustc_target
rustc_trait_selection Auto merge of #125507 - compiler-errors:type-length-limit, r=lcnr 2024-07-03 11:56:36 +00:00
rustc_traits
rustc_transmute
rustc_ty_utils Auto merge of #125507 - compiler-errors:type-length-limit, r=lcnr 2024-07-03 11:56:36 +00:00
rustc_type_ir Rollup merge of #127145 - compiler-errors:as_lang_item, r=lcnr 2024-07-03 17:26:54 +02:00
rustc_type_ir_macros
stable_mir