rust/compiler
2023-01-27 18:57:34 +00:00
..
rustc
rustc_abi
rustc_apfloat
rustc_arena
rustc_ast Auto merge of #106745 - m-ou-se:format-args-ast, r=oli-obk 2023-01-26 12:44:47 +00:00
rustc_ast_lowering Auto merge of #106812 - oli-obk:output_filenames, r=petrochenkov 2023-01-26 20:32:28 +00:00
rustc_ast_passes
rustc_ast_pretty Auto merge of #106745 - m-ou-se:format-args-ast, r=oli-obk 2023-01-26 12:44:47 +00:00
rustc_attr
rustc_baked_icu_data
rustc_borrowck add method_substs to CallKind 2023-01-26 20:28:31 -07:00
rustc_builtin_macros Auto merge of #106745 - m-ou-se:format-args-ast, r=oli-obk 2023-01-26 12:44:47 +00:00
rustc_codegen_cranelift Auto merge of #107055 - kylematsuda:eb-fn-sig, r=lcnr 2023-01-27 15:02:44 +00:00
rustc_codegen_gcc
rustc_codegen_llvm change fn_sig query to use EarlyBinder; remove bound_fn_sig query; add EarlyBinder to fn_sig in metadata 2023-01-26 20:28:25 -07:00
rustc_codegen_ssa Auto merge of #107055 - kylematsuda:eb-fn-sig, r=lcnr 2023-01-27 15:02:44 +00:00
rustc_const_eval add method_substs to CallKind 2023-01-26 20:28:31 -07:00
rustc_data_structures Rollup merge of #107168 - Nilstrieb:if-a-tait-falls-in-the-forest,can-we-know-it-wasnt-revealed, r=oli-obk 2023-01-26 15:02:21 +01:00
rustc_driver
rustc_error_codes
rustc_error_messages Rollup merge of #106978 - mejrs:mir_build3, r=davidtwco 2023-01-26 15:02:20 +01:00
rustc_errors
rustc_expand
rustc_feature
rustc_fs_util
rustc_graphviz
rustc_hir Impl HashStable/Encodable/Decodable for ObligationCause. 2023-01-27 18:56:32 +00:00
rustc_hir_analysis fix up subst_identity vs skip_binder; add some FIXMEs as identified in review 2023-01-26 20:28:31 -07:00
rustc_hir_pretty
rustc_hir_typeck Separate trait selection from ambiguity reporting. 2023-01-27 18:57:10 +00:00
rustc_incremental
rustc_index
rustc_infer Separate trait selection from ambiguity reporting. 2023-01-27 18:57:10 +00:00
rustc_interface
rustc_lexer
rustc_lint change fn_sig query to use EarlyBinder; remove bound_fn_sig query; add EarlyBinder to fn_sig in metadata 2023-01-26 20:28:25 -07:00
rustc_lint_defs
rustc_llvm
rustc_log
rustc_macros
rustc_metadata Auto merge of #107055 - kylematsuda:eb-fn-sig, r=lcnr 2023-01-27 15:02:44 +00:00
rustc_middle Impl HashStable/Encodable/Decodable for ObligationCause. 2023-01-27 18:56:32 +00:00
rustc_mir_build change fn_sig query to use EarlyBinder; remove bound_fn_sig query; add EarlyBinder to fn_sig in metadata 2023-01-26 20:28:25 -07:00
rustc_mir_dataflow
rustc_mir_transform fix up subst_identity vs skip_binder; add some FIXMEs as identified in review 2023-01-26 20:28:31 -07:00
rustc_monomorphize add EarlyBinder::no_bound_vars 2023-01-26 20:28:31 -07:00
rustc_parse
rustc_parse_format
rustc_passes fixup new usages of fn_sig, bound_fn_sig after rebasing 2023-01-26 20:33:27 -07:00
rustc_plugin_impl
rustc_privacy fix up subst_identity vs skip_binder; add some FIXMEs as identified in review 2023-01-26 20:28:31 -07:00
rustc_query_impl
rustc_query_system
rustc_resolve
rustc_save_analysis
rustc_serialize
rustc_session Add drop_tracking_mir option. 2023-01-27 18:57:34 +00:00
rustc_smir
rustc_span Auto merge of #106745 - m-ou-se:format-args-ast, r=oli-obk 2023-01-26 12:44:47 +00:00
rustc_symbol_mangling
rustc_target
rustc_trait_selection Separate trait selection from ambiguity reporting. 2023-01-27 18:57:10 +00:00
rustc_traits Separate trait selection from ambiguity reporting. 2023-01-27 18:57:10 +00:00
rustc_transmute
rustc_ty_utils fix up subst_identity vs skip_binder; add some FIXMEs as identified in review 2023-01-26 20:28:31 -07:00
rustc_type_ir