rust/compiler
2023-02-17 22:24:34 +11:00
..
rustc
rustc_abi
rustc_apfloat
rustc_arena
rustc_ast
rustc_ast_lowering
rustc_ast_passes Rollup merge of #107489 - compiler-errors:non_lifetime_binders, r=cjgillot 2023-02-17 00:19:34 +01:00
rustc_ast_pretty
rustc_attr
rustc_baked_icu_data
rustc_borrowck Replace mk_foo calls with infer_foo where possible. 2023-02-17 22:24:31 +11:00
rustc_builtin_macros
rustc_codegen_cranelift Replace mk_foo calls with infer_foo where possible. 2023-02-17 22:24:31 +11:00
rustc_codegen_gcc
rustc_codegen_llvm Use IntoIterator for mk_fn_sig. 2023-02-17 22:24:34 +11:00
rustc_codegen_ssa Rollup merge of #108086 - alexcrichton:wasm-relaxed-simd-feature, r=eholk 2023-02-17 00:19:36 +01:00
rustc_const_eval Replace mk_foo calls with infer_foo where possible. 2023-02-17 22:24:31 +11:00
rustc_data_structures
rustc_driver
rustc_driver_impl
rustc_error_codes
rustc_error_messages
rustc_errors
rustc_expand
rustc_feature Rollup merge of #107489 - compiler-errors:non_lifetime_binders, r=cjgillot 2023-02-17 00:19:34 +01:00
rustc_fs_util
rustc_graphviz
rustc_hir
rustc_hir_analysis Replace more mk_foo calls with infer_foo. 2023-02-17 22:24:34 +11:00
rustc_hir_pretty
rustc_hir_typeck Replace more mk_foo calls with infer_foo. 2023-02-17 22:24:34 +11:00
rustc_incremental
rustc_index
rustc_infer Auto merge of #107753 - kylematsuda:type-of, r=BoxyUwU 2023-02-17 04:45:15 +00:00
rustc_interface
rustc_lexer
rustc_lint Auto merge of #107753 - kylematsuda:type-of, r=BoxyUwU 2023-02-17 04:45:15 +00:00
rustc_lint_defs
rustc_llvm
rustc_log
rustc_macros
rustc_metadata Replace mk_foo calls with infer_foo where possible. 2023-02-17 22:24:31 +11:00
rustc_middle Replace more mk_foo calls with infer_foo. 2023-02-17 22:24:34 +11:00
rustc_mir_build Replace more mk_foo calls with infer_foo. 2023-02-17 22:24:34 +11:00
rustc_mir_dataflow
rustc_mir_transform Replace mk_foo calls with infer_foo where possible. 2023-02-17 22:24:31 +11:00
rustc_monomorphize remove bound_type_of query; make type_of return EarlyBinder; change type_of in metadata 2023-02-16 17:05:56 -07:00
rustc_parse
rustc_parse_format
rustc_passes Auto merge of #107753 - kylematsuda:type-of, r=BoxyUwU 2023-02-17 04:45:15 +00:00
rustc_plugin_impl
rustc_privacy Auto merge of #107753 - kylematsuda:type-of, r=BoxyUwU 2023-02-17 04:45:15 +00:00
rustc_query_impl
rustc_query_system Auto merge of #107833 - Zoxc:arena-query-clean, r=cjgillot 2023-02-16 22:10:10 +00:00
rustc_resolve Rollup merge of #107489 - compiler-errors:non_lifetime_binders, r=cjgillot 2023-02-17 00:19:34 +01:00
rustc_serialize
rustc_session Rollup merge of #107489 - compiler-errors:non_lifetime_binders, r=cjgillot 2023-02-17 00:19:34 +01:00
rustc_smir
rustc_span Rollup merge of #107489 - compiler-errors:non_lifetime_binders, r=cjgillot 2023-02-17 00:19:34 +01:00
rustc_symbol_mangling Use IntoIterator for mk_fn_sig. 2023-02-17 22:24:34 +11:00
rustc_target
rustc_trait_selection Replace more mk_foo calls with infer_foo. 2023-02-17 22:24:34 +11:00
rustc_traits remove bound_type_of query; make type_of return EarlyBinder; change type_of in metadata 2023-02-16 17:05:56 -07:00
rustc_transmute
rustc_ty_utils Use IntoIterator for mk_fn_sig. 2023-02-17 22:24:34 +11:00
rustc_type_ir Clarify iterator interners. 2023-02-17 22:24:34 +11:00