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
|
Use is_absent_and_set.
|
2022-09-12 22:40:52 +08:00 |
callable_function.rs
|
pref: remove Rc/Arc::from_box
|
2022-09-06 14:51:32 +09:00 |
func.rs
|
Check for missing docs.
|
2022-06-05 18:17:44 +08:00 |
hashing.rs
|
Remove key type from StraightHashMap.
|
2022-09-12 23:08:38 +08:00 |
mod.rs
|
Use a bloom filter.
|
2022-09-08 17:49:37 +08: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
|
pref: remove Rc/Arc::from_box
|
2022-09-06 14:51:32 +09:00 |
script.rs
|
Do not cache "one-hit wonders"
|
2022-09-12 19:47:29 +08:00 |