.. |
rustc
|
|
|
rustc_apfloat
|
|
|
rustc_arena
|
|
|
rustc_ast
|
Auto merge of #101313 - SparrowLii:mk_attr_id, r=cjgillot
|
2022-09-14 20:52:18 +00:00 |
rustc_ast_lowering
|
Auto merge of #101313 - SparrowLii:mk_attr_id, r=cjgillot
|
2022-09-14 20:52:18 +00:00 |
rustc_ast_passes
|
Auto merge of #101212 - eholk:dyn-star, r=compiler-errors
|
2022-09-14 18:10:51 +00:00 |
rustc_ast_pretty
|
make mk_attr_id part of ParseSess
|
2022-09-14 08:49:10 +08:00 |
rustc_attr
|
Also replace the placeholder for the stable_features lint
|
2022-09-14 03:28:54 +02:00 |
rustc_borrowck
|
Auto merge of #101212 - eholk:dyn-star, r=compiler-errors
|
2022-09-14 18:10:51 +00:00 |
rustc_builtin_macros
|
make mk_attr_id part of ParseSess
|
2022-09-14 08:49:10 +08:00 |
rustc_codegen_cranelift
|
Auto merge of #101212 - eholk:dyn-star, r=compiler-errors
|
2022-09-14 18:10:51 +00:00 |
rustc_codegen_gcc
|
|
|
rustc_codegen_llvm
|
Auto merge of #99443 - jam1garner:mips-virt-feature, r=nagisa
|
2022-09-14 08:21:25 +00:00 |
rustc_codegen_ssa
|
Auto merge of #101212 - eholk:dyn-star, r=compiler-errors
|
2022-09-14 18:10:51 +00:00 |
rustc_const_eval
|
Address code review comments
|
2022-09-13 14:50:12 -07:00 |
rustc_data_structures
|
|
|
rustc_driver
|
make mk_attr_id part of ParseSess
|
2022-09-14 08:49:10 +08:00 |
rustc_error_codes
|
|
|
rustc_error_messages
|
correct span, add help message and add UI test when query depth overflows
|
2022-09-15 16:05:44 +08:00 |
rustc_errors
|
Compute lint_levels by definition
|
2022-09-14 19:02:44 +02:00 |
rustc_expand
|
make mk_attr_id part of ParseSess
|
2022-09-14 08:49:10 +08:00 |
rustc_feature
|
Auto merge of #101212 - eholk:dyn-star, r=compiler-errors
|
2022-09-14 18:10:51 +00:00 |
rustc_fs_util
|
|
|
rustc_graphviz
|
|
|
rustc_hir
|
Auto merge of #101709 - nnethercote:simplify-visitors-more, r=cjgillot
|
2022-09-14 05:21:14 +00:00 |
rustc_hir_pretty
|
|
|
rustc_incremental
|
|
|
rustc_index
|
|
|
rustc_infer
|
Auto merge of #101212 - eholk:dyn-star, r=compiler-errors
|
2022-09-14 18:10:51 +00:00 |
rustc_interface
|
|
|
rustc_lexer
|
|
|
rustc_lint
|
Auto merge of #101620 - cjgillot:compute_lint_levels_by_def, r=oli-obk
|
2022-09-15 00:01:17 +00:00 |
rustc_lint_defs
|
Compute lint_levels by definition
|
2022-09-14 19:02:44 +02:00 |
rustc_llvm
|
|
|
rustc_log
|
|
|
rustc_macros
|
|
|
rustc_metadata
|
make mk_attr_id part of ParseSess
|
2022-09-14 08:49:10 +08:00 |
rustc_middle
|
Auto merge of #101620 - cjgillot:compute_lint_levels_by_def, r=oli-obk
|
2022-09-15 00:01:17 +00:00 |
rustc_mir_build
|
Auto merge of #101212 - eholk:dyn-star, r=compiler-errors
|
2022-09-14 18:10:51 +00:00 |
rustc_mir_dataflow
|
|
|
rustc_mir_transform
|
|
|
rustc_monomorphize
|
Address code review comments
|
2022-09-13 14:50:12 -07:00 |
rustc_parse
|
Auto merge of #101313 - SparrowLii:mk_attr_id, r=cjgillot
|
2022-09-14 20:52:18 +00:00 |
rustc_parse_format
|
|
|
rustc_passes
|
Rollup merge of #101772 - est31:replace_placeholder_diagnostics, r=jackh726
|
2022-09-14 19:26:21 +05:30 |
rustc_plugin_impl
|
|
|
rustc_privacy
|
Auto merge of #101709 - nnethercote:simplify-visitors-more, r=cjgillot
|
2022-09-14 05:21:14 +00:00 |
rustc_query_impl
|
correct span, add help message and add UI test when query depth overflows
|
2022-09-15 16:05:44 +08:00 |
rustc_query_system
|
correct span, add help message and add UI test when query depth overflows
|
2022-09-15 16:05:44 +08:00 |
rustc_resolve
|
Auto merge of #101709 - nnethercote:simplify-visitors-more, r=cjgillot
|
2022-09-14 05:21:14 +00:00 |
rustc_save_analysis
|
|
|
rustc_serialize
|
|
|
rustc_session
|
make mk_attr_id part of ParseSess
|
2022-09-14 08:49:10 +08:00 |
rustc_smir
|
Only keep one version of ImplicitSelfKind.
|
2022-09-13 19:18:23 +02:00 |
rustc_span
|
Auto merge of #101212 - eholk:dyn-star, r=compiler-errors
|
2022-09-14 18:10:51 +00:00 |
rustc_symbol_mangling
|
Address code review comments
|
2022-09-13 14:50:12 -07:00 |
rustc_target
|
|
|
rustc_trait_selection
|
Auto merge of #101212 - eholk:dyn-star, r=compiler-errors
|
2022-09-14 18:10:51 +00:00 |
rustc_traits
|
Auto merge of #101212 - eholk:dyn-star, r=compiler-errors
|
2022-09-14 18:10:51 +00:00 |
rustc_transmute
|
|
|
rustc_ty_utils
|
|
|
rustc_type_ir
|
Address code review comments
|
2022-09-13 14:50:12 -07:00 |
rustc_typeck
|
Auto merge of #101212 - eholk:dyn-star, r=compiler-errors
|
2022-09-14 18:10:51 +00:00 |