Guillaume Gomez
208f6ed95c
Rollup merge of #115972 - RalfJung:const-consistency, r=oli-obk
...
rename mir::Constant -> mir::ConstOperand, mir::ConstKind -> mir::Const
Also, be more consistent with the `to/eval_bits` methods... we had some that take a type and some that take a size, and then sometimes the one that takes a type is called `bits_for_ty`.
Turns out that `ty::Const`/`mir::ConstKind` carry their type with them, so we don't need to even pass the type to those `eval_bits` functions at all.
However this is not properly consistent yet: in `ty` we have most of the methods on `ty::Const`, but in `mir` we have them on `mir::ConstKind`. And indeed those two types are the ones that correspond to each other. So `mir::ConstantKind` should actually be renamed to `mir::Const`. But what to do with `mir::Constant`? It carries around a span, that's really more like a constant operand that appears as a MIR operand... it's more suited for `syntax.rs` than `consts.rs`, but the bigger question is, which name should it get if we want to align the `mir` and `ty` types? `ConstOperand`? `ConstOp`? `Literal`? It's not a literal but it has a field called `literal` so it would at least be consistently wrong-ish...
``@oli-obk`` any ideas?
2023-09-21 13:25:39 +02:00
..
2023-09-11 12:51:07 +10:00
2023-09-14 11:56:55 +02:00
2023-08-19 22:41:33 +02:00
2023-09-11 16:29:42 +00:00
2023-08-23 16:09:57 +00:00
2023-06-15 15:19:11 -04:00
2023-06-23 18:36:25 +01:00
2023-08-30 17:24:10 +08:00
2023-08-17 17:02:04 +00:00
2023-09-16 16:31:09 +02:00
2023-09-21 08:12:30 +02:00
2023-09-05 17:20:07 +00:00
2023-07-07 18:17:16 +02:00
2023-06-15 15:19:11 -04:00
2023-06-15 15:19:11 -04:00
2023-06-23 18:36:25 +01:00
2023-06-12 09:34:15 +02:00
2023-08-24 14:26:26 +02:00
2023-08-24 14:26:26 +02:00
2023-08-24 14:26:26 +02:00
2023-08-30 17:24:10 +08:00
2023-08-30 17:24:10 +08:00
2023-08-30 17:24:10 +08:00
2023-08-30 17:24:10 +08:00
2023-05-06 23:22:32 -04:00
2023-08-24 14:26:26 +02:00
2023-08-24 14:26:26 +02:00
2023-06-12 09:34:15 +02:00
2023-06-15 15:19:11 -04:00
2023-07-10 16:01:18 +00:00
2023-06-15 15:19:11 -04:00
2023-07-07 18:17:16 +02:00
2023-05-06 23:22:32 -04:00
2023-06-15 15:19:11 -04:00
2023-06-23 18:36:25 +01:00
2023-06-12 09:34:15 +02:00
2023-06-15 15:19:11 -04:00
2023-08-24 14:26:26 +02:00
2023-06-12 09:34:15 +02:00
2023-06-15 15:19:11 -04:00
2023-06-15 15:19:11 -04:00
2023-06-15 15:19:11 -04:00
2023-05-14 11:46:07 -07:00
2023-06-15 15:19:11 -04:00
2023-06-15 15:19:11 -04:00
2023-06-15 15:19:11 -04:00
2023-06-15 15:19:11 -04:00
2023-07-25 14:30:58 +02:00
2023-07-25 14:30:58 +02:00
2023-09-05 17:20:07 +00:00
2023-06-15 15:19:11 -04:00
2023-06-21 07:41:09 +00:00
2023-08-30 17:24:10 +08:00
2023-06-15 15:19:11 -04:00
2023-06-15 15:19:11 -04:00
2023-07-07 18:17:16 +02:00
2023-06-15 15:19:11 -04:00
2023-06-15 15:19:11 -04:00
2023-07-07 18:17:16 +02:00
2023-06-15 15:19:11 -04:00
2023-06-15 15:19:11 -04:00
2023-06-15 15:19:11 -04:00
2023-06-23 18:36:25 +01:00
2023-06-12 09:34:15 +02:00
2023-06-15 15:19:11 -04:00
2023-06-23 18:36:25 +01:00
2023-06-12 09:34:15 +02:00
2023-08-24 14:26:26 +02:00
2023-08-24 14:26:26 +02:00
2023-06-12 09:34:15 +02:00
2023-06-15 15:19:11 -04:00
2023-06-23 18:36:25 +01:00
2023-06-12 09:34:15 +02:00
2023-06-15 15:19:11 -04:00
2023-06-15 15:19:11 -04:00
2023-09-19 05:42:23 +00:00
2023-09-19 05:42:23 +00:00
2023-06-15 15:19:11 -04:00
2023-05-06 23:22:32 -04:00
2023-06-15 15:19:11 -04:00
2023-06-15 15:19:11 -04:00
2023-06-15 15:19:11 -04:00
2023-06-15 15:19:11 -04:00
2023-06-15 15:19:11 -04:00
2023-06-15 15:19:11 -04:00
2023-06-15 15:19:11 -04:00
2023-06-15 15:19:11 -04:00
2023-09-14 11:56:55 +02:00
2023-09-14 11:56:55 +02:00
2023-06-15 15:19:11 -04:00
2023-06-15 15:19:11 -04:00
2023-06-15 15:19:11 -04:00
2023-06-15 15:19:11 -04:00
2023-09-14 11:56:55 +02:00
2023-09-14 11:56:55 +02:00
2023-08-30 17:24:10 +08:00
2023-05-06 23:22:32 -04:00
2023-06-15 15:19:11 -04:00
2023-06-28 00:41:37 +00:00
2023-06-15 15:19:11 -04:00
2023-06-23 18:36:25 +01:00
2023-09-10 13:55:33 +02:00
2023-09-18 17:29:13 +01:00
2023-09-18 17:29:13 +01:00
2023-06-12 09:34:15 +02:00
2023-06-15 15:19:11 -04:00
2023-08-24 14:26:26 +02:00
2023-06-12 09:34:15 +02:00
2023-09-18 17:29:13 +01:00
2023-06-15 15:19:11 -04:00
2023-08-30 17:24:10 +08:00
2023-06-15 15:19:11 -04:00
2023-08-30 17:24:10 +08:00
2023-08-30 17:24:10 +08:00
2023-08-30 17:24:10 +08:00
2023-08-30 17:24:10 +08:00
2023-08-30 17:24:10 +08:00
2023-09-19 05:42:23 +00:00
2023-09-19 05:42:23 +00:00
2023-08-01 11:29:55 +10:00
2023-08-01 11:29:55 +10:00
2023-06-15 15:19:11 -04:00
2023-05-06 23:22:32 -04:00
2023-06-15 15:19:11 -04:00
2023-06-15 15:19:11 -04:00
2023-06-15 15:19:11 -04:00
2023-05-06 23:22:32 -04:00
2023-06-15 15:19:11 -04:00
2023-08-24 14:26:26 +02:00
2023-08-24 14:26:26 +02:00
2023-06-12 09:34:15 +02:00
2023-08-24 14:26:26 +02:00
2023-08-24 14:26:26 +02:00
2023-06-15 15:19:11 -04:00
2023-08-24 14:26:26 +02:00
2023-08-24 14:26:26 +02:00
2023-06-12 09:34:15 +02:00
2023-06-12 09:34:15 +02:00
2023-08-24 14:26:26 +02:00
2023-08-24 14:26:26 +02:00
2023-06-15 15:19:11 -04:00
2023-06-15 15:19:11 -04:00
2023-06-15 15:19:11 -04:00
2023-06-15 15:19:11 -04:00
2023-06-15 15:19:11 -04:00
2023-06-12 09:34:15 +02:00
2023-09-06 16:05:04 +00:00
2023-09-06 16:05:04 +00:00
2023-06-15 15:19:11 -04:00
2023-05-06 23:22:32 -04:00
2023-08-24 14:26:26 +02:00
2023-08-24 14:26:26 +02:00
2023-06-15 15:19:11 -04:00
2023-06-15 15:19:11 -04:00
2023-09-16 16:31:09 +02:00
2023-09-16 16:31:09 +02:00
2023-09-11 12:51:07 +10:00
2023-07-19 09:59:12 +00:00
2023-07-19 09:59:12 +00:00
2023-06-12 09:34:15 +02:00
2023-06-15 15:19:11 -04:00
2023-06-23 18:36:25 +01:00
2023-06-12 09:34:15 +02:00
2023-06-15 15:19:11 -04:00
2023-08-30 17:24:10 +08:00
2023-08-30 17:24:10 +08:00
2023-08-30 17:24:10 +08:00
2023-08-30 17:24:10 +08:00
2023-07-07 18:17:16 +02:00
2023-07-07 18:17:16 +02:00
2023-07-07 18:17:16 +02:00
2023-07-07 18:17:16 +02:00
2023-07-07 18:17:16 +02:00
2023-07-07 18:17:16 +02:00
2023-07-07 18:17:16 +02:00
2023-07-07 18:17:16 +02:00
2023-06-12 09:34:15 +02:00
2023-06-15 15:19:11 -04:00
2023-06-15 15:19:11 -04:00
2023-06-15 15:19:11 -04:00
2023-06-15 15:19:11 -04:00
2023-06-15 15:19:11 -04:00
2023-06-15 15:19:11 -04:00
2023-06-15 15:19:11 -04:00
2023-06-15 15:19:11 -04:00
2023-06-15 15:19:11 -04:00
2023-06-15 15:19:11 -04:00
2023-06-15 15:19:11 -04:00
2023-06-15 15:19:11 -04:00
2023-06-15 15:19:11 -04:00
2023-06-15 15:19:11 -04:00
2023-06-15 15:19:11 -04:00
2023-06-15 15:19:11 -04:00
2023-06-15 15:19:11 -04:00
2023-06-15 15:19:11 -04:00
2023-09-04 18:27:34 +02:00
2023-09-04 18:27:34 +02:00
2023-06-19 01:47:03 -07:00
2023-06-15 15:19:11 -04:00
2023-06-15 15:19:11 -04:00
2023-06-15 15:19:11 -04:00
2023-06-15 15:19:11 -04:00
2023-06-15 15:19:11 -04:00
2023-06-15 15:19:11 -04:00
2023-06-15 15:19:11 -04:00
2023-06-15 15:19:11 -04:00
2023-06-15 15:19:11 -04:00
2023-06-15 15:19:11 -04:00
2023-06-15 15:19:11 -04:00
2023-06-15 15:19:11 -04:00
2023-06-15 15:19:11 -04:00
2023-06-15 15:19:11 -04:00
2023-06-19 01:47:03 -07:00
2023-06-19 01:47:03 -07:00
2023-06-15 15:19:11 -04:00
2023-06-15 15:19:11 -04:00
2023-06-15 15:19:11 -04:00
2023-06-15 15:19:11 -04:00
2023-06-15 15:19:11 -04:00
2023-06-15 15:19:11 -04:00
2023-06-15 15:19:11 -04:00
2023-06-15 15:19:11 -04:00
2023-08-30 17:24:10 +08:00
2023-08-30 17:24:10 +08:00
2023-06-12 09:34:15 +02:00
2023-08-24 14:26:26 +02:00
2023-08-24 14:26:26 +02:00
2023-06-12 09:34:15 +02:00
2023-06-15 15:19:11 -04:00
2023-06-15 15:19:11 -04:00
2023-06-15 15:19:11 -04:00
2023-08-30 17:24:10 +08:00
2023-06-15 15:19:11 -04:00
2023-06-15 15:19:11 -04:00
2023-06-15 15:19:11 -04:00
2023-06-12 09:34:15 +02:00
2023-06-15 15:19:11 -04:00
2023-06-15 15:19:11 -04:00
2023-08-24 14:26:26 +02:00
2023-08-24 14:26:26 +02:00
2023-06-12 09:34:15 +02:00
2023-08-30 17:24:10 +08:00
2023-05-06 23:22:32 -04:00
2023-05-08 03:55:41 -07:00
2023-06-15 15:19:11 -04:00
2023-06-15 15:19:11 -04:00
2023-06-23 18:36:25 +01:00
2023-06-12 09:34:15 +02:00
2023-06-15 15:19:11 -04:00
2023-08-24 14:26:26 +02:00
2023-06-12 09:34:15 +02:00
2023-08-17 17:02:04 +00:00
2023-06-23 18:36:25 +01:00
2023-06-23 18:36:25 +01:00
2023-06-23 18:36:25 +01:00
2023-08-17 17:02:04 +00:00
2023-06-15 15:19:11 -04:00
2023-08-17 17:02:04 +00:00
2023-08-17 17:02:04 +00:00
2023-08-17 17:02:04 +00:00
2023-08-17 17:02:04 +00:00
2023-08-19 22:41:33 +02:00
2023-06-23 18:36:25 +01:00
2023-06-15 15:19:11 -04:00
2023-06-15 15:19:11 -04:00
2023-06-12 09:34:15 +02:00
2023-06-15 15:19:11 -04:00
2023-06-15 15:19:11 -04:00
2023-06-23 18:36:25 +01:00
2023-06-12 09:34:15 +02:00
2023-06-15 15:19:11 -04:00
2023-06-15 15:19:11 -04:00
2023-06-15 15:19:11 -04:00
2023-06-15 15:19:11 -04:00
2023-06-15 15:19:11 -04:00
2023-06-23 18:36:25 +01:00
2023-06-15 15:19:11 -04:00
2023-06-23 18:36:25 +01:00
2023-06-12 09:34:15 +02:00
2023-06-15 15:19:11 -04:00
2023-06-15 15:19:11 -04:00
2023-06-15 15:19:11 -04:00
2023-06-15 15:19:11 -04:00
2023-06-15 15:19:11 -04:00
2023-06-15 15:19:11 -04:00
2023-08-30 17:24:10 +08:00
2023-08-30 17:24:10 +08:00
2023-06-15 15:19:11 -04:00
2023-06-23 18:36:25 +01:00
2023-06-15 15:19:11 -04:00
2023-06-15 15:19:11 -04:00
2023-07-07 18:17:16 +02:00
2023-08-24 14:26:26 +02:00
2023-06-12 09:34:15 +02:00
2023-06-15 15:19:11 -04:00
2023-06-21 07:41:09 +00:00
2023-06-15 15:19:11 -04:00
2023-06-15 15:19:11 -04:00
2023-06-15 15:19:11 -04:00
2023-06-15 15:19:11 -04:00
2023-06-15 15:19:11 -04:00
2023-06-23 18:36:25 +01:00
2023-06-12 09:34:15 +02:00
2023-06-15 15:19:11 -04:00
2023-06-23 18:36:25 +01:00
2023-06-12 09:34:15 +02:00
2023-06-15 15:19:11 -04:00
2023-06-23 18:36:25 +01:00
2023-06-12 09:34:15 +02:00
2023-06-15 15:19:11 -04:00
2023-07-07 18:17:16 +02:00
2023-06-15 15:19:11 -04:00
2023-06-15 15:19:11 -04:00
2023-06-15 15:19:11 -04:00
2023-06-15 15:19:11 -04:00
2023-06-15 15:19:11 -04:00
2023-06-15 15:19:11 -04:00
2023-06-15 15:19:11 -04:00
2023-06-15 15:19:11 -04:00
2023-06-15 15:19:11 -04:00
2023-06-23 18:36:25 +01:00
2023-06-12 09:34:15 +02:00
2023-08-24 14:26:26 +02:00
2023-06-17 18:31:35 +10:00
2023-06-17 18:31:35 +10:00
2023-06-17 18:31:35 +10:00
2023-06-15 15:19:11 -04:00
2023-05-27 13:50:13 -04:00
2023-06-15 15:19:11 -04:00
2023-06-15 15:19:11 -04:00
2023-06-15 15:19:11 -04:00
2023-06-15 15:19:11 -04:00
2023-06-15 15:19:11 -04:00
2023-06-15 15:19:11 -04:00
2023-06-15 15:19:11 -04:00
2023-06-15 15:19:11 -04:00
2023-06-15 15:19:11 -04:00
2023-06-15 15:19:11 -04:00
2023-06-15 15:19:11 -04:00
2023-06-23 18:36:25 +01:00
2023-06-12 09:34:15 +02:00
2023-06-15 15:19:11 -04:00
2023-06-23 18:36:25 +01:00
2023-06-12 09:34:15 +02:00
2023-06-15 15:19:11 -04:00
2023-08-24 14:26:26 +02:00
2023-06-15 15:19:11 -04:00
2023-06-15 15:19:11 -04:00
2023-06-12 09:34:15 +02:00
2023-06-15 15:19:11 -04:00
2023-06-23 18:36:25 +01:00