rust/compiler
2024-08-21 01:31:11 -04:00
..
rustc
rustc_abi
rustc_arena
rustc_ast
rustc_ast_ir
rustc_ast_lowering Use bool in favor of Option<()> for diagnostics 2024-08-21 01:31:11 -04:00
rustc_ast_passes Use bool in favor of Option<()> for diagnostics 2024-08-21 01:31:11 -04:00
rustc_ast_pretty
rustc_attr Use bool in favor of Option<()> for diagnostics 2024-08-21 01:31:11 -04:00
rustc_baked_icu_data
rustc_borrowck rename AddressOf -> RawBorrow inside the compiler 2024-08-18 19:46:53 +02:00
rustc_builtin_macros Auto merge of #128771 - carbotaniuman:stabilize_unsafe_attr, r=nnethercote 2024-08-17 22:48:42 +00:00
rustc_codegen_cranelift rename AddressOf -> RawBorrow inside the compiler 2024-08-18 19:46:53 +02:00
rustc_codegen_gcc stabilize raw_ref_op 2024-08-18 19:46:53 +02:00
rustc_codegen_llvm Update some dependency versions that allow better licensing 2024-08-18 13:59:27 -05:00
rustc_codegen_ssa Auto merge of #128722 - tgross35:new-resolver-root, r=Mark-Simulacrum 2024-08-19 09:50:33 +00:00
rustc_const_eval Use bool in favor of Option<()> for diagnostics 2024-08-21 01:31:11 -04:00
rustc_data_structures
rustc_driver
rustc_driver_impl
rustc_error_codes stabilize raw_ref_op 2024-08-18 19:46:53 +02:00
rustc_error_messages
rustc_errors
rustc_expand Use bool in favor of Option<()> for diagnostics 2024-08-21 01:31:11 -04:00
rustc_feature Auto merge of #127672 - compiler-errors:precise-capturing, r=spastorino 2024-08-20 10:42:55 +00:00
rustc_fluent_macro
rustc_fs_util
rustc_graphviz
rustc_hir Auto merge of #127672 - compiler-errors:precise-capturing, r=spastorino 2024-08-20 10:42:55 +00:00
rustc_hir_analysis Use bool in favor of Option<()> for diagnostics 2024-08-21 01:31:11 -04:00
rustc_hir_pretty Use FnSig instead of raw FnDecl for ForeignItemKind::Fn 2024-08-16 14:10:06 -04:00
rustc_hir_typeck Use bool in favor of Option<()> for diagnostics 2024-08-21 01:31:11 -04:00
rustc_incremental Use bool in favor of Option<()> for diagnostics 2024-08-21 01:31:11 -04:00
rustc_index
rustc_index_macros
rustc_infer
rustc_interface Stabilize std:🧵:Builder::spawn_unchecked 2024-08-16 10:43:47 -07:00
rustc_lexer
rustc_lint Use bool in favor of Option<()> for diagnostics 2024-08-21 01:31:11 -04:00
rustc_lint_defs Auto merge of #128771 - carbotaniuman:stabilize_unsafe_attr, r=nnethercote 2024-08-17 22:48:42 +00:00
rustc_llvm Auto merge of #128936 - bjorn3:fix_thin_archive_reading, r=jieyouxu 2024-08-15 14:13:52 +00:00
rustc_log
rustc_macros
rustc_metadata
rustc_middle Use bool in favor of Option<()> for diagnostics 2024-08-21 01:31:11 -04:00
rustc_mir_build Use bool in favor of Option<()> for diagnostics 2024-08-21 01:31:11 -04:00
rustc_mir_dataflow rename AddressOf -> RawBorrow inside the compiler 2024-08-18 19:46:53 +02:00
rustc_mir_transform Rollup merge of #128628 - khuey:simply-cfg-erase-source-info, r=nnethercote 2024-08-18 23:41:47 -05:00
rustc_monomorphize Use bool in favor of Option<()> for diagnostics 2024-08-21 01:31:11 -04:00
rustc_next_trait_solver
rustc_parse Use bool in favor of Option<()> for diagnostics 2024-08-21 01:31:11 -04:00
rustc_parse_format
rustc_passes Use bool in favor of Option<()> for diagnostics 2024-08-21 01:31:11 -04:00
rustc_pattern_analysis Rollup merge of #128965 - Zalathar:no-pat, r=Nadrieril 2024-08-15 18:44:16 -07:00
rustc_privacy
rustc_query_impl Prevent double panic in query system, improve diagnostics 2024-08-19 17:42:42 +02:00
rustc_query_system Prevent double panic in query system, improve diagnostics 2024-08-19 17:42:42 +02:00
rustc_resolve Use bool in favor of Option<()> for diagnostics 2024-08-21 01:31:11 -04:00
rustc_sanitizers
rustc_serialize
rustc_session Rollup merge of #128348 - dingxiangfei2009:allow-shadow-call-stack-sanitizer, r=tmandry 2024-08-15 19:32:35 +02:00
rustc_smir rename AddressOf -> RawBorrow inside the compiler 2024-08-18 19:46:53 +02:00
rustc_span
rustc_symbol_mangling
rustc_target Auto merge of #125854 - beetrees:zst-arg-abi, r=estebank 2024-08-18 22:15:41 +00:00
rustc_trait_selection Use bool in favor of Option<()> for diagnostics 2024-08-21 01:31:11 -04:00
rustc_traits
rustc_transmute safe transmute: forbid reference lifetime extension 2024-08-18 18:31:06 +00:00
rustc_ty_utils Use bool in favor of Option<()> for diagnostics 2024-08-21 01:31:11 -04:00
rustc_type_ir
rustc_type_ir_macros
stable_mir