rust/compiler
2023-07-13 23:01:24 +02:00
..
rustc
rustc_abi clean up struct layout code 2023-07-06 13:04:13 +00:00
rustc_apfloat
rustc_arena
rustc_ast Flip cfg's for bootstrap bump 2023-07-12 21:38:55 -04:00
rustc_ast_lowering Re-format let-else per rustfmt update 2023-07-12 21:49:27 -04:00
rustc_ast_passes Lint against misplaced where-clauses on assoc tys in traits 2023-07-11 01:19:11 +02:00
rustc_ast_pretty
rustc_attr
rustc_baked_icu_data
rustc_borrowck Re-format let-else per rustfmt update 2023-07-12 21:49:27 -04:00
rustc_builtin_macros Re-format let-else per rustfmt update 2023-07-12 21:49:27 -04:00
rustc_codegen_cranelift Rename adjustment::PointerCast and variants using it to PointerCoercion 2023-07-07 18:17:16 +02:00
rustc_codegen_gcc Move TyCtxt::mk_x to Ty::new_x where applicable 2023-07-05 20:27:07 +01:00
rustc_codegen_llvm Re-format let-else per rustfmt update 2023-07-12 21:49:27 -04:00
rustc_codegen_ssa Re-format let-else per rustfmt update 2023-07-12 21:49:27 -04:00
rustc_const_eval Re-format let-else per rustfmt update 2023-07-12 21:49:27 -04:00
rustc_data_structures Re-format let-else per rustfmt update 2023-07-12 21:49:27 -04:00
rustc_driver Update rustix 2023-07-03 07:20:51 +00:00
rustc_driver_impl Dynamically size sigaltstk in rustc 2023-07-10 12:05:16 -07:00
rustc_error_codes
rustc_error_messages Require TAITs to be mentioned in the signatures of functions that register hidden types for them 2023-07-07 13:13:18 +00:00
rustc_errors Re-format let-else per rustfmt update 2023-07-12 21:49:27 -04:00
rustc_expand Re-format let-else per rustfmt update 2023-07-12 21:49:27 -04:00
rustc_feature Replace version placeholder to 1.72 2023-07-12 21:24:05 -04:00
rustc_fluent_macro
rustc_fs_util
rustc_graphviz
rustc_hir Re-format let-else per rustfmt update 2023-07-12 21:49:27 -04:00
rustc_hir_analysis Re-format let-else per rustfmt update 2023-07-12 21:49:27 -04:00
rustc_hir_pretty
rustc_hir_typeck Auto merge of #113637 - Mark-Simulacrum:bootstrap-bump, r=ozkanonur 2023-07-13 18:15:14 +00:00
rustc_incremental Re-format let-else per rustfmt update 2023-07-12 21:49:27 -04:00
rustc_index Re-format let-else per rustfmt update 2023-07-12 21:49:27 -04:00
rustc_infer Re-format let-else per rustfmt update 2023-07-12 21:49:27 -04:00
rustc_interface Re-format let-else per rustfmt update 2023-07-12 21:49:27 -04:00
rustc_lexer Revert the lexing of c_str_literals 2023-07-05 13:11:17 +02:00
rustc_lint Temporarily switch invalid_reference_casting lint to allow-by-default 2023-07-13 23:01:24 +02:00
rustc_lint_defs Lint against misplaced where-clauses on assoc tys in traits 2023-07-11 01:19:11 +02:00
rustc_llvm llvm-wrapper: adapt for LLVM API change 2023-07-12 09:30:31 +00:00
rustc_log
rustc_macros Re-format let-else per rustfmt update 2023-07-12 21:49:27 -04:00
rustc_metadata Re-format let-else per rustfmt update 2023-07-12 21:49:27 -04:00
rustc_middle Re-format let-else per rustfmt update 2023-07-12 21:49:27 -04:00
rustc_mir_build Re-format let-else per rustfmt update 2023-07-12 21:49:27 -04:00
rustc_mir_dataflow Re-format let-else per rustfmt update 2023-07-12 21:49:27 -04:00
rustc_mir_transform Re-format let-else per rustfmt update 2023-07-12 21:49:27 -04:00
rustc_monomorphize Replace RPITIT current impl with new strategy that lowers as a GAT 2023-07-08 18:21:34 -03:00
rustc_parse Re-format let-else per rustfmt update 2023-07-12 21:49:27 -04:00
rustc_parse_format
rustc_passes Re-format let-else per rustfmt update 2023-07-12 21:49:27 -04:00
rustc_plugin_impl
rustc_privacy Replace RPITIT current impl with new strategy that lowers as a GAT 2023-07-08 18:21:34 -03:00
rustc_query_impl
rustc_query_system Show which type was not specialized on query cycle misuse 2023-07-05 07:30:28 +00:00
rustc_resolve Re-format let-else per rustfmt update 2023-07-12 21:49:27 -04:00
rustc_serialize Upgrade to indexmap 2.0.0 2023-07-03 13:51:54 -07:00
rustc_session Auto merge of #112988 - spastorino:new-rpitit-24, r=compiler-errors 2023-07-10 19:01:30 +00:00
rustc_smir Rollup merge of #113553 - spastorino:smir-types-2, r=oli-obk 2023-07-13 12:19:22 +02:00
rustc_span Re-format let-else per rustfmt update 2023-07-12 21:49:27 -04:00
rustc_symbol_mangling Move TyCtxt::mk_x to Ty::new_x where applicable 2023-07-05 20:27:07 +01:00
rustc_target Add support for NetBSD/riscv64 aka. riscv64gc-unknown-netbsd. 2023-07-05 13:49:01 +00:00
rustc_trait_selection Auto merge of #113637 - Mark-Simulacrum:bootstrap-bump, r=ozkanonur 2023-07-13 18:15:14 +00:00
rustc_traits get rid of a bit more calls to poly_select 2023-07-06 16:50:12 +00:00
rustc_transmute
rustc_ty_utils Re-format let-else per rustfmt update 2023-07-12 21:49:27 -04:00
rustc_type_ir Add a new trait to Debug things with an infcx available 2023-07-06 11:36:39 +01:00