.. |
rustc
|
|
|
rustc_abi
|
|
|
rustc_arena
|
|
|
rustc_ast
|
Avoid passing state that will not be visited
|
2024-07-22 14:34:45 +00:00 |
rustc_ast_ir
|
|
|
rustc_ast_lowering
|
Support ?Trait bounds in supertraits and dyn Trait under a feature gate
|
2024-07-25 20:53:33 +03:00 |
rustc_ast_passes
|
Support ?Trait bounds in supertraits and dyn Trait under a feature gate
|
2024-07-25 20:53:33 +03:00 |
rustc_ast_pretty
|
|
|
rustc_attr
|
|
|
rustc_baked_icu_data
|
|
|
rustc_borrowck
|
Rollup merge of #128049 - compiler-errors:E0626, r=petrochenkov
|
2024-07-23 13:06:55 +02:00 |
rustc_builtin_macros
|
Avoid passing state that will not be visited
|
2024-07-22 14:34:45 +00:00 |
rustc_codegen_cranelift
|
Rollup merge of #127177 - bjorn3:arm64_macos_cg_clif, r=Mark-Simulacrum
|
2024-07-22 16:44:02 +08:00 |
rustc_codegen_gcc
|
|
|
rustc_codegen_llvm
|
Auto merge of #127995 - workingjubilee:say-turings-prayer, r=BoxyUwU
|
2024-07-25 07:52:31 +00:00 |
rustc_codegen_ssa
|
Auto merge of #127995 - workingjubilee:say-turings-prayer, r=BoxyUwU
|
2024-07-25 07:52:31 +00:00 |
rustc_const_eval
|
Do not try to reveal hidden types when trying to prove Freeze in the defining scope
|
2024-07-24 16:00:48 +00:00 |
rustc_data_structures
|
|
|
rustc_driver
|
|
|
rustc_driver_impl
|
|
|
rustc_error_codes
|
Rollup merge of #126994 - Alexendoo:explain-markdown, r=tgross35
|
2024-07-23 19:42:35 +02:00 |
rustc_error_messages
|
|
|
rustc_errors
|
Rollup merge of #127528 - estebank:ascii-control-chars, r=oli-obk
|
2024-07-25 04:43:19 +02:00 |
rustc_expand
|
Rollup merge of #128133 - nnethercote:fix-cfg_attr-spans, r=petrochenkov
|
2024-07-24 18:00:41 +02:00 |
rustc_feature
|
Support ?Trait bounds in supertraits and dyn Trait under a feature gate
|
2024-07-25 20:53:33 +03:00 |
rustc_fluent_macro
|
|
|
rustc_fs_util
|
|
|
rustc_graphviz
|
|
|
rustc_hir
|
Support ?Trait bounds in supertraits and dyn Trait under a feature gate
|
2024-07-25 20:53:33 +03:00 |
rustc_hir_analysis
|
Support ?Trait bounds in supertraits and dyn Trait under a feature gate
|
2024-07-25 20:53:33 +03:00 |
rustc_hir_pretty
|
Support ?Trait bounds in supertraits and dyn Trait under a feature gate
|
2024-07-25 20:53:33 +03:00 |
rustc_hir_typeck
|
Rollup merge of #128140 - veera-sivarajan:remove-ident-to-str-conversions, r=compiler-errors
|
2024-07-24 22:22:18 +02:00 |
rustc_incremental
|
|
|
rustc_index
|
|
|
rustc_index_macros
|
|
|
rustc_infer
|
Get rid of can_eq_shallow
|
2024-07-22 13:54:48 -04:00 |
rustc_interface
|
|
|
rustc_lexer
|
|
|
rustc_lint
|
Support ?Trait bounds in supertraits and dyn Trait under a feature gate
|
2024-07-25 20:53:33 +03:00 |
rustc_lint_defs
|
Mark missing_fragment_specifier as FutureReleaseErrorReportInDeps
|
2024-07-24 13:16:46 -04:00 |
rustc_llvm
|
|
|
rustc_log
|
|
|
rustc_macros
|
|
|
rustc_metadata
|
Rollup merge of #127528 - estebank:ascii-control-chars, r=oli-obk
|
2024-07-25 04:43:19 +02:00 |
rustc_middle
|
Rollup merge of #127717 - gurry:127441-stray-impl-sugg, r=compiler-errors
|
2024-07-24 22:22:16 +02:00 |
rustc_mir_build
|
Rollup merge of #125834 - workingjubilee:weaken-thir-unsafeck-for-addr-of-static-mut, r=compiler-errors
|
2024-07-23 13:06:54 +02:00 |
rustc_mir_dataflow
|
|
|
rustc_mir_transform
|
Move all error reporting into rustc_trait_selection
|
2024-07-21 22:34:35 -04:00 |
rustc_monomorphize
|
|
|
rustc_next_trait_solver
|
|
|
rustc_parse
|
Rollup merge of #127054 - compiler-errors:bound-ordering, r=fmease
|
2024-07-25 04:43:18 +02:00 |
rustc_parse_format
|
|
|
rustc_passes
|
Move all error reporting into rustc_trait_selection
|
2024-07-21 22:34:35 -04:00 |
rustc_pattern_analysis
|
Auto merge of #128015 - Nadrieril:two-step-or-expansion, r=compiler-errors
|
2024-07-23 06:35:42 +00:00 |
rustc_privacy
|
|
|
rustc_query_impl
|
|
|
rustc_query_system
|
|
|
rustc_resolve
|
Do not use question as label
|
2024-07-24 21:03:27 +00:00 |
rustc_sanitizers
|
|
|
rustc_serialize
|
|
|
rustc_session
|
|
|
rustc_smir
|
|
|
rustc_span
|
Support ?Trait bounds in supertraits and dyn Trait under a feature gate
|
2024-07-25 20:53:33 +03:00 |
rustc_symbol_mangling
|
|
|
rustc_target
|
Auto merge of #127755 - no1wudi:master, r=michaelwoerister
|
2024-07-23 09:45:28 +00:00 |
rustc_trait_selection
|
Support ?Trait bounds in supertraits and dyn Trait under a feature gate
|
2024-07-25 20:53:33 +03:00 |
rustc_traits
|
Move all error reporting into rustc_trait_selection
|
2024-07-21 22:34:35 -04:00 |
rustc_transmute
|
|
|
rustc_ty_utils
|
|
|
rustc_type_ir
|
|
|
rustc_type_ir_macros
|
|
|
stable_mir
|
|
|