rust/compiler
2024-04-30 16:47:49 +10:00
..
rustc
rustc_abi Rename inihibit_union_abi_opt() to inihibits_union_abi_opt() 2024-04-28 13:09:36 +05:30
rustc_arena rename ptr::invalid -> ptr::without_provenance 2024-02-21 20:15:52 +01:00
rustc_ast Remove extern crate tracing from numerous crates. 2024-04-30 16:47:49 +10:00
rustc_ast_ir Remove extern crate rustc_macros from numerous crates. 2024-04-29 10:21:54 +10:00
rustc_ast_lowering Remove extern crate tracing from numerous crates. 2024-04-30 16:47:49 +10:00
rustc_ast_passes ast: Generalize item kind visiting 2024-04-25 22:49:58 +03:00
rustc_ast_pretty Give a name to each distinct manipulation of pretty-printer FixupContext 2024-04-19 23:49:44 -07:00
rustc_attr Remove extern crate rustc_macros from numerous crates. 2024-04-29 10:21:54 +10:00
rustc_baked_icu_data
rustc_borrowck Remove extern crate rustc_middle from numerous crates. 2024-04-29 14:50:45 +10:00
rustc_builtin_macros Remove extern crate tracing from numerous crates. 2024-04-30 16:47:49 +10:00
rustc_codegen_cranelift debuginfo: Stabilize -Z debug-macros, -Z collapse-macro-debuginfo and #[collapse_debuginfo] 2024-04-25 22:14:47 +03:00
rustc_codegen_gcc Error on using yield without also using #[coroutine] on the closure 2024-04-24 08:05:29 +00:00
rustc_codegen_llvm Remove extern crate rustc_macros from numerous crates. 2024-04-29 10:21:54 +10:00
rustc_codegen_ssa Remove extern crate rustc_middle from numerous crates. 2024-04-29 14:50:45 +10:00
rustc_const_eval properly fill a promoted's required_consts 2024-04-23 23:02:54 +02:00
rustc_data_structures Remove extern crate rustc_macros from numerous crates. 2024-04-29 10:21:54 +10:00
rustc_driver
rustc_driver_impl Remove extern crate tracing from numerous crates. 2024-04-30 16:47:49 +10:00
rustc_error_codes Error on using yield without also using #[coroutine] on the closure 2024-04-24 08:05:29 +00:00
rustc_error_messages Rename SubdiagnosticMessage as SubdiagMessage. 2024-03-05 12:14:49 +11:00
rustc_errors Remove extern crate tracing from numerous crates. 2024-04-30 16:47:49 +10:00
rustc_expand Remove extern crate tracing from numerous crates. 2024-04-30 16:47:49 +10:00
rustc_feature debuginfo: Stabilize -Z debug-macros, -Z collapse-macro-debuginfo and #[collapse_debuginfo] 2024-04-25 22:14:47 +03:00
rustc_fluent_macro Rename SubdiagnosticMessage as SubdiagMessage. 2024-03-05 12:14:49 +11:00
rustc_fs_util Stabilize std::path::absolute 2024-04-24 14:35:02 +00:00
rustc_graphviz Invert diagnostic lints. 2024-02-06 13:12:33 +11:00
rustc_hir Remove extern crate tracing from numerous crates. 2024-04-30 16:47:49 +10:00
rustc_hir_analysis Fix ICE on invalid const param types 2024-04-27 09:36:38 +05:30
rustc_hir_pretty Rename BindingAnnotation to BindingMode 2024-04-17 09:34:39 -04:00
rustc_hir_typeck Rollup merge of #124437 - linyihai:doc-link-typeck, r=compiler-errors 2024-04-27 20:46:09 +02:00
rustc_incremental Remove extern crate rustc_middle from numerous crates. 2024-04-29 14:50:45 +10:00
rustc_index Simplify static_assert_sizes. 2024-04-18 15:36:25 +10:00
rustc_index_macros rustc_index: Add a ZERO constant to index types 2024-04-03 19:06:22 +03:00
rustc_infer Remove extern crate rustc_data_structures from numerous crates. 2024-04-29 18:45:14 +10:00
rustc_interface debuginfo: Stabilize -Z debug-macros, -Z collapse-macro-debuginfo and #[collapse_debuginfo] 2024-04-25 22:14:47 +03:00
rustc_lexer Improved the compiler code with clippy 2024-04-24 09:41:44 +02:00
rustc_lint Remove extern crate rustc_middle from numerous crates. 2024-04-29 14:50:45 +10:00
rustc_lint_defs Remove extern crate rustc_macros from numerous crates. 2024-04-29 10:21:54 +10:00
rustc_llvm Rollup merge of #124287 - 41Leahcim:master, r=fmease 2024-04-25 18:57:56 +02:00
rustc_log Construct SourceMap at the same time as SessionGlobals. 2024-04-16 13:02:53 +10:00
rustc_macros Rollup merge of #124287 - 41Leahcim:master, r=fmease 2024-04-25 18:57:56 +02:00
rustc_metadata Remove extern crate rustc_macros from numerous crates. 2024-04-29 10:21:54 +10:00
rustc_middle Remove extern crate smallvec from a couple of crates. 2024-04-29 18:47:54 +10:00
rustc_mir_build Rollup merge of #124218 - Xiretza:subsubdiagnostics, r=davidtwco 2024-04-23 17:25:17 +02:00
rustc_mir_dataflow Remove extern crate rustc_middle from numerous crates. 2024-04-29 14:50:45 +10:00
rustc_mir_transform Stabilise inline_const 2024-04-24 13:12:25 +01:00
rustc_monomorphize Remove extern crate rustc_middle from numerous crates. 2024-04-29 14:50:45 +10:00
rustc_next_trait_solver Auto merge of #122077 - oli-obk:eager_opaque_checks4, r=lcnr 2024-04-08 23:01:50 +00:00
rustc_parse Auto merge of #104087 - nbdd0121:const, r=scottmcm 2024-04-24 17:23:03 +00:00
rustc_parse_format Simplify static_assert_sizes. 2024-04-18 15:36:25 +10:00
rustc_passes Remove extern crate rustc_middle from numerous crates. 2024-04-29 14:50:45 +10:00
rustc_pattern_analysis Remove extern crate tracing from numerous crates. 2024-04-30 16:47:49 +10:00
rustc_privacy Remove extern crate tracing from numerous crates. 2024-04-30 16:47:49 +10:00
rustc_query_impl Stabilize generic NonZero. 2024-04-22 18:48:47 +02:00
rustc_query_system Remove extern crate tracing from numerous crates. 2024-04-30 16:47:49 +10:00
rustc_resolve Rollup merge of #124382 - petrochenkov:itemvisit, r=lcnr 2024-04-27 07:55:37 +02:00
rustc_sanitizers Update encode.rs 2024-04-14 14:56:41 +02:00
rustc_serialize Stabilise inline_const 2024-04-24 13:12:25 +01:00
rustc_session Remove extern crate tracing from numerous crates. 2024-04-30 16:47:49 +10:00
rustc_smir Rollup merge of #122598 - Nadrieril:full-derefpats, r=matthewjasper 2024-04-23 17:25:15 +02:00
rustc_span Remove extern crate rustc_macros from numerous crates. 2024-04-29 10:21:54 +10:00
rustc_symbol_mangling Remove extern crate tracing from numerous crates. 2024-04-30 16:47:49 +10:00
rustc_target Remove extern crate tracing from numerous crates. 2024-04-30 16:47:49 +10:00
rustc_trait_selection Remove extern crate smallvec from a couple of crates. 2024-04-29 18:47:54 +10:00
rustc_traits Remove extern crate tracing from numerous crates. 2024-04-30 16:47:49 +10:00
rustc_transmute Remove extern crate tracing from numerous crates. 2024-04-30 16:47:49 +10:00
rustc_ty_utils Don't ICE when codegen_select returns ambiguity in new solver 2024-04-25 11:49:12 -04:00
rustc_type_ir Remove extern crate bitflags from a couple of crates. 2024-04-29 18:47:54 +10:00
stable_mir Rollup merge of #122598 - Nadrieril:full-derefpats, r=matthewjasper 2024-04-23 17:25:15 +02:00