.. |
bin
|
Split AST::set_source into set_source/clear_source.
|
2021-01-09 15:20:07 +08:00 |
module
|
Change AST filters to Fn from FnMut.
|
2021-02-13 10:56:09 +08:00 |
packages
|
Add rounding functions to Decimal numbers.
|
2021-02-13 23:25:22 +08:00 |
serde_impl
|
Add Decimal number type.
|
2021-02-13 20:57:56 +08:00 |
ast.rs
|
Add Decimal number type.
|
2021-02-13 20:57:56 +08:00 |
dynamic.rs
|
Add comments to Union.
|
2021-02-13 23:01:26 +08:00 |
engine_api.rs
|
Change AST filters to Fn from FnMut.
|
2021-02-13 10:56:09 +08:00 |
engine_settings.rs
|
Use ** for power/exponentiation.
|
2021-02-10 12:41:27 +08:00 |
engine.rs
|
Fix panic of continue/break/return in try-catch block.
|
2021-02-09 14:22:21 +08:00 |
fn_args.rs
|
Fix no_function build.
|
2021-01-28 16:48:56 +08:00 |
fn_call.rs
|
Remove duplicated functions lookup for script function call.
|
2021-02-11 12:13:30 +08:00 |
fn_func.rs
|
Rename set_doc_comments to enable_doc_comments.
|
2021-01-28 16:59:19 +08:00 |
fn_native.rs
|
Fix bug in internals.
|
2021-01-23 10:34:38 +08:00 |
fn_register.rs
|
Code cleanup
|
2020-11-25 09:36:06 +08:00 |
lib.rs
|
Change rhaiscript.github.io to rhai.rs
|
2021-01-30 07:19:54 +08:00 |
optimize.rs
|
Add has_override and script calls to function resolution cache.
|
2021-02-07 15:09:27 +08:00 |
parse_error.rs
|
Fix volatile warnings.
|
2021-01-16 14:46:03 +08:00 |
parser.rs
|
Add Decimal number type.
|
2021-02-13 20:57:56 +08:00 |
plugin.rs
|
Code enhancements.
|
2020-12-26 13:05:57 +08:00 |
result.rs
|
Fix panic of continue/break/return in try-catch block.
|
2021-02-09 14:22:21 +08:00 |
scope.rs
|
Refine docs.
|
2021-02-09 14:22:55 +08:00 |
stdlib.rs
|
Handle no-std without sync.
|
2021-01-07 22:52:20 +08:00 |
syntax.rs
|
Add has_override and script calls to function resolution cache.
|
2021-02-07 15:09:27 +08:00 |
token.rs
|
Add Decimal number type.
|
2021-02-13 20:57:56 +08:00 |
unsafe.rs
|
Update comments with links.
|
2020-11-20 16:52:28 +08:00 |
utils.rs
|
Use ahash as default hasher.
|
2021-01-15 23:52:56 +08:00 |