rust/compiler
2025-02-24 14:31:19 +01:00
..
rustc Fix overcapturing, unsafe extern blocks, and new unsafe ops 2025-02-22 00:01:48 +00:00
rustc_abi Rollup merge of #137334 - compiler-errors:edition-2024-fresh-2, r=saethlin,traviscross 2025-02-23 02:44:18 -05:00
rustc_arena Upgrade the compiler to edition 2024 2025-02-22 00:01:48 +00:00
rustc_ast Auto merge of #137420 - matthiaskrgr:rollup-rr0q37f, r=matthiaskrgr 2025-02-22 13:32:44 +00:00
rustc_ast_ir Upgrade the compiler to edition 2024 2025-02-22 00:01:48 +00:00
rustc_ast_lowering Introduce new-style attribute parsers for several attributes 2025-02-24 14:31:17 +01:00
rustc_ast_passes Introduce new-style attribute parsers for several attributes 2025-02-24 14:31:17 +01:00
rustc_ast_pretty Rollup merge of #137423 - Urgau:imprv-pretty-hir, r=compiler-errors 2025-02-23 02:44:19 -05:00
rustc_attr_data_structures pretty print hir attributes 2025-02-24 14:31:19 +01:00
rustc_attr_parsing Introduce new-style attribute parsers for several attributes 2025-02-24 14:31:17 +01:00
rustc_baked_icu_data Upgrade the compiler to edition 2024 2025-02-22 00:01:48 +00:00
rustc_borrowck Rollup merge of #137334 - compiler-errors:edition-2024-fresh-2, r=saethlin,traviscross 2025-02-23 02:44:18 -05:00
rustc_builtin_macros Introduce new-style attribute parsers for several attributes 2025-02-24 14:31:17 +01:00
rustc_codegen_cranelift Rollup merge of #137297 - tgross35:update-builtins, r=tgross35 2025-02-23 14:30:27 -05:00
rustc_codegen_gcc Rollup merge of #136543 - RalfJung:round-ties-even, r=tgross35 2025-02-23 14:30:25 -05:00
rustc_codegen_llvm Auto merge of #137271 - nikic:gep-nuw-2, r=scottmcm 2025-02-24 03:06:16 +00:00
rustc_codegen_ssa Introduce new-style attribute parsers for several attributes 2025-02-24 14:31:17 +01:00
rustc_const_eval Introduce new-style attribute parsers for several attributes 2025-02-24 14:31:17 +01:00
rustc_data_structures Auto merge of #137237 - cuviper:stage0, r=Mark-Simulacrum 2025-02-23 11:12:56 +00:00
rustc_driver Upgrade the compiler to edition 2024 2025-02-22 00:01:48 +00:00
rustc_driver_impl Upgrade the compiler to edition 2024 2025-02-22 00:01:48 +00:00
rustc_error_codes Upgrade the compiler to edition 2024 2025-02-22 00:01:48 +00:00
rustc_error_messages Upgrade the compiler to edition 2024 2025-02-22 00:01:48 +00:00
rustc_errors Introduce new-style attribute parsers for several attributes 2025-02-24 14:31:17 +01:00
rustc_expand Introduce new-style attribute parsers for several attributes 2025-02-24 14:31:17 +01:00
rustc_feature Auto merge of #137237 - cuviper:stage0, r=Mark-Simulacrum 2025-02-23 11:12:56 +00:00
rustc_fluent_macro Upgrade the compiler to edition 2024 2025-02-22 00:01:48 +00:00
rustc_fs_util Upgrade the compiler to edition 2024 2025-02-22 00:01:48 +00:00
rustc_graphviz Upgrade the compiler to edition 2024 2025-02-22 00:01:48 +00:00
rustc_hashes Upgrade the compiler to edition 2024 2025-02-22 00:01:48 +00:00
rustc_hir Fix rustdoc and clippy 2025-02-24 14:31:19 +01:00
rustc_hir_analysis Introduce new-style attribute parsers for several attributes 2025-02-24 14:31:17 +01:00
rustc_hir_pretty pretty print hir attributes 2025-02-24 14:31:19 +01:00
rustc_hir_typeck Introduce new-style attribute parsers for several attributes 2025-02-24 14:31:17 +01:00
rustc_incremental Change span field accesses to method calls 2025-02-24 14:22:31 +01:00
rustc_index Greatly simplify lifetime captures in edition 2024 2025-02-22 22:24:52 +00:00
rustc_index_macros Upgrade the compiler to edition 2024 2025-02-22 00:01:48 +00:00
rustc_infer Greatly simplify lifetime captures in edition 2024 2025-02-22 22:24:52 +00:00
rustc_interface Auto merge of #137420 - matthiaskrgr:rollup-rr0q37f, r=matthiaskrgr 2025-02-22 13:32:44 +00:00
rustc_lexer Greatly simplify lifetime captures in edition 2024 2025-02-22 22:24:52 +00:00
rustc_lint Introduce new-style attribute parsers for several attributes 2025-02-24 14:31:17 +01:00
rustc_lint_defs Introduce new-style attribute parsers for several attributes 2025-02-24 14:31:17 +01:00
rustc_llvm Auto merge of #137271 - nikic:gep-nuw-2, r=scottmcm 2025-02-24 03:06:16 +00:00
rustc_log Upgrade the compiler to edition 2024 2025-02-22 00:01:48 +00:00
rustc_macros pretty print hir attributes 2025-02-24 14:31:19 +01:00
rustc_metadata Introduce new-style attribute parsers for several attributes 2025-02-24 14:31:17 +01:00
rustc_middle Introduce new-style attribute parsers for several attributes 2025-02-24 14:31:17 +01:00
rustc_mir_build Rollup merge of #137334 - compiler-errors:edition-2024-fresh-2, r=saethlin,traviscross 2025-02-23 02:44:18 -05:00
rustc_mir_dataflow Greatly simplify lifetime captures in edition 2024 2025-02-22 22:24:52 +00:00
rustc_mir_transform Change span field accesses to method calls 2025-02-24 14:22:31 +01:00
rustc_monomorphize Auto merge of #137225 - RalfJung:vectorcall, r=nnethercote 2025-02-23 14:12:38 +00:00
rustc_next_trait_solver Rollup merge of #137333 - compiler-errors:edition-2024-fresh, r=Nadrieril 2025-02-22 11:36:43 +01:00
rustc_parse Rollup merge of #137435 - estebank:match-arm-2, r=compiler-errors 2025-02-23 02:44:19 -05:00
rustc_parse_format Upgrade the compiler to edition 2024 2025-02-22 00:01:48 +00:00
rustc_passes Introduce new-style attribute parsers for several attributes 2025-02-24 14:31:17 +01:00
rustc_pattern_analysis Greatly simplify lifetime captures in edition 2024 2025-02-22 22:24:52 +00:00
rustc_privacy Introduce new-style attribute parsers for several attributes 2025-02-24 14:31:17 +01:00
rustc_query_impl Introduce new parsing infrastructure and types for parsed attributes 2025-02-24 14:26:06 +01:00
rustc_query_system Introduce new parsing infrastructure and types for parsed attributes 2025-02-24 14:26:06 +01:00
rustc_resolve Introduce new-style attribute parsers for several attributes 2025-02-24 14:31:17 +01:00
rustc_sanitizers Introduce new-style attribute parsers for several attributes 2025-02-24 14:31:17 +01:00
rustc_serialize rename sub_ptr 😅 2025-02-23 23:11:00 +07:00
rustc_session Greatly simplify lifetime captures in edition 2024 2025-02-22 22:24:52 +00:00
rustc_smir Change span field accesses to method calls 2025-02-24 14:22:31 +01:00
rustc_span Introduce new-style attribute parsers for several attributes 2025-02-24 14:31:17 +01:00
rustc_symbol_mangling Introduce new-style attribute parsers for several attributes 2025-02-24 14:31:17 +01:00
rustc_target Rollup merge of #136637 - Pyr0de:binary-format, r=Noratrieb 2025-02-23 14:30:26 -05:00
rustc_trait_selection Introduce new parsing infrastructure and types for parsed attributes 2025-02-24 14:26:06 +01:00
rustc_traits Rollup merge of #137333 - compiler-errors:edition-2024-fresh, r=Nadrieril 2025-02-22 11:36:43 +01:00
rustc_transmute Upgrade the compiler to edition 2024 2025-02-22 00:01:48 +00:00
rustc_ty_utils Rollup merge of #137334 - compiler-errors:edition-2024-fresh-2, r=saethlin,traviscross 2025-02-23 02:44:18 -05:00
rustc_type_ir Greatly simplify lifetime captures in edition 2024 2025-02-22 22:24:52 +00:00
rustc_type_ir_macros Upgrade the compiler to edition 2024 2025-02-22 00:01:48 +00:00
stable_mir Rollup merge of #137448 - compiler-errors:control-flow-oops, r=scottmcm 2025-02-23 02:44:20 -05:00