Stephen Chung
|
2458e05dcb
|
Fix doc test.
|
2022-09-13 21:56:36 +08:00 |
|
Stephen Chung
|
85ca6ec4a1
|
Enable capacity on packages.
|
2022-09-13 21:47:11 +08:00 |
|
Stephen Chung
|
257991ca31
|
Fix no_function.
|
2022-09-13 21:12:44 +08:00 |
|
Stephen Chung
|
4be8062924
|
Optimize Module.
|
2022-09-13 18:23:34 +08:00 |
|
Stephen Chung
|
40a12b2b7d
|
Remove key type from StraightHashMap.
|
2022-09-12 23:08:38 +08:00 |
|
Stephen Chung
|
08f6682d09
|
Use is_absent_and_set.
|
2022-09-12 22:40:52 +08:00 |
|
Stephen Chung
|
44219c732c
|
Do not cache "one-hit wonders"
|
2022-09-12 19:47:29 +08:00 |
|
Stephen Chung
|
c1ae9e0405
|
Add state to custom syntax.
|
2022-09-12 12:03:32 +08:00 |
|
Stephen Chung
|
32825d2ca8
|
Fix feature build.
|
2022-09-10 13:49:21 +08:00 |
|
Stephen Chung
|
1bfedf516d
|
Use a bloom filter.
|
2022-09-08 17:49:37 +08:00 |
|
Stephen Chung
|
1476b14831
|
Fix metadata build.
|
2022-09-08 10:58:43 +08:00 |
|
Stephen Chung
|
040f28f5cd
|
Types in constants and variables for definitions.
|
2022-09-08 10:53:55 +08:00 |
|
Stephen Chung
|
2f7d6298e0
|
Move format_type into api.
|
2022-09-08 10:52:58 +08:00 |
|
Stephen Chung
|
faa81ac3fc
|
Fix no-std build.
|
2022-09-07 14:37:33 +08:00 |
|
Stephen Chung
|
b0ce3ee445
|
Use Entry API.
|
2022-09-07 13:30:31 +08:00 |
|
Stephen Chung
|
a6ce459b32
|
Merge branch 'main' of https://github.com/rhaiscript/rhai
|
2022-09-06 17:41:47 +08:00 |
|
quake
|
a3ce137500
|
chore: auto deref
|
2022-09-06 15:32:37 +09:00 |
|
quake
|
8ee501e4d9
|
pref: remove Rc/Arc::from_box
|
2022-09-06 14:51:32 +09:00 |
|
quake
|
563f18a04b
|
pref: use ExactSizeIterator
|
2022-09-06 14:16:15 +09:00 |
|
quake
|
ab23094d65
|
perf: reduce one hashmap lookup
|
2022-09-06 12:51:44 +09:00 |
|
Stephen Chung
|
158b4ce7bc
|
Change TypeId to use BTreeMap.
|
2022-09-05 21:17:07 +08:00 |
|
quake
|
d515eaf7cd
|
chore: apply reviewers comment
|
2022-09-05 19:22:30 +09:00 |
|
quake
|
239438754c
|
perf: change BTreeMap to StraightHashMap
|
2022-09-05 13:13:06 +09:00 |
|
Stephen Chung
|
c7da3c6edb
|
Speed up unary operators.
|
2022-09-04 18:12:38 +08:00 |
|
Stephen Chung
|
702bb9030a
|
Make fast operators the default.
|
2022-09-03 22:07:36 +08:00 |
|
Stephen Chung
|
defdc2a5bc
|
Revise style.
|
2022-09-03 16:21:45 +08:00 |
|
Stephen Chung
|
2de4325d7e
|
Use fast operators mode in rhai-run.
|
2022-09-03 15:31:29 +08:00 |
|
Stephen Chung
|
06dea067b7
|
Change fast_ops to options.
|
2022-09-03 15:15:42 +08:00 |
|
Stephen Chung
|
43c4d7e3ca
|
Use standard operator to short-circuit.
|
2022-09-03 12:35:00 +08:00 |
|
Stephen Chung
|
75512bfd2f
|
Remove log print.
|
2022-09-03 12:26:55 +08:00 |
|
Stephen Chung
|
79eb626386
|
Speed up built-in.
|
2022-09-03 11:46:20 +08:00 |
|
Stephen Chung
|
fcdd2eb143
|
Use caching for fast operators.
|
2022-09-03 11:27:13 +08:00 |
|
Stephen Chung
|
0516e8088c
|
Add fast-ops feature.
|
2022-09-02 23:45:25 +08:00 |
|
Stephen Chung
|
044484c756
|
Merge 1.9.1 fixes.
|
2022-08-29 22:42:46 +08:00 |
|
Stephen Chung
|
0870318e4e
|
Fix bug in strict variables mode.
|
2022-08-29 22:26:07 +08:00 |
|
Stephen Chung
|
80772df4f4
|
Shut up clippy.
|
2022-08-29 14:27:05 +08:00 |
|
Stephen Chung
|
6bc98bd252
|
Remove extra clippy lints.
|
2022-08-27 16:29:39 +08:00 |
|
Stephen Chung
|
bf5d6ab35a
|
Shut up clippy.
|
2022-08-27 16:26:41 +08:00 |
|
Stephen Chung
|
d80184ba14
|
Allow if-expressions and switch-expressions in Engine::eval_expression.
|
2022-08-26 23:10:58 +08:00 |
|
Stephen Chung
|
204284f4f7
|
Add test to recreate NativeCallContext.
|
2022-08-26 16:20:23 +08:00 |
|
Stephen Chung
|
296d5c054c
|
Use simple optimization for rhai-run.
|
2022-08-26 11:23:16 +08:00 |
|
Stephen Chung
|
b36f746dbe
|
Add Engine::module_resolver.
|
2022-08-25 22:25:41 +08:00 |
|
Stephen Chung
|
5c80157e7a
|
Store path in module id.
|
2022-08-25 22:17:01 +08:00 |
|
Stephen Chung
|
1c335e24dc
|
Fix formatting.
|
2022-08-25 08:41:09 +08:00 |
|
Stephen Chung
|
ca1b7f6a39
|
Refine is_empty methods.
|
2022-08-24 21:58:08 +08:00 |
|
Stephen Chung
|
ae5e88928e
|
Merge branch 'main' of https://github.com/rhaiscript/rhai
|
2022-08-24 21:00:08 +08:00 |
|
Stephen Chung
|
69bb5534ef
|
Share encapsulated environment.
|
2022-08-24 20:59:11 +08:00 |
|
ltabis
|
1269d4b34d
|
feat(ranges): add is_empty function to inclusive/exclusive ranges.
|
2022-08-24 13:17:43 +02:00 |
|
Stephen Chung
|
b40ca9e40d
|
Improve docs.
|
2022-08-24 18:27:58 +08:00 |
|
ltabis
|
4b3608cedc
|
feat(data-structures): add is_empty getter to map, string and blob.
|
2022-08-24 09:54:41 +02:00 |
|