.. |
bin
|
Implement bit-fields.
|
2021-06-02 14:29:18 +08:00 |
module
|
General code fixups.
|
2021-07-04 16:40:15 +08:00 |
packages
|
Fix builds.
|
2021-07-04 16:51:05 +08:00 |
serde
|
Fix builds.
|
2021-06-28 18:29:53 +08:00 |
ast.rs
|
Unreserve begin, end, then, each, unless
|
2021-07-06 09:51:29 +08:00 |
custom_syntax.rs
|
General code fixups.
|
2021-07-04 16:40:15 +08:00 |
dynamic.rs
|
Fix builds.
|
2021-07-04 16:51:05 +08:00 |
engine_api.rs
|
General code fixups.
|
2021-07-04 16:40:15 +08:00 |
engine_settings.rs
|
Make more functions const.
|
2021-06-29 23:17:31 +08:00 |
engine.rs
|
Fix builds.
|
2021-07-04 16:51:05 +08:00 |
error_parsing.rs
|
Fix formatting.
|
2021-07-04 17:09:26 +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
|
Mark simple functions const.
|
2021-06-28 18:06:05 +08:00 |
fn_call.rs
|
General code fixups.
|
2021-07-04 16:40:15 +08:00 |
fn_func.rs
|
Code style refinements.
|
2021-05-29 18:33:29 +08:00 |
fn_hash.rs
|
Split calc_qualified_var_hash.
|
2021-06-30 16:28:37 +08:00 |
fn_native.rs
|
General code fixups.
|
2021-07-04 16:40:15 +08:00 |
fn_ptr.rs
|
Make FnPtr::fn_name_raw const.
|
2021-06-29 21:47:27 +08:00 |
fn_register.rs
|
Split FnPtr into own file.
|
2021-06-17 09:50:32 +08:00 |
immutable_string.rs
|
Add ImmutableString::new() to mirror String API.
|
2021-07-02 11:51:13 +08:00 |
lib.rs
|
General code fixups.
|
2021-07-04 16:40:15 +08:00 |
optimize.rs
|
General code fixups.
|
2021-07-04 16:40:15 +08:00 |
parse.rs
|
General code fixups.
|
2021-07-04 16:40:15 +08:00 |
plugin.rs
|
Split FnPtr into own file.
|
2021-06-17 09:50:32 +08:00 |
scope.rs
|
Optimize Scope layout.
|
2021-06-29 23:22:54 +08:00 |
token.rs
|
Unreserve begin, end, then, each, unless
|
2021-07-06 09:51:29 +08:00 |
unsafe.rs
|
Add #[must_use]
|
2021-06-12 22:47:43 +08:00 |