.. |
packages
|
Make Modules::set_raw_fn public.
|
2020-07-07 22:59:23 +08:00 |
serde
|
Fix serializing externally-tagged enum representations
|
2020-07-06 21:11:41 +08:00 |
any.rs
|
Reformat code.
|
2020-07-04 22:53:00 +08:00 |
api.rs
|
Make Modules::set_raw_fn public.
|
2020-07-07 22:59:23 +08:00 |
engine.rs
|
Merge branch 'master' into plugins
|
2020-07-08 13:50:15 +08:00 |
error.rs
|
Add feature to disable symbols.
|
2020-07-05 15:23:51 +08:00 |
fn_call.rs
|
Do not export fn_native.
|
2020-06-18 18:39:28 +08:00 |
fn_func.rs
|
Refine docs and API.
|
2020-07-06 13:01:57 +08:00 |
fn_native.rs
|
Merge branch 'master' into plugins
|
2020-07-06 23:14:44 +08:00 |
fn_register.rs
|
Merge branch 'master' into plugins
|
2020-07-06 13:11:46 +08:00 |
lib.rs
|
Merge branch 'master' into plugins
|
2020-07-06 21:52:47 +08:00 |
module.rs
|
Allow mutating a module-qualified function's first argument if it is a variable.
|
2020-07-08 13:06:00 +08:00 |
optimize.rs
|
Assignments return () and no compound assignments.
|
2020-07-05 23:07:02 +08:00 |
parser.rs
|
Define functions anywhere during parsing.
|
2020-07-06 22:57:50 +08:00 |
plugin.rs
|
Restore plugins code.
|
2020-07-02 12:47:24 +08:00 |
result.rs
|
Better type display.
|
2020-07-03 10:45:01 +08:00 |
scope.rs
|
Remove modules from Scope and use separate stack.
|
2020-06-27 23:56:24 +08:00 |
settings.rs
|
Refine docs and API.
|
2020-07-06 13:01:57 +08:00 |
stdlib.rs
|
Gate i128/u128 for wasm32 target.
|
2020-06-17 16:50:46 +08:00 |
token.rs
|
Add reserved symbols.
|
2020-07-08 12:09:18 +08:00 |
unsafe.rs
|
Refactor.
|
2020-06-29 23:55:28 +08:00 |
utils.rs
|
Change call_fn_dynamic to accept any type that is IntoIterator<Item=Dynamic>.
|
2020-06-12 19:54:55 +08:00 |