.. |
rustc
|
|
|
rustc_abi
|
compiler: Adopt rust-analyzer impls for LayoutCalculatorError
|
2024-10-19 11:09:09 -07:00 |
rustc_arena
|
move strict provenance lints to new feature gate, remove old feature gates
|
2024-10-21 15:22:17 +01:00 |
rustc_ast
|
|
|
rustc_ast_ir
|
|
|
rustc_ast_lowering
|
Make sure that outer opaques capture inner opaques's lifetimes even with precise capturing syntax
|
2024-10-19 18:02:26 +00:00 |
rustc_ast_passes
|
|
|
rustc_ast_pretty
|
|
|
rustc_attr
|
Handle gracefully true/false in cfg(target(..)) compact
|
2024-10-16 09:41:49 +02:00 |
rustc_baked_icu_data
|
|
|
rustc_borrowck
|
Rollup merge of #127675 - chenyukang:yukang-fix-127562-addr, r=petrochenkov
|
2024-10-19 22:00:55 +02:00 |
rustc_builtin_macros
|
|
|
rustc_codegen_cranelift
|
Allow dropping dyn principal
|
2024-10-17 20:43:31 +02:00 |
rustc_codegen_gcc
|
|
|
rustc_codegen_llvm
|
cg_llvm: Reuse LLVM-C Comdat support
|
2024-10-19 10:46:10 -07:00 |
rustc_codegen_ssa
|
move strict provenance lints to new feature gate, remove old feature gates
|
2024-10-21 15:22:17 +01:00 |
rustc_const_eval
|
move strict provenance lints to new feature gate, remove old feature gates
|
2024-10-21 15:22:17 +01:00 |
rustc_data_structures
|
move strict provenance lints to new feature gate, remove old feature gates
|
2024-10-21 15:22:17 +01:00 |
rustc_driver
|
|
|
rustc_driver_impl
|
|
|
rustc_error_codes
|
|
|
rustc_error_messages
|
|
|
rustc_errors
|
|
|
rustc_expand
|
|
|
rustc_feature
|
move strict provenance lints to new feature gate, remove old feature gates
|
2024-10-21 15:22:17 +01:00 |
rustc_fluent_macro
|
use tracked_path in rustc_fluent_macro
|
2024-10-19 22:32:38 +08:00 |
rustc_fs_util
|
|
|
rustc_graphviz
|
|
|
rustc_hir
|
|
|
rustc_hir_analysis
|
Rollup merge of #131939 - compiler-errors:predicate-filter, r=fmease
|
2024-10-19 22:01:01 +02:00 |
rustc_hir_pretty
|
|
|
rustc_hir_typeck
|
Mark unexpected variant res suggestion as having placeholders
|
2024-10-18 12:30:27 -04:00 |
rustc_incremental
|
|
|
rustc_index
|
|
|
rustc_index_macros
|
|
|
rustc_infer
|
refactor fudge_inference, handle effect vars
|
2024-10-19 00:41:56 +02:00 |
rustc_interface
|
|
|
rustc_lexer
|
|
|
rustc_lint
|
Rollup merge of #116863 - workingjubilee:non-exhaustive-is-not-ffi-unsafe, r=jieyouxu
|
2024-10-19 22:00:54 +02:00 |
rustc_lint_defs
|
move strict provenance lints to new feature gate, remove old feature gates
|
2024-10-21 15:22:17 +01:00 |
rustc_llvm
|
Rollup merge of #131876 - workingjubilee:llvm-c-c-c-comdat, r=Zalathar
|
2024-10-20 14:06:03 +11:00 |
rustc_log
|
|
|
rustc_macros
|
|
|
rustc_metadata
|
rustc_metadata: reduce repetition
|
2024-10-17 11:13:28 -04:00 |
rustc_middle
|
move strict provenance lints to new feature gate, remove old feature gates
|
2024-10-21 15:22:17 +01:00 |
rustc_mir_build
|
Rollup merge of #131381 - Nadrieril:min-match-ergonomics, r=pnkfelix
|
2024-10-16 19:18:30 +02:00 |
rustc_mir_dataflow
|
|
|
rustc_mir_transform
|
interpret errors: add map_err_kind, rename InterpError -> InterpErrorKind
|
2024-10-19 09:22:38 +02:00 |
rustc_monomorphize
|
|
|
rustc_next_trait_solver
|
Rollup merge of #131857 - WaffleLapkin:dyn-drop-principal-3, r=compiler-errors
|
2024-10-18 06:59:07 +02:00 |
rustc_parse
|
|
|
rustc_parse_format
|
|
|
rustc_passes
|
|
|
rustc_pattern_analysis
|
|
|
rustc_privacy
|
|
|
rustc_query_impl
|
|
|
rustc_query_system
|
|
|
rustc_resolve
|
Fix #131471, range misleading field access
|
2024-10-18 17:27:28 +02:00 |
rustc_sanitizers
|
|
|
rustc_serialize
|
Fix explicit_iter_loop in rustc_serialize
|
2024-10-16 15:44:16 +02:00 |
rustc_session
|
|
|
rustc_smir
|
|
|
rustc_span
|
move strict provenance lints to new feature gate, remove old feature gates
|
2024-10-21 15:22:17 +01:00 |
rustc_symbol_mangling
|
|
|
rustc_target
|
Rollup merge of #131876 - workingjubilee:llvm-c-c-c-comdat, r=Zalathar
|
2024-10-20 14:06:03 +11:00 |
rustc_trait_selection
|
Rollup merge of #131795 - compiler-errors:expectation, r=Nadrieril
|
2024-10-19 22:00:57 +02:00 |
rustc_traits
|
move defining_opaque_types out of Canonical
|
2024-10-17 10:22:52 +02:00 |
rustc_transmute
|
|
|
rustc_ty_utils
|
Auto merge of #131211 - bjorn3:rust_abi_follow_c_rules, r=nikic,jieyouxu
|
2024-10-19 14:21:46 +00:00 |
rustc_type_ir
|
Rollup merge of #131815 - workingjubilee:did-you-mean-is-none-or, r=jieyouxu
|
2024-10-17 12:07:22 +02:00 |
rustc_type_ir_macros
|
|
|
stable_mir
|
Rollup merge of #131778 - practicalrs:fix_needless_lifetimes, r=jieyouxu
|
2024-10-16 20:15:56 +02:00 |