Andrew Kelley
b78c91951a
remove ability to mark if and switch as inline
...
if and switch are implicitly inline if the condition/target
expression is known at compile time.
instead of:
```
inline if (condition) ...
inline switch (target) ...
```
one can use:
```
if (comptime condition) ...
switch (comptime target) ...
```
2017-02-02 13:23:18 -05:00
..
2017-01-22 19:51:37 -05:00
2016-11-18 23:52:42 -05:00
2017-01-05 04:20:07 -05:00
2017-01-05 18:50:36 -05:00
2016-12-21 23:34:14 -05:00
2016-12-21 23:34:14 -05:00
2017-01-24 02:02:48 -05:00
2016-09-23 02:00:23 -04:00
2017-01-23 00:11:21 -05:00
2016-05-11 14:44:10 -07:00
2017-01-22 19:51:37 -05:00
2016-01-07 03:22:53 -07:00
2017-01-23 00:11:21 -05:00
2017-01-16 14:23:32 -05:00
2017-02-02 13:23:18 -05:00
2016-07-26 20:40:11 -07:00
2016-12-18 17:24:52 -05:00
2016-12-31 17:10:29 -05:00
2017-01-23 00:11:21 -05:00
2017-01-22 19:51:37 -05:00
2017-01-23 00:11:21 -05:00
2016-12-31 18:25:10 -05:00
2016-12-31 17:10:29 -05:00
2016-07-28 20:14:57 -07:00
2017-01-22 19:51:37 -05:00
2017-01-22 19:51:37 -05:00
2017-01-22 19:51:37 -05:00
2016-08-16 22:42:50 -07:00
2016-08-16 22:42:50 -07:00
2016-12-18 20:52:40 -05:00