rust/compiler
bors 089a016919 Auto merge of #90661 - matthiaskrgr:rollup-1umbdlx, r=matthiaskrgr
Rollup of 6 pull requests

Successful merges:

 - #90487 (Add a chapter on reading Rustdoc output)
 - #90508 (Apply adjustments for field expression even if inaccessible)
 - #90627 (Suggest dereference of `Box` when inner type is expected)
 - #90642 (use matches!() macro in more places)
 - #90646 (type error go brrrrrrrr)
 - #90649 (Run reveal_all on MIR when inlining is activated.)

Failed merges:

r? `@ghost`
`@rustbot` modify labels: rollup
2021-11-06 22:55:37 +00:00
..
rustc
rustc_apfloat
rustc_arena
rustc_ast Rollup merge of #90642 - matthiaskrgr:clippy_matches, r=cjgillot 2021-11-06 23:12:05 +01:00
rustc_ast_lowering
rustc_ast_passes
rustc_ast_pretty
rustc_attr
rustc_borrowck use matches!() macro in more places 2021-11-06 16:13:14 +01:00
rustc_builtin_macros
rustc_codegen_cranelift
rustc_codegen_gcc
rustc_codegen_llvm Auto merge of #90617 - tmiasko:time-trace-threads, r=wesleywiser 2021-11-06 09:55:50 +00:00
rustc_codegen_ssa Rollup merge of #90642 - matthiaskrgr:clippy_matches, r=cjgillot 2021-11-06 23:12:05 +01:00
rustc_const_eval use matches!() macro in more places 2021-11-06 16:13:14 +01:00
rustc_data_structures
rustc_driver
rustc_error_codes error_codes: uniformly comment error codes 2021-11-05 11:57:17 -04:00
rustc_errors
rustc_expand
rustc_feature Rollup merge of #90502 - GuillaumeGomez:split-doc-cfg-feature, r=jyn514 2021-11-02 23:48:50 +01:00
rustc_fs_util
rustc_graphviz
rustc_hir Auto merge of #90406 - nbdd0121:panic, r=cjgillot 2021-11-01 17:18:57 +00:00
rustc_hir_pretty
rustc_incremental
rustc_index
rustc_infer Auto merge of #89970 - jackh726:gats_diagnostics, r=nikomatsakis 2021-11-06 04:15:22 +00:00
rustc_interface
rustc_lexer use matches!() macro in more places 2021-11-06 16:13:14 +01:00
rustc_lint Optimize literal, doc comment lint as well, extract function. 2021-11-04 23:31:42 +01:00
rustc_lint_defs Properly register text_direction_codepoint_in_comment lint. 2021-11-05 20:12:40 +01:00
rustc_llvm Initialize LLVM time trace profiler on each code generation thread 2021-11-05 17:47:11 +01:00
rustc_macros
rustc_metadata Demote metadata load warning to "info". 2021-11-03 13:39:37 -07:00
rustc_middle Auto merge of #90661 - matthiaskrgr:rollup-1umbdlx, r=matthiaskrgr 2021-11-06 22:55:37 +00:00
rustc_mir_build
rustc_mir_dataflow Remove MaybeMutBorrowedLocals 2021-11-03 16:43:12 +01:00
rustc_mir_transform Rollup merge of #90649 - cjgillot:reveal-all-2, r=lcnr 2021-11-06 23:12:06 +01:00
rustc_monomorphize clippy::perf fixes 2021-11-04 21:07:56 +01:00
rustc_parse Remove now unused feature from rustc_parse 2021-11-04 23:40:59 +01:00
rustc_parse_format
rustc_passes
rustc_plugin_impl
rustc_privacy
rustc_query_impl
rustc_query_system
rustc_resolve Replace some uses of vec.drain(..) with vec.into_iter() 2021-11-06 19:04:31 +01:00
rustc_save_analysis clippy::perf fixes 2021-11-04 21:07:56 +01:00
rustc_serialize
rustc_session Update the documented default of -Zmutable-noalias 2021-11-05 12:01:59 -07:00
rustc_span Remove MaybeMutBorrowedLocals 2021-11-03 16:43:12 +01:00
rustc_symbol_mangling
rustc_target Update LLVM comments around NoAliasMutRef 2021-11-05 12:22:51 -07:00
rustc_trait_selection use matches!() macro in more places 2021-11-06 16:13:14 +01:00
rustc_traits
rustc_ty_utils
rustc_type_ir
rustc_typeck Rollup merge of #90646 - BoxyUwU:funky_ice, r=estebank 2021-11-06 23:12:06 +01:00