.. |
rustc
|
|
|
rustc_abi
|
|
|
rustc_apfloat
|
|
|
rustc_arena
|
|
|
rustc_ast
|
|
|
rustc_ast_lowering
|
|
|
rustc_ast_passes
|
|
|
rustc_ast_pretty
|
|
|
rustc_attr
|
Only depend on CFG_VERSION in rustc_interface
|
2023-05-17 23:54:21 -05:00 |
rustc_baked_icu_data
|
|
|
rustc_borrowck
|
|
|
rustc_builtin_macros
|
Rollup merge of #111054 - cjgillot:cfg-eval-recover, r=b-naber
|
2023-05-18 17:37:08 +05:30 |
rustc_codegen_cranelift
|
Rollup merge of #111633 - nnethercote:avoid-ref-format, r=WaffleLapkin
|
2023-05-18 10:52:35 +05:30 |
rustc_codegen_gcc
|
|
|
rustc_codegen_llvm
|
Auto merge of #111413 - workingjubilee:bump-object-0-31-1, r=MarkSimulacrum
|
2023-05-20 13:19:37 +00:00 |
rustc_codegen_ssa
|
Auto merge of #111675 - Urgau:fix-local-libs-for-native-static-libs, r=bjorn3
|
2023-05-21 01:12:45 +00:00 |
rustc_const_eval
|
|
|
rustc_data_structures
|
Auto merge of #111596 - cjgillot:dominator-bucket, r=Mark-Simulacrum
|
2023-05-20 07:41:15 +00:00 |
rustc_driver
|
|
|
rustc_driver_impl
|
Rollup merge of #111606 - jyn514:nightly-diagnostics, r=lcnr
|
2023-05-20 12:20:59 +05:30 |
rustc_error_codes
|
|
|
rustc_error_messages
|
|
|
rustc_errors
|
Rollup merge of #111745 - Badel2:emitter-add-overflow, r=compiler-errors
|
2023-05-21 16:02:59 +02:00 |
rustc_expand
|
fix: emit error when fragment is MethodReceiverExpr and items is empty
|
2023-05-19 21:21:05 +08:00 |
rustc_feature
|
|
|
rustc_fluent_macro
|
|
|
rustc_fs_util
|
|
|
rustc_graphviz
|
|
|
rustc_hir
|
Auto merge of #111345 - jyn514:cfg-release-caching, r=cjgillot,est31
|
2023-05-18 21:45:02 +00:00 |
rustc_hir_analysis
|
Structurally normalize in the new solver
|
2023-05-22 21:18:20 +00:00 |
rustc_hir_pretty
|
|
|
rustc_hir_typeck
|
Structurally normalize in the new solver
|
2023-05-22 21:18:20 +00:00 |
rustc_incremental
|
Only depend on CFG_VERSION in rustc_interface
|
2023-05-17 23:54:21 -05:00 |
rustc_index
|
|
|
rustc_infer
|
Rollup merge of #111450 - compiler-errors:opaque-ty-key, r=oli-obk
|
2023-05-20 15:37:23 +02:00 |
rustc_interface
|
Auto merge of #111641 - michaelwoerister:debugger-visualizer-fixes, r=cjgillot
|
2023-05-19 11:30:44 +00:00 |
rustc_lexer
|
|
|
rustc_lint
|
Rollup merge of #111491 - compiler-errors:nested-fut-must-use, r=wesleywiser
|
2023-05-20 12:20:58 +05:30 |
rustc_lint_defs
|
|
|
rustc_llvm
|
Auto merge of #111364 - cuviper:unhack-thinlto, r=nikic
|
2023-05-18 01:35:41 +00:00 |
rustc_log
|
|
|
rustc_macros
|
Merge query property modules into one
|
2023-05-18 09:45:12 +02:00 |
rustc_metadata
|
Auto merge of #111641 - michaelwoerister:debugger-visualizer-fixes, r=cjgillot
|
2023-05-19 11:30:44 +00:00 |
rustc_middle
|
Auto merge of #111754 - lcnr:recursion-depth, r=matthewjasper
|
2023-05-22 17:56:26 +00:00 |
rustc_mir_build
|
don't skip inference for type in offset_of!
|
2023-05-20 15:20:27 +02:00 |
rustc_mir_dataflow
|
Rollup merge of #110930 - b-naber:normalize-elaborate-drops, r=cjgillot
|
2023-05-17 19:11:53 +05:30 |
rustc_mir_transform
|
Don't inline functions with unsized args
|
2023-05-20 17:45:50 -07:00 |
rustc_monomorphize
|
Improve CGU partitioning debug output.
|
2023-05-19 08:48:28 +10:00 |
rustc_parse
|
Rollup merge of #111708 - jyn514:delay-span-bug-msg, r=compiler-errors
|
2023-05-20 12:21:00 +05:30 |
rustc_parse_format
|
|
|
rustc_passes
|
Don't sort output of debugger_visualizer query because it already is in deterministic order.
|
2023-05-17 16:02:22 +02:00 |
rustc_plugin_impl
|
|
|
rustc_privacy
|
|
|
rustc_query_impl
|
Add comment
|
2023-05-21 11:25:07 +02:00 |
rustc_query_system
|
Delay a bug when overwriting fed value.
|
2023-05-17 20:42:03 +00:00 |
rustc_resolve
|
Rollup merge of #111652 - clubby789:self-import-improvement, r=compiler-errors
|
2023-05-20 12:21:00 +05:30 |
rustc_serialize
|
|
|
rustc_session
|
Rollup merge of #111606 - jyn514:nightly-diagnostics, r=lcnr
|
2023-05-20 12:20:59 +05:30 |
rustc_smir
|
|
|
rustc_span
|
Auto merge of #111641 - michaelwoerister:debugger-visualizer-fixes, r=cjgillot
|
2023-05-19 11:30:44 +00:00 |
rustc_symbol_mangling
|
Auto merge of #111697 - rcvalle:rust-cfi-fix-111510, r=bjorn3
|
2023-05-21 06:42:05 +00:00 |
rustc_target
|
|
|
rustc_trait_selection
|
Structurally normalize in the new solver
|
2023-05-22 21:18:20 +00:00 |
rustc_traits
|
|
|
rustc_transmute
|
|
|
rustc_ty_utils
|
|
|
rustc_type_ir
|
|
|