Stephen Chung
|
b75ea94908
|
Remove Interners struct.
|
2022-08-14 14:32:16 +08:00 |
|
Stephen Chung
|
f7d910fa55
|
Use references for JSON metadata.
|
2022-08-14 14:20:37 +08:00 |
|
Stephen Chung
|
4725cb974c
|
Merge pull request #615 from schungx/master
Use interned strings for AST.
|
2022-08-13 18:59:36 +08:00 |
|
Stephen Chung
|
9813f657bb
|
Use ImmutableString for AST.
|
2022-08-13 18:40:14 +08:00 |
|
Stephen Chung
|
28743594d0
|
Use interned strings for AST nodes.
|
2022-08-13 18:07:42 +08:00 |
|
Stephen Chung
|
1c7b80ed13
|
Use turbofish for impl Trait.
|
2022-08-12 22:48:15 +08:00 |
|
Stephen Chung
|
195c81c6ff
|
Remove debug print.
|
2022-08-12 16:51:44 +08:00 |
|
Stephen Chung
|
3cb66b7e23
|
Fix bug.
|
2022-08-12 16:44:13 +08:00 |
|
Stephen Chung
|
cba394d73c
|
Revise strings interning.
|
2022-08-12 16:34:57 +08:00 |
|
Stephen Chung
|
5ba9b3bd1c
|
Optimize Dynamic::is.
|
2022-08-12 12:48:35 +08:00 |
|
Stephen Chung
|
8bbb382d9c
|
Use hashing for strings interner.
|
2022-08-12 10:34:09 +08:00 |
|
Stephen Chung
|
ac1f661ab0
|
Add std feature.
|
2022-08-12 09:59:48 +08:00 |
|
Stephen Chung
|
bfc766f725
|
Use strings interner.
|
2022-08-11 22:56:23 +08:00 |
|
Stephen Chung
|
be448dfe4d
|
Use identifiers in format!
|
2022-08-11 19:01:23 +08:00 |
|
Stephen Chung
|
ccd498700d
|
Merge pull request #614 from schungx/master
API refactor.
|
2022-08-11 09:51:02 +08:00 |
|
Stephen Chung
|
ceaf9fab1b
|
Merge pull request #65 from tguichaoua/type_builder_iterable
with_iterator --> is_iterable
|
2022-08-11 09:39:04 +08:00 |
|
Tristan Guichaoua
|
24bf3c29ef
|
Merge remote-tracking branch 'other/master' into type_builder_iterable
|
2022-08-10 17:31:17 +02:00 |
|
Tristan Guichaoua
|
0046c3a330
|
impl TypeBuilder::is_iterable
|
2022-08-10 14:00:43 +02:00 |
|
Stephen Chung
|
16f81fd5f9
|
Add std feature.
|
2022-08-10 15:43:52 +08:00 |
|
Stephen Chung
|
464bc47052
|
Fix comment.
|
2022-08-10 13:15:34 +08:00 |
|
Stephen Chung
|
4d7a4875f2
|
Archive 1.8.0 API json file.
|
2022-08-10 13:14:54 +08:00 |
|
Stephen Chung
|
255af006ee
|
Fix doc comments.
|
2022-08-10 12:48:37 +08:00 |
|
Stephen Chung
|
8dc7137913
|
Disallow import index in closures also.
|
2022-08-09 21:46:34 +08:00 |
|
Stephen Chung
|
ac93a0bbbc
|
Fix bug in namespace searching.
|
2022-08-09 21:35:45 +08:00 |
|
Stephen Chung
|
8408c190dc
|
Add with_iterator to TypeBuilder.
|
2022-08-09 18:18:41 +08:00 |
|
Stephen Chung
|
ba84b12612
|
Merge pull request #611 from schungx/master
Test and feature fixes.
|
2022-08-09 17:43:55 +08:00 |
|
Stephen Chung
|
f323644e20
|
Fix tests.
|
2022-08-09 17:24:24 +08:00 |
|
Stephen Chung
|
d9a58907d9
|
Fix up tests and some coding style changes.
|
2022-08-09 17:07:45 +08:00 |
|
Stephen Chung
|
438dffef78
|
Merge branch 'main' of https://github.com/rhaiscript/rhai
|
2022-08-09 16:59:53 +08:00 |
|
Stephen Chung
|
b0e2756c4d
|
Merge pull request #610 from tguichaoua/main
CustomType : example and fixes
|
2022-08-09 16:55:11 +08:00 |
|
Tristan Guichaoua
|
35c2caab07
|
fix doc
|
2022-08-09 10:47:53 +02:00 |
|
Tristan Guichaoua
|
217ca79930
|
rm volatile note on Engine::build_type
|
2022-08-09 10:36:58 +02:00 |
|
Tristan Guichaoua
|
5eaa2a3d7e
|
add example
|
2022-08-09 10:36:33 +02:00 |
|
Stephen Chung
|
68c11060d9
|
Merge branch 'main' of https://github.com/rhaiscript/rhai
|
2022-08-09 16:31:25 +08:00 |
|
Stephen Chung
|
c9730b0f56
|
Merge pull request #609 from tguichaoua/main
add a trait to register custom type and it's methods, getters, setters, etc.
|
2022-08-09 16:28:18 +08:00 |
|
Tristan Guichaoua
|
c29d3c35a3
|
add missing inlines
|
2022-08-09 10:19:15 +02:00 |
|
Tristan Guichaoua
|
eabce6da83
|
Merge branch 'type_builder'
|
2022-08-09 10:18:49 +02:00 |
|
Tristan Guichaoua
|
6d400b747a
|
fix doc
|
2022-08-09 10:16:34 +02:00 |
|
Tristan Guichaoua
|
5370031068
|
inline methods
|
2022-08-09 10:15:49 +02:00 |
|
Tristan Guichaoua
|
e4e315fb2a
|
add cfg
|
2022-08-09 10:14:18 +02:00 |
|
Tristan Guichaoua
|
19dc368cfd
|
add docs
|
2022-08-09 10:08:56 +02:00 |
|
Tristan Guichaoua
|
addefec17c
|
TypeBuilder : split pub/private api impl block
|
2022-08-09 09:49:55 +02:00 |
|
Tristan Guichaoua
|
de7efa18a5
|
add volatile api notes
|
2022-08-09 09:48:46 +02:00 |
|
Tristan Guichaoua
|
6b2d9d2cdd
|
rm TypeBuilder::build
|
2022-08-09 09:44:16 +02:00 |
|
Tristan Guichaoua
|
87baed717f
|
make TypeBuilder::new private
|
2022-08-09 09:44:01 +02:00 |
|
Tristan Guichaoua
|
acbda7f66c
|
fix doc typo
|
2022-08-09 09:43:12 +02:00 |
|
Tristan Guichaoua
|
4432d5063a
|
impl TypeBuilder
|
2022-08-08 17:39:15 +02:00 |
|
Tristan Guichaoua
|
efee24beee
|
actually fix doc
|
2022-08-08 17:30:00 +02:00 |
|
Tristan Guichaoua
|
74c26a8c71
|
fix doc
|
2022-08-08 17:29:03 +02:00 |
|
Tristan Guichaoua
|
1ccb5c0f26
|
rename RhaiCustomType to CustomType
|
2022-08-08 15:12:43 +02:00 |
|