rust/compiler/rustc_middle/src
bors 803a759304 Auto merge of #94751 - Dylan-DPC:rollup-zr7viw0, r=Dylan-DPC
Rollup of 5 pull requests

Successful merges:

 - #94689 (Use impl substs in `#[rustc_on_unimplemented]`)
 - #94714 (Enable `close_read_wakes_up` test on Windows)
 - #94723 (Add core::hint::must_use)
 - #94724 (unix: Avoid name conversions in `remove_dir_all_recursive`)
 - #94730 (Reverted atomic_mut_ptr feature removal causing compilation break)

Failed merges:

r? `@ghost`
`@rustbot` modify labels: rollup
2022-03-08 22:06:07 +00:00
..
dep_graph Adopt let_else in even more places 2022-02-16 22:43:39 +01:00
hir resolve: Fix incorrect results of opt_def_kind query for some built-in macros 2022-02-24 22:54:36 +03:00
infer Inline UnifyKey::index and UnifyKey::from_index 2022-02-15 19:07:06 +01:00
middle Remove useless map. 2022-03-03 18:14:34 +01:00
mir Auto merge of #94702 - b-naber:static-refs-mir, r=lcnr 2022-03-08 19:25:19 +00:00
query rename ErrorReported -> ErrorGuaranteed 2022-03-02 09:45:25 -06:00
thir mention ignored fields of ExprKind::StaticRef 2022-03-08 15:44:06 +01:00
traits rename ErrorReported -> ErrorGuaranteed 2022-03-02 09:45:25 -06:00
ty Rollup merge of #94689 - compiler-errors:on-unimplemented-substs, r=petrochenkov 2022-03-08 22:43:56 +01:00
util Use AddAssign impl 2021-11-09 23:47:36 +01:00
arena.rs Clarify Layout interning. 2022-03-07 13:41:47 +11:00
lib.rs Add helper function to suggest multiple constraints 2022-03-01 13:43:11 +03:00
lint.rs Use Vec for expectations to have a constant order (RFC-2383) 2022-03-02 18:10:07 +01:00
macros.rs Rename TypeFolderFallible to FallibleTypeFolder 2021-12-02 16:14:18 +00:00
metadata.rs resolve/metadata: Stop encoding macros as reexports 2022-02-24 22:55:40 +03:00
tests.rs
thir.rs treat literals in ExprKind::StaticRef as mir::ConstantKind::Val 2022-03-08 10:04:28 +01:00