rust/compiler
2022-04-24 15:41:20 -07:00
..
rustc
rustc_apfloat
rustc_arena
rustc_ast Auto merge of #96210 - nnethercote:speed-up-TokenCursor, r=petrochenkov 2022-04-21 15:42:50 +00:00
rustc_ast_lowering Drop vis in Item. 2022-04-23 09:59:24 +02:00
rustc_ast_passes
rustc_ast_pretty
rustc_attr
rustc_borrowck Rollup merge of #96352 - marmeladema:fix-nll-lifetime-bound-suggestions, r=jackh726 2022-04-24 18:00:27 +02:00
rustc_builtin_macros
rustc_codegen_cranelift Merge commit 'f2cdd4a78d89c009342197cf5844a21f8aa813df' into sync_cg_clif-2022-04-22 2022-04-22 21:11:38 +02:00
rustc_codegen_gcc
rustc_codegen_llvm debuginfo: Emit ZST struct debuginfo for unit type when CPP-like debuginfo is enabled (instead of custom basic type). 2022-04-22 14:59:35 +02:00
rustc_codegen_ssa Auto merge of #95612 - davidtwco:split-debuginfo-in-bootstrap, r=Mark-Simulacrum 2022-04-21 05:24:48 +00:00
rustc_const_eval Relax restrictions for copy operands 2022-04-22 16:45:15 -04:00
rustc_data_structures
rustc_driver
rustc_error_codes
rustc_error_messages
rustc_errors Auto merge of #96082 - michaelwoerister:less_impl_stable_hash_via_hash, r=compiler-errors 2022-04-20 03:51:09 +00:00
rustc_expand start tracking proc-macros expansion spans in the self-profiler 2022-04-22 18:35:31 +02:00
rustc_feature
rustc_fs_util
rustc_graphviz
rustc_hir Drop vis in Item. 2022-04-23 09:59:24 +02:00
rustc_hir_pretty Stop pretty-printing HIR visibility. 2022-04-23 09:55:25 +02:00
rustc_incremental Rollup merge of #95434 - cjgillot:dump-dep-kind, r=oli-obk 2022-04-21 20:55:18 +02:00
rustc_index
rustc_infer Improve span for consider adding an explicit lifetime bound suggestions under NLL 2022-04-24 09:34:50 +02:00
rustc_interface Add support for nounused --extern flag 2022-04-23 23:31:54 -07:00
rustc_lexer
rustc_lint Fix lints. 2022-04-23 23:01:19 +02:00
rustc_lint_defs Auto merge of #96082 - michaelwoerister:less_impl_stable_hash_via_hash, r=compiler-errors 2022-04-20 03:51:09 +00:00
rustc_llvm
rustc_log
rustc_macros macros: update doc comment for diagnostic derive 2022-04-21 04:22:18 +01:00
rustc_metadata Add support for nounused --extern flag 2022-04-23 23:31:54 -07:00
rustc_middle Auto merge of #93970 - cjgillot:novis, r=petrochenkov 2022-04-23 22:25:51 +00:00
rustc_mir_build Rollup merge of #93313 - tmiasko:uninhabited, r=tmandry 2022-04-20 18:26:01 +02:00
rustc_mir_dataflow
rustc_mir_transform use references to avoid function calls 2022-04-22 08:42:38 +08:00
rustc_monomorphize
rustc_parse Introduced Cursor::next_with_spacing_ref. 2022-04-21 13:49:40 +10:00
rustc_parse_format
rustc_passes Fix lints. 2022-04-23 23:01:19 +02:00
rustc_plugin_impl
rustc_privacy Compute has_pub_restricted in the resolver. 2022-04-23 23:03:18 +02:00
rustc_query_impl
rustc_query_system
rustc_resolve Compute has_pub_restricted in the resolver. 2022-04-23 23:03:18 +02:00
rustc_save_analysis Drop vis in ImplItem. 2022-04-23 09:57:00 +02:00
rustc_serialize
rustc_session Add support for nounused --extern flag 2022-04-23 23:31:54 -07:00
rustc_span extend EventArgRecorder into span-aware SpannedEventArgRecorder 2022-04-22 18:06:21 +02:00
rustc_symbol_mangling
rustc_target
rustc_trait_selection
rustc_traits
rustc_ty_utils
rustc_type_ir
rustc_typeck pull some methods out of report_method_error 2022-04-24 15:41:20 -07:00