.. |
rustc
|
disable size asserts in the compiler when randomizing layouts
|
2024-08-31 23:56:45 +02:00 |
rustc_abi
|
inhibit layout randomization for Box
|
2024-08-31 23:56:45 +02:00 |
rustc_arena
|
compiler: Remove feature(new_uninit)
|
2024-08-27 10:17:05 -07:00 |
rustc_ast
|
Also fix if in else
|
2024-09-11 17:24:01 -04:00 |
rustc_ast_ir
|
|
|
rustc_ast_lowering
|
Also fix if in else
|
2024-09-11 17:24:01 -04:00 |
rustc_ast_passes
|
Simplify some nested if statements
|
2024-09-11 13:45:23 -04:00 |
rustc_ast_pretty
|
Add initial support for raw lifetimes
|
2024-09-06 10:32:48 -04:00 |
rustc_attr
|
Rollup merge of #126013 - nnethercote:unreachable_pub, r=Urgau
|
2024-08-27 00:41:57 +02:00 |
rustc_baked_icu_data
|
|
|
rustc_borrowck
|
Also fix if in else
|
2024-09-11 17:24:01 -04:00 |
rustc_builtin_macros
|
Also fix if in else
|
2024-09-11 17:24:01 -04:00 |
rustc_codegen_cranelift
|
Fix the examples in cg_clif
|
2024-09-09 19:39:43 -07:00 |
rustc_codegen_gcc
|
Rollup merge of #129981 - nnethercote:rm-serialize_bitcode, r=antoyo,tmiasko
|
2024-09-09 19:20:36 -07:00 |
rustc_codegen_llvm
|
Simplify some nested if statements
|
2024-09-11 13:45:23 -04:00 |
rustc_codegen_ssa
|
Also fix if in else
|
2024-09-11 17:24:01 -04:00 |
rustc_const_eval
|
Simplify some nested if statements
|
2024-09-11 13:45:23 -04:00 |
rustc_data_structures
|
Add an internal lint that warns when accessing untracked data
|
2024-09-03 19:14:19 +02:00 |
rustc_driver
|
|
|
rustc_driver_impl
|
Simplify some nested if statements
|
2024-09-11 13:45:23 -04:00 |
rustc_error_codes
|
Ban non-array SIMD
|
2024-09-09 19:39:43 -07:00 |
rustc_error_messages
|
Add warn(unreachable_pub) to rustc_error_messages .
|
2024-08-27 11:52:08 +10:00 |
rustc_errors
|
Do not ICE on expect(warnings).
|
2024-09-07 01:34:59 +00:00 |
rustc_expand
|
Add initial support for raw lifetimes
|
2024-09-06 10:32:48 -04:00 |
rustc_feature
|
Auto merge of #130036 - weiznich:diagnostic_unstable_tracking, r=compiler-errors
|
2024-09-08 23:39:00 +00:00 |
rustc_fluent_macro
|
Add warn(unreachable_pub) to rustc_fluent_macro .
|
2024-08-27 12:56:54 +10:00 |
rustc_fs_util
|
|
|
rustc_graphviz
|
Add warn(unreachable_pub) to rustc_graphviz .
|
2024-08-27 12:58:29 +10:00 |
rustc_hir
|
Helper function for formatting with LifetimeSuggestionPosition
|
2024-09-09 14:39:04 +03:00 |
rustc_hir_analysis
|
Also fix if in else
|
2024-09-11 17:24:01 -04:00 |
rustc_hir_pretty
|
Add warn(unreachable_pub) to rustc_hir_pretty .
|
2024-08-27 13:25:40 +10:00 |
rustc_hir_typeck
|
Also fix if in else
|
2024-09-11 17:24:01 -04:00 |
rustc_incremental
|
Also fix if in else
|
2024-09-11 17:24:01 -04:00 |
rustc_index
|
IntervalSet: add comment about representation
|
2024-09-08 16:54:28 +02:00 |
rustc_index_macros
|
|
|
rustc_infer
|
generalize: track relevant info in cache key
|
2024-09-10 15:21:57 +02:00 |
rustc_interface
|
stabilize -Znext-solver=coherence
|
2024-09-05 07:57:16 +00:00 |
rustc_lexer
|
Add initial support for raw lifetimes
|
2024-09-06 10:32:48 -04:00 |
rustc_lint
|
Simplify some nested if statements
|
2024-09-11 13:45:23 -04:00 |
rustc_lint_defs
|
Rollup merge of #126452 - compiler-errors:raw-lifetimes, r=spastorino
|
2024-09-07 23:30:10 +02:00 |
rustc_llvm
|
update cfgs
|
2024-09-05 17:24:01 +01:00 |
rustc_log
|
|
|
rustc_macros
|
Add warn(unreachable_pub) to rustc_metadata .
|
2024-08-29 20:13:06 +10:00 |
rustc_metadata
|
Auto merge of #130036 - weiznich:diagnostic_unstable_tracking, r=compiler-errors
|
2024-09-08 23:39:00 +00:00 |
rustc_middle
|
Also fix if in else
|
2024-09-11 17:24:01 -04:00 |
rustc_mir_build
|
Simplify some nested if statements
|
2024-09-11 13:45:23 -04:00 |
rustc_mir_dataflow
|
Remove Gatherer .
|
2024-09-09 16:33:27 +10:00 |
rustc_mir_transform
|
Simplify some nested if statements
|
2024-09-11 13:45:23 -04:00 |
rustc_monomorphize
|
Simplify some nested if statements
|
2024-09-11 13:45:23 -04:00 |
rustc_next_trait_solver
|
Simplify some nested if statements
|
2024-09-11 13:45:23 -04:00 |
rustc_parse
|
Also fix if in else
|
2024-09-11 17:24:01 -04:00 |
rustc_parse_format
|
Add warn(unreachable_pub) to rustc_parse_format .
|
2024-08-29 20:13:06 +10:00 |
rustc_passes
|
Also fix if in else
|
2024-09-11 17:24:01 -04:00 |
rustc_pattern_analysis
|
Rollup merge of #128934 - Nadrieril:fix-empty-non-exhaustive, r=compiler-errors
|
2024-09-03 19:13:24 +02:00 |
rustc_privacy
|
Add warn(unreachable_pub) to rustc_privacy .
|
2024-08-29 20:18:44 +10:00 |
rustc_query_impl
|
Add warn(unreachable_pub) to rustc_query_impl .
|
2024-08-29 20:18:44 +10:00 |
rustc_query_system
|
chore: Fix typos in 'compiler' (batch 2)
|
2024-09-02 07:50:22 +02:00 |
rustc_resolve
|
Also fix if in else
|
2024-09-11 17:24:01 -04:00 |
rustc_sanitizers
|
Also fix if in else
|
2024-09-11 17:24:01 -04:00 |
rustc_serialize
|
Auto merge of #129777 - nnethercote:unreachable_pub-4, r=Urgau
|
2024-09-03 01:27:20 +00:00 |
rustc_session
|
stabilize -Znext-solver=coherence
|
2024-09-05 07:57:16 +00:00 |
rustc_smir
|
Auto merge of #129777 - nnethercote:unreachable_pub-4, r=Urgau
|
2024-09-03 01:27:20 +00:00 |
rustc_span
|
Auto merge of #130025 - Urgau:missing_docs-expect, r=petrochenkov
|
2024-09-10 14:54:09 +00:00 |
rustc_symbol_mangling
|
Auto merge of #129777 - nnethercote:unreachable_pub-4, r=Urgau
|
2024-09-03 01:27:20 +00:00 |
rustc_target
|
Also fix if in else
|
2024-09-11 17:24:01 -04:00 |
rustc_trait_selection
|
Also fix if in else
|
2024-09-11 17:24:01 -04:00 |
rustc_traits
|
Add warn(unreachable_pub) to rustc_traits .
|
2024-09-03 08:49:54 +10:00 |
rustc_transmute
|
update cfgs
|
2024-09-05 17:24:01 +01:00 |
rustc_ty_utils
|
Simplify some nested if statements
|
2024-09-11 13:45:23 -04:00 |
rustc_type_ir
|
Rollup merge of #130094 - workingjubilee:concurrency-is-real, r=lcnr
|
2024-09-09 19:20:37 -07:00 |
rustc_type_ir_macros
|
|
|
stable_mir
|
chore: Fix typos in 'compiler' (batch 3)
|
2024-09-02 07:33:41 +02:00 |