.. |
bin
|
Fix bit flag options and docs.
|
2021-09-12 13:21:53 +08:00 |
module
|
Fix NamespaceRef::new()
|
2021-09-11 19:40:31 +08:00 |
packages
|
Short circuit functions if empty: array, map, string.
|
2021-09-20 18:35:23 +08:00 |
serde
|
Reduce usage of Default::default()
|
2021-09-11 19:40:40 +08:00 |
ast.rs
|
Fix bit flag options and docs.
|
2021-09-12 13:21:53 +08:00 |
custom_syntax.rs
|
Reduce usage of Default::default()
|
2021-09-11 19:40:40 +08:00 |
deprecated.rs
|
Move deprecated functions into separate file.
|
2021-08-17 15:50:56 +08:00 |
dynamic.rs
|
Refine expect messages.
|
2021-08-26 23:58:41 +08:00 |
engine_api.rs
|
Fix metadata build.
|
2021-09-12 14:46:31 +08:00 |
engine_settings.rs
|
Refine expect messages.
|
2021-08-26 23:58:41 +08:00 |
engine.rs
|
Use StaticVec for function resolution caches for the common case where no modules are used.
|
2021-09-12 13:33:55 +08:00 |
error_parsing.rs
|
Support $symbol$ in custom syntax.
|
2021-08-17 15:50:55 +08:00 |
error.rs
|
Refine expect messages.
|
2021-08-26 23:58:41 +08:00 |
fn_args.rs
|
Simplify FuncArgs::parse.
|
2021-06-29 21:47:55 +08:00 |
fn_builtin.rs
|
Refine expect messages.
|
2021-08-26 23:58:41 +08:00 |
fn_call.rs
|
Simplify code by merging Engine::global_namespace with Engine::global_modules.
|
2021-08-30 10:09:28 +08:00 |
fn_func.rs
|
Code style refinements.
|
2021-05-29 18:33:29 +08:00 |
fn_hash.rs
|
Satisfy clippy.
|
2021-07-24 14:11:16 +08:00 |
fn_native.rs
|
Reduce duplicated generics code.
|
2021-09-07 23:05:31 +08:00 |
fn_ptr.rs
|
Improve FnPtr debug display.
|
2021-08-17 15:32:12 +08:00 |
fn_register.rs
|
Refine expect messages.
|
2021-08-26 23:58:41 +08:00 |
immutable_string.rs
|
Satisfy clippy.
|
2021-07-24 14:11:16 +08:00 |
lib.rs
|
Use LazyCompact for SmartString.
|
2021-09-20 11:34:01 +08:00 |
optimize.rs
|
Use StaticVec for parsing.
|
2021-09-12 14:34:00 +08:00 |
parse.rs
|
Use StaticVec for parsing.
|
2021-09-12 14:34:00 +08:00 |
plugin.rs
|
Satisfy clippy.
|
2021-07-24 14:11:16 +08:00 |
scope.rs
|
Merge branch 'bug-fixes'
|
2021-09-19 22:34:47 +08:00 |
tests.rs
|
Change StaticVec to 3 inline elements.
|
2021-09-10 20:25:22 +08:00 |
token.rs
|
Reduce usage of Default::default()
|
2021-09-11 19:40:40 +08:00 |
unsafe.rs
|
Satisfy clippy.
|
2021-07-24 14:11:16 +08:00 |