rust/compiler/rustc_middle/src
bors 9cdfe285ca Auto merge of #125423 - fmease:rollup-ne4l9y4, r=fmease
Rollup of 7 pull requests

Successful merges:

 - #125043 (reference type safety invariant docs: clarification)
 - #125306 (Force the inner coroutine of an async closure to `move` if the outer closure is `move` and `FnOnce`)
 - #125355 (Use Backtrace::force_capture instead of Backtrace::capture in rustc_log)
 - #125382 (rustdoc: rename `issue-\d+.rs` tests to have meaningful names (part 7))
 - #125391 (Minor serialize/span tweaks)
 - #125395 (Remove unnecessary `.md` from the documentation sidebar)
 - #125399 (Stop using `to_hir_binop` in codegen)

r? `@ghost`
`@rustbot` modify labels: rollup
2024-05-22 21:51:26 +00:00
..
dep_graph Use a dyn Debug trait object instead of a closure. 2024-03-27 10:59:18 +00:00
hir Inline get_node_fn_decl into get_fn_decl, simplify/explain logic in report_return_mismatched_types 2024-05-20 20:16:29 -04:00
hooks Rollup merge of #124016 - DaniPopes:dedup-default-providers, r=lcnr 2024-04-16 21:41:26 +02:00
infer Uplift OutlivesPredicate, remove a bunch of unnecessary associated types from Interner 2024-05-21 17:00:45 -04:00
middle Rename buffer_lint_with_diagnostic to buffer_lint 2024-05-21 20:16:39 +00:00
mir Stop using to_hir_binop in codegen 2024-05-22 01:34:26 -07:00
query PR feedback 2024-05-21 20:12:30 -04:00
thir Track mutability of deref patterns 2024-04-20 15:59:54 +02:00
traits move global cache lookup into fn 2024-05-20 20:40:02 +00:00
ty Rollup merge of #125259 - compiler-errors:fn-mut-as-a-treat, r=oli-obk 2024-05-22 19:04:45 +02:00
util remove some ancient debug output, looks unused? 2024-04-13 11:30:48 +03:00
arena.rs Uplift inspect into rustc_type_ir 2024-05-18 16:21:43 -04:00
error.rs Remove extern crate rustc_macros from rustc_middle. 2024-04-29 11:19:16 +10:00
lib.rs Sort rustc_middle attributes. 2024-05-21 14:56:57 +10:00
lint.rs Remove extern crate rustc_macros from rustc_middle. 2024-04-29 11:19:16 +10:00
macros.rs Lift Lift 2024-05-10 15:44:03 -04:00
metadata.rs Remove extern crate rustc_macros from rustc_middle. 2024-04-29 11:19:16 +10:00
tests.rs Give an item related to issue 27438 a more meaningful name 2024-04-30 22:27:19 +02:00
thir.rs Lower never patterns to Unreachable in mir 2024-05-04 16:30:01 +02:00
values.rs Rename Unsafe to Safety 2024-05-17 18:33:37 -03:00