.. |
rustc
|
|
|
rustc_abi
|
|
|
rustc_apfloat
|
|
|
rustc_arena
|
|
|
rustc_ast
|
|
|
rustc_ast_lowering
|
Only look for param in generics if it actually comes from generics
|
2023-02-28 06:27:56 +00:00 |
rustc_ast_passes
|
avoid &str to String conversions
|
2023-02-27 14:27:13 +09:00 |
rustc_ast_pretty
|
|
|
rustc_attr
|
|
|
rustc_baked_icu_data
|
|
|
rustc_borrowck
|
Auto merge of #108487 - cjgillot:no-typeck-mir, r=oli-obk
|
2023-02-27 21:48:10 +00:00 |
rustc_builtin_macros
|
|
|
rustc_codegen_cranelift
|
Unify all validity check intrinsics
|
2023-02-27 13:30:44 +00:00 |
rustc_codegen_gcc
|
|
|
rustc_codegen_llvm
|
Auto merge of #108446 - Zoxc:named-allocs, r=oli-obk
|
2023-03-01 15:36:15 +00:00 |
rustc_codegen_ssa
|
Rollup merge of #108505 - Nilstrieb:further-unify-validity-intrinsics, r=michaelwoerister
|
2023-03-01 01:21:57 +01:00 |
rustc_const_eval
|
Rollup merge of #108505 - Nilstrieb:further-unify-validity-intrinsics, r=michaelwoerister
|
2023-03-01 01:21:57 +01:00 |
rustc_data_structures
|
Add contains_key to SortedIndexMultiMap
|
2023-02-28 17:15:00 +01:00 |
rustc_driver
|
|
|
rustc_driver_impl
|
|
|
rustc_error_codes
|
|
|
rustc_error_messages
|
|
|
rustc_errors
|
|
|
rustc_expand
|
Rollup merge of #108297 - chenyukang:yukang/delim-error-exit, r=petrochenkov
|
2023-03-01 01:20:22 +01:00 |
rustc_feature
|
Rollup merge of #108550 - clubby789:remove-disjoint, r=compiler-errors
|
2023-03-01 01:20:24 +01:00 |
rustc_fs_util
|
|
|
rustc_graphviz
|
|
|
rustc_hir
|
Only look for param in generics if it actually comes from generics
|
2023-02-28 06:27:56 +00:00 |
rustc_hir_analysis
|
Auto merge of #108587 - matthiaskrgr:rollup-rw6po59, r=matthiaskrgr
|
2023-03-01 06:23:19 +00:00 |
rustc_hir_pretty
|
|
|
rustc_hir_typeck
|
Rollup merge of #108550 - clubby789:remove-disjoint, r=compiler-errors
|
2023-03-01 01:20:24 +01:00 |
rustc_incremental
|
|
|
rustc_index
|
|
|
rustc_infer
|
Some infer/mod.rs cleanups
|
2023-02-28 11:49:05 +00:00 |
rustc_interface
|
|
|
rustc_lexer
|
|
|
rustc_lint
|
Make unused_allocation lint warn against Box::new
|
2023-03-03 12:02:55 +00:00 |
rustc_lint_defs
|
Rollup merge of #108363 - cjgillot:unused-crate, r=WaffleLapkin
|
2023-02-27 18:48:49 +01:00 |
rustc_llvm
|
|
|
rustc_log
|
|
|
rustc_macros
|
|
|
rustc_metadata
|
Properly implement should_encode_fn_impl_trait_in_trait using new unstable option
|
2023-03-01 14:13:41 -03:00 |
rustc_middle
|
Make associated_item_def_ids for traits use an unstable option to also return associated types for RPITITs
|
2023-03-01 12:56:39 -03:00 |
rustc_mir_build
|
Rollup merge of #108550 - clubby789:remove-disjoint, r=compiler-errors
|
2023-03-01 01:20:24 +01:00 |
rustc_mir_dataflow
|
|
|
rustc_mir_transform
|
Unify all validity check intrinsics
|
2023-02-27 13:30:44 +00:00 |
rustc_monomorphize
|
|
|
rustc_parse
|
recover from for-else and while-else
|
2023-03-01 13:26:59 +01:00 |
rustc_parse_format
|
|
|
rustc_passes
|
Rollup merge of #108486 - cjgillot:owner-ditem, r=Nilstrieb
|
2023-02-27 06:11:53 +01:00 |
rustc_plugin_impl
|
|
|
rustc_privacy
|
|
|
rustc_query_impl
|
|
|
rustc_query_system
|
Fix a race in the query system
|
2023-02-28 07:47:58 +01:00 |
rustc_resolve
|
Auto merge of #108098 - notriddle:notriddle/rustdoc-tooltip-alloc, r=GuillaumeGomez
|
2023-02-28 07:27:32 +00:00 |
rustc_serialize
|
|
|
rustc_session
|
Add unstable option new_rpitit to be used for new RPITIT lowering system
|
2023-03-01 12:56:39 -03:00 |
rustc_smir
|
|
|
rustc_span
|
Make unused_allocation lint warn against Box::new
|
2023-03-03 12:02:55 +00:00 |
rustc_symbol_mangling
|
|
|
rustc_target
|
|
|
rustc_trait_selection
|
Descriptive error when users try to combine RPITIT/AFIT with specialization
|
2023-02-28 02:03:43 +00:00 |
rustc_traits
|
|
|
rustc_transmute
|
|
|
rustc_ty_utils
|
Make associated_item_def_ids for traits use an unstable option to also return associated types for RPITITs
|
2023-03-01 12:56:39 -03:00 |
rustc_type_ir
|
|
|