.. |
bin
|
Split AST::set_source into set_source/clear_source.
|
2021-01-09 15:20:07 +08:00 |
module
|
Always call native for op-assignment operators.
|
2021-02-23 20:32:50 +08:00 |
packages
|
Build in operators between string and char.
|
2021-02-25 13:29:49 +08:00 |
serde
|
Rename serde_impl to serde.
|
2021-02-19 15:17:14 +08:00 |
ast.rs
|
Disallow implicit comparisons between different numeric types.
|
2021-02-24 15:45:29 +08:00 |
dynamic.rs
|
Implement print/debug functions via Dynamic parameters.
|
2021-02-23 19:08:05 +08:00 |
engine_api.rs
|
Add wasm64 as potential target.
|
2021-02-19 15:50:48 +08:00 |
engine_settings.rs
|
Use ** for power/exponentiation.
|
2021-02-10 12:41:27 +08:00 |
engine.rs
|
Expose Engine::map_type_name.
|
2021-02-25 11:04:01 +08:00 |
fn_args.rs
|
Fix no_function build.
|
2021-01-28 16:48:56 +08:00 |
fn_call.rs
|
Build in operators between string and char.
|
2021-02-25 13:29:49 +08:00 |
fn_func.rs
|
Rename set_doc_comments to enable_doc_comments.
|
2021-01-28 16:59:19 +08:00 |
fn_native.rs
|
Disallow implicit comparisons between different numeric types.
|
2021-02-24 15:45:29 +08:00 |
fn_register.rs
|
Code cleanup
|
2020-11-25 09:36:06 +08:00 |
lib.rs
|
Add compiler guards for mutually-exclusive features.
|
2021-02-19 15:49:51 +08:00 |
optimize.rs
|
Separate op-assignment with other function calls.
|
2021-02-25 10:59:22 +08:00 |
parse_error.rs
|
Fix volatile warnings.
|
2021-01-16 14:46:03 +08:00 |
parser.rs
|
Disallow implicit comparisons between different numeric types.
|
2021-02-24 15:45:29 +08:00 |
plugin.rs
|
Check for constant values passed to methods.
|
2021-02-19 23:13:53 +08:00 |
result.rs
|
Check for constant values passed to methods.
|
2021-02-19 23:13:53 +08:00 |
scope.rs
|
Scope implements IntoIterator.
|
2021-02-18 23:35:22 +08:00 |
stdlib.rs
|
Add wasm64 as potential target.
|
2021-02-19 15:50:48 +08:00 |
syntax.rs
|
Remove unnecessary lifetimes.
|
2021-02-17 19:28:07 +08:00 |
token.rs
|
Separate op-assignment with other function calls.
|
2021-02-25 10:59:22 +08:00 |
unsafe.rs
|
Update comments with links.
|
2020-11-20 16:52:28 +08:00 |
utils.rs
|
Build in operators between string and char.
|
2021-02-25 13:29:49 +08:00 |