.. |
rustc
|
|
|
rustc_apfloat
|
|
|
rustc_arena
|
|
|
rustc_ast
|
Rollup merge of #98394 - Enselic:fixup-rustc_main-renames, r=petrochenkov
|
2022-06-24 16:43:47 +09:00 |
rustc_ast_lowering
|
Use CreateParameter mode for closures too.
|
2022-06-21 21:13:43 +02:00 |
rustc_ast_passes
|
|
|
rustc_ast_pretty
|
|
|
rustc_attr
|
|
|
rustc_borrowck
|
Auto merge of #98109 - nikomatsakis:issue-98095, r=jackh726
|
2022-06-24 07:39:28 +00:00 |
rustc_builtin_macros
|
Rollup merge of #98428 - davidtwco:translation-derive-typed-identifiers, r=oli-obk
|
2022-06-26 19:47:04 +02:00 |
rustc_codegen_cranelift
|
Auto merge of #98098 - bjorn3:archive_refactor, r=michaelwoerister
|
2022-06-21 16:24:56 +00:00 |
rustc_codegen_gcc
|
Auto merge of #98098 - bjorn3:archive_refactor, r=michaelwoerister
|
2022-06-21 16:24:56 +00:00 |
rustc_codegen_llvm
|
Rollup merge of #98385 - m-ou-se:llvm-12-memory-order, r=petrochenkov
|
2022-06-26 13:14:57 +09:00 |
rustc_codegen_ssa
|
Rollup merge of #98214 - petrochenkov:islike, r=compiler-errors
|
2022-06-24 16:43:45 +09:00 |
rustc_const_eval
|
Rollup merge of #98099 - RalfJung:convert_tag_add_extra, r=oli-obk
|
2022-06-22 07:03:59 +09:00 |
rustc_data_structures
|
Rollup merge of #97895 - nbdd0121:unlikely, r=estebank
|
2022-06-22 15:16:13 +09:00 |
rustc_driver
|
|
|
rustc_error_codes
|
|
|
rustc_error_messages
|
errors: remove diagnostic message ctors
|
2022-06-24 09:08:25 +01:00 |
rustc_errors
|
|
|
rustc_expand
|
Auto merge of #98187 - mystor:fast_span_call_site, r=eddyb
|
2022-06-26 21:28:24 +00:00 |
rustc_feature
|
|
|
rustc_fs_util
|
|
|
rustc_graphviz
|
|
|
rustc_hir
|
Auto merge of #98279 - cjgillot:all-fresh-nofn, r=petrochenkov
|
2022-06-22 10:48:58 +00:00 |
rustc_hir_pretty
|
Use CreateParameter mode for closures too.
|
2022-06-21 21:13:43 +02:00 |
rustc_incremental
|
|
|
rustc_index
|
Auto merge of #95576 - DrMeepster:box_erasure, r=oli-obk
|
2022-06-21 11:00:39 +00:00 |
rustc_infer
|
Remove a back-compat hack on lazy TAIT
|
2022-06-27 20:43:44 +09:00 |
rustc_interface
|
|
|
rustc_lexer
|
|
|
rustc_lint
|
|
|
rustc_lint_defs
|
make const_err show up in future breakage reports
|
2022-06-25 10:30:47 -04:00 |
rustc_llvm
|
|
|
rustc_log
|
|
|
rustc_macros
|
macros: use typed identifiers in subdiag derive
|
2022-06-24 09:08:25 +01:00 |
rustc_metadata
|
Fix panic by checking if CStore has the crate data we want before actually querying it
|
2022-06-20 23:39:26 +02:00 |
rustc_middle
|
Auto merge of #98221 - cjgillot:single-coh, r=lcnr
|
2022-06-27 02:56:06 +00:00 |
rustc_mir_build
|
Rollup merge of #98429 - b-naber:use-correct-substs-discriminant-cast, r=lcnr
|
2022-06-25 15:14:13 +02:00 |
rustc_mir_dataflow
|
Auto merge of #95576 - DrMeepster:box_erasure, r=oli-obk
|
2022-06-21 11:00:39 +00:00 |
rustc_mir_transform
|
Auto merge of #95576 - DrMeepster:box_erasure, r=oli-obk
|
2022-06-21 11:00:39 +00:00 |
rustc_monomorphize
|
|
|
rustc_parse
|
Rollup merge of #98428 - davidtwco:translation-derive-typed-identifiers, r=oli-obk
|
2022-06-26 19:47:04 +02:00 |
rustc_parse_format
|
|
|
rustc_passes
|
Rollup merge of #98394 - Enselic:fixup-rustc_main-renames, r=petrochenkov
|
2022-06-24 16:43:47 +09:00 |
rustc_plugin_impl
|
|
|
rustc_privacy
|
|
|
rustc_query_impl
|
|
|
rustc_query_system
|
|
|
rustc_resolve
|
Rollup merge of #98419 - WaffleLapkin:remove_excess_rib, r=compiler-errors
|
2022-06-24 16:43:49 +09:00 |
rustc_save_analysis
|
|
|
rustc_serialize
|
|
|
rustc_session
|
Auto merge of #97657 - Urgau:check-cfg-many-mut, r=oli-obk
|
2022-06-21 07:40:32 +00:00 |
rustc_smir
|
|
|
rustc_span
|
Optimize the code produced by derive(Debug) .
|
2022-06-24 09:40:15 +10:00 |
rustc_symbol_mangling
|
|
|
rustc_target
|
rustc_target: Some more tests and fixes for linker arguments
|
2022-06-25 21:57:08 +03:00 |
rustc_trait_selection
|
Remove a back-compat hack on lazy TAIT
|
2022-06-27 20:43:44 +09:00 |
rustc_traits
|
|
|
rustc_ty_utils
|
|
|
rustc_type_ir
|
Rewrite TyKind::fmt .
|
2022-06-24 09:40:21 +10:00 |
rustc_typeck
|
Auto merge of #98221 - cjgillot:single-coh, r=lcnr
|
2022-06-27 02:56:06 +00:00 |