rhai/src
2021-07-14 13:58:18 +08:00
..
bin Remove unnecessary AsRef<str>. 2021-07-10 10:11:14 +08:00
module Change some #[inline(always)] to [#inline]. 2021-07-10 11:06:13 +08:00
packages Implement more methods for custom iterators. 2021-07-12 13:05:38 +08:00
serde Remove unnecessary AsRef<str>. 2021-07-10 10:11:14 +08:00
ast.rs Change some #[inline(always)] to [#inline]. 2021-07-10 11:06:13 +08:00
custom_syntax.rs General code fixups. 2021-07-04 16:40:15 +08:00
dynamic.rs Handle more data types in Expr::from_dynamic. 2021-07-14 13:52:40 +08:00
engine_api.rs Change some #[inline(always)] to [#inline]. 2021-07-10 11:06:13 +08:00
engine_settings.rs Make more functions const. 2021-06-29 23:17:31 +08:00
engine.rs Change some #[inline(always)] to [#inline]. 2021-07-10 11:06:13 +08:00
error_parsing.rs Change some #[inline(always)] to [#inline]. 2021-07-10 11:06:13 +08:00
error.rs Simplify error display. 2021-07-02 11:50:24 +08:00
fn_args.rs Simplify FuncArgs::parse. 2021-06-29 21:47:55 +08:00
fn_builtin.rs Change some #[inline(always)] to [#inline]. 2021-07-10 11:06:13 +08:00
fn_call.rs Change some #[inline(always)] to [#inline]. 2021-07-10 11:06:13 +08:00
fn_func.rs Code style refinements. 2021-05-29 18:33:29 +08:00
fn_hash.rs Change some #[inline(always)] to [#inline]. 2021-07-10 11:06:13 +08:00
fn_native.rs Change some #[inline(always)] to [#inline]. 2021-07-10 11:06:13 +08:00
fn_ptr.rs Change some #[inline(always)] to [#inline]. 2021-07-10 11:06:13 +08:00
fn_register.rs Change some #[inline(always)] to [#inline]. 2021-07-10 11:06:13 +08:00
immutable_string.rs Change some #[inline(always)] to [#inline]. 2021-07-10 11:06:13 +08:00
lib.rs General code fixups. 2021-07-04 16:40:15 +08:00
optimize.rs Short-circuit optimizations for special keywords. 2021-07-14 13:57:58 +08:00
parse.rs Remove From<Dynamic> for Expr in favor of Expr::from_dynamic. 2021-07-14 13:53:04 +08:00
plugin.rs Split FnPtr into own file. 2021-06-17 09:50:32 +08:00
scope.rs Change some #[inline(always)] to [#inline]. 2021-07-10 11:06:13 +08:00
token.rs Make some Position functions const. 2021-07-14 13:58:18 +08:00
unsafe.rs Add #[must_use] 2021-06-12 22:47:43 +08:00