.. |
rustc
|
|
|
rustc_abi
|
Use translatable diagnostics in rustc_const_eval
|
2023-06-01 14:45:18 +00:00 |
rustc_apfloat
|
|
|
rustc_arena
|
|
|
rustc_ast
|
|
|
rustc_ast_lowering
|
Separate AnonConst from ConstBlock in HIR.
|
2023-06-02 21:25:18 +00:00 |
rustc_ast_passes
|
cleanup
|
2023-06-03 09:44:30 +08:00 |
rustc_ast_pretty
|
|
|
rustc_attr
|
|
|
rustc_baked_icu_data
|
|
|
rustc_borrowck
|
Rollup merge of #111980 - compiler-errors:unmapped-substs, r=lcnr
|
2023-06-01 11:09:43 +05:30 |
rustc_builtin_macros
|
|
|
rustc_codegen_cranelift
|
Rollup merge of #112168 - scottmcm:lower-div-rem-unchecked-to-mir, r=oli-obk
|
2023-06-02 16:02:06 -07:00 |
rustc_codegen_gcc
|
Use translatable diagnostics in rustc_const_eval
|
2023-06-01 14:45:18 +00:00 |
rustc_codegen_llvm
|
Removed use of iteration through a HashMap/HashSet in rustc_incremental and replaced with IndexMap/IndexSet
|
2023-06-04 21:54:28 -04:00 |
rustc_codegen_ssa
|
Removed use of iteration through a HashMap/HashSet in rustc_incremental and replaced with IndexMap/IndexSet
|
2023-06-04 21:54:28 -04:00 |
rustc_const_eval
|
Rollup merge of #112168 - scottmcm:lower-div-rem-unchecked-to-mir, r=oli-obk
|
2023-06-02 16:02:06 -07:00 |
rustc_data_structures
|
Update dependencies with reported vulnerabilities
|
2023-06-02 12:34:01 -05:00 |
rustc_driver
|
|
|
rustc_driver_impl
|
|
|
rustc_error_codes
|
Implement custom diagnostic for ConstParamTy
|
2023-06-01 18:21:42 +00:00 |
rustc_error_messages
|
Use translatable diagnostics in rustc_const_eval
|
2023-06-01 14:45:18 +00:00 |
rustc_errors
|
Auto merge of #112198 - compiler-errors:rollup-o2xe4of, r=compiler-errors
|
2023-06-02 07:57:21 +00:00 |
rustc_expand
|
|
|
rustc_feature
|
cleanup
|
2023-06-03 09:44:30 +08:00 |
rustc_fluent_macro
|
|
|
rustc_fs_util
|
|
|
rustc_graphviz
|
|
|
rustc_hir
|
Separate AnonConst from ConstBlock in HIR.
|
2023-06-02 21:25:18 +00:00 |
rustc_hir_analysis
|
Rollup merge of #112183 - compiler-errors:new-solver-anon-ct, r=BoxyUwU
|
2023-06-02 16:02:06 -07:00 |
rustc_hir_pretty
|
Separate AnonConst from ConstBlock in HIR.
|
2023-06-02 21:25:18 +00:00 |
rustc_hir_typeck
|
Fix type-inference regression in #112225
|
2023-06-04 10:56:00 +02:00 |
rustc_incremental
|
Removed use of iteration through a HashMap/HashSet in rustc_incremental and replaced with IndexMap/IndexSet
|
2023-06-04 21:54:28 -04:00 |
rustc_index
|
|
|
rustc_infer
|
Normalize anon consts in new solver
|
2023-06-02 22:07:57 +00:00 |
rustc_interface
|
|
|
rustc_lexer
|
|
|
rustc_lint
|
Rollup merge of #111496 - mpalmer:unreachable-pub-docs, r=pnkfelix
|
2023-06-01 22:47:30 +02:00 |
rustc_lint_defs
|
|
|
rustc_llvm
|
|
|
rustc_log
|
|
|
rustc_macros
|
Use translatable diagnostics in rustc_const_eval
|
2023-06-01 14:45:18 +00:00 |
rustc_metadata
|
Separate AnonConst from ConstBlock in HIR.
|
2023-06-02 21:25:18 +00:00 |
rustc_middle
|
Rollup merge of #112183 - compiler-errors:new-solver-anon-ct, r=BoxyUwU
|
2023-06-02 16:02:06 -07:00 |
rustc_mir_build
|
Separate AnonConst from ConstBlock in HIR.
|
2023-06-02 21:25:18 +00:00 |
rustc_mir_dataflow
|
|
|
rustc_mir_transform
|
Auto merge of #112240 - cjgillot:recurse-inline, r=scottmcm
|
2023-06-04 03:39:24 +00:00 |
rustc_monomorphize
|
Clarify follow_inlining .
|
2023-06-02 13:07:30 +10:00 |
rustc_parse
|
|
|
rustc_parse_format
|
|
|
rustc_passes
|
Separate AnonConst from ConstBlock in HIR.
|
2023-06-02 21:25:18 +00:00 |
rustc_plugin_impl
|
|
|
rustc_privacy
|
Rename impl_defaultness to defaultness
|
2023-06-01 06:14:06 +00:00 |
rustc_query_impl
|
|
|
rustc_query_system
|
Removed use of iteration through a HashMap/HashSet in rustc_incremental and replaced with IndexMap/IndexSet
|
2023-06-04 21:54:28 -04:00 |
rustc_resolve
|
|
|
rustc_serialize
|
|
|
rustc_session
|
Auto merge of #103877 - oli-obk:const_eval_step_limit, r=fee1-dead
|
2023-06-01 05:32:00 +00:00 |
rustc_smir
|
|
|
rustc_span
|
Auto merge of #111567 - Urgau:uplift_cast_ref_to_mut, r=b-naber
|
2023-06-01 01:27:32 +00:00 |
rustc_symbol_mangling
|
Rollup merge of #112182 - rcvalle:rust-cfi-fix-111185, r=compiler-errors
|
2023-06-02 18:12:45 +02:00 |
rustc_target
|
Auto merge of #112198 - compiler-errors:rollup-o2xe4of, r=compiler-errors
|
2023-06-02 07:57:21 +00:00 |
rustc_trait_selection
|
Rollup merge of #111659 - y21:suggest-as-deref, r=cjgillot
|
2023-06-03 20:38:10 +02:00 |
rustc_traits
|
|
|
rustc_transmute
|
|
|
rustc_ty_utils
|
Separate AnonConst from ConstBlock in HIR.
|
2023-06-02 21:25:18 +00:00 |
rustc_type_ir
|
|
|