Nicholas Nethercote
bcf0ec0191
Replace mk_foo
calls with infer_foo
where possible.
...
There are several `mk_foo`/`intern_foo` pairs, where the former takes an
iterator and the latter takes a slice. (This naming convention is bad,
but that's a fix for another PR.)
This commit changes several `mk_foo` occurrences into `intern_foo`,
avoiding the need for some `.iter()`/`.into_iter()` calls. Affected
cases:
- mk_type_list
- mk_tup
- mk_substs
- mk_const_list
2023-02-17 22:24:31 +11:00
..
2023-02-02 07:34:41 +01:00
2023-02-15 12:24:54 +05:30
2023-02-11 23:23:17 +04:00
2023-02-14 23:12:27 +00:00
2023-02-17 00:19:34 +01:00
2023-02-07 21:00:12 +00:00
2023-02-16 03:39:58 +00:00
2023-02-04 22:28:59 +01:00
2023-02-17 22:24:31 +11:00
2023-02-16 15:26:03 +00:00
2023-02-17 22:24:31 +11:00
2023-02-14 08:51:19 +00:00
2023-02-16 17:05:56 -07:00
2023-02-17 00:19:36 +01:00
2023-02-17 22:24:31 +11:00
2023-02-16 15:26:00 +00:00
2023-02-02 07:47:39 +01:00
2023-02-16 15:14:45 +11:00
2023-02-06 06:58:30 -05:00
2023-02-16 15:14:45 +11:00
2023-02-16 17:51:25 +01:00
2023-02-16 15:26:03 +00:00
2023-02-17 00:19:34 +01:00
2023-02-16 15:26:00 +00:00
2023-02-17 22:24:31 +11:00
2023-02-17 22:24:31 +11:00
2023-02-17 04:45:15 +00:00
2023-02-16 14:55:05 +01:00
2023-02-17 04:45:15 +00:00
2023-02-09 11:47:12 +11:00
2023-02-10 16:06:25 -08:00
2023-02-11 17:18:44 +01:00
2023-02-14 15:09:40 +00:00
2023-02-17 22:24:31 +11:00
2023-02-17 22:24:31 +11:00
2023-02-16 17:05:56 -07:00
2023-02-16 15:26:03 +00:00
2023-02-17 22:24:31 +11:00
2023-02-16 17:05:56 -07:00
2023-02-16 15:26:03 +00:00
2023-02-16 15:26:03 +00:00
2023-02-17 04:45:15 +00:00
2023-02-17 04:45:15 +00:00
2023-02-16 14:55:05 +01:00
2023-02-16 22:10:10 +00:00
2023-02-17 00:19:34 +01:00
2023-02-17 00:19:34 +01:00
2023-02-17 00:19:34 +01:00
2023-02-17 22:24:31 +11:00
2023-02-15 12:24:55 +05:30
2023-02-17 22:24:31 +11:00
2023-02-16 17:05:56 -07:00
2023-02-14 08:51:19 +00:00
2023-02-17 22:24:31 +11:00
2023-02-15 23:48:01 +01:00