.. |
arrays.rs
|
Add append/mixin functions for arrays and maps.
|
2020-04-01 22:56:54 +08:00 |
binary_ops.rs
|
Add only_i32 and only_i64 features.
|
2020-03-10 23:06:20 +08:00 |
bit_shift.rs
|
Add only_i32 and only_i64 features.
|
2020-03-10 23:06:20 +08:00 |
bool_op.rs
|
Fine tune some tests.
|
2020-03-12 12:35:30 +08:00 |
call_fn.rs
|
Merge all MissingXXX errors into MissingToken.
|
2020-03-29 13:44:27 +08:00 |
chars.rs
|
Add to_string to prepare for string interpolation.
|
2020-03-31 10:00:17 +08:00 |
comments.rs
|
Add only_i32 and only_i64 features.
|
2020-03-10 23:06:20 +08:00 |
compound_equality.rs
|
Add only_i32 and only_i64 features.
|
2020-03-10 23:06:20 +08:00 |
constants.rs
|
Add full optimization level for aggressive optimizing.
|
2020-03-15 22:39:58 +08:00 |
decrement.rs
|
Use matches! in examples.
|
2020-03-14 23:40:30 +08:00 |
eval.rs
|
Fix test_eval.
|
2020-03-21 00:23:13 +08:00 |
expressions.rs
|
Add no_object feature to disable objects.
|
2020-03-29 17:15:12 +08:00 |
float.rs
|
Add no_object feature to disable objects.
|
2020-03-29 17:15:12 +08:00 |
for.rs
|
Add stepped range function and keys/values for maps.
|
2020-04-04 12:20:24 +08:00 |
get_set.rs
|
Add no_object feature to disable objects.
|
2020-03-29 17:15:12 +08:00 |
if_block.rs
|
Allow if expressions.
|
2020-03-27 23:47:23 +08:00 |
increment.rs
|
Add to_string to prepare for string interpolation.
|
2020-03-31 10:00:17 +08:00 |
internal_fn.rs
|
Allow overloading of script functions.
|
2020-03-12 13:02:13 +08:00 |
looping.rs
|
Add continue statement.
|
2020-04-01 16:22:18 +08:00 |
maps.rs
|
Add stepped range function and keys/values for maps.
|
2020-04-04 12:20:24 +08:00 |
math.rs
|
Add no_object feature to disable objects.
|
2020-03-29 17:15:12 +08:00 |
method_call.rs
|
Refine tests.
|
2020-03-30 16:10:40 +08:00 |
mismatched_op.rs
|
Add no_object feature to disable objects.
|
2020-03-29 17:15:12 +08:00 |
not.rs
|
Add no_function feature to disable script-defined functions.
|
2020-03-11 13:28:12 +08:00 |
number_literals.rs
|
Add only_i32 and only_i64 features.
|
2020-03-10 23:06:20 +08:00 |
ops.rs
|
Add only_i32 and only_i64 features.
|
2020-03-10 23:06:20 +08:00 |
optimizer.rs
|
Add full optimization level for aggressive optimizing.
|
2020-03-15 22:39:58 +08:00 |
power_of.rs
|
Fixing lint warnings
|
2020-03-24 16:57:35 +08:00 |
side_effects.rs
|
Add sync feature to make Dynamic, Scope and AST Send + Sync .
|
2020-04-02 19:40:02 +08:00 |
string.rs
|
Add to_string to prepare for string interpolation.
|
2020-03-31 10:00:17 +08:00 |
throw.rs
|
Handle break and return better.
|
2020-03-18 10:42:27 +08:00 |
types.rs
|
Change object maps to #{ ... }
|
2020-03-30 17:40:26 +08:00 |
unary_after_binary.rs
|
Add only_i32 and only_i64 features.
|
2020-03-10 23:06:20 +08:00 |
unary_minus.rs
|
Add no_function feature to disable script-defined functions.
|
2020-03-11 13:28:12 +08:00 |
unit.rs
|
Fixing lint warnings
|
2020-03-24 16:57:35 +08:00 |
var_scope.rs
|
Fixing lint warnings
|
2020-03-24 16:57:35 +08:00 |
while_loop.rs
|
Add continue statement.
|
2020-04-01 16:22:18 +08:00 |