granite-rust/compiler
2021-08-01 23:44:54 +02:00
..
rustc use jemallocator in rustc/rustdoc 2021-04-04 14:10:26 -07:00
rustc_apfloat Use HTTPS links where possible 2021-06-23 16:26:46 -04:00
rustc_arena Remove (lots of) dead code 2021-03-27 22:16:33 -04:00
rustc_ast Add warning when whitespace is not skipped after an escaped newline. 2021-07-30 16:26:39 +02:00
rustc_ast_lowering Do not discard ?Sized type params and suggest their removal 2021-07-30 08:44:31 -07:00
rustc_ast_passes Rollup merge of #87501 - spastorino:remove-min-tait, r=oli-obk 2021-07-28 18:28:19 +09:00
rustc_ast_pretty use vec![] macro to create Vector with first item inside instead of pushing to an empty vec![] 2021-07-25 12:19:33 +02:00
rustc_attr Enhance well-formedness checks for #[repr(...)] attributes 2021-07-09 22:03:48 +02:00
rustc_builtin_macros Add new const_format_args!() macro and use it in panics. 2021-07-28 16:12:25 +02:00
rustc_codegen_cranelift Rollup merge of #87092 - ricobbe:fix-raw-dylib-multiple-definitions, r=petrochenkov 2021-07-18 14:21:56 +09:00
rustc_codegen_llvm clippy::single_char_pattern 2021-07-25 12:25:26 +02:00
rustc_codegen_ssa Auto merge of #87153 - michaelwoerister:debuginfo-names-dyn-trait-projection-bounds, r=wesleywiser 2021-07-19 21:25:43 +00:00
rustc_data_structures Use type_alias_impl_trait instead of min in compiler and lib 2021-07-27 12:27:08 -03:00
rustc_driver Rollup merge of #87553 - bjorn3:fix_hotplug_codegen_version, r=wesleywiser 2021-07-30 16:26:54 +09:00
rustc_error_codes Update error code description 2021-07-30 00:33:30 +02:00
rustc_errors Use multispan suggestions more often 2021-07-30 09:26:31 -07:00
rustc_expand Auto merge of #87449 - matthiaskrgr:clippyy_v2, r=nagisa 2021-08-01 09:15:15 +00:00
rustc_feature Add feature gate tests. 2021-07-31 00:51:38 +08:00
rustc_fs_util Optimize away a fs::metadata call. 2021-01-06 08:33:15 -08:00
rustc_graphviz Use HTTPS links where possible 2021-06-23 16:26:46 -04:00
rustc_hir Auto merge of #87449 - matthiaskrgr:clippyy_v2, r=nagisa 2021-08-01 09:15:15 +00:00
rustc_hir_pretty Auto merge of #87449 - matthiaskrgr:clippyy_v2, r=nagisa 2021-08-01 09:15:15 +00:00
rustc_incremental Move OnDiskCache to rustc_query_impl. 2021-07-18 11:14:07 +02:00
rustc_index Remove unused feature gates 2021-05-31 13:55:43 +02:00
rustc_infer Auto merge of #86461 - crlf0710:rich_vtable, r=nikomatsakis 2021-07-24 10:21:23 +00:00
rustc_interface Rollup merge of #86450 - tmiasko:move-size-limit, r=pnkfelix 2021-07-27 19:52:40 +09:00
rustc_lexer Add warning when whitespace is not skipped after an escaped newline. 2021-07-30 16:26:39 +02:00
rustc_lint Auto merge of #87449 - matthiaskrgr:clippyy_v2, r=nagisa 2021-08-01 09:15:15 +00:00
rustc_lint_defs Make SEMICOLON_IN_EXPRESSIONS_FROM_MACROS warn by default 2021-07-27 14:17:37 -05:00
rustc_llvm Rollup merge of #86072 - MarcusCalhoun-Lopez:llvm_cross, r=nagisa 2021-07-31 04:09:19 +09:00
rustc_macros clippy::useless_format 2021-07-25 12:26:03 +02:00
rustc_metadata Auto merge of #83723 - cjgillot:ownernode, r=petrochenkov 2021-07-25 11:11:02 +00:00
rustc_middle Auto merge of #87546 - rusticstuff:issue87450-take-two, r=davidtwco 2021-08-01 11:56:02 +00:00
rustc_mir clippy::perf fixes 2021-08-01 23:44:54 +02:00
rustc_mir_build Auto merge of #86251 - Smittyvb:thir-tree-again, r=oli-obk 2021-07-28 09:01:11 +00:00
rustc_parse Auto merge of #87449 - matthiaskrgr:clippyy_v2, r=nagisa 2021-08-01 09:15:15 +00:00
rustc_parse_format Rework SESSION_GLOBALS API to prevent overwriting it 2021-07-08 16:16:28 +02:00
rustc_passes Auto merge of #87449 - matthiaskrgr:clippyy_v2, r=nagisa 2021-08-01 09:15:15 +00:00
rustc_plugin_impl Use () for plugin_registrar_fn. 2021-05-12 13:58:43 +02:00
rustc_privacy Actually infer args in visitors 2021-07-26 21:15:18 +00:00
rustc_query_impl Create QuerySideEffects and use it for diagnostics 2021-07-25 20:27:58 -05:00
rustc_query_system Auto merge of #87449 - matthiaskrgr:clippyy_v2, r=nagisa 2021-08-01 09:15:15 +00:00
rustc_resolve Auto merge of #87449 - matthiaskrgr:clippyy_v2, r=nagisa 2021-08-01 09:15:15 +00:00
rustc_save_analysis Do not discard ?Sized type params and suggest their removal 2021-07-30 08:44:31 -07:00
rustc_serialize Emit warnings for unused fields in custom targets. 2021-06-17 21:48:02 +02:00
rustc_session Auto merge of #87449 - matthiaskrgr:clippyy_v2, r=nagisa 2021-08-01 09:15:15 +00:00
rustc_span Added feature gate. 2021-07-31 00:51:38 +08:00
rustc_symbol_mangling Implement Printer for &mut SymbolMangler 2021-07-29 13:30:40 +02:00
rustc_target Auto merge of #87664 - devnexen:netbsd_sanitizers_support, r=nagisa 2021-08-01 14:16:37 +00:00
rustc_trait_selection Auto merge of #87449 - matthiaskrgr:clippyy_v2, r=nagisa 2021-08-01 09:15:15 +00:00
rustc_traits clippy:: append_instead_of_extend 2021-07-25 12:26:02 +02:00
rustc_ty_utils Add impl_constness query 2021-07-10 20:54:49 +08:00
rustc_type_ir Remove unused feature gates 2021-05-31 13:55:43 +02:00
rustc_typeck clippy::perf fixes 2021-08-01 23:44:54 +02:00