rhai/tests
2020-08-15 00:04:10 +08:00
..
arrays.rs
binary_ops.rs
bit_shift.rs
bool_op.rs
call_fn.rs Simply test error matching. 2020-08-08 16:03:14 +08:00
chars.rs
closures.rs Add more closure tests. 2020-08-09 22:12:50 +08:00
comments.rs
compound_equality.rs
constants.rs
data_size.rs Simply test error matching. 2020-08-08 16:03:14 +08:00
decrement.rs Add support for String in function parameters. 2020-07-13 13:40:51 +08:00
eval.rs
expressions.rs
float.rs
fn_ptr.rs Unbounded -> unbound. 2020-07-30 23:29:11 +08:00
for.rs
functions.rs Simply test error matching. 2020-08-08 16:03:14 +08:00
get_set.rs
if_block.rs
increment.rs
internal_fn.rs
looping.rs Simply test error matching. 2020-08-08 16:03:14 +08:00
macro_register.rs Yet more packages into plugins. 2020-08-15 00:04:10 +08:00
macro_unroll.rs Yet more packages into plugins. 2020-08-15 00:04:10 +08:00
maps.rs Add custom syntax. 2020-07-09 19:54:28 +08:00
math.rs Move some math functions into plugins. 2020-08-13 14:57:46 +08:00
method_call.rs Make API chainable. 2020-07-12 11:46:53 +08:00
mismatched_op.rs Make API chainable. 2020-07-12 11:46:53 +08:00
modules.rs Add public_only parameter to module function methods. 2020-07-27 18:10:45 +08:00
not.rs
number_literals.rs Avoid scanning over slices to validate numerical literals 2020-07-25 09:52:54 +02:00
operations.rs
ops.rs
optimizer.rs
plugins.rs Convert some packages into plugins. 2020-08-14 13:43:26 +08:00
power_of.rs
print.rs Make API chainable. 2020-07-12 11:46:53 +08:00
serde.rs Make consistent style. 2020-07-06 21:52:07 +08:00
side_effects.rs Fix tests. 2020-08-06 00:24:25 +08:00
stack.rs Simply test error matching. 2020-08-08 16:03:14 +08:00
string.rs Add support for String in function parameters. 2020-07-13 13:40:51 +08:00
syntax.rs Fix custom syntax test. 2020-08-05 17:02:11 +08:00
throw.rs
time.rs Add public_only parameter to module function methods. 2020-07-27 18:10:45 +08:00
tokens.rs Refine unicode-xid-ident feature writeup. 2020-07-29 13:57:17 +08:00
types.rs
unary_after_binary.rs
unary_minus.rs
unit.rs
var_scope.rs
while_loop.rs