.. |
rustc
|
|
|
rustc_abi
|
|
|
rustc_arena
|
|
|
rustc_ast
|
Rollup merge of #128207 - folkertdev:asm-parser-generalize, r=Amanieu
|
2024-07-27 13:32:56 -04:00 |
rustc_ast_ir
|
|
|
rustc_ast_lowering
|
Rollup merge of #128226 - oli-obk:option_vs_empty_slice, r=petrochenkov
|
2024-07-26 19:03:07 -04: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 #128241 - compiler-errors:clone-sugg, r=jieyouxu
|
2024-07-27 13:32:57 -04:00 |
rustc_builtin_macros
|
Rollup merge of #127853 - folkertdev:naked-function-error-messages, r=bjorn3
|
2024-07-28 08:57:16 +02:00 |
rustc_codegen_cranelift
|
stabilize is_sorted
|
2024-07-28 03:11:54 +08:00 |
rustc_codegen_gcc
|
stabilize is_sorted
|
2024-07-28 03:11:54 +08:00 |
rustc_codegen_llvm
|
Rollup merge of #127860 - klensy:dedup, r=Mark-Simulacrum
|
2024-07-28 20:07:45 +02:00 |
rustc_codegen_ssa
|
Rollup merge of #127860 - klensy:dedup, r=Mark-Simulacrum
|
2024-07-28 20:07:45 +02:00 |
rustc_const_eval
|
Rollup merge of #127950 - nnethercote:rustfmt-skip-on-use-decls, r=cuviper
|
2024-07-26 00:57:21 +02:00 |
rustc_data_structures
|
|
|
rustc_driver
|
|
|
rustc_driver_impl
|
|
|
rustc_error_codes
|
Rollup merge of #127853 - folkertdev:naked-function-error-messages, r=bjorn3
|
2024-07-28 08:57:16 +02:00 |
rustc_error_messages
|
|
|
rustc_errors
|
|
|
rustc_expand
|
Make missing_fragment_specifier an error in edition 2024
|
2024-07-27 05:33:24 -04: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
|
Auto merge of #121676 - Bryanskiy:polarity, r=petrochenkov
|
2024-07-26 20:14:16 +00:00 |
rustc_hir_analysis
|
stabilize is_sorted
|
2024-07-28 03:11:54 +08:00 |
rustc_hir_pretty
|
Auto merge of #121676 - Bryanskiy:polarity, r=petrochenkov
|
2024-07-26 20:14:16 +00:00 |
rustc_hir_typeck
|
Rollup merge of #125889 - Nilstrieb:migrate-into-the-future, r=compiler-errors
|
2024-07-28 13:42:18 +02:00 |
rustc_incremental
|
|
|
rustc_index
|
|
|
rustc_index_macros
|
|
|
rustc_infer
|
|
|
rustc_interface
|
|
|
rustc_lexer
|
|
|
rustc_lint
|
Auto merge of #121676 - Bryanskiy:polarity, r=petrochenkov
|
2024-07-26 20:14:16 +00:00 |
rustc_lint_defs
|
Rollup merge of #125889 - Nilstrieb:migrate-into-the-future, r=compiler-errors
|
2024-07-28 13:42:18 +02:00 |
rustc_llvm
|
LLVM: LLVM-20.0 removes MMX types
|
2024-07-25 17:58:37 +00:00 |
rustc_log
|
|
|
rustc_macros
|
|
|
rustc_metadata
|
|
|
rustc_middle
|
Auto merge of #128165 - saethlin:optimize-clone-shims, r=compiler-errors
|
2024-07-26 13:13:04 +00:00 |
rustc_mir_build
|
Auto merge of #128034 - Nadrieril:explain-unreachable, r=compiler-errors
|
2024-07-26 10:51:04 +00:00 |
rustc_mir_dataflow
|
|
|
rustc_mir_transform
|
Rollup merge of #128279 - slanterns:is_sorted, r=dtolnay
|
2024-07-28 08:57:17 +02:00 |
rustc_monomorphize
|
stabilize is_sorted
|
2024-07-28 03:11:54 +08:00 |
rustc_next_trait_solver
|
Make coroutine-closures possible to be cloned
|
2024-07-26 12:53:53 -04:00 |
rustc_parse
|
Rollup merge of #128207 - folkertdev:asm-parser-generalize, r=Amanieu
|
2024-07-27 13:32:56 -04:00 |
rustc_parse_format
|
|
|
rustc_passes
|
Rollup merge of #127853 - folkertdev:naked-function-error-messages, r=bjorn3
|
2024-07-28 08:57:16 +02:00 |
rustc_pattern_analysis
|
|
|
rustc_privacy
|
|
|
rustc_query_impl
|
|
|
rustc_query_system
|
|
|
rustc_resolve
|
Rollup merge of #127557 - linyihai:issue-126694, r=compiler-errors
|
2024-07-26 02:20:30 -04:00 |
rustc_sanitizers
|
|
|
rustc_serialize
|
|
|
rustc_session
|
|
|
rustc_smir
|
|
|
rustc_span
|
Auto merge of #121676 - Bryanskiy:polarity, r=petrochenkov
|
2024-07-26 20:14:16 +00:00 |
rustc_symbol_mangling
|
|
|
rustc_target
|
dedup object
|
2024-07-28 17:21:07 +03:00 |
rustc_trait_selection
|
Rollup merge of #128201 - compiler-errors:closure-clone, r=oli-obk
|
2024-07-26 19:03:05 -04:00 |
rustc_traits
|
|
|
rustc_transmute
|
|
|
rustc_ty_utils
|
Make sure that args are compatible in resolve_associated_item
|
2024-07-24 22:59:57 -04:00 |
rustc_type_ir
|
rustc_type_ir: derive Debug for UnevaluatedConst
|
2024-07-26 22:14:06 +03:00 |
rustc_type_ir_macros
|
|
|
stable_mir
|
Auto merge of #126963 - runtimeverification:smir_serde_derive, r=celinval
|
2024-07-25 20:27:51 +00:00 |