.. |
rustc
|
|
|
rustc_apfloat
|
Stabilize iter::zip.
|
2021-12-14 18:50:31 -04:00 |
rustc_arena
|
|
|
rustc_ast
|
Auto merge of #91945 - matthiaskrgr:rollup-jszf9zp, r=matthiaskrgr
|
2021-12-15 03:28:55 +00:00 |
rustc_ast_lowering
|
Rollup merge of #89090 - cjgillot:bare-dyn, r=jackh726
|
2021-12-18 08:16:26 +01:00 |
rustc_ast_passes
|
Stabilize destructuring_assignment
|
2021-12-14 22:38:51 -05:00 |
rustc_ast_pretty
|
|
|
rustc_attr
|
|
|
rustc_borrowck
|
Remove in_band_lifetimes from borrowck
|
2021-12-15 08:39:21 +01:00 |
rustc_builtin_macros
|
Rollup merge of #91172 - Ethiraric:ethiraric/fix90979, r=petrochenkov
|
2021-12-16 17:23:07 +01:00 |
rustc_codegen_cranelift
|
Rollup merge of #91868 - tmiasko:llvm-time-trace-out, r=oli-obk
|
2021-12-15 01:28:06 +01:00 |
rustc_codegen_gcc
|
Rollup merge of #91868 - tmiasko:llvm-time-trace-out, r=oli-obk
|
2021-12-15 01:28:06 +01:00 |
rustc_codegen_llvm
|
Rollup merge of #91881 - Patrick-Poitras:stabilize-iter-zip, r=scottmcm
|
2021-12-15 01:28:08 +01:00 |
rustc_codegen_ssa
|
Rollup merge of #91885 - LegionMammal978:less-inband-codegen_ssa, r=workingjubilee
|
2021-12-15 10:56:59 +01:00 |
rustc_const_eval
|
miri: lift restriction on extern types being the only field in a struct
|
2021-12-15 23:44:51 +01:00 |
rustc_data_structures
|
|
|
rustc_driver
|
|
|
rustc_error_codes
|
|
|
rustc_errors
|
Stabilize iter::zip.
|
2021-12-14 18:50:31 -04:00 |
rustc_expand
|
Rollup merge of #90521 - jhpratt:stabilize-destructuring_assignment, r=jackh726,pnkfelix
|
2021-12-15 08:36:19 +01:00 |
rustc_feature
|
Stabilize destructuring_assignment
|
2021-12-14 22:38:51 -05:00 |
rustc_fs_util
|
|
|
rustc_graphviz
|
|
|
rustc_hir
|
Auto merge of #89841 - cormacrelf:let-else-typed, r=nagisa
|
2021-12-17 22:12:34 +00:00 |
rustc_hir_pretty
|
Auto merge of #89841 - cormacrelf:let-else-typed, r=nagisa
|
2021-12-17 22:12:34 +00:00 |
rustc_incremental
|
|
|
rustc_index
|
Stabilize iter::zip.
|
2021-12-14 18:50:31 -04:00 |
rustc_infer
|
Stabilize iter::zip.
|
2021-12-14 18:50:31 -04:00 |
rustc_interface
|
Rollup merge of #91880 - matthiaskrgr:clippy_perf_dec, r=jyn514
|
2021-12-15 10:56:58 +01:00 |
rustc_lexer
|
|
|
rustc_lint
|
Rollup merge of #91818 - camelid:unused-result-type, r=jackh726
|
2021-12-18 08:16:27 +01:00 |
rustc_lint_defs
|
Rollup merge of #89090 - cjgillot:bare-dyn, r=jackh726
|
2021-12-18 08:16:26 +01:00 |
rustc_llvm
|
|
|
rustc_macros
|
|
|
rustc_metadata
|
Rollup merge of #92001 - fee1-dead:dmbic-xcrate-fix, r=oli-obk
|
2021-12-16 17:23:13 +01:00 |
rustc_middle
|
Add a temporary hack before env fix lands in bootstrap
|
2021-12-17 20:46:48 +08:00 |
rustc_mir_build
|
Auto merge of #89841 - cormacrelf:let-else-typed, r=nagisa
|
2021-12-17 22:12:34 +00:00 |
rustc_mir_dataflow
|
Stabilize iter::zip.
|
2021-12-14 18:50:31 -04:00 |
rustc_mir_transform
|
Rollup merge of #91880 - matthiaskrgr:clippy_perf_dec, r=jyn514
|
2021-12-15 10:56:58 +01:00 |
rustc_monomorphize
|
|
|
rustc_parse
|
Rollup merge of #87901 - poliorcetics:pub-pub-pub, r=jackh726
|
2021-12-18 08:16:25 +01:00 |
rustc_parse_format
|
|
|
rustc_passes
|
Auto merge of #89841 - cormacrelf:let-else-typed, r=nagisa
|
2021-12-17 22:12:34 +00:00 |
rustc_plugin_impl
|
|
|
rustc_privacy
|
|
|
rustc_query_impl
|
|
|
rustc_query_system
|
Stabilize iter::zip.
|
2021-12-14 18:50:31 -04:00 |
rustc_resolve
|
Auto merge of #89836 - pierwill:fix-85142-crate-hash, r=wesleywiser
|
2021-12-16 02:21:30 +00:00 |
rustc_save_analysis
|
Rollup merge of #91880 - matthiaskrgr:clippy_perf_dec, r=jyn514
|
2021-12-15 10:56:58 +01:00 |
rustc_serialize
|
|
|
rustc_session
|
|
|
rustc_span
|
Auto merge of #89836 - pierwill:fix-85142-crate-hash, r=wesleywiser
|
2021-12-16 02:21:30 +00:00 |
rustc_symbol_mangling
|
Remove in_band_lifetimes from rustc_symbol_mangling
|
2021-12-15 22:02:25 +00:00 |
rustc_target
|
|
|
rustc_trait_selection
|
Rollup merge of #91904 - SylvanB:remove_in_band_lifetimes_rustc_trait_selection, r=petrochenkov
|
2021-12-16 10:12:42 +01:00 |
rustc_traits
|
|
|
rustc_ty_utils
|
|
|
rustc_type_ir
|
|
|
rustc_typeck
|
Rollup merge of #89090 - cjgillot:bare-dyn, r=jackh726
|
2021-12-18 08:16:26 +01:00 |