rust/compiler
2022-11-28 15:18:49 +11:00
..
rustc
rustc_abi Simplify and document range layout computation 2022-11-25 08:39:11 +00:00
rustc_apfloat
rustc_arena rustc_arena: remove a couple of ref patterns 2022-11-22 18:49:29 +00:00
rustc_ast Rename ast::Lit as ast::MetaItemLit. 2022-11-28 15:18:49 +11:00
rustc_ast_lowering Rename ast::Lit as ast::MetaItemLit. 2022-11-28 15:18:49 +11:00
rustc_ast_passes Use as_deref in compiler (but only where it makes sense) 2022-11-16 21:58:58 +00:00
rustc_ast_pretty Rename ast::Lit as ast::MetaItemLit. 2022-11-28 15:18:49 +11:00
rustc_attr Rename ast::Lit as ast::MetaItemLit. 2022-11-28 15:18:49 +11:00
rustc_baked_icu_data Update crate documentation of rustc_baked_icu_data crate 2022-11-18 14:46:36 -08:00
rustc_borrowck Rollup merge of #104976 - WaffleLapkin:move_comments, r=cjgillot 2022-11-27 22:14:08 +01:00
rustc_builtin_macros Rename ast::Lit as ast::MetaItemLit. 2022-11-28 15:18:49 +11:00
rustc_codegen_cranelift Prefer doc comments over //-comments in compiler 2022-11-27 11:19:04 +00:00
rustc_codegen_gcc Rollup merge of #104976 - WaffleLapkin:move_comments, r=cjgillot 2022-11-27 22:14:08 +01:00
rustc_codegen_llvm Prefer doc comments over //-comments in compiler 2022-11-27 11:19:04 +00:00
rustc_codegen_ssa Prefer doc comments over //-comments in compiler 2022-11-27 11:19:04 +00:00
rustc_const_eval Rollup merge of #104976 - WaffleLapkin:move_comments, r=cjgillot 2022-11-27 22:14:08 +01:00
rustc_data_structures Auto merge of #97870 - eggyal:inplace_fold_spec, r=wesleywiser 2022-11-19 02:28:47 +00:00
rustc_driver Prefer doc comments over //-comments in compiler 2022-11-27 11:19:04 +00:00
rustc_error_codes Auto merge of #103491 - cjgillot:self-rpit, r=oli-obk 2022-11-21 12:17:03 +00:00
rustc_error_messages Rollup merge of #104621 - YC:master, r=davidtwco 2022-11-22 22:54:40 -05:00
rustc_errors Rollup merge of #104780 - BoxyUwU:error_reported_not_be_bad, r=oli-obk 2022-11-24 21:34:54 +01:00
rustc_expand Rename ast::Lit as ast::MetaItemLit. 2022-11-28 15:18:49 +11:00
rustc_feature Auto merge of #103491 - cjgillot:self-rpit, r=oli-obk 2022-11-21 12:17:03 +00:00
rustc_fs_util
rustc_graphviz
rustc_hir Rollup merge of #104976 - WaffleLapkin:move_comments, r=cjgillot 2022-11-27 22:14:08 +01:00
rustc_hir_analysis Rename ast::Lit as ast::MetaItemLit. 2022-11-28 15:18:49 +11:00
rustc_hir_pretty Auto merge of #104048 - cjgillot:split-lifetime, r=compiler-errors 2022-11-27 14:30:19 +00:00
rustc_hir_typeck Rollup merge of #104976 - WaffleLapkin:move_comments, r=cjgillot 2022-11-27 22:14:08 +01:00
rustc_incremental Prefer doc comments over //-comments in compiler 2022-11-27 11:19:04 +00:00
rustc_index move things from rustc_target::abi to rustc_abi 2022-11-24 16:26:13 +03:30
rustc_infer Rollup merge of #104976 - WaffleLapkin:move_comments, r=cjgillot 2022-11-27 22:14:08 +01:00
rustc_interface Auto merge of #104507 - WaffleLapkin:asderefsyou, r=wesleywiser 2022-11-24 00:17:35 +00:00
rustc_lexer Auto merge of #104507 - WaffleLapkin:asderefsyou, r=wesleywiser 2022-11-24 00:17:35 +00:00
rustc_lint Rollup merge of #104976 - WaffleLapkin:move_comments, r=cjgillot 2022-11-27 22:14:08 +01:00
rustc_lint_defs Make deref_into_dyn_supertrait lint the impl and not the usage 2022-11-23 15:40:27 +00:00
rustc_llvm [llvm-wrapper] adapt for LLVM API change 2022-11-25 11:29:00 +00:00
rustc_log
rustc_macros Auto merge of #103556 - clubby789:specialize-option-partial-eq, r=scottmcm 2022-11-26 08:56:20 +00:00
rustc_metadata Prefer doc comments over //-comments in compiler 2022-11-27 11:19:04 +00:00
rustc_middle Rename ast::Lit as ast::MetaItemLit. 2022-11-28 15:18:49 +11:00
rustc_mir_build Prefer doc comments over //-comments in compiler 2022-11-27 11:19:04 +00:00
rustc_mir_dataflow Rewrite dest prop. 2022-11-26 18:04:54 -08:00
rustc_mir_transform Prefer doc comments over //-comments in compiler 2022-11-27 11:19:04 +00:00
rustc_monomorphize Prefer doc comments over //-comments in compiler 2022-11-27 11:19:04 +00:00
rustc_parse Rename ast::Lit as ast::MetaItemLit. 2022-11-28 15:18:49 +11:00
rustc_parse_format shift no characters when using raw string literals 2022-11-15 14:28:20 +09:00
rustc_passes Rename ast::Lit as ast::MetaItemLit. 2022-11-28 15:18:49 +11:00
rustc_plugin_impl
rustc_privacy Auto merge of #99798 - JulianKnodt:ac1, r=BoxyUwU 2022-11-25 22:56:59 +00:00
rustc_query_impl Rollup merge of #104675 - SarthakSingh31:issue-101666, r=jyn514 2022-11-26 10:39:10 +01:00
rustc_query_system Prefer doc comments over //-comments in compiler 2022-11-27 11:19:04 +00:00
rustc_resolve Rollup merge of #104976 - WaffleLapkin:move_comments, r=cjgillot 2022-11-27 22:14:08 +01:00
rustc_save_analysis Rollup merge of #104976 - WaffleLapkin:move_comments, r=cjgillot 2022-11-27 22:14:08 +01:00
rustc_serialize Prefer doc comments over //-comments in compiler 2022-11-27 11:19:04 +00:00
rustc_session Auto merge of #104845 - matthiaskrgr:rollup-tckj956, r=matthiaskrgr 2022-11-24 23:45:32 +00:00
rustc_smir
rustc_span Rollup merge of #104976 - WaffleLapkin:move_comments, r=cjgillot 2022-11-27 22:14:08 +01:00
rustc_symbol_mangling Rollup merge of #104786 - WaffleLapkin:amp-mut-help, r=compiler-errors 2022-11-26 17:47:23 +01:00
rustc_target Prefer doc comments over //-comments in compiler 2022-11-27 11:19:04 +00:00
rustc_trait_selection Rollup merge of #104976 - WaffleLapkin:move_comments, r=cjgillot 2022-11-27 22:14:08 +01:00
rustc_traits Rollup merge of #104906 - spastorino:remove-ascribeusertypecx, r=compiler-errors 2022-11-26 10:39:12 +01:00
rustc_transmute
rustc_ty_utils Auto merge of #103917 - oli-obk:layout_math, r=RalfJung,lcnr 2022-11-27 10:35:00 +00:00
rustc_type_ir Remove some unnecessary slicing 2022-11-21 20:38:55 +00:00