.. |
arrays.rs
|
Add fast-ops feature.
|
2022-09-02 23:45:25 +08:00 |
assignments.rs
|
Use String::new() for empty strings.
|
2022-08-21 17:35:44 +08:00 |
binary_ops.rs
|
Add null coalescing operator.
|
2022-06-10 11:22:33 +08:00 |
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
|
|
|
build_type.rs
|
Refine inlining.
|
2022-09-28 12:06:22 +08:00 |
call_fn.rs
|
Use turbofish for impl Trait.
|
2022-08-12 22:48:15 +08:00 |
chars.rs
|
|
|
closures.rs
|
Fix sync feature.
|
2022-09-10 13:46:14 +08:00 |
comments.rs
|
Change eval<()> to run.
|
2022-01-10 13:26:33 +08:00 |
compound_equality.rs
|
|
|
constants.rs
|
Fix tests.
|
2022-10-27 22:08:47 +08:00 |
custom_syntax.rs
|
Distinguish string literals from identifiers in custom syntax parser.
|
2022-09-24 16:59:01 +08:00 |
data_size.rs
|
Add ParseError:err_type and ParseError::position.
|
2022-07-29 09:42:30 +08:00 |
debugging.rs
|
Fix tests.
|
2022-08-20 22:19:29 +08:00 |
decrement.rs
|
|
|
eval.rs
|
Add ParseError:err_type and ParseError::position.
|
2022-07-29 09:42:30 +08:00 |
expressions.rs
|
Add loop expressions.
|
2022-10-29 12:09:18 +08:00 |
float.rs
|
|
|
fn_ptr.rs
|
Add function pointer short-hand.
|
2022-08-05 23:30:44 +08:00 |
for.rs
|
Fix test.
|
2022-10-29 12:57:58 +08:00 |
functions.rs
|
Remove _result registration methods.
|
2022-08-22 22:16:26 +08:00 |
get_set.rs
|
Remove _result registration methods.
|
2022-08-22 22:16:26 +08:00 |
if_block.rs
|
|
|
increment.rs
|
|
|
internal_fn.rs
|
Add ParseError:err_type and ParseError::position.
|
2022-07-29 09:42:30 +08:00 |
looping.rs
|
Add ParseError:err_type and ParseError::position.
|
2022-07-29 09:42:30 +08:00 |
maps.rs
|
Add parse_json.
|
2022-09-29 22:46:59 +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
|
Add ParseError:err_type and ParseError::position.
|
2022-07-29 09:42:30 +08:00 |
modules.rs
|
Add test to recreate NativeCallContext.
|
2022-08-26 16:20:23 +08:00 |
native.rs
|
Make fast operators the default.
|
2022-09-03 22:07:36 +08:00 |
not.rs
|
|
|
number_literals.rs
|
|
|
operations.rs
|
Refactor.
|
2022-09-25 12:24:03 +08:00 |
ops.rs
|
Simplify using ..
|
2022-02-08 09:02:15 +08:00 |
optimizer.rs
|
Make fast operators the default.
|
2022-09-03 22:07:36 +08:00 |
options.rs
|
Fix test.
|
2022-08-30 12:31:47 +08:00 |
packages.rs
|
Revert "Enable capacity on packages."
|
2022-09-14 15:17:36 +08:00 |
plugins_register.rs
|
|
|
plugins_unroll.rs
|
|
|
plugins.rs
|
Fix tests.
|
2022-10-27 22:08:47 +08:00 |
power_of.rs
|
|
|
print.rs
|
Refactor.
|
2022-09-25 12:24:03 +08:00 |
README.md
|
|
|
serde.rs
|
Make Scope serializable.
|
2022-09-26 18:14:45 +08:00 |
side_effects.rs
|
|
|
stack.rs
|
Add ParseError:err_type and ParseError::position.
|
2022-07-29 09:42:30 +08:00 |
string.rs
|
Fix bug in constant interpolated string.
|
2022-07-29 10:49:03 +08:00 |
switch.rs
|
Fix tests.
|
2022-10-16 12:07:47 +08:00 |
throw.rs
|
Simplify using ..
|
2022-02-08 09:02:15 +08:00 |
time.rs
|
Fix test.
|
2022-10-18 16:54:26 +08:00 |
tokens.rs
|
Add ParseError:err_type and ParseError::position.
|
2022-07-29 09:42:30 +08:00 |
types.rs
|
|
|
unary_after_binary.rs
|
|
|
unary_minus.rs
|
|
|
unit.rs
|
Add Token::Unit.
|
2022-04-21 10:04:46 +08:00 |
var_scope.rs
|
Refactor.
|
2022-09-25 12:24:03 +08:00 |
while_loop.rs
|
Add loop expressions.
|
2022-10-29 12:09:18 +08:00 |