Andrew Kelley
|
d917815d81
|
explicitly return from blocks
instead of last statement being expression value
closes #629
|
2017-12-22 00:50:30 -05:00 |
Andrew Kelley
|
4c78142af1
|
rename some behavior tests
|
2017-09-09 22:53:32 -04:00 |
Andrew Kelley
|
6237411716
|
inline function call with builtin function instead...
...of special syntax.
partially reverts 41144a8566
closes #306
|
2017-05-09 22:54:23 -04:00 |
Andrew Kelley
|
41144a8566
|
ability to inline at function callsite
closes #306
|
2017-04-13 00:13:54 -04:00 |
Andrew Kelley
|
451ce09067
|
new unreachable syntax
* `noreturn` is the primitive type.
* `unreachable` is a control flow keyword.
* `@unreachable()` builtin function is deleted.
closes #214
|
2017-03-26 04:58:48 -04:00 |
Andrew Kelley
|
af536ac343
|
introduce new test syntax
* remove setFnTest builtin
* add test "name" { ... } syntax
* remove --check-unused argument. functions are always lazy now.
|
2017-03-16 16:02:35 -04:00 |
Andrew Kelley
|
3b5e26b7f7
|
self hosted tests import std library
|
2017-01-05 03:57:48 -05:00 |
Andrew Kelley
|
aee7ad3de2
|
IR: port all passing tests over
|
2016-12-26 03:44:59 -05:00 |
Andrew Kelley
|
6c9ec3688e
|
IR testing: rename cases3 dir to cases
|
2016-12-26 02:49:30 -05:00 |