rhai/tests
2020-05-30 10:30:21 +08:00
..
arrays.rs Register property versions of some methods. 2020-05-30 10:30:21 +08:00
binary_ops.rs Make all public API's return Box<EvalAltResult> to reduce footprint. 2020-04-21 23:25:12 +08:00
bit_shift.rs Make all public API's return Box<EvalAltResult> to reduce footprint. 2020-04-21 23:25:12 +08:00
bool_op.rs Make all public API's return Box<EvalAltResult> to reduce footprint. 2020-04-21 23:25:12 +08:00
call_fn.rs Test for private functions. 2020-05-13 13:49:01 +08:00
chars.rs Make all public API's return Box<EvalAltResult> to reduce footprint. 2020-04-21 23:25:12 +08:00
comments.rs Make Engine reentrant to prepare for parallel execution. 2020-04-07 13:23:06 +08:00
compound_equality.rs Make all public API's return Box<EvalAltResult> to reduce footprint. 2020-04-21 23:25:12 +08:00
constants.rs Catch more assignment errors at parse time. 2020-05-07 12:25:09 +08:00
decrement.rs Make all public API's return Box<EvalAltResult> to reduce footprint. 2020-04-21 23:25:12 +08:00
eval.rs Use scope offset for variable access. 2020-04-28 23:05:03 +08:00
expressions.rs Make all public API's return Box<EvalAltResult> to reduce footprint. 2020-04-21 23:25:12 +08:00
float.rs More tests. 2020-05-28 14:08:21 +08:00
for.rs Register property versions of some methods. 2020-05-30 10:30:21 +08:00
functions.rs Fix bug in calling script function in method style. 2020-05-29 00:53:30 +08:00
get_set.rs Use immutable strings. 2020-05-25 13:44:28 +08:00
if_block.rs Make all public API's return Box<EvalAltResult> to reduce footprint. 2020-04-21 23:25:12 +08:00
increment.rs Make all public API's return Box<EvalAltResult> to reduce footprint. 2020-04-21 23:25:12 +08:00
internal_fn.rs Make all public API's return Box<EvalAltResult> to reduce footprint. 2020-04-21 23:25:12 +08:00
looping.rs Make all public API's return Box<EvalAltResult> to reduce footprint. 2020-04-21 23:25:12 +08:00
maps.rs Fix compiling for all features. 2020-04-28 19:39:28 +08:00
math.rs Make all public API's return Box<EvalAltResult> to reduce footprint. 2020-04-21 23:25:12 +08:00
method_call.rs Extract copy/restore of first argument in method call. 2020-05-29 18:15:58 +08:00
mismatched_op.rs Make all public API's return Box<EvalAltResult> to reduce footprint. 2020-04-21 23:25:12 +08:00
modules.rs More tests. 2020-05-28 14:08:21 +08:00
not.rs Make all public API's return Box<EvalAltResult> to reduce footprint. 2020-04-21 23:25:12 +08:00
number_literals.rs Make all public API's return Box<EvalAltResult> to reduce footprint. 2020-04-21 23:25:12 +08:00
operations.rs Complete StaticVec implementation. 2020-05-17 22:19:49 +08:00
ops.rs Make all public API's return Box<EvalAltResult> to reduce footprint. 2020-04-21 23:25:12 +08:00
optimizer.rs Make all public API's return Box<EvalAltResult> to reduce footprint. 2020-04-21 23:25:12 +08:00
power_of.rs Make all public API's return Box<EvalAltResult> to reduce footprint. 2020-04-21 23:25:12 +08:00
print.rs Fix README example for on_print and on_debug. 2020-04-29 23:03:18 +08:00
side_effects.rs Make all public API's return Box<EvalAltResult> to reduce footprint. 2020-04-21 23:25:12 +08:00
stack.rs Complete built-in operators. 2020-05-24 00:29:06 +08:00
string.rs Fix bug in index expressions. 2020-05-30 10:27:48 +08:00
throw.rs Make all public API's return Box<EvalAltResult> to reduce footprint. 2020-04-21 23:25:12 +08:00
time.rs Register property versions of some methods. 2020-05-30 10:30:21 +08:00
types.rs Make all public API's return Box<EvalAltResult> to reduce footprint. 2020-04-21 23:25:12 +08:00
unary_after_binary.rs Make all public API's return Box<EvalAltResult> to reduce footprint. 2020-04-21 23:25:12 +08:00
unary_minus.rs Make all public API's return Box<EvalAltResult> to reduce footprint. 2020-04-21 23:25:12 +08:00
unit.rs Make all public API's return Box<EvalAltResult> to reduce footprint. 2020-04-21 23:25:12 +08:00
var_scope.rs Make all public API's return Box<EvalAltResult> to reduce footprint. 2020-04-21 23:25:12 +08:00
while_loop.rs Make all public API's return Box<EvalAltResult> to reduce footprint. 2020-04-21 23:25:12 +08:00