rust/compiler/rustc_middle/src
bors 4a09adf99f Auto merge of #101603 - matthiaskrgr:rollup-8y6kf20, r=matthiaskrgr
Rollup of 6 pull requests

Successful merges:

 - #99207 (Enable eager checks for memory sanitizer)
 - #101253 (fix the suggestion of format for asm_sub_register)
 - #101450 (Add `const_extern_fn` to 1.62 release notes.)
 - #101556 (Tweak future opaque ty pretty printing)
 - #101563 (Link UEFI target documentation from target list)
 - #101593 (Cleanup themes (tooltip))

Failed merges:

r? `@ghost`
`@rustbot` modify labels: rollup
2022-09-09 06:24:25 +00:00
..
dep_graph Don't create two new closures for each query 2022-09-01 18:47:54 -05:00
hir Handle generic parameters. 2022-09-09 01:31:46 +00:00
infer make PlaceholderConst not store the type of the const 2022-08-01 15:42:38 +01:00
middle Migrate limit error 2022-09-01 23:35:38 +08:00
mir Rollup merge of #101545 - TaKO8Ki:remove-unnecessary-partialord-ord, r=oli-obk 2022-09-08 20:48:38 +05:30
query Deeply check that method signatures match, and allow for nested RPITITs 2022-09-09 01:31:46 +00:00
thir Use boxed slices in PatKind. 2022-09-02 07:26:22 +10:00
traits Add associated item binding to non-param-ty where clause suggestions 2022-09-08 02:06:48 +00:00
ty Auto merge of #101603 - matthiaskrgr:rollup-8y6kf20, r=matthiaskrgr 2022-09-09 06:24:25 +00:00
util span: move MultiSpan 2022-04-05 07:01:00 +01:00
arena.rs Deeply check that method signatures match, and allow for nested RPITITs 2022-09-09 01:31:46 +00:00
error.rs fix comment 2022-09-05 23:18:18 +08:00
lib.rs Auto merge of #101303 - jyn514:jnelson/handle-cycle-enum, r=cjgillot 2022-09-08 02:21:16 +00: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 rustc: Parameterize ty::Visibility over used ID 2022-09-07 13:35:41 +04:00
tests.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
thir.rs Use niche-filling optimization even when multiple variants have data. 2022-09-07 20:12:45 +00:00
values.rs Make HandleCycleError an enum instead of a macro-generated closure 2022-09-06 19:26:08 -05:00