rust/compiler
Nicholas Nethercote 49b90573ac Add some blank lines to the definition of Res.
To make the spacing consistent.

Also shorten an overly long comment line.
2022-09-05 14:20:16 +10:00
..
rustc
rustc_apfloat
rustc_arena
rustc_ast Always import all tracing macros for the entire crate instead of piecemeal by module 2022-09-01 14:54:27 +00:00
rustc_ast_lowering Always import all tracing macros for the entire crate instead of piecemeal by module 2022-09-01 14:54:27 +00:00
rustc_ast_passes Always import all tracing macros for the entire crate instead of piecemeal by module 2022-09-01 14:54:27 +00:00
rustc_ast_pretty Fix global_asm macro pretty printing 2022-09-03 08:06:35 +00:00
rustc_attr Also replace the version placeholder in rustc_attr 2022-09-02 01:47:01 +02:00
rustc_borrowck Rollup merge of #101285 - TaKO8Ki:do-not-suggest-adding-move-when-closure-is-already-marked-as-move, r=oli-obk 2022-09-01 21:37:21 +02:00
rustc_builtin_macros Always import all tracing macros for the entire crate instead of piecemeal by module 2022-09-01 14:54:27 +00:00
rustc_codegen_cranelift Auto merge of #97802 - Enselic:add-no_ignore_sigkill-feature, r=joshtriplett 2022-09-02 21:08:08 +00:00
rustc_codegen_gcc
rustc_codegen_llvm Always import all tracing macros for the entire crate instead of piecemeal by module 2022-09-01 14:54:27 +00:00
rustc_codegen_ssa Auto merge of #97802 - Enselic:add-no_ignore_sigkill-feature, r=joshtriplett 2022-09-02 21:08:08 +00:00
rustc_const_eval Auto merge of #101154 - RalfJung:validation-perf, r=oli-obk 2022-09-03 09:20:54 +00:00
rustc_data_structures Auto merge of #100869 - nnethercote:replace-ThinVec, r=spastorino 2022-09-01 08:01:06 +00:00
rustc_driver tracing::instrument cleanup 2022-09-01 14:54:27 +00:00
rustc_error_codes
rustc_error_messages Auto merge of #100574 - Urgau:check-cfg-warn-cfg, r=petrochenkov 2022-09-03 12:02:14 +00:00
rustc_errors Rollup merge of #100928 - CleanCut:rustc_metadata_diagnostics, r=davidtwco 2022-09-03 10:33:05 +05:30
rustc_expand Always import all tracing macros for the entire crate instead of piecemeal by module 2022-09-01 14:54:27 +00:00
rustc_feature Auto merge of #97802 - Enselic:add-no_ignore_sigkill-feature, r=joshtriplett 2022-09-02 21:08:08 +00:00
rustc_fs_util
rustc_graphviz
rustc_hir Add some blank lines to the definition of Res. 2022-09-05 14:20:16 +10:00
rustc_hir_pretty
rustc_incremental
rustc_index
rustc_infer tracing::instrument cleanup 2022-09-01 14:54:27 +00:00
rustc_interface Rollup merge of #100552 - petrochenkov:flavorcompat, r=lqd 2022-09-02 11:34:49 +02:00
rustc_lexer
rustc_lint Auto merge of #100574 - Urgau:check-cfg-warn-cfg, r=petrochenkov 2022-09-03 12:02:14 +00:00
rustc_lint_defs Add warning against unexpected --cfg with --check-cfg 2022-09-02 12:51:48 +02:00
rustc_llvm
rustc_log
rustc_macros Allow deriving multiple subdiagnostics using one SessionSubdiagnostic 2022-09-01 21:18:01 +02:00
rustc_metadata Do not call object_lifetime_default on lifetime params. 2022-09-03 21:11:42 +02:00
rustc_middle Do not call object_lifetime_default on lifetime params. 2022-09-03 21:11:42 +02:00
rustc_mir_build Use boxed slices in PatKind. 2022-09-02 07:26:22 +10:00
rustc_mir_dataflow
rustc_mir_transform
rustc_monomorphize Auto merge of #97802 - Enselic:add-no_ignore_sigkill-feature, r=joshtriplett 2022-09-02 21:08:08 +00:00
rustc_parse remove redundant clones 2022-09-03 07:58:41 +02:00
rustc_parse_format
rustc_passes Do not call object_lifetime_default on lifetime params. 2022-09-03 21:11:42 +02:00
rustc_plugin_impl
rustc_privacy Rollup merge of #100147 - Bryanskiy:private-in-public, r=petrochenkov 2022-09-02 11:34:48 +02:00
rustc_query_impl Don't create two new closures for each query 2022-09-01 18:47:54 -05:00
rustc_query_system Don't create two new closures for each query 2022-09-01 18:47:54 -05:00
rustc_resolve Do not call object_lifetime_default on lifetime params. 2022-09-03 21:11:42 +02:00
rustc_save_analysis Always import all tracing macros for the entire crate instead of piecemeal by module 2022-09-01 14:54:27 +00:00
rustc_serialize
rustc_session Auto merge of #100574 - Urgau:check-cfg-warn-cfg, r=petrochenkov 2022-09-03 12:02:14 +00:00
rustc_smir
rustc_span Auto merge of #101296 - compiler-errors:head-span-for-enclosing-scope, r=oli-obk 2022-09-04 13:03:07 +00:00
rustc_symbol_mangling Always import all tracing macros for the entire crate instead of piecemeal by module 2022-09-01 14:54:27 +00:00
rustc_target rustc_target: Refactor internal linker flavors slightly 2022-09-01 16:54:52 +03:00
rustc_trait_selection Auto merge of #101296 - compiler-errors:head-span-for-enclosing-scope, r=oli-obk 2022-09-04 13:03:07 +00:00
rustc_traits
rustc_transmute Auto merge of #100726 - jswrenn:transmute, r=oli-obk 2022-09-04 07:55:44 +00:00
rustc_ty_utils Box PatKind::Range. 2022-09-02 07:26:22 +10:00
rustc_type_ir
rustc_typeck Rollup merge of #101388 - compiler-errors:issue-101376, r=fee1-dead 2022-09-04 18:55:45 +02:00