Valerii Lashmanov
17d2e3b5d2
Better handling for exponential-sized types in misc places
...
Mostly to fix ui/issues/issue-37311-type-length-limit/issue-37311.rs.
Most parts of the compiler can handle deeply nested types with a lot
of duplicates just fine, but some parts still attempt to naively
traverse type tree.
Before such problems were caught by type length limit check,
but now these places will have to be changed to handle
duplicated types gracefully.
2020-09-17 20:44:11 -05:00
..
2020-09-11 09:37:51 -07:00
2020-09-14 21:43:17 +00:00
2020-09-14 21:43:17 +00:00
2020-09-14 11:03:47 +02:00
2020-09-10 17:58:14 -04:00
2020-09-10 17:33:06 -04:00
2020-09-09 21:02:24 -07:00
2020-09-10 13:58:41 +02:00
2020-09-12 08:26:53 +02:00
2020-09-11 09:37:51 -07:00
2020-09-09 15:05:45 -07:00
2020-09-11 11:11:11 +02:00
2020-09-10 17:33:06 -04:00
2020-09-14 11:03:47 +02:00
2020-09-09 14:49:32 -07:00
2020-09-13 22:53:51 +02:00
2020-09-17 20:44:11 -05:00
2020-09-10 17:33:06 -04:00
2020-09-14 21:43:17 +00:00
2020-09-09 23:05:43 +03:00
2020-09-09 21:23:25 +10:00
2020-09-14 00:26:43 +00:00
2020-09-17 20:44:11 -05:00
2020-09-17 20:44:11 -05:00
2020-09-10 05:54:26 +00:00
2020-09-13 11:08:41 +00:00
2020-09-13 22:53:51 +02:00
2020-09-12 08:26:53 +02:00
2020-09-13 22:53:51 +02:00
2020-09-10 13:58:41 +02:00
2020-09-13 11:13:59 -07:00
2020-09-13 20:48:15 +08:00
2020-09-09 16:32:55 +02:00
2020-09-13 16:28:22 +00:00
2020-09-09 10:14:31 +02:00
2020-09-09 10:14:31 +02:00
2020-09-15 00:17:13 +00:00