.. |
arrays.rs
|
Fix Array::pad infinite loop.
|
2022-01-13 22:05:07 +08:00 |
assignments.rs
|
|
|
binary_ops.rs
|
|
|
bit_fields.rs
|
Fix test for only_i32.
|
2022-01-14 23:19:27 +08:00 |
blobs.rs
|
Minor refactor.
|
2022-03-09 09:25:55 +08:00 |
bool_op.rs
|
|
|
call_fn.rs
|
Simplify using ..
|
2022-02-08 09:02:15 +08:00 |
chars.rs
|
|
|
closures.rs
|
Use .. for (_).
|
2022-02-08 09:46:14 +08:00 |
comments.rs
|
Change eval<()> to run.
|
2022-01-10 13:26:33 +08:00 |
compound_equality.rs
|
|
|
constants.rs
|
Simplify using ..
|
2022-02-08 09:02:15 +08:00 |
custom_syntax.rs
|
Simplify using ..
|
2022-02-08 09:02:15 +08:00 |
data_size.rs
|
Simplify using ..
|
2022-02-08 09:02:15 +08:00 |
debugging.rs
|
Fix builds.
|
2022-02-02 14:57:30 +08:00 |
decrement.rs
|
|
|
eval.rs
|
Simplify using ..
|
2022-02-08 09:02:15 +08:00 |
expressions.rs
|
Reduce usage of Default::default() to make it easier to refactor.
|
2021-11-07 18:12:37 +08:00 |
float.rs
|
|
|
fn_ptr.rs
|
Use .. for (_).
|
2022-02-08 09:46:14 +08:00 |
for.rs
|
Fix builds.
|
2021-12-31 18:55:48 +08:00 |
functions.rs
|
Simplify using ..
|
2022-02-08 09:02:15 +08:00 |
get_set.rs
|
Fix bug in try block.
|
2022-01-24 08:34:21 +08:00 |
if_block.rs
|
|
|
increment.rs
|
|
|
internal_fn.rs
|
Use .. for (_).
|
2022-02-08 09:46:14 +08:00 |
looping.rs
|
|
|
maps.rs
|
Add fail on invalid property for maps.
|
2022-02-09 13:12:43 +08:00 |
math.rs
|
Simplify using ..
|
2022-02-08 09:02:15 +08:00 |
method_call.rs
|
Fix bug with eager optimization of method calls.
|
2022-03-04 12:22:44 +08:00 |
mismatched_op.rs
|
Simplify using ..
|
2022-02-08 09:02:15 +08:00 |
modules.rs
|
Add type alias support for plugin modules.
|
2022-03-19 09:43:18 +08:00 |
native.rs
|
Remove volatile warnings for types and functions exposed unter internals.
|
2021-11-28 22:03:02 +08:00 |
not.rs
|
|
|
number_literals.rs
|
Fix bug in hex parsing for negative numbers.
|
2021-12-18 17:07:30 +08:00 |
operations.rs
|
Use .. for (_).
|
2022-02-08 09:46:14 +08:00 |
ops.rs
|
Simplify using ..
|
2022-02-08 09:02:15 +08:00 |
optimizer.rs
|
Use bitflags.
|
2022-02-25 11:42:59 +08:00 |
options.rs
|
Optimize variable shadowing.
|
2022-02-18 15:04:46 +08:00 |
packages.rs
|
|
|
plugins_register.rs
|
|
|
plugins_unroll.rs
|
Refactor wasm feature gates.
|
2022-01-04 22:16:20 +08:00 |
plugins.rs
|
Simplify using ..
|
2022-02-08 09:02:15 +08:00 |
power_of.rs
|
|
|
print.rs
|
Change Engine::consume_XXX to Engine::run_XXX.
|
2021-08-17 15:50:56 +08:00 |
README.md
|
|
|
serde.rs
|
Replace Cow<str> in Scope with SmartString.
|
2022-01-15 11:26:43 +08:00 |
side_effects.rs
|
Change Engine::consume_XXX to Engine::run_XXX.
|
2021-08-17 15:50:56 +08:00 |
stack.rs
|
Use .. for (_).
|
2022-02-08 09:46:14 +08:00 |
string.rs
|
Simplify using ..
|
2022-02-08 09:02:15 +08:00 |
switch.rs
|
Change eval<()> to run.
|
2022-01-10 13:26:33 +08:00 |
throw.rs
|
Simplify using ..
|
2022-02-08 09:02:15 +08:00 |
time.rs
|
Use target_family for wasm.
|
2022-01-12 08:12:28 +08:00 |
tokens.rs
|
Allow non-custom reserved symbols in custom syntax.
|
2021-12-16 18:01:49 +08:00 |
types.rs
|
|
|
unary_after_binary.rs
|
|
|
unary_minus.rs
|
|
|
unit.rs
|
Change eval<()> to run.
|
2022-01-10 13:26:33 +08:00 |
var_scope.rs
|
Fix builds.
|
2022-02-19 12:26:17 +08:00 |
while_loop.rs
|
Change Engine::consume_XXX to Engine::run_XXX.
|
2021-08-17 15:50:56 +08:00 |