rhai/tests
2020-09-25 19:07:24 +08:00
..
arrays.rs Fix op-assignment overrides. 2020-09-21 16:15:52 +08:00
binary_ops.rs
bit_shift.rs
bool_op.rs
call_fn.rs Allow module access in closures. 2020-08-22 22:44:24 +08:00
chars.rs
closures.rs Add external closure test. 2020-08-23 16:29:15 +08:00
comments.rs
compound_equality.rs Fix bug in right-shifts. 2020-08-23 18:04:19 +08:00
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 Add parse_int and parse_float. 2020-09-23 12:00:03 +08:00
fn_ptr.rs Unbounded -> unbound. 2020-07-30 23:29:11 +08:00
for.rs
functions.rs Use smallvec/union for nightly builds. 2020-09-05 17:55:35 +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 Handle #{ in Engine::parse_json, restrict to object hashes only. 2020-08-18 23:07:17 +08:00
math.rs Add parse_int and parse_float. 2020-09-23 12:00:03 +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 Fix function calls. 2020-09-25 19:07:24 +08:00
not.rs
number_literals.rs Enable dots on numbers to parse as method calls. 2020-09-23 22:48:28 +08:00
operations.rs
ops.rs
optimizer.rs
packages.rs Fix function calls. 2020-09-25 19:07:24 +08:00
plugins.rs Use take_string for &str and String parameters. 2020-09-20 14:23:14 +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 Bring more functions into modules in plugins via rhai_fn(name) attribute. 2020-08-16 23:41:59 +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 Refine docs and tests. 2020-07-06 16:20:03 +08:00
while_loop.rs Refine docs and tests. 2020-07-06 16:20:03 +08:00