.. |
rustc
|
|
|
rustc_abi
|
compiler: Document AbiAndPrefAlign
|
2024-09-14 22:45:25 -07:00 |
rustc_arena
|
Remove unnecessary lifetimes from Arena .
|
2024-09-13 15:33:19 +10:00 |
rustc_ast
|
Fix anon const def-creation when macros are involved
|
2024-09-12 13:48:30 -04:00 |
rustc_ast_ir
|
|
|
rustc_ast_lowering
|
Re-enable ConstArgKind::Path lowering by default
|
2024-09-12 13:56:01 -04:00 |
rustc_ast_passes
|
stabilize const_extern_fn
|
2024-09-14 18:07:06 +02:00 |
rustc_ast_pretty
|
|
|
rustc_attr
|
|
|
rustc_baked_icu_data
|
|
|
rustc_borrowck
|
Rollup merge of #130294 - nnethercote:more-lifetimes, r=lcnr
|
2024-09-14 18:12:13 +02:00 |
rustc_builtin_macros
|
Rename and reorder lots of lifetimes.
|
2024-09-13 15:46:20 +10:00 |
rustc_codegen_cranelift
|
simd_shuffle: require index argument to be a vector
|
2024-09-14 14:43:24 +02:00 |
rustc_codegen_gcc
|
simd_shuffle: require index argument to be a vector
|
2024-09-14 14:43:24 +02:00 |
rustc_codegen_llvm
|
Rollup merge of #129897 - RalfJung:soft-float-ignored, r=Urgau
|
2024-09-15 20:55:12 +02:00 |
rustc_codegen_ssa
|
Use trait aliases to shorten some code.
|
2024-09-17 08:12:31 +10:00 |
rustc_const_eval
|
Rollup merge of #130342 - RalfJung:slice-idx-overflow, r=saethlin
|
2024-09-15 16:01:38 +02:00 |
rustc_data_structures
|
|
|
rustc_driver
|
|
|
rustc_driver_impl
|
Remove unnecessary lifetime from RunCompiler .
|
2024-09-13 15:36:55 +10:00 |
rustc_error_codes
|
stabilize const_mut_refs
|
2024-09-15 09:51:32 +02:00 |
rustc_error_messages
|
|
|
rustc_errors
|
|
|
rustc_expand
|
Remove unnecessary lifetimes from rustc_expand .
|
2024-09-13 15:33:21 +10:00 |
rustc_feature
|
also stabilize const_refs_to_cell
|
2024-09-15 10:20:47 +02:00 |
rustc_fluent_macro
|
|
|
rustc_fs_util
|
|
|
rustc_graphviz
|
|
|
rustc_hir
|
|
|
rustc_hir_analysis
|
Auto merge of #107251 - dingxiangfei2009:let-chain-rescope, r=jieyouxu
|
2024-09-13 03:47:30 +00:00 |
rustc_hir_pretty
|
|
|
rustc_hir_typeck
|
Rollup merge of #130294 - nnethercote:more-lifetimes, r=lcnr
|
2024-09-14 18:12:13 +02:00 |
rustc_incremental
|
|
|
rustc_index
|
|
|
rustc_index_macros
|
|
|
rustc_infer
|
Rollup merge of #130114 - eduardosm:needless-returns, r=compiler-errors
|
2024-09-11 15:53:22 -07:00 |
rustc_interface
|
Rollup merge of #130199 - compiler-errors:by-move, r=cjgillot
|
2024-09-14 11:53:12 +10:00 |
rustc_lexer
|
|
|
rustc_lint
|
Rollup merge of #130293 - gurry:130142-lint-level-issue, r=cjgillot
|
2024-09-15 16:01:37 +02:00 |
rustc_lint_defs
|
Rollup merge of #130353 - Zalathar:lint-zero, r=jieyouxu
|
2024-09-15 12:14:57 +10:00 |
rustc_llvm
|
|
|
rustc_log
|
|
|
rustc_macros
|
|
|
rustc_metadata
|
|
|
rustc_middle
|
Auto merge of #128543 - RalfJung:const-interior-mut, r=fee1-dead
|
2024-09-14 21:11:04 +00:00 |
rustc_mir_build
|
Rollup merge of #130294 - nnethercote:more-lifetimes, r=lcnr
|
2024-09-14 18:12:13 +02:00 |
rustc_mir_dataflow
|
Rollup merge of #130294 - nnethercote:more-lifetimes, r=lcnr
|
2024-09-14 18:12:13 +02:00 |
rustc_mir_transform
|
Auto merge of #130357 - fmease:rollup-j3ej4q0, r=fmease
|
2024-09-14 16:18:12 +00:00 |
rustc_monomorphize
|
Rollup merge of #130235 - compiler-errors:nested-if, r=michaelwoerister
|
2024-09-12 20:37:16 +10:00 |
rustc_next_trait_solver
|
Rollup merge of #130273 - lcnr:overflow-no-constraints, r=compiler-errors
|
2024-09-12 19:03:43 +02:00 |
rustc_parse
|
Auto merge of #129753 - folkertdev:stabilize-const-extern-fn, r=RalfJung
|
2024-09-14 23:47:59 +00:00 |
rustc_parse_format
|
|
|
rustc_passes
|
Remove sess from CheckLoopVisitor .
|
2024-09-13 17:52:44 +10:00 |
rustc_pattern_analysis
|
|
|
rustc_privacy
|
Rename and reorder lots of lifetimes.
|
2024-09-13 15:46:20 +10:00 |
rustc_query_impl
|
Rename and reorder lots of lifetimes.
|
2024-09-13 15:46:20 +10:00 |
rustc_query_system
|
|
|
rustc_resolve
|
Auto merge of #129137 - camelid:lazy-def-macro-const, r=BoxyUwU
|
2024-09-13 01:10:51 +00:00 |
rustc_sanitizers
|
|
|
rustc_serialize
|
|
|
rustc_session
|
Rollup merge of #129897 - RalfJung:soft-float-ignored, r=Urgau
|
2024-09-15 20:55:12 +02:00 |
rustc_smir
|
|
|
rustc_span
|
Auto merge of #107251 - dingxiangfei2009:let-chain-rescope, r=jieyouxu
|
2024-09-13 03:47:30 +00:00 |
rustc_symbol_mangling
|
|
|
rustc_target
|
Fix target-cpu fpu features on Armv8-R.
|
2024-09-14 21:39:23 -07:00 |
rustc_trait_selection
|
Rollup merge of #130294 - nnethercote:more-lifetimes, r=lcnr
|
2024-09-14 18:12:13 +02:00 |
rustc_traits
|
|
|
rustc_transmute
|
Correctly account for niche-optimized tags
|
2024-09-14 17:52:03 -04:00 |
rustc_ty_utils
|
Rename and reorder lots of lifetimes.
|
2024-09-13 15:46:20 +10:00 |
rustc_type_ir
|
Rollup merge of #130311 - heiseish:issue-70849-fix, r=fmease
|
2024-09-14 20:22:41 +10:00 |
rustc_type_ir_macros
|
|
|
stable_mir
|
|
|