.. |
rustc
|
|
|
rustc_abi
|
|
|
rustc_arena
|
|
|
rustc_ast
|
Deduplicate is_comparison impl between BinOpKind and AssocOp
|
2024-04-11 07:36:34 +00:00 |
rustc_ast_ir
|
|
|
rustc_ast_lowering
|
|
|
rustc_ast_passes
|
Rollup merge of #123841 - Kohei316:remove_qualifier_sugg, r=wesleywiser
|
2024-04-12 17:41:35 +02:00 |
rustc_ast_pretty
|
|
|
rustc_attr
|
|
|
rustc_baked_icu_data
|
|
|
rustc_borrowck
|
Rollup merge of #123934 - WaffleLapkin:graph-mini-refactor, r=fmease
|
2024-04-15 16:56:18 +01:00 |
rustc_builtin_macros
|
builtin-derive: tag → discriminant
|
2024-04-14 11:34:15 +02:00 |
rustc_codegen_cranelift
|
Merge commit '89f54caacf90e99fc8ba0d60a28bdadea3cfdf1e' into sync_cg_clif-2024-04-11
|
2024-04-11 10:42:48 +00:00 |
rustc_codegen_gcc
|
Put PlaceValue into OperandValue::Ref , rather than 3 tuple fields
|
2024-04-11 00:10:10 -07:00 |
rustc_codegen_llvm
|
Auto merge of #122917 - saethlin:atomicptr-to-int, r=nikic
|
2024-04-15 08:07:47 +00:00 |
rustc_codegen_ssa
|
Auto merge of #123854 - petrochenkov:searchdirs2, r=lqd
|
2024-04-13 13:12:56 +00:00 |
rustc_const_eval
|
|
|
rustc_data_structures
|
Rollup merge of #123934 - WaffleLapkin:graph-mini-refactor, r=fmease
|
2024-04-15 16:56:18 +01:00 |
rustc_driver
|
|
|
rustc_driver_impl
|
Disable Ctrl-C handling on WASM
|
2024-04-11 12:35:47 +00:00 |
rustc_error_codes
|
Update compiler/rustc_error_codes/src/error_codes/E0384.md
|
2024-04-12 22:43:38 +09:00 |
rustc_error_messages
|
|
|
rustc_errors
|
Rollup merge of #123204 - notriddle:notriddle/include-str-span, r=pnkfelix
|
2024-04-12 17:41:32 +02:00 |
rustc_expand
|
|
|
rustc_feature
|
remove some things that do not need to be
|
2024-04-11 21:09:52 +02:00 |
rustc_fluent_macro
|
|
|
rustc_fs_util
|
|
|
rustc_graphviz
|
|
|
rustc_hir
|
|
|
rustc_hir_analysis
|
Don't leak unnameable types in -> _ recover
|
2024-04-14 11:43:05 -04:00 |
rustc_hir_pretty
|
Remove bin_op_to_assoc_op and invoke AssocOp::from_ast_binop directly
|
2024-04-11 07:36:34 +00:00 |
rustc_hir_typeck
|
Rollup merge of #123934 - WaffleLapkin:graph-mini-refactor, r=fmease
|
2024-04-15 16:56:18 +01:00 |
rustc_incremental
|
|
|
rustc_index
|
|
|
rustc_index_macros
|
|
|
rustc_infer
|
Rollup merge of #123703 - estebank:diag-changes-2, r=Nadrieril
|
2024-04-11 01:56:26 +02:00 |
rustc_interface
|
linker: Remove laziness and caching from native search directory walks
|
2024-04-12 17:28:00 +03:00 |
rustc_lexer
|
|
|
rustc_lint
|
|
|
rustc_lint_defs
|
|
|
rustc_llvm
|
Fix UB in LLVM FFI when passing zero or >1 bundle
|
2024-04-14 22:18:33 -04:00 |
rustc_log
|
|
|
rustc_macros
|
|
|
rustc_metadata
|
linker: Remove laziness and caching from native search directory walks
|
2024-04-12 17:28:00 +03:00 |
rustc_middle
|
Rollup merge of #123934 - WaffleLapkin:graph-mini-refactor, r=fmease
|
2024-04-15 16:56:18 +01:00 |
rustc_mir_build
|
Suppress erroneous suggestion
|
2024-04-12 17:45:15 +01:00 |
rustc_mir_dataflow
|
|
|
rustc_mir_transform
|
Rollup merge of #123934 - WaffleLapkin:graph-mini-refactor, r=fmease
|
2024-04-15 16:56:18 +01:00 |
rustc_monomorphize
|
move the LargeAssignments lint logic into its own file
|
2024-04-14 18:09:44 +02:00 |
rustc_next_trait_solver
|
|
|
rustc_parse
|
Rollup merge of #123223 - estebank:issue-123079, r=pnkfelix
|
2024-04-12 17:41:33 +02:00 |
rustc_parse_format
|
|
|
rustc_passes
|
|
|
rustc_pattern_analysis
|
|
|
rustc_privacy
|
|
|
rustc_query_impl
|
move QueryKeyStringCache from rustc_middle to rustc_query_impl, where it actually used
|
2024-04-11 14:33:48 +03:00 |
rustc_query_system
|
remove some things that do not need to be
|
2024-04-11 21:09:52 +02:00 |
rustc_resolve
|
Reorder error messages
|
2024-04-13 15:11:09 +01:00 |
rustc_sanitizers
|
Update encode.rs
|
2024-04-14 14:56:41 +02:00 |
rustc_serialize
|
Add add/sub methods that only panic with debug assertions to rustc
|
2024-04-13 17:03:12 +02:00 |
rustc_session
|
Stabilize checking of cfgs at compile-time: --check-cfg option
|
2024-04-15 21:49:55 +02:00 |
rustc_smir
|
|
|
rustc_span
|
Auto merge of #123175 - Nilstrieb:debug-strict-overflow, r=wesleywiser
|
2024-04-13 17:18:42 +00:00 |
rustc_symbol_mangling
|
Update v0.rs
|
2024-04-14 15:01:04 +02:00 |
rustc_target
|
Auto merge of #123656 - lqd:linker-features, r=petrochenkov
|
2024-04-13 11:10:01 +00:00 |
rustc_trait_selection
|
Rollup merge of #123618 - compiler-errors:overflow-ambig, r=spastorino
|
2024-04-14 23:24:33 +02:00 |
rustc_traits
|
|
|
rustc_transmute
|
|
|
rustc_ty_utils
|
|
|
rustc_type_ir
|
fix coroutine witness doctest
|
2024-04-13 06:17:07 +00:00 |
stable_mir
|
|
|