rust/compiler
2025-08-27 13:59:32 +10:00
..
rustc rename stable_mir to rustc_public, and rustc_smir to rustc_public_bridge 2025-07-14 09:25:54 +00:00
rustc_abi Add bitflags to [workspace.dependencies]. 2025-08-27 13:59:32 +10:00
rustc_arena Introduce Arena::try_alloc_from_iter. 2025-04-19 01:13:18 +00:00
rustc_ast Add rustc-literal-escaper to [workspace.dependencies]. 2025-08-27 13:59:32 +10:00
rustc_ast_ir Tidy up Cargo.toml files. 2025-07-31 19:58:04 +10:00
rustc_ast_lowering Add thin-vec to newly added [workspace.dependencies]. 2025-08-27 13:59:32 +10:00
rustc_ast_passes Add thin-vec to newly added [workspace.dependencies]. 2025-08-27 13:59:32 +10:00
rustc_ast_pretty Add thin-vec to newly added [workspace.dependencies]. 2025-08-27 13:59:32 +10:00
rustc_attr_parsing Add thin-vec to newly added [workspace.dependencies]. 2025-08-27 13:59:32 +10:00
rustc_baked_icu_data Add unreachable_pub to RUSTC_LINT_FLAGS for compiler/ crates. 2025-03-11 13:14:21 +11:00
rustc_borrowck Auto merge of #145711 - lcnr:non-defining-uses-hir-typeck, r=BoxyUwU 2025-08-25 22:56:37 +00:00
rustc_builtin_macros Add thin-vec to newly added [workspace.dependencies]. 2025-08-27 13:59:32 +10:00
rustc_codegen_cranelift Port the #[linkage] attribute to the new attribute system 2025-08-13 21:01:37 +02:00
rustc_codegen_gcc Fix sync conflict 2025-08-26 17:25:45 +02:00
rustc_codegen_llvm Add bitflags to [workspace.dependencies]. 2025-08-27 13:59:32 +10:00
rustc_codegen_ssa Add bitflags to [workspace.dependencies]. 2025-08-27 13:59:32 +10:00
rustc_const_eval Rollup merge of #144885 - zachs18:ptr_guaranteed_cmp_more, r=RalfJung 2025-08-26 14:19:16 +10:00
rustc_data_structures Add bitflags to [workspace.dependencies]. 2025-08-27 13:59:32 +10:00
rustc_driver Remove recursion_limit increases. 2025-04-02 16:25:27 +11:00
rustc_driver_impl Tidy up Cargo.toml files. 2025-07-31 19:58:04 +10:00
rustc_error_codes Rollup merge of #144944 - He1pa:E0793, r=compiler-errors 2025-08-15 16:16:32 +10:00
rustc_error_messages Move IntoDiagArg earlier in the dependency chains 2025-08-20 15:01:13 -07:00
rustc_errors Support lints in early attribute parsing 2025-08-24 09:14:49 +02:00
rustc_expand Add thin-vec to newly added [workspace.dependencies]. 2025-08-27 13:59:32 +10:00
rustc_feature Rollup merge of #145726 - aapoalas:reborrow-lang-experiment, r=petrochenkov 2025-08-22 22:00:55 -04:00
rustc_fluent_macro Remove all unused feature gates from the compiler 2025-06-08 14:50:42 +00:00
rustc_fs_util Retry if creating temp fails with access denied 2025-04-25 11:28:36 +00:00
rustc_graphviz Remove #![warn(unreachable_pub)] from all compiler/ crates. 2025-03-11 13:14:21 +11:00
rustc_hashes Revert "Use workspace lints for crates in compiler/ #138084" 2025-03-10 18:12:47 +08:00
rustc_hir Add bitflags to [workspace.dependencies]. 2025-08-27 13:59:32 +10:00
rustc_hir_analysis change non-defining use error message 2025-08-25 14:20:18 +02:00
rustc_hir_id rustc_hir_id: Add a comment explaining why the crate exists 2025-08-20 15:04:00 -07:00
rustc_hir_pretty Propagate TraitImplHeader to hir 2025-08-11 17:05:42 -05:00
rustc_hir_typeck change non-defining use error message 2025-08-25 14:20:18 +02:00
rustc_incremental Add thin-vec to newly added [workspace.dependencies]. 2025-08-27 13:59:32 +10:00
rustc_index Update documentation. 2025-08-24 22:15:19 +00:00
rustc_index_macros Tidy up Cargo.toml files. 2025-07-31 19:58:04 +10:00
rustc_infer Add thin-vec to newly added [workspace.dependencies]. 2025-08-27 13:59:32 +10:00
rustc_interface Port crate name to the new attribute system 2025-08-24 09:20:57 +02:00
rustc_lexer Add memchr to [workspace.dependencies]. 2025-08-27 13:59:32 +10:00
rustc_lint Port crate name to the new attribute system 2025-08-24 09:20:57 +02:00
rustc_lint_defs Migrate BuiltinLintDiag::HiddenUnicodeCodepoints to use LintDiagnostic directly 2025-08-22 03:01:35 -07:00
rustc_llvm Assert that LLVM range-attribute values don't exceed 128 bits 2025-08-26 13:07:19 +10:00
rustc_log Add documentation for init_logger_with_additional_layer 2025-06-12 12:11:15 +02:00
rustc_macros remove should_render in PrintAttribute derive 2025-08-16 21:41:39 +08:00
rustc_metadata Add bitflags to [workspace.dependencies]. 2025-08-27 13:59:32 +10:00
rustc_middle Add bitflags to [workspace.dependencies]. 2025-08-27 13:59:32 +10:00
rustc_mir_build Rollup merge of #145573 - veluca93:unsafe-force-target-feature, r=davidtwco 2025-08-22 22:00:51 -04:00
rustc_mir_dataflow Rollup merge of #145695 - cjgillot:place-elem-map, r=oli-obk,lcnr 2025-08-22 22:00:54 -04:00
rustc_mir_transform add a flag to codegen fn attrs for foreign items 2025-08-26 13:05:51 +02:00
rustc_monomorphize Rollup merge of #144865 - WaffleLapkin:track-tail, r=lqd 2025-08-15 16:16:31 +10:00
rustc_next_trait_solver support non-defining uses in HIR typeck 2025-08-25 14:20:18 +02:00
rustc_parse Add rustc-literal-escaper to [workspace.dependencies]. 2025-08-27 13:59:32 +10:00
rustc_parse_format Add rustc-literal-escaper to [workspace.dependencies]. 2025-08-27 13:59:32 +10:00
rustc_passes Rollup merge of #145892 - jdonszelmann:codegen-fn-attrs-foreign-item, r=bjorn3 2025-08-26 23:25:05 +02:00
rustc_pattern_analysis Rollup merge of #145234 - dianne:1-tuple-witnesses, r=jackh726 2025-08-23 22:22:15 +02:00
rustc_privacy Propagate TraitImplHeader to hir 2025-08-11 17:05:42 -05:00
rustc_proc_macro Add rustc-literal-escaper to [workspace.dependencies]. 2025-08-27 13:59:32 +10:00
rustc_public fix missing parenthesis in pretty discriminant 2025-08-09 01:35:50 +08:00
rustc_public_bridge Remove useless lifetime parameter. 2025-07-23 23:54:37 +00:00
rustc_query_impl Remove unused allow attrs 2025-07-07 12:58:16 +00:00
rustc_query_system remove rustc_attr_data_structures 2025-07-31 14:19:27 +02:00
rustc_resolve Add bitflags to [workspace.dependencies]. 2025-08-27 13:59:32 +10:00
rustc_sanitizers Add bitflags to [workspace.dependencies]. 2025-08-27 13:59:32 +10:00
rustc_serialize Add thin-vec to newly added [workspace.dependencies]. 2025-08-27 13:59:32 +10:00
rustc_session Add bitflags to [workspace.dependencies]. 2025-08-27 13:59:32 +10:00
rustc_span Rollup merge of #145840 - a4lg:riscv-elf-flags-for-internal-objs, r=WaffleLapkin 2025-08-26 23:25:02 +02:00
rustc_symbol_mangling Rollup merge of #145429 - bjorn3:codegen_fn_attrs_improvements, r=jdonszelmann 2025-08-19 19:45:31 +08:00
rustc_target Add bitflags to [workspace.dependencies]. 2025-08-27 13:59:32 +10:00
rustc_thread_pool remove deprecated Error::description in impls 2025-08-26 06:36:53 +00:00
rustc_trait_selection Add thin-vec to newly added [workspace.dependencies]. 2025-08-27 13:59:32 +10:00
rustc_traits Eliminate unnecessary dependency from rustc_traits to rustc_hir 2025-08-20 15:04:00 -07:00
rustc_transmute Tidy up Cargo.toml files. 2025-07-31 19:58:04 +10:00
rustc_ty_utils Tell LLVM about read-only captures 2025-08-20 19:08:16 +02:00
rustc_type_ir Add bitflags to [workspace.dependencies]. 2025-08-27 13:59:32 +10:00
rustc_type_ir_macros Split TypeFolder and FallibleTypeFolder 2025-04-15 18:30:35 +00:00