.. |
bin
|
Reduce usage of Default::default() to make it easier to refactor.
|
2021-11-07 18:12:37 +08:00 |
module
|
Reduce usage of Default::default() to make it easier to refactor.
|
2021-11-07 18:12:37 +08:00 |
packages
|
Reduce usage of Default::default() to make it easier to refactor.
|
2021-11-07 18:12:37 +08:00 |
serde
|
Reduce usage of Default::default() to make it easier to refactor.
|
2021-11-07 18:12:37 +08:00 |
ast.rs
|
Reduce usage of Default::default() to make it easier to refactor.
|
2021-11-07 18:12:37 +08:00 |
custom_syntax.rs
|
Add $$ marker to custom syntax.
|
2021-10-25 22:41:42 +08:00 |
deprecated.rs
|
Deprecate From<EvalAltResult> for Result<T, Box<EvalAltResult>> because it is clearer for code to explicitly wrap errors in Err.
|
2021-10-19 23:52:58 +08:00 |
dynamic.rs
|
Use #[inline(always)] only when relatively certain.
|
2021-10-21 17:26:43 +08:00 |
engine_api.rs
|
Move mutable runtime global state to Imports.
|
2021-11-08 09:27:08 +08:00 |
engine_settings.rs
|
Use #[inline(always)] only when relatively certain.
|
2021-10-21 17:26:43 +08:00 |
engine.rs
|
Move mutable runtime global state to Imports.
|
2021-11-08 09:27:08 +08:00 |
error_parsing.rs
|
Do not inline error path functions.
|
2021-10-19 20:16:36 +08:00 |
error.rs
|
Refine namespace display.
|
2021-10-27 23:30:25 +08:00 |
fn_args.rs
|
Use #[inline(always)] only when relatively certain.
|
2021-10-21 17:26:43 +08:00 |
fn_builtin.rs
|
Remove unnecessary string builtins.
|
2021-11-01 09:42:22 +08:00 |
fn_call.rs
|
Move mutable runtime global state to Imports.
|
2021-11-08 09:27:08 +08:00 |
fn_func.rs
|
Use #[inline(always)] only when relatively certain.
|
2021-10-21 17:26:43 +08:00 |
fn_hash.rs
|
Satisfy clippy.
|
2021-07-24 14:11:16 +08:00 |
fn_native.rs
|
Reduce usage of Default::default() to make it easier to refactor.
|
2021-11-07 18:12:37 +08:00 |
fn_ptr.rs
|
Reduce usage of Default::default() to make it easier to refactor.
|
2021-11-07 18:12:37 +08:00 |
fn_register.rs
|
Reduce usage of Default::default() to make it easier to refactor.
|
2021-11-07 18:12:37 +08:00 |
immutable_string.rs
|
Use #[inline(always)] only when relatively certain.
|
2021-10-21 17:26:43 +08:00 |
lib.rs
|
Fix some rustdoc warnings and a typo in FLOAT's docs
|
2021-10-22 12:03:06 +08:00 |
optimize.rs
|
Move mutable runtime global state to Imports.
|
2021-11-08 09:27:08 +08:00 |
parse.rs
|
Reduce usage of Default::default() to make it easier to refactor.
|
2021-11-07 18:12:37 +08:00 |
plugin.rs
|
Satisfy clippy.
|
2021-07-24 14:11:16 +08:00 |
scope.rs
|
Reduce usage of Default::default() to make it easier to refactor.
|
2021-11-07 18:12:37 +08:00 |
tests.rs
|
Fix no_position builds.
|
2021-11-05 19:53:52 +08:00 |
token.rs
|
Reduce usage of Default::default() to make it easier to refactor.
|
2021-11-07 18:12:37 +08:00 |
unsafe.rs
|
Use #[inline(always)] only when relatively certain.
|
2021-10-21 17:26:43 +08:00 |