.. |
arrays.rs
|
Fix bug in parsing index chains.
|
2023-04-19 23:17:54 +08:00 |
assignments.rs
|
Use unwrap_err.
|
2023-04-10 23:23:59 +08:00 |
binary_ops.rs
|
|
|
bit_fields.rs
|
|
|
blobs.rs
|
fix: default clippy lints
|
2022-12-30 18:07:39 +01:00 |
bool_op.rs
|
Use ? in tests.
|
2023-02-13 08:59:58 +08:00 |
build_type.rs
|
|
|
call_fn.rs
|
Use .take instead of mem::take().
|
2023-04-21 10:20:19 +08:00 |
chars.rs
|
|
|
closures.rs
|
Use .take instead of mem::take().
|
2023-04-21 10:20:19 +08:00 |
comments.rs
|
Use ? in tests.
|
2023-02-13 08:59:58 +08:00 |
compound_equality.rs
|
Use ? in tests.
|
2023-02-13 08:59:58 +08:00 |
constants.rs
|
Use unwrap_err.
|
2023-04-10 23:23:59 +08:00 |
custom_syntax.rs
|
Fix custom syntax bug.
|
2023-04-25 23:14:08 +08:00 |
data_size.rs
|
Use unwrap_err.
|
2023-04-10 23:23:59 +08:00 |
debugging.rs
|
|
|
decrement.rs
|
|
|
eval.rs
|
Use unwrap_err.
|
2023-04-10 23:23:59 +08:00 |
expressions.rs
|
Support switch range cases for floating-point values.
|
2023-02-12 23:20:14 +08:00 |
float.rs
|
Use ? in tests.
|
2023-02-13 08:59:58 +08:00 |
fn_ptr.rs
|
Use unwrap_err.
|
2023-04-10 23:23:59 +08:00 |
for.rs
|
|
|
functions.rs
|
Use unwrap_err.
|
2023-04-10 23:23:59 +08:00 |
get_set.rs
|
Use ? in tests.
|
2023-02-13 08:59:58 +08:00 |
if_block.rs
|
|
|
increment.rs
|
|
|
internal_fn.rs
|
Add take function.
|
2023-05-13 09:31:57 +08:00 |
looping.rs
|
Use unwrap_err.
|
2023-04-10 23:23:59 +08:00 |
maps.rs
|
Use unwrap_err.
|
2023-04-10 23:23:59 +08:00 |
math.rs
|
|
|
method_call.rs
|
Use unwrap_err.
|
2023-04-10 23:23:59 +08:00 |
mismatched_op.rs
|
Improve type display in error messages.
|
2023-05-13 10:47:39 +08:00 |
modules.rs
|
Use unwrap_err.
|
2023-04-10 23:23:59 +08:00 |
native.rs
|
fix: default clippy lints
|
2022-12-30 18:07:39 +01:00 |
not.rs
|
Use ? in tests.
|
2023-02-13 08:59:58 +08:00 |
number_literals.rs
|
|
|
operations.rs
|
Use unwrap_err.
|
2023-04-10 23:23:59 +08:00 |
ops.rs
|
Use unwrap_err.
|
2023-04-10 23:23:59 +08:00 |
optimizer.rs
|
Fix optimizer constants propagation bug.
|
2023-04-24 12:17:23 +08:00 |
options.rs
|
fix: default clippy lints
|
2022-12-30 18:07:39 +01:00 |
packages.rs
|
|
|
plugins_register.rs
|
|
|
plugins_unroll.rs
|
|
|
plugins.rs
|
Use unwrap_err.
|
2023-04-10 23:23:59 +08:00 |
power_of.rs
|
|
|
print.rs
|
|
|
README.md
|
|
|
serde.rs
|
Add support for deserialization of custom type/shared value from into another Dynamic.
|
2023-04-28 23:16:00 +08:00 |
side_effects.rs
|
fix: default clippy lints
|
2022-12-30 18:07:39 +01:00 |
stack.rs
|
Use unwrap_err.
|
2023-04-10 23:23:59 +08:00 |
string.rs
|
Use unwrap_err.
|
2023-04-10 23:23:59 +08:00 |
switch.rs
|
Use unwrap_err.
|
2023-04-10 23:23:59 +08:00 |
throw.rs
|
|
|
time.rs
|
|
|
tokens.rs
|
Use unwrap_err.
|
2023-04-10 23:23:59 +08:00 |
types.rs
|
fix: default clippy lints
|
2022-12-30 18:07:39 +01:00 |
unary_after_binary.rs
|
|
|
unary_minus.rs
|
|
|
unit.rs
|
Use unwrap_err.
|
2023-04-10 23:23:59 +08:00 |
var_scope.rs
|
Fix export shadowing bug.
|
2023-04-20 22:31:49 +08:00 |
while_loop.rs
|
|
|