rust/compiler/rustc_middle/src
bors f1a8854f9b Auto merge of #99231 - Dylan-DPC:rollup-0tl8c0o, r=Dylan-DPC
Rollup of 5 pull requests

Successful merges:

 - #97720 (Always create elided lifetime parameters for functions)
 - #98315 (Stabilize `core::ffi:c_*` and rexport in `std::ffi`)
 - #98705 (Implement `for<>` lifetime binder for closures)
 - #99126 (remove allow(rustc::potential_query_instability) in rustc_span)
 - #99139 (Give a better error when `x dist` fails for an optional tool)

Failed merges:

r? `@ghost`
`@rustbot` modify labels: rollup
2022-07-14 11:00:30 +00:00
..
dep_graph Use a dedicated DepKind for the forever-red node. 2022-07-06 23:20:12 +02:00
hir Auto merge of #99231 - Dylan-DPC:rollup-0tl8c0o, r=Dylan-DPC 2022-07-14 11:00:30 +00:00
infer impl TypeVisitable in type traversal macros 2022-07-05 22:25:33 +01:00
middle Rename debugging_opts to unstable_opts 2022-07-13 17:47:06 -05:00
mir Auto merge of #98975 - jyn514:unstable_opts, r=wesleywiser 2022-07-14 08:14:31 +00:00
query Create a forever red node and use it to force side effects. 2022-07-06 23:11:44 +02:00
thir lower let-else in MIR instead 2022-07-11 23:20:36 +02:00
traits Auto merge of #98614 - oli-obk:take_unsound_opaque_types, r=wesleywiser 2022-07-08 17:55:26 +00:00
ty Rename debugging_opts to unstable_opts 2022-07-13 17:47:06 -05:00
util span: move MultiSpan 2022-04-05 07:01:00 +01:00
arena.rs Return a FxIndexSet in is_late_bound query. 2022-07-05 21:54:40 +02:00
lib.rs don't allow ZST in ScalarInt 2022-07-09 07:27:29 -04:00
lint.rs Rename debugging_opts to unstable_opts 2022-07-13 17:47:06 -05:00
macros.rs impl TypeVisitable in type traversal macros 2022-07-05 22:25:33 +01:00
metadata.rs resolve/metadata: Stop encoding macros as reexports 2022-02-24 22:55:40 +03:00
tests.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
thir.rs lower let-else in MIR instead 2022-07-11 23:20:36 +02:00