rust/compiler
Nilstrieb 4be84771a7 Put FnAbiError behind reference to shrink result
The `FnAbi` is just a pointer, so the error type should not be bigger.
2023-07-01 21:16:27 +02:00
..
rustc
rustc_abi
rustc_apfloat
rustc_arena
rustc_ast Syntatically accept become expressions 2023-06-19 12:54:34 +00:00
rustc_ast_lowering Do not generate lifetime_mapping for RPIT no in_trait 2023-06-29 14:26:28 -03:00
rustc_ast_passes Auto merge of #113105 - matthiaskrgr:rollup-rci0uym, r=matthiaskrgr 2023-06-27 21:31:47 +00:00
rustc_ast_pretty Syntatically accept become expressions 2023-06-19 12:54:34 +00:00
rustc_attr
rustc_baked_icu_data
rustc_borrowck Rollup merge of #113174 - chenyukang:yukang-fix-102972-loop-next, r=compiler-errors 2023-07-01 13:46:01 +02:00
rustc_builtin_macros fix typo 2023-06-28 10:52:48 +08:00
rustc_codegen_cranelift Auto merge of #113116 - nnethercote:codegen-opts, r=oli-obk 2023-06-30 00:35:19 +00:00
rustc_codegen_gcc Auto merge of #112814 - antoyo:sync-cg_gcc-2023-06-19, r=bjorn3 2023-06-22 02:11:08 +00:00
rustc_codegen_llvm Auto merge of #109524 - bzEq:aix-embed-llvmbc, r=nagisa 2023-06-30 11:39:58 +00:00
rustc_codegen_ssa Auto merge of #112550 - loongarch-rs:fix-eflags, r=cjgillot 2023-07-01 09:31:35 +00:00
rustc_const_eval Put LayoutError behind reference to shrink result 2023-07-01 21:16:25 +02:00
rustc_data_structures Remove SmallStr. 2023-06-29 11:45:52 +10:00
rustc_driver
rustc_driver_impl Provide more context for rustc +nightly -Zunstable-options on stable 2023-06-27 23:23:33 +08:00
rustc_error_codes
rustc_error_messages
rustc_errors
rustc_expand Rollup merge of #111571 - jhpratt:proc-macro-span, r=m-ou-se 2023-06-28 18:28:46 +05:30
rustc_feature Rollup merge of #112670 - petrochenkov:typriv, r=eholk 2023-06-29 05:48:39 +02:00
rustc_fluent_macro
rustc_fs_util
rustc_graphviz
rustc_hir Add bidirectional where clauses on RPITIT synthesized GATs 2023-06-29 14:26:26 -03:00
rustc_hir_analysis Rollup merge of #113182 - compiler-errors:rpit-stricter-captures, r=oli-obk 2023-07-01 13:46:01 +02:00
rustc_hir_pretty hir: Add Become expression kind 2023-06-26 08:56:32 +00:00
rustc_hir_typeck Put LayoutError behind reference to shrink result 2023-07-01 21:16:25 +02:00
rustc_incremental
rustc_index
rustc_infer Auto merge of #113154 - lcnr:better-probe-check, r=compiler-errors 2023-07-01 01:53:10 +00:00
rustc_interface Auto merge of #112708 - flip1995:clippy-freezing-pc-with-ice, r=oli-obk 2023-06-28 09:40:07 +00:00
rustc_lexer
rustc_lint Rollup merge of #112670 - petrochenkov:typriv, r=eholk 2023-06-29 05:48:39 +02:00
rustc_lint_defs Rollup merge of #112670 - petrochenkov:typriv, r=eholk 2023-06-29 05:48:39 +02:00
rustc_llvm
rustc_log
rustc_macros Auto merge of #111269 - clubby789:validate-fluent-variables, r=davidtwco 2023-06-28 03:47:02 +00:00
rustc_metadata Encode item bounds for DefKind::ImplTraitPlaceholder 2023-06-29 16:37:13 +00:00
rustc_middle Put FnAbiError behind reference to shrink result 2023-07-01 21:16:27 +02:00
rustc_mir_build remove cruft 2023-06-28 01:55:32 -04:00
rustc_mir_dataflow Export AnalysisResults trait in rustc_mir_dataflow 2023-06-27 11:35:32 +02:00
rustc_mir_transform Auto merge of #113116 - nnethercote:codegen-opts, r=oli-obk 2023-06-30 00:35:19 +00:00
rustc_monomorphize Tweak thread names for CGU processing. 2023-06-26 09:14:45 +10:00
rustc_parse Auto merge of #113105 - matthiaskrgr:rollup-rci0uym, r=matthiaskrgr 2023-06-27 21:31:47 +00:00
rustc_parse_format
rustc_passes Put LayoutError behind reference to shrink result 2023-07-01 21:16:25 +02:00
rustc_plugin_impl
rustc_privacy Fix associated items effective visibility calculation for type privacy lints 2023-06-30 15:00:24 +03:00
rustc_query_impl Avoid calling queries during query stack printing 2023-06-27 16:12:07 +02:00
rustc_query_system
rustc_resolve fix(resolve): skip assertion judgment when NonModule is dummy 2023-07-01 11:53:31 +08:00
rustc_serialize
rustc_session Rollup merge of #113084 - WaffleLapkin:less_map_or, r=Nilstrieb 2023-06-27 22:10:15 +02:00
rustc_smir Rollup merge of #112232 - fee1-dead-contrib:match-eq-const-msg, r=b-naber 2023-06-19 17:53:33 -07:00
rustc_span Auto merge of #113116 - nnethercote:codegen-opts, r=oli-obk 2023-06-30 00:35:19 +00:00
rustc_symbol_mangling Add AliasKind::Weak for type aliases. 2023-06-16 19:39:48 +00:00
rustc_target Auto merge of #106619 - agausmann:avr-object-file, r=nagisa 2023-06-30 08:55:56 +00:00
rustc_trait_selection Auto merge of #113154 - lcnr:better-probe-check, r=compiler-errors 2023-07-01 01:53:10 +00:00
rustc_traits Remove unnecessary DefineOpaqueTypes::Bubble from codegen 2023-06-27 21:36:15 +00:00
rustc_transmute Put LayoutError behind reference to shrink result 2023-07-01 21:16:25 +02:00
rustc_ty_utils Put FnAbiError behind reference to shrink result 2023-07-01 21:16:27 +02:00
rustc_type_ir Add AliasKind::Weak for type aliases. 2023-06-16 19:39:48 +00:00