rust/compiler
2022-10-04 21:02:07 +08:00
..
rustc
rustc_apfloat
rustc_arena
rustc_ast Rewrite Token::is_op. 2022-10-03 11:42:29 +11:00
rustc_ast_lowering
rustc_ast_passes
rustc_ast_pretty
rustc_attr
rustc_borrowck
rustc_builtin_macros Rollup merge of #101040 - danielhenrymantilla:no-bounds-for-default-annotated-derive, r=joshtriplett 2022-10-03 20:58:55 +02:00
rustc_codegen_cranelift
rustc_codegen_gcc Remove type argument of array_alloca and rename to byte_array_alloca 2022-10-02 13:42:14 +00:00
rustc_codegen_llvm Auto merge of #102551 - bjorn3:cg_ssa_cleanup, r=davidtwco 2022-10-03 11:02:58 +00:00
rustc_codegen_ssa Remove type argument of array_alloca and rename to byte_array_alloca 2022-10-02 13:42:14 +00:00
rustc_const_eval Change feature name to is_some_and 2022-10-01 11:45:52 -05:00
rustc_data_structures Use a SortedMap instead of a VecMap. 2022-10-01 16:24:30 +02:00
rustc_driver
rustc_error_codes Cleanup some error code explanations 2022-10-03 08:53:06 +02:00
rustc_error_messages find the correct lang item for ranges 2022-10-04 21:02:07 +08:00
rustc_errors Compute lint_levels by definition 2022-10-01 16:12:50 +02:00
rustc_expand Clarify operator splitting. 2022-10-03 11:41:36 +11:00
rustc_feature
rustc_fs_util
rustc_graphviz
rustc_hir
rustc_hir_analysis find the correct lang item for ranges 2022-10-04 21:02:07 +08:00
rustc_hir_pretty
rustc_incremental
rustc_index
rustc_infer
rustc_interface
rustc_lexer
rustc_lint Add sanity Drop impl. 2022-10-01 16:24:44 +02:00
rustc_lint_defs Compute lint_levels by definition 2022-10-01 16:12:50 +02:00
rustc_llvm
rustc_log
rustc_macros errors: rename typeck.ftl to hir_analysis.ftl 2022-10-03 13:52:17 +01:00
rustc_metadata
rustc_middle Auto merge of #102632 - matthiaskrgr:rollup-h8s3zmo, r=matthiaskrgr 2022-10-03 20:22:18 +00:00
rustc_mir_build Auto merge of #101986 - WaffleLapkin:move_lint_note_to_the_bottom, r=estebank 2022-10-01 10:44:25 +00:00
rustc_mir_dataflow
rustc_mir_transform
rustc_monomorphize
rustc_parse Invert is_top_level to avoid negation. 2022-10-03 11:42:29 +11:00
rustc_parse_format
rustc_passes Auto merge of #101986 - WaffleLapkin:move_lint_note_to_the_bottom, r=estebank 2022-10-01 10:44:25 +00:00
rustc_plugin_impl
rustc_privacy
rustc_query_impl Correct Key impl for HirId. 2022-10-01 16:20:08 +02:00
rustc_query_system Allow query system to recover a HirId. 2022-10-01 15:58:42 +02:00
rustc_resolve
rustc_save_analysis
rustc_serialize
rustc_session
rustc_smir
rustc_span
rustc_symbol_mangling
rustc_target Auto merge of #102503 - cuviper:x86-stack-probes, r=nagisa 2022-10-03 02:09:05 +00:00
rustc_trait_selection Rollup merge of #102613 - TaKO8Ki:fix-part-of-101739, r=compiler-errors 2022-10-03 19:12:19 +02:00
rustc_traits
rustc_transmute check if const is ADT or not 2022-10-03 17:51:18 +09:00
rustc_ty_utils
rustc_type_ir