rhai/tests
2020-04-12 23:00:06 +08:00
..
arrays.rs Add remove/insert to arrays and maps. 2020-04-10 21:59:29 +08:00
binary_ops.rs Make Engine reentrant to prepare for parallel execution. 2020-04-07 13:23:06 +08:00
bit_shift.rs Make Engine reentrant to prepare for parallel execution. 2020-04-07 13:23:06 +08:00
bool_op.rs Make Engine reentrant to prepare for parallel execution. 2020-04-07 13:23:06 +08:00
call_fn.rs Bump version to 0.12.0. 2020-04-09 18:45:49 +08:00
chars.rs Allow escaping quotes in strings. 2020-04-11 12:46:10 +08:00
comments.rs Make Engine reentrant to prepare for parallel execution. 2020-04-07 13:23:06 +08:00
compound_equality.rs Make Engine reentrant to prepare for parallel execution. 2020-04-07 13:23:06 +08:00
constants.rs Make Engine reentrant to prepare for parallel execution. 2020-04-07 13:23:06 +08:00
decrement.rs Make Engine reentrant to prepare for parallel execution. 2020-04-07 13:23:06 +08:00
eval.rs Make Engine reentrant to prepare for parallel execution. 2020-04-07 13:23:06 +08:00
expressions.rs Make Engine reentrant to prepare for parallel execution. 2020-04-07 13:23:06 +08:00
float.rs Make Engine reentrant to prepare for parallel execution. 2020-04-07 13:23:06 +08:00
for.rs Make Engine reentrant to prepare for parallel execution. 2020-04-07 13:23:06 +08:00
get_set.rs Add no_object feature to disable objects. 2020-03-29 17:15:12 +08:00
if_block.rs Make Engine reentrant to prepare for parallel execution. 2020-04-07 13:23:06 +08:00
increment.rs Make Engine reentrant to prepare for parallel execution. 2020-04-07 13:23:06 +08:00
internal_fn.rs Make Engine reentrant to prepare for parallel execution. 2020-04-07 13:23:06 +08:00
looping.rs Make Engine reentrant to prepare for parallel execution. 2020-04-07 13:23:06 +08:00
maps.rs Change Dynamic to enum. 2020-04-12 23:00:06 +08:00
math.rs Make Engine reentrant to prepare for parallel execution. 2020-04-07 13:23:06 +08:00
method_call.rs Refine tests. 2020-03-30 16:10:40 +08:00
mismatched_op.rs Remove no_stdlib feature in favor of Engine::new_raw(). 2020-04-08 10:19:03 +08:00
not.rs Make Engine reentrant to prepare for parallel execution. 2020-04-07 13:23:06 +08:00
number_literals.rs Make Engine reentrant to prepare for parallel execution. 2020-04-07 13:23:06 +08:00
ops.rs Make Engine reentrant to prepare for parallel execution. 2020-04-07 13:23:06 +08:00
optimizer.rs Add full optimization level for aggressive optimizing. 2020-03-15 22:39:58 +08:00
power_of.rs Make Engine reentrant to prepare for parallel execution. 2020-04-07 13:23:06 +08:00
side_effects.rs Make Engine reentrant to prepare for parallel execution. 2020-04-07 13:23:06 +08:00
stack.rs Bump version to 0.12.0. 2020-04-09 18:45:49 +08:00
string.rs Add timestamp support. 2020-04-11 16:06:57 +08:00
throw.rs Make Engine reentrant to prepare for parallel execution. 2020-04-07 13:23:06 +08:00
time.rs Add timestamp support. 2020-04-11 16:06:57 +08:00
types.rs Change object maps to #{ ... } 2020-03-30 17:40:26 +08:00
unary_after_binary.rs Make Engine reentrant to prepare for parallel execution. 2020-04-07 13:23:06 +08:00
unary_minus.rs Make Engine reentrant to prepare for parallel execution. 2020-04-07 13:23:06 +08:00
unit.rs Make Engine reentrant to prepare for parallel execution. 2020-04-07 13:23:06 +08:00
var_scope.rs Make Engine reentrant to prepare for parallel execution. 2020-04-07 13:23:06 +08:00
while_loop.rs Make Engine reentrant to prepare for parallel execution. 2020-04-07 13:23:06 +08:00