Andrew Kelley
507a8096d2
std: fix compile errors caught by stage2 AstGen
...
* `comptime const` is redundant
* don't use `extern enum`; specify a tag type.
`extern enum` is only when you need tags to alias. But aliasing tags
is a smell. I will be making a proposal shortly to remove `extern enum`
from the language.
* there is no such thing as `packed enum`.
* instead of `catch |_|`, omit the capture entirely.
* unused function definition with missing parameter name
* using `try` outside of a function or test
2021-04-22 18:07:46 -07:00
..
2021-04-19 18:44:59 -07:00
2021-04-15 19:06:39 -07:00
2021-04-15 19:06:39 -07:00
2021-04-06 11:22:27 -07:00
2021-04-22 18:07:46 -07:00
2021-04-22 16:31:51 -07:00
2021-03-01 15:33:10 -08:00
2021-03-28 21:42:56 -07:00
2020-09-21 18:38:55 -07:00
2021-04-11 17:40:19 -04:00
2021-04-20 17:08:05 -04:00
2021-04-22 18:07:46 -07:00
2021-03-21 18:03:55 -07:00
2021-01-30 22:26:44 +02:00
2020-12-07 17:27:09 -07:00
2021-03-12 18:05:27 -07:00
2021-03-25 22:05:21 -04:00
2021-04-19 18:44:59 -07:00
2021-02-25 16:41:42 -07:00
2021-03-01 11:02:20 -08:00
2020-12-24 14:11:58 -07:00
2021-01-11 22:07:21 -07:00
2021-04-15 19:06:39 -07:00
2021-02-27 13:11:47 +02:00
2021-04-19 18:44:59 -07:00
2021-01-22 23:35:13 -07:00
2021-04-21 22:43:57 -07:00
2021-02-10 11:50:55 -08:00
2021-04-08 19:05:05 -07:00
2021-01-07 23:48:58 -08:00
2021-01-07 23:48:58 -08:00
2021-03-31 15:39:04 -07:00
2021-04-07 15:15:14 +02:00
2021-04-22 16:31:51 -07:00
2021-02-21 12:12:17 +02:00
2021-04-04 11:52:40 -07:00
2021-04-15 19:06:39 -07:00
2021-02-28 14:03:19 +01:00
2021-02-10 20:06:12 -07:00
2021-04-14 14:41:57 -07:00
2021-04-22 16:31:51 -07:00
2020-09-21 18:38:55 -07:00
2021-04-22 16:31:51 -07:00
2021-01-14 20:41:37 -07:00
2018-09-18 00:13:17 -04:00
2018-10-27 11:35:01 -04:00
2020-09-21 21:14:01 -07:00
2020-09-21 18:38:55 -07:00
2021-02-25 19:41:30 -08:00
2020-12-16 12:18:14 +01:00
2020-12-16 12:18:14 +01:00
2021-04-11 17:40:19 -04:00
2021-04-11 17:40:19 -04:00
2021-04-09 16:51:35 -07:00
2021-02-28 22:01:13 -07:00
2021-04-22 16:31:51 -07:00