.. |
rustc
|
|
|
rustc_abi
|
|
|
rustc_apfloat
|
|
|
rustc_arena
|
|
|
rustc_ast
|
Auto merge of #113270 - the8472:opt-macro-tts, r=nnethercote
|
2023-07-07 08:04:48 +00:00 |
rustc_ast_lowering
|
|
|
rustc_ast_passes
|
|
|
rustc_ast_pretty
|
|
|
rustc_attr
|
|
|
rustc_baked_icu_data
|
|
|
rustc_borrowck
|
Move TyCtxt::mk_x to Ty::new_x where applicable
|
2023-07-05 20:27:07 +01:00 |
rustc_builtin_macros
|
|
|
rustc_codegen_cranelift
|
Move TyCtxt::mk_x to Ty::new_x where applicable
|
2023-07-05 20:27:07 +01: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
|
Auto merge of #113377 - BoxyUwU:move_ty_ctors_to_ty, r=compiler-errors
|
2023-07-06 08:10:42 +00:00 |
rustc_codegen_ssa
|
Move TyCtxt::mk_x to Ty::new_x where applicable
|
2023-07-05 20:27:07 +01:00 |
rustc_const_eval
|
Rollup merge of #111917 - WaffleLapkin:validate_unalloc, r=oli-obk
|
2023-07-06 20:11:38 -07:00 |
rustc_data_structures
|
|
|
rustc_driver
|
|
|
rustc_driver_impl
|
|
|
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
|
|
|
rustc_expand
|
|
|
rustc_feature
|
|
|
rustc_fluent_macro
|
|
|
rustc_fs_util
|
|
|
rustc_graphviz
|
|
|
rustc_hir
|
|
|
rustc_hir_analysis
|
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_hir_pretty
|
|
|
rustc_hir_typeck
|
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_incremental
|
|
|
rustc_index
|
|
|
rustc_infer
|
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_interface
|
|
|
rustc_lexer
|
Revert the lexing of c_str_literals
|
2023-07-05 13:11:17 +02:00 |
rustc_lint
|
Move TyCtxt::mk_x to Ty::new_x where applicable
|
2023-07-05 20:27:07 +01:00 |
rustc_lint_defs
|
Make unused_associated_type_bounds 's lint level changeable
|
2023-07-05 07:46:05 +00:00 |
rustc_llvm
|
Rollup merge of #112791 - WaffleLapkin:wag_the_llvm, r=cuviper
|
2023-07-06 09:20:31 +08:00 |
rustc_log
|
|
|
rustc_macros
|
|
|
rustc_metadata
|
|
|
rustc_middle
|
Auto merge of #113377 - BoxyUwU:move_ty_ctors_to_ty, r=compiler-errors
|
2023-07-06 08:10:42 +00:00 |
rustc_mir_build
|
Move TyCtxt::mk_x to Ty::new_x where applicable
|
2023-07-05 20:27:07 +01:00 |
rustc_mir_dataflow
|
Move TyCtxt::mk_x to Ty::new_x where applicable
|
2023-07-05 20:27:07 +01:00 |
rustc_mir_transform
|
Move TyCtxt::mk_x to Ty::new_x where applicable
|
2023-07-05 20:27:07 +01:00 |
rustc_monomorphize
|
Diagnose unsorted CGUs.
|
2023-07-06 18:27:25 +10:00 |
rustc_parse
|
Fix the issue of wrong diagnosis for extern pub fn
|
2023-07-05 16:25:46 +08:00 |
rustc_parse_format
|
|
|
rustc_passes
|
|
|
rustc_plugin_impl
|
|
|
rustc_privacy
|
|
|
rustc_query_impl
|
|
|
rustc_query_system
|
|
|
rustc_resolve
|
resolve: Add comments explaining use of Interned
|
2023-07-05 13:47:37 +03:00 |
rustc_serialize
|
|
|
rustc_session
|
|
|
rustc_smir
|
|
|
rustc_span
|
|
|
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
|
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_traits
|
|
|
rustc_transmute
|
|
|
rustc_ty_utils
|
Remove normalization from opaque_types_defined_by
|
2023-07-07 13:17:00 +00:00 |
rustc_type_ir
|
move ConstKind to typeir and move inherent impls to Const
|
2023-07-05 09:46:30 +01:00 |