rust/compiler
2021-11-29 21:19:49 +08:00
..
rustc
rustc_apfloat
rustc_arena Add some comments. 2021-11-19 07:52:59 +11:00
rustc_ast Account for incorrect impl Foo<const N: ty> {} syntax 2021-11-24 20:02:09 +00:00
rustc_ast_lowering Auto merge of #85102 - estebank:point-at-assignment, r=oli-obk 2021-11-26 03:57:55 +00:00
rustc_ast_passes Rollup merge of #91208 - estebank:eq-constraint, r=cjgillot 2021-11-27 11:46:44 +01:00
rustc_ast_pretty Add support for specifying multiple clobber_abi in asm! 2021-11-10 01:06:03 -05:00
rustc_attr
rustc_borrowck Fix issue 91206 2021-11-25 16:34:30 +00:00
rustc_builtin_macros Rollup merge of #90131 - camsteffen:fmt-args-span-fix, r=cjgillot 2021-11-28 23:45:15 +01:00
rustc_codegen_cranelift
rustc_codegen_gcc Feat: make cg_ssa get_param borrow the builder mutable 2021-11-23 22:30:20 -05:00
rustc_codegen_llvm Rollup merge of #90833 - tmiasko:optimization-remarks, r=nikic 2021-11-28 23:45:17 +01:00
rustc_codegen_ssa Feat: make cg_ssa get_param borrow the builder mutable 2021-11-23 22:30:20 -05:00
rustc_const_eval Use the constness from the param env instead of having a separate dimension for it 2021-11-29 21:19:47 +08:00
rustc_data_structures Use intrinsic pointer methods 2021-11-27 16:59:18 +00:00
rustc_driver add rustc option for using LLVM stack smash protection 2021-11-22 20:06:22 +01:00
rustc_error_codes Update Copy/Clone documentation WRT arrays 2021-11-08 13:11:59 -05:00
rustc_errors replace_tabs -> normalize_whitespace 2021-11-23 20:37:21 +00:00
rustc_expand Stabilize format_args_capture 2021-11-15 10:14:29 +01:00
rustc_feature Rollup merge of #90420 - GuillaumeGomez:rustdoc-internals-feature, r=camelid 2021-11-24 22:56:37 +01:00
rustc_fs_util
rustc_graphviz
rustc_hir Static items are also const 2021-11-29 21:19:46 +08:00
rustc_hir_pretty
rustc_incremental Add -Zassert-incr-state to assert state of incremental cache 2021-11-12 13:41:46 -06:00
rustc_index Auto merge of #90491 - Mark-Simulacrum:push-pred-faster, r=matthewjasper 2021-11-24 15:51:46 +00:00
rustc_infer Avoid storing the ImplPolarity and Constness next to a TraitRef and use TraitPredicate instead 2021-11-29 21:19:49 +08:00
rustc_interface Rollup merge of #91185 - camelid:rm-force-overflow-checks, r=wesleywiser 2021-11-25 15:05:40 +01:00
rustc_lexer udpate comment to be more accurate 2021-11-23 20:37:23 +00:00
rustc_lint Stabilize format_args_capture 2021-11-15 10:14:29 +01:00
rustc_lint_defs
rustc_llvm Rollup merge of #90833 - tmiasko:optimization-remarks, r=nikic 2021-11-28 23:45:17 +01:00
rustc_macros Make TypeFoldable implementors short-circuit on error 2021-11-26 07:17:59 +00:00
rustc_metadata Add ty::Visibility::is_public() 2021-11-09 18:35:00 -08:00
rustc_middle Avoid storing the ImplPolarity and Constness next to a TraitRef and use TraitPredicate instead 2021-11-29 21:19:49 +08:00
rustc_mir_build Fix stack overflow in usefulness.rs 2021-11-23 23:07:11 +01:00
rustc_mir_dataflow Auto merge of #90788 - ecstatic-morse:issue-90752, r=wesleywiser 2021-11-23 17:44:33 +00:00
rustc_mir_transform impl Copy/Clone for arrays in std, not in compiler 2021-11-08 13:11:58 -05:00
rustc_monomorphize Rollup merge of #90701 - michaelwoerister:more-artifact-sizes, r=davidtwco 2021-11-09 19:00:45 +01:00
rustc_parse Auto merge of #88781 - estebank:emoji-idents, r=oli-obk 2021-11-25 08:16:08 +00:00
rustc_parse_format
rustc_passes Rollup merge of #89359 - fee1-dead:const-it, r=oli-obk 2021-11-25 15:05:35 +01:00
rustc_plugin_impl
rustc_privacy Add ty::Visibility::is_public() 2021-11-09 18:35:00 -08:00
rustc_query_impl
rustc_query_system Manually outline error on incremental_verify_ich 2021-11-22 21:32:20 -05:00
rustc_resolve Rollup merge of #91111 - cjgillot:hir-no-lower-attrs, r=michaelwoerister 2021-11-25 15:05:38 +01:00
rustc_save_analysis Give inline const separate DefKind 2021-11-07 03:59:06 +00:00
rustc_serialize Avoid generating empty closures for fieldless enums 2021-11-22 21:22:35 -05:00
rustc_session Rollup merge of #91185 - camelid:rm-force-overflow-checks, r=wesleywiser 2021-11-25 15:05:40 +01:00
rustc_span Add parent crate assert to register_expn_id 2021-11-28 16:35:54 -06:00
rustc_symbol_mangling
rustc_target Rollup merge of #90499 - rusticstuff:macos-target-fixes, r=petrochenkov 2021-11-25 15:05:36 +01:00
rustc_trait_selection Avoid storing the ImplPolarity and Constness next to a TraitRef and use TraitPredicate instead 2021-11-29 21:19:49 +08:00
rustc_traits Unwrap the results of type folders 2021-11-26 07:38:25 +00:00
rustc_ty_utils Re-use constness_for_typeck instead of rolling it ourselves 2021-11-29 21:19:46 +08:00
rustc_type_ir
rustc_typeck Avoid storing the ImplPolarity and Constness next to a TraitRef and use TraitPredicate instead 2021-11-29 21:19:49 +08:00