rust/compiler
bors 7036449c77 Auto merge of #98447 - JohnTitor:rollup-pponoo3, r=JohnTitor
Rollup of 9 pull requests

Successful merges:

 - #91264 (Add macro support in jump to definition feature)
 - #96955 (Remove (transitive) reliance on sorting by DefId in pretty-printer)
 - #97633 (Session object: Set OS/ABI)
 - #98039 (Fix `panic` message for `BTreeSet`'s `range` API and document `panic` cases)
 - #98214 (rustc_target: Remove some redundant target properties)
 - #98280 (Improve suggestion for calling fn-like expr on type mismatch)
 - #98394 (Fixup missing renames from `#[main]` to `#[rustc_main]`)
 - #98411 (Update tendril)
 - #98419 (Remove excess rib while resolving closures)

Failed merges:

r? `@ghost`
`@rustbot` modify labels: rollup
2022-06-24 10:35:00 +00:00
..
rustc
rustc_apfloat
rustc_arena
rustc_ast Rollup merge of #98394 - Enselic:fixup-rustc_main-renames, r=petrochenkov 2022-06-24 16:43:47 +09:00
rustc_ast_lowering Use CreateParameter mode for closures too. 2022-06-21 21:13:43 +02:00
rustc_ast_passes
rustc_ast_pretty
rustc_attr
rustc_borrowck Auto merge of #98109 - nikomatsakis:issue-98095, r=jackh726 2022-06-24 07:39:28 +00:00
rustc_builtin_macros Rollup merge of #98394 - Enselic:fixup-rustc_main-renames, r=petrochenkov 2022-06-24 16:43:47 +09:00
rustc_codegen_cranelift Auto merge of #98098 - bjorn3:archive_refactor, r=michaelwoerister 2022-06-21 16:24:56 +00:00
rustc_codegen_gcc Auto merge of #98098 - bjorn3:archive_refactor, r=michaelwoerister 2022-06-21 16:24:56 +00:00
rustc_codegen_llvm Rollup merge of #98214 - petrochenkov:islike, r=compiler-errors 2022-06-24 16:43:45 +09:00
rustc_codegen_ssa Rollup merge of #98214 - petrochenkov:islike, r=compiler-errors 2022-06-24 16:43:45 +09:00
rustc_const_eval Rollup merge of #98099 - RalfJung:convert_tag_add_extra, r=oli-obk 2022-06-22 07:03:59 +09:00
rustc_data_structures Rollup merge of #97895 - nbdd0121:unlikely, r=estebank 2022-06-22 15:16:13 +09:00
rustc_driver
rustc_error_codes
rustc_error_messages Migrate builtin-macros-expected-one-cfg-pattern to SessionDiagnostic 2022-06-21 20:20:00 +01:00
rustc_errors
rustc_expand Add create_err and emit_err to ExtCtxt 2022-06-21 18:56:04 +01:00
rustc_feature
rustc_fs_util
rustc_graphviz
rustc_hir Auto merge of #98279 - cjgillot:all-fresh-nofn, r=petrochenkov 2022-06-22 10:48:58 +00:00
rustc_hir_pretty Use CreateParameter mode for closures too. 2022-06-21 21:13:43 +02:00
rustc_incremental
rustc_index Auto merge of #95576 - DrMeepster:box_erasure, r=oli-obk 2022-06-21 11:00:39 +00:00
rustc_infer Auto merge of #98109 - nikomatsakis:issue-98095, r=jackh726 2022-06-24 07:39:28 +00:00
rustc_interface
rustc_lexer
rustc_lint
rustc_lint_defs Rollup merge of #98283 - TaKO8Ki:point-at-private-fields-in-struct-literal, r=compiler-errors 2022-06-23 14:39:08 -07:00
rustc_llvm
rustc_log
rustc_macros
rustc_metadata Fix panic by checking if CStore has the crate data we want before actually querying it 2022-06-20 23:39:26 +02:00
rustc_middle Rollup merge of #98280 - compiler-errors:better-call-closure-on-type-err, r=estebank 2022-06-24 16:43:46 +09:00
rustc_mir_build Rollup merge of #98267 - compiler-errors:suggest-wildcard-arm, r=oli-obk 2022-06-20 20:13:10 +02:00
rustc_mir_dataflow Auto merge of #95576 - DrMeepster:box_erasure, r=oli-obk 2022-06-21 11:00:39 +00:00
rustc_mir_transform Auto merge of #95576 - DrMeepster:box_erasure, r=oli-obk 2022-06-21 11:00:39 +00:00
rustc_monomorphize
rustc_parse Rollup merge of #98183 - dtolnay:emptybound, r=lcnr 2022-06-20 16:41:46 +09:00
rustc_parse_format
rustc_passes Rollup merge of #98394 - Enselic:fixup-rustc_main-renames, r=petrochenkov 2022-06-24 16:43:47 +09:00
rustc_plugin_impl
rustc_privacy
rustc_query_impl
rustc_query_system
rustc_resolve Rollup merge of #98419 - WaffleLapkin:remove_excess_rib, r=compiler-errors 2022-06-24 16:43:49 +09:00
rustc_save_analysis
rustc_serialize
rustc_session Auto merge of #97657 - Urgau:check-cfg-many-mut, r=oli-obk 2022-06-21 07:40:32 +00:00
rustc_smir
rustc_span Rollup merge of #98276 - compiler-errors:const-format-macro, r=oli-obk 2022-06-20 20:13:11 +02:00
rustc_symbol_mangling
rustc_target Rollup merge of #98214 - petrochenkov:islike, r=compiler-errors 2022-06-24 16:43:45 +09:00
rustc_trait_selection Rollup merge of #98365 - jyn514:improve-obligation-errors-review-comments, r=eholk 2022-06-23 14:39:14 -07:00
rustc_traits
rustc_ty_utils
rustc_type_ir
rustc_typeck Rollup merge of #98280 - compiler-errors:better-call-closure-on-type-err, r=estebank 2022-06-24 16:43:46 +09:00