rust/compiler/rustc_middle/src
bors d44e3b95cb Auto merge of #120852 - matthiaskrgr:rollup-01pr8gj, r=matthiaskrgr
Rollup of 11 pull requests

Successful merges:

 - #120351 (Implement SystemTime for UEFI)
 - #120354 (improve normalization of `Pointee::Metadata`)
 - #120776 (Move path implementations into `sys`)
 - #120790 (better error message on download CI LLVM failure)
 - #120806 (Clippy subtree update)
 - #120815 (Improve `Option::inspect` docs)
 - #120822 (Emit more specific diagnostics when enums fail to cast with `as`)
 - #120827 (Print image input file and checksum in CI only)
 - #120836 (hide impls if trait bound is proven from env)
 - #120844 (Build DebugInfo for async closures)
 - #120851 (Remove duplicate release note)

r? `@ghost`
`@rustbot` modify labels: rollup
2024-02-09 21:06:12 +00:00
..
dep_graph Reduce exposure of things. 2023-11-16 16:49:22 +11:00
hir hir: Add some FIXMEs for future work 2024-02-07 09:59:15 +03:00
hooks Rename hook. 2023-11-01 16:49:18 +00:00
infer cleanup effect var handling 2024-02-05 10:51:18 +01:00
middle Rollup merge of #120502 - clubby789:remove-ffi-returns-twice, r=compiler-errors 2024-02-06 22:45:42 +01:00
mir Add a new debug_assertions instrinsic (compiler) 2024-02-08 11:49:08 -05:00
query Bless tests, add comments 2024-02-06 02:22:58 +00:00
thir Remove thir::Guard 2024-01-05 10:56:59 +00:00
traits improve pretty printing for trait objects 2024-02-07 16:09:46 +01:00
ty Rollup merge of #120354 - lukas-code:metadata-normalize, r=lcnr 2024-02-09 19:21:16 +01:00
util MirPass: make name more const 2024-02-07 11:38:28 +03:00
arena.rs Rollup merge of #119600 - aDotInTheVoid:comment-fix, r=compiler-errors 2024-02-05 06:37:14 +01:00
error.rs Use DiagnosticArgName in a few more places. 2024-02-03 09:02:50 +11:00
lib.rs Auto merge of #120676 - Mark-Simulacrum:bootstrap-bump, r=clubby789 2024-02-09 18:09:02 +00:00
lint.rs Rename struct_lint_level as lint_level. 2024-01-23 08:09:08 +11:00
macros.rs Remove Session methods that duplicate DiagCtxt methods. 2023-12-24 08:05:28 +11:00
metadata.rs rustc_metadata: Remove Span from ModChild 2023-04-18 17:25:04 +03:00
tests.rs Remove outdated references to librustc_middle. 2024-01-05 16:34:52 +00:00
thir.rs Remove dead args from functions 2024-02-02 22:47:26 +00:00
values.rs Stop using String for error codes. 2024-01-29 07:41:41 +11:00