rust/compiler
2024-08-24 19:21:32 +03:00
..
rustc
rustc_abi
rustc_arena
rustc_ast
rustc_ast_ir
rustc_ast_lowering Rollup merge of #129345 - compiler-errors:scratch4, r=jieyouxu 2024-08-21 18:15:06 +02:00
rustc_ast_passes Rollup merge of #129345 - compiler-errors:scratch4, r=jieyouxu 2024-08-21 18:15:06 +02: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 Add missing module flags for CFI and KCFI sanitizers 2024-08-21 20:23:56 +00:00
rustc_codegen_ssa Fix elided_named_lifetimes in code 2024-08-24 19:21:32 +03:00
rustc_const_eval Rollup merge of #129344 - compiler-errors:less-option-unit-diagnostics, r=jieyouxu 2024-08-21 18:15:05 +02: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 Fix elided_named_lifetimes in code 2024-08-24 19:21:32 +03:00
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 Update annotate-snippets to 0.11 2024-08-19 20:22:07 +00:00
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 Fix elided_named_lifetimes in code 2024-08-24 19:21:32 +03:00
rustc_hir_pretty
rustc_hir_typeck Fix elided_named_lifetimes in code 2024-08-24 19:21:32 +03:00
rustc_incremental Rollup merge of #129345 - compiler-errors:scratch4, r=jieyouxu 2024-08-21 18:15:06 +02:00
rustc_index
rustc_index_macros
rustc_infer Point at explicit 'static obligations on a trait 2024-08-21 16:40:15 +00:00
rustc_interface Fix elided_named_lifetimes in code 2024-08-24 19:21:32 +03:00
rustc_lexer
rustc_lint Auto merge of #129464 - GuillaumeGomez:rollup-ckfqd7h, r=GuillaumeGomez 2024-08-23 10:56:34 +00:00
rustc_lint_defs Rollup merge of #128727 - RalfJung:conflicting-repr-future-incompat, r=lcnr 2024-08-21 21:58:27 +02:00
rustc_llvm llvm-wrapper: adapt for LLVM 20 API changes 2024-08-21 16:27:31 +00:00
rustc_log
rustc_macros
rustc_metadata Fix elided_named_lifetimes in code 2024-08-24 19:21:32 +03:00
rustc_middle Fix elided_named_lifetimes in code 2024-08-24 19:21:32 +03:00
rustc_mir_build Fix elided_named_lifetimes in code 2024-08-24 19:21:32 +03:00
rustc_mir_dataflow rename AddressOf -> RawBorrow inside the compiler 2024-08-18 19:46:53 +02:00
rustc_mir_transform Simplify some redundant field names 2024-08-21 01:31:42 -04: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
rustc_privacy
rustc_query_impl Simplify some redundant field names 2024-08-21 01:31:42 -04:00
rustc_query_system fix: simple typo in compiler directory 2024-08-20 20:50:32 +08:00
rustc_resolve Rollup merge of #129345 - compiler-errors:scratch4, r=jieyouxu 2024-08-21 18:15:06 +02:00
rustc_sanitizers Rollup merge of #129345 - compiler-errors:scratch4, r=jieyouxu 2024-08-21 18:15:06 +02:00
rustc_serialize
rustc_session
rustc_smir Simplify some redundant field names 2024-08-21 01:31:42 -04:00
rustc_span Rollup merge of #127279 - bvanjoi:fix-112680, r=petrochenkov 2024-08-21 19:35:10 +02:00
rustc_symbol_mangling
rustc_target Make ArgAbi::make_indirect_force more specific 2024-08-21 02:43:12 +01:00
rustc_trait_selection Auto merge of #129464 - GuillaumeGomez:rollup-ckfqd7h, r=GuillaumeGomez 2024-08-23 10:56:34 +00:00
rustc_traits
rustc_transmute safe transmute: gracefully bubble-up layout errors 2024-08-21 18:06:02 +00:00
rustc_ty_utils Fix elided_named_lifetimes in code 2024-08-24 19:21:32 +03:00
rustc_type_ir
rustc_type_ir_macros
stable_mir