.. |
rustc
|
|
|
rustc_apfloat
|
|
|
rustc_arena
|
|
|
rustc_ast
|
Add warning when whitespace is not skipped after an escaped newline.
|
2021-07-30 16:26:39 +02:00 |
rustc_ast_lowering
|
Auto merge of #83484 - JulianKnodt:infer, r=oli-obk,lcnr
|
2021-07-27 16:24:45 +00: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
|
|
|
rustc_attr
|
|
|
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
|
|
|
rustc_codegen_llvm
|
|
|
rustc_codegen_ssa
|
|
|
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
|
Rollup merge of #87521 - midgleyc:long-E0498, r=GuillaumeGomez
|
2021-07-29 06:11:47 +09:00 |
rustc_errors
|
|
|
rustc_expand
|
Auto merge of #87381 - Aaron1011:note-semi-trailing-macro, r=petrochenkov
|
2021-07-25 04:34:58 +00:00 |
rustc_feature
|
min_type_alias_impl_trait is going to be removed in 1.56
|
2021-07-28 17:04:45 -03:00 |
rustc_fs_util
|
|
|
rustc_graphviz
|
|
|
rustc_hir
|
Make const panic!("..") work in Rust 2021.
|
2021-07-28 16:10:41 +02:00 |
rustc_hir_pretty
|
Auto merge of #83484 - JulianKnodt:infer, r=oli-obk,lcnr
|
2021-07-27 16:24:45 +00:00 |
rustc_incremental
|
|
|
rustc_index
|
|
|
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 #83484 - JulianKnodt:infer, r=oli-obk,lcnr
|
2021-07-27 16:24:45 +00:00 |
rustc_lint_defs
|
Display an extra note for trailing semicolon lint with trailing macro
|
2021-07-24 11:46:44 -05:00 |
rustc_llvm
|
|
|
rustc_macros
|
|
|
rustc_metadata
|
Auto merge of #83723 - cjgillot:ownernode, r=petrochenkov
|
2021-07-25 11:11:02 +00:00 |
rustc_middle
|
Auto merge of #86251 - Smittyvb:thir-tree-again, r=oli-obk
|
2021-07-28 09:01:11 +00:00 |
rustc_mir
|
Auto merge of #87483 - oli-obk:tait_ice, r=lqd
|
2021-07-30 07:02:34 +00: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
|
Add warning when whitespace is not skipped after an escaped newline.
|
2021-07-30 16:26:39 +02:00 |
rustc_parse_format
|
|
|
rustc_passes
|
Only check macro attributes when checking the crate root.
|
2021-07-25 12:23:37 +02:00 |
rustc_plugin_impl
|
|
|
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
|
Restrict field visibility
|
2021-07-25 20:43:27 -05:00 |
rustc_resolve
|
Auto merge of #83484 - JulianKnodt:infer, r=oli-obk,lcnr
|
2021-07-27 16:24:45 +00:00 |
rustc_save_analysis
|
Introduce OwnerNode::Crate.
|
2021-07-25 12:22:47 +02:00 |
rustc_serialize
|
|
|
rustc_session
|
Rollup merge of #86450 - tmiasko:move-size-limit, r=pnkfelix
|
2021-07-27 19:52:40 +09:00 |
rustc_span
|
Add new const_format_args!() macro and use it in panics.
|
2021-07-28 16:12:25 +02:00 |
rustc_symbol_mangling
|
Implement Printer for &mut SymbolMangler
|
2021-07-29 13:30:40 +02:00 |
rustc_target
|
freebsd remove compiler workaround.
|
2021-07-25 17:38:44 +01:00 |
rustc_trait_selection
|
Fix ICE in diagnostic_hir_wf_check
|
2021-07-28 01:41:52 +02:00 |
rustc_traits
|
|
|
rustc_ty_utils
|
|
|
rustc_type_ir
|
|
|
rustc_typeck
|
Rollup merge of #87554 - sexxi-goose:fix-issue-87426, r=nikomatsakis
|
2021-07-30 16:26:55 +09:00 |