.. |
rustc
|
|
|
rustc_abi
|
Use the Align type when parsing alignment attributes
|
2024-04-01 03:05:55 +01:00 |
rustc_arena
|
|
|
rustc_ast
|
Rollup merge of #123395 - compiler-errors:postfix-matches-fixes-2, r=petrochenkov
|
2024-04-03 22:11:01 +02:00 |
rustc_ast_ir
|
|
|
rustc_ast_lowering
|
Auto merge of #123429 - matthiaskrgr:rollup-4emw4e9, r=matthiaskrgr
|
2024-04-03 20:19:51 +00:00 |
rustc_ast_passes
|
Rollup merge of #123188 - klensy:clippy-me2, r=Nilstrieb
|
2024-03-29 15:17:11 +01:00 |
rustc_ast_pretty
|
Auto merge of #123080 - Jules-Bertholet:mut-ref-mut, r=Nadrieril
|
2024-03-29 11:08:11 +00:00 |
rustc_attr
|
Use the Align type when parsing alignment attributes
|
2024-04-01 03:05:55 +01:00 |
rustc_baked_icu_data
|
|
|
rustc_borrowck
|
Rollup merge of #123419 - petrochenkov:zeroindex, r=compiler-errors
|
2024-04-03 22:11:02 +02:00 |
rustc_builtin_macros
|
Fix error message for env! when env var is not valid Unicode
|
2024-04-01 05:44:45 +01:00 |
rustc_codegen_cranelift
|
Rollup merge of #123419 - petrochenkov:zeroindex, r=compiler-errors
|
2024-04-03 22:11:02 +02:00 |
rustc_codegen_gcc
|
Auto merge of #118310 - scottmcm:three-way-compare, r=davidtwco
|
2024-04-02 19:21:44 +00:00 |
rustc_codegen_llvm
|
Rollup merge of #122964 - joboet:pointer_expose, r=Amanieu
|
2024-04-03 22:11:00 +02:00 |
rustc_codegen_ssa
|
Rollup merge of #122964 - joboet:pointer_expose, r=Amanieu
|
2024-04-03 22:11:00 +02:00 |
rustc_const_eval
|
rename expose_addr to expose_provenance
|
2024-04-03 16:00:38 +02:00 |
rustc_data_structures
|
rustc_index: Add a ZERO constant to index types
|
2024-04-03 19:06:22 +03:00 |
rustc_driver
|
|
|
rustc_driver_impl
|
|
|
rustc_error_codes
|
|
|
rustc_error_messages
|
|
|
rustc_errors
|
Rollup merge of #121595 - strottos:issue_116615, r=compiler-errors
|
2024-04-03 22:10:59 +02:00 |
rustc_expand
|
Rollup merge of #123182 - jhpratt:fix-decodable-derive, r=davidtwco
|
2024-04-02 20:37:40 -04:00 |
rustc_feature
|
Auto merge of #123080 - Jules-Bertholet:mut-ref-mut, r=Nadrieril
|
2024-03-29 11:08:11 +00:00 |
rustc_fluent_macro
|
|
|
rustc_fs_util
|
|
|
rustc_graphviz
|
|
|
rustc_hir
|
rustc_index: Add a ZERO constant to index types
|
2024-04-03 19:06:22 +03:00 |
rustc_hir_analysis
|
Rollup merge of #123419 - petrochenkov:zeroindex, r=compiler-errors
|
2024-04-03 22:11:02 +02:00 |
rustc_hir_pretty
|
|
|
rustc_hir_typeck
|
Rollup merge of #123419 - petrochenkov:zeroindex, r=compiler-errors
|
2024-04-03 22:11:02 +02:00 |
rustc_incremental
|
|
|
rustc_index
|
|
|
rustc_index_macros
|
rustc_index: Add a ZERO constant to index types
|
2024-04-03 19:06:22 +03:00 |
rustc_infer
|
Rollup merge of #123188 - klensy:clippy-me2, r=Nilstrieb
|
2024-03-29 15:17:11 +01:00 |
rustc_interface
|
Remove MIR unsafe check
|
2024-04-03 08:50:12 +00:00 |
rustc_lexer
|
|
|
rustc_lint
|
Add support for NonNull in ambiguous_wide_ptr_comparisions
|
2024-03-29 22:02:07 +01:00 |
rustc_lint_defs
|
rename expose_addr to expose_provenance
|
2024-04-03 16:00:38 +02:00 |
rustc_llvm
|
Fix build on AIX
|
2024-04-02 17:25:22 +08:00 |
rustc_log
|
bump tracing-tree to 0.3
|
2024-03-30 17:39:43 +03:00 |
rustc_macros
|
|
|
rustc_metadata
|
Replace RemapFileNameExt::for_codegen with explicit calls
|
2024-03-28 18:47:26 +01:00 |
rustc_middle
|
Auto merge of #123429 - matthiaskrgr:rollup-4emw4e9, r=matthiaskrgr
|
2024-04-03 20:19:51 +00:00 |
rustc_mir_build
|
Rollup merge of #123419 - petrochenkov:zeroindex, r=compiler-errors
|
2024-04-03 22:11:02 +02:00 |
rustc_mir_dataflow
|
rustc_index: Add a ZERO constant to index types
|
2024-04-03 19:06:22 +03:00 |
rustc_mir_transform
|
Rollup merge of #123419 - petrochenkov:zeroindex, r=compiler-errors
|
2024-04-03 22:11:02 +02:00 |
rustc_monomorphize
|
Only allow upstream calls to LLVM intrinsics, not any link_name function
|
2024-04-01 20:31:19 -04:00 |
rustc_next_trait_solver
|
Require foldability part of interner item bounds, remove redundant where clauses
|
2024-03-28 12:30:52 -04:00 |
rustc_parse
|
Don't ICE for postfix match after as
|
2024-04-02 18:31:42 -04:00 |
rustc_parse_format
|
|
|
rustc_passes
|
Auto merge of #122450 - Urgau:simplify-trim-paths-feature, r=michaelwoerister
|
2024-03-29 14:00:21 +00:00 |
rustc_pattern_analysis
|
Fix union handling in exhaustiveness
|
2024-04-01 00:01:46 +02:00 |
rustc_privacy
|
|
|
rustc_query_impl
|
|
|
rustc_query_system
|
rustc_index: Add a ZERO constant to index types
|
2024-04-03 19:06:22 +03:00 |
rustc_resolve
|
rustc_index: Add a ZERO constant to index types
|
2024-04-03 19:06:22 +03:00 |
rustc_serialize
|
|
|
rustc_session
|
Remove MIR unsafe check
|
2024-04-03 08:50:12 +00:00 |
rustc_smir
|
rename expose_addr to expose_provenance
|
2024-04-03 16:00:38 +02:00 |
rustc_span
|
Rollup merge of #123419 - petrochenkov:zeroindex, r=compiler-errors
|
2024-04-03 22:11:02 +02:00 |
rustc_symbol_mangling
|
CFI: Support non-general coroutines
|
2024-04-02 17:34:42 +00:00 |
rustc_target
|
Rollup merge of #122619 - erikdesjardins:cast, r=compiler-errors
|
2024-04-03 22:11:00 +02:00 |
rustc_trait_selection
|
rebase
|
2024-04-04 02:14:57 +01:00 |
rustc_traits
|
|
|
rustc_transmute
|
|
|
rustc_ty_utils
|
rustc_index: Add a ZERO constant to index types
|
2024-04-03 19:06:22 +03:00 |
rustc_type_ir
|
rustc_index: Add a ZERO constant to index types
|
2024-04-03 19:06:22 +03:00 |
stable_mir
|
rename expose_addr to expose_provenance
|
2024-04-03 16:00:38 +02:00 |