.. |
bin
|
Register parameter type names.
|
2021-03-15 22:19:21 +08:00 |
module
|
Fix doc tests.
|
2021-03-17 14:45:40 +08:00 |
packages
|
Code style and docs.
|
2021-03-17 13:30:47 +08:00 |
serde
|
Code style and docs.
|
2021-03-17 13:30:47 +08:00 |
ast.rs
|
Fix doc tests.
|
2021-03-17 14:45:40 +08:00 |
dynamic.rs
|
Use namespace for ScriptFnDef.
|
2021-03-07 22:10:54 +08:00 |
engine_api.rs
|
Remove public_only parameters.
|
2021-03-17 09:58:08 +08:00 |
engine_settings.rs
|
Deprecate RegisterFn and RegisterResultFn.
|
2021-03-15 11:36:30 +08:00 |
engine.rs
|
Code style and docs.
|
2021-03-17 13:30:47 +08:00 |
fn_args.rs
|
Fix no_function build.
|
2021-01-28 16:48:56 +08:00 |
fn_builtin.rs
|
Map in operator to contains function call.
|
2021-03-09 13:44:54 +08:00 |
fn_call.rs
|
Flatten function call arguments.
|
2021-03-20 23:57:43 +08:00 |
fn_func.rs
|
Add test with &str parameter.
|
2021-03-17 22:32:22 +08:00 |
fn_native.rs
|
Code style and docs.
|
2021-03-17 13:30:47 +08:00 |
fn_register.rs
|
Code style edits.
|
2021-03-16 18:16:40 +08:00 |
lib.rs
|
Code style and docs.
|
2021-03-17 13:30:47 +08:00 |
optimize.rs
|
Remove public_only parameters.
|
2021-03-17 09:58:08 +08:00 |
parse_error.rs
|
Flatten data structures and more aggressive inlining.
|
2021-03-10 13:32:09 +08:00 |
parser.rs
|
Code style and docs.
|
2021-03-17 13:30:47 +08:00 |
plugin.rs
|
Use RhaiResult for plugin return.
|
2021-03-19 10:30:30 +08:00 |
result.rs
|
Remove EvalAltResult::ErrorInExpr.
|
2021-03-09 19:13:26 +08:00 |
scope.rs
|
Code style and docs.
|
2021-03-17 13:30:47 +08:00 |
stdlib.rs
|
Add wasm64 as potential target.
|
2021-02-19 15:50:48 +08:00 |
syntax.rs
|
Simplify lifetimes.
|
2021-03-03 22:49:57 +08:00 |
token.rs
|
New reserved keywords.
|
2021-03-17 10:31:50 +08:00 |
unsafe.rs
|
Refine inlining.
|
2021-03-04 18:13:47 +08:00 |
utils.rs
|
Code style and docs.
|
2021-03-17 13:30:47 +08:00 |