Dylan DPC
acdba55b53
Rollup merge of #95693 - RalfJung:more-context, r=oli-obk
...
interp: pass TyCtxt to Machine methods that do not take InterpCx
This just seems like something you might need, so let's consistently have it.
One day we might have to add `ParamEnv` as well, though that seems less likely (and in Miri you can always use `reveal_all` anyway). It might make sense to have a type that packages `TyCtxt` and `ParamEnv`, this pairing occurs quite frequently in rustc...
r? `@oli-obk`
2022-04-06 03:39:08 +02:00
..
2022-03-28 08:41:12 +03:00
2022-03-30 17:04:46 -04:00
2022-03-29 20:18:28 -04:00
2022-03-31 04:57:28 +02:00
2022-04-04 12:16:20 -07:00
2022-03-30 23:53:21 +03:00
2022-03-28 10:03:02 +11:00
2022-03-20 09:14:59 +01:00
2022-04-05 15:56:51 +02:00
2022-04-05 07:01:00 +01:00
2022-04-05 13:18:21 +00:00
2022-04-05 13:18:22 +00:00
2022-04-05 13:18:22 +00:00
2022-04-05 16:46:13 +00:00
2022-04-06 03:39:08 +02:00
2022-04-03 16:04:47 +00:00
2022-04-05 07:01:03 +01:00
2022-03-30 11:23:58 +02:00
2022-04-05 07:01:03 +01:00
2022-04-05 07:01:03 +01:00
2022-04-05 22:58:55 +02:00
2022-03-31 00:26:29 +02:00
2022-04-05 07:01:00 +01:00
2022-03-30 01:39:38 -04:00
2022-03-30 15:14:15 -04:00
2022-04-05 07:01:02 +01:00
2022-04-05 07:01:00 +01:00
2022-03-23 22:13:55 +01:00
2022-04-05 16:46:13 +00:00
2022-04-05 07:01:00 +01:00
2022-03-30 23:53:21 +03:00
2022-04-05 07:01:03 +01:00
2022-04-03 21:29:57 +02:00
2022-04-05 16:46:13 +00:00
2022-04-05 07:01:00 +01:00
2022-03-30 15:14:15 -04:00
2022-04-05 13:31:51 -04:00
2022-03-31 13:09:53 +02:00
2022-04-05 07:01:02 +01:00
2022-03-30 15:14:15 -04:00
2022-04-05 07:01:00 +01:00
2022-03-31 04:57:28 +02:00
2022-03-30 11:23:58 +02:00
2022-04-05 07:01:02 +01:00
2022-04-05 16:55:53 +03:00
2022-03-31 04:57:28 +02:00
2022-04-05 07:01:02 +01:00
2022-04-05 07:01:03 +01:00
2022-04-05 07:01:00 +01:00
2022-04-05 13:18:21 +00:00
2022-04-05 22:58:59 +02:00
2022-03-28 16:57:45 +00:00
2022-04-01 21:16:41 +00:00
2022-03-28 16:27:14 +00:00
2022-04-05 09:40:42 -07:00