.. |
rustc
|
|
|
rustc_abi
|
|
|
rustc_arena
|
|
|
rustc_ast
|
Auto merge of #118847 - eholk:for-await, r=compiler-errors
|
2023-12-22 14:17:10 +00:00 |
rustc_ast_lowering
|
Auto merge of #118847 - eholk:for-await, r=compiler-errors
|
2023-12-22 14:17:10 +00:00 |
rustc_ast_passes
|
Auto merge of #118847 - eholk:for-await, r=compiler-errors
|
2023-12-22 14:17:10 +00:00 |
rustc_ast_pretty
|
Rollup merge of #119169 - fmease:pretty-yeet-syntactic-cruft, r=compiler-errors
|
2023-12-22 19:01:26 +01:00 |
rustc_attr
|
|
|
rustc_baked_icu_data
|
|
|
rustc_borrowck
|
Give DiagnosticBuilder a default type.
|
2023-12-23 13:23:10 +11:00 |
rustc_builtin_macros
|
Remove all uses of DiagnosticBuilder::forget_guarantee() .
|
2023-12-23 13:23:28 +11:00 |
rustc_codegen_cranelift
|
Rename EarlyDiagCtxt methods to match DiagCtxt .
|
2023-12-23 13:23:28 +11:00 |
rustc_codegen_gcc
|
|
|
rustc_codegen_llvm
|
Improve some names.
|
2023-12-23 13:23:28 +11:00 |
rustc_codegen_ssa
|
Remove all uses of DiagnosticBuilder::forget_guarantee() .
|
2023-12-23 13:23:28 +11:00 |
rustc_const_eval
|
Give DiagnosticBuilder a default type.
|
2023-12-23 13:23:10 +11:00 |
rustc_data_structures
|
|
|
rustc_driver
|
|
|
rustc_driver_impl
|
Rename EarlyDiagCtxt methods to match DiagCtxt .
|
2023-12-23 13:23:28 +11:00 |
rustc_error_codes
|
E0761: module directory has .rs suffix
|
2023-12-20 17:05:56 +01:00 |
rustc_error_messages
|
|
|
rustc_errors
|
Remove DiagnosticBuilder::forget_guarantee .
|
2023-12-23 13:23:28 +11:00 |
rustc_expand
|
Remove render_span args from Diagnostic::{sub,sub_with_highlight} .
|
2023-12-23 13:23:28 +11:00 |
rustc_feature
|
Desugar for await loops
|
2023-12-19 12:26:27 -08:00 |
rustc_fluent_macro
|
|
|
rustc_fs_util
|
|
|
rustc_graphviz
|
|
|
rustc_hir
|
Auto merge of #118847 - eholk:for-await, r=compiler-errors
|
2023-12-22 14:17:10 +00:00 |
rustc_hir_analysis
|
Give DiagnosticBuilder a default type.
|
2023-12-23 13:23:10 +11:00 |
rustc_hir_pretty
|
Rid the AST & HIR pretty printers of syntactic cruft
|
2023-12-22 14:32:40 +01:00 |
rustc_hir_typeck
|
Give DiagnosticBuilder a default type.
|
2023-12-23 13:23:10 +11:00 |
rustc_incremental
|
|
|
rustc_index
|
|
|
rustc_index_macros
|
|
|
rustc_infer
|
Give DiagnosticBuilder a default type.
|
2023-12-23 13:23:10 +11:00 |
rustc_interface
|
Rename EarlyDiagCtxt methods to match DiagCtxt .
|
2023-12-23 13:23:28 +11:00 |
rustc_lexer
|
|
|
rustc_lint
|
Plumb awaitness of for loops
|
2023-12-19 12:26:20 -08:00 |
rustc_lint_defs
|
|
|
rustc_llvm
|
|
|
rustc_log
|
|
|
rustc_macros
|
|
|
rustc_metadata
|
Auto merge of #119173 - compiler-errors:direct-coro-kind, r=TaKO8Ki
|
2023-12-22 04:07:40 +00:00 |
rustc_middle
|
Give DiagnosticBuilder a default type.
|
2023-12-23 13:23:10 +11:00 |
rustc_mir_build
|
Give DiagnosticBuilder a default type.
|
2023-12-23 13:23:10 +11:00 |
rustc_mir_dataflow
|
|
|
rustc_mir_transform
|
Auto merge of #119097 - nnethercote:fix-EmissionGuarantee, r=compiler-errors
|
2023-12-22 00:03:57 +00:00 |
rustc_monomorphize
|
|
|
rustc_next_trait_solver
|
|
|
rustc_parse
|
Give DiagnosticBuilder a default type.
|
2023-12-23 13:23:10 +11:00 |
rustc_parse_format
|
|
|
rustc_passes
|
Auto merge of #119097 - nnethercote:fix-EmissionGuarantee, r=compiler-errors
|
2023-12-22 00:03:57 +00:00 |
rustc_pattern_analysis
|
Reveal opaque types in exhaustiveness checking
|
2023-12-20 14:43:00 +01:00 |
rustc_privacy
|
resolve: Eagerly feed closure visibilities
|
2023-12-20 13:42:58 +03:00 |
rustc_query_impl
|
|
|
rustc_query_system
|
Give DiagnosticBuilder a default type.
|
2023-12-23 13:23:10 +11:00 |
rustc_resolve
|
Improve some names.
|
2023-12-23 13:23:28 +11:00 |
rustc_serialize
|
|
|
rustc_session
|
Fix weird code setting in create_feature_err .
|
2023-12-23 13:23:28 +11:00 |
rustc_smir
|
Rollup merge of #119141 - celinval:smir-instance-args, r=compiler-errors
|
2023-12-20 21:18:59 +01:00 |
rustc_span
|
Desugar for await loops
|
2023-12-19 12:26:27 -08:00 |
rustc_symbol_mangling
|
|
|
rustc_target
|
Rollup merge of #117601 - androm3da:hexagon_unknown_none_elf, r=petrochenkov
|
2023-12-22 19:01:26 +01:00 |
rustc_trait_selection
|
Improve some names.
|
2023-12-23 13:23:28 +11:00 |
rustc_traits
|
|
|
rustc_transmute
|
|
|
rustc_ty_utils
|
|
|
rustc_type_ir
|
|
|
stable_mir
|
Rollup merge of #119141 - celinval:smir-instance-args, r=compiler-errors
|
2023-12-20 21:18:59 +01:00 |