args.rs
|
Use Option instead of once/empty.
|
2022-06-11 16:01:15 +08:00 |
builtin.rs
|
Speed up built-in.
|
2022-09-03 11:46:20 +08:00 |
call.rs
|
Speed up unary operators.
|
2022-09-04 18:12:38 +08:00 |
callable_function.rs
|
Reduce usage of as_ref and as_mut.
|
2022-07-05 16:26:38 +08:00 |
func.rs
|
Check for missing docs.
|
2022-06-05 18:17:44 +08:00 |
hashing.rs
|
perf: change BTreeMap to StraightHashMap
|
2022-09-05 13:13:06 +09:00 |
mod.rs
|
perf: change BTreeMap to StraightHashMap
|
2022-09-05 13:13:06 +09:00 |
native.rs
|
Add test to recreate NativeCallContext.
|
2022-08-26 16:20:23 +08:00 |
plugin.rs
|
Check for missing docs.
|
2022-06-05 18:17:44 +08:00 |
register.rs
|
Shut up clippy.
|
2022-08-27 16:26:41 +08:00 |
script.rs
|
Share encapsulated environment.
|
2022-08-24 20:59:11 +08:00 |