rust/compiler
2024-10-28 18:05:08 +03:00
..
rustc
rustc_abi
rustc_arena
rustc_ast fix clippy::clone_on_ref_ptr for compiler 2024-10-28 18:05:08 +03:00
rustc_ast_ir
rustc_ast_lowering fix clippy::clone_on_ref_ptr for compiler 2024-10-28 18:05:08 +03:00
rustc_ast_passes Rollup merge of #132114 - jieyouxu:features-bundle, r=fee1-dead 2024-10-26 06:29:47 +02:00
rustc_ast_pretty fix clippy::clone_on_ref_ptr for compiler 2024-10-28 18:05:08 +03:00
rustc_attr Re-do recursive const stability checks 2024-10-25 20:31:40 +02:00
rustc_baked_icu_data
rustc_borrowck fix clippy::clone_on_ref_ptr for compiler 2024-10-28 18:05:08 +03:00
rustc_builtin_macros Auto merge of #131349 - RalfJung:const-stability-checks, r=compiler-errors 2024-10-25 23:29:40 +00:00
rustc_codegen_cranelift Rollup merge of #132168 - fee1-dead-contrib:fxclean, r=compiler-errors 2024-10-26 06:29:48 +02:00
rustc_codegen_gcc Effects cleanup 2024-10-26 10:19:07 +08:00
rustc_codegen_llvm fix clippy::clone_on_ref_ptr for compiler 2024-10-28 18:05:08 +03:00
rustc_codegen_ssa fix clippy::clone_on_ref_ptr for compiler 2024-10-28 18:05:08 +03:00
rustc_const_eval Deny calls to non-#[const_trait] methods in MIR constck 2024-10-26 11:35:56 +08:00
rustc_data_structures
rustc_driver
rustc_driver_impl fix clippy::clone_on_ref_ptr for compiler 2024-10-28 18:05:08 +03:00
rustc_error_codes
rustc_error_messages
rustc_errors fix clippy::clone_on_ref_ptr for compiler 2024-10-28 18:05:08 +03:00
rustc_expand fix clippy::clone_on_ref_ptr for compiler 2024-10-28 18:05:08 +03:00
rustc_feature Rollup merge of #132114 - jieyouxu:features-bundle, r=fee1-dead 2024-10-26 06:29:47 +02:00
rustc_fluent_macro
rustc_fs_util
rustc_graphviz
rustc_hir
rustc_hir_analysis Rollup merge of #132168 - fee1-dead-contrib:fxclean, r=compiler-errors 2024-10-26 06:29:48 +02:00
rustc_hir_pretty
rustc_hir_typeck tcx.is_const_fn doesn't work the way it is described, remove it 2024-10-25 20:52:39 +02:00
rustc_incremental
rustc_index
rustc_index_macros
rustc_infer fix clippy::clone_on_ref_ptr for compiler 2024-10-28 18:05:08 +03:00
rustc_interface fix clippy::clone_on_ref_ptr for compiler 2024-10-28 18:05:08 +03:00
rustc_lexer
rustc_lint Auto merge of #132190 - matthiaskrgr:rollup-rsocfiz, r=matthiaskrgr 2024-10-26 19:00:57 +00:00
rustc_lint_defs Auto merge of #125116 - blyxyas:ignore-allowed-lints-final, r=cjgillot 2024-10-26 16:37:43 +00:00
rustc_llvm Use LLVM-C APIs for getting/setting visibility 2024-10-27 11:05:33 +11:00
rustc_log
rustc_macros Use LLVM-C APIs for getting/setting visibility 2024-10-27 11:05:33 +11:00
rustc_metadata fix clippy::clone_on_ref_ptr for compiler 2024-10-28 18:05:08 +03:00
rustc_middle fix clippy::clone_on_ref_ptr for compiler 2024-10-28 18:05:08 +03:00
rustc_mir_build
rustc_mir_dataflow
rustc_mir_transform Rollup merge of #132168 - fee1-dead-contrib:fxclean, r=compiler-errors 2024-10-26 06:29:48 +02:00
rustc_monomorphize Auto merge of #132171 - matthiaskrgr:rollup-tp75ge7, r=matthiaskrgr 2024-10-26 06:53:53 +00:00
rustc_next_trait_solver
rustc_parse fix clippy::clone_on_ref_ptr for compiler 2024-10-28 18:05:08 +03:00
rustc_parse_format
rustc_passes Rollup merge of #132114 - jieyouxu:features-bundle, r=fee1-dead 2024-10-26 06:29:47 +02:00
rustc_pattern_analysis
rustc_privacy
rustc_query_impl
rustc_query_system fix clippy::clone_on_ref_ptr for compiler 2024-10-28 18:05:08 +03:00
rustc_resolve fix clippy::clone_on_ref_ptr for compiler 2024-10-28 18:05:08 +03:00
rustc_sanitizers
rustc_serialize
rustc_session fix clippy::clone_on_ref_ptr for compiler 2024-10-28 18:05:08 +03:00
rustc_smir Effects cleanup 2024-10-26 10:19:07 +08:00
rustc_span fix clippy::clone_on_ref_ptr for compiler 2024-10-28 18:05:08 +03:00
rustc_symbol_mangling Effects cleanup 2024-10-26 10:19:07 +08:00
rustc_target Auto merge of #131900 - mrkajetanp:target-feature-pauth-lr, r=Amanieu 2024-10-27 00:09:49 +00:00
rustc_trait_selection tcx.is_const_fn doesn't work the way it is described, remove it 2024-10-25 20:52:39 +02:00
rustc_traits
rustc_transmute
rustc_ty_utils
rustc_type_ir
rustc_type_ir_macros
stable_mir