qwreey
|
95258e1b51
|
Fix pretty-prints for type-define (#243)
|
2024-10-16 07:57:25 +00:00 |
|
qwreey
|
f094f2b74a
|
Remove static ctype reduce duplicated code (#243)
|
2024-10-16 06:35:09 +00:00 |
|
qwreey
|
7d4e4a24b2
|
Refactor type-define macro rules (#243)
|
2024-10-16 03:12:36 +00:00 |
|
qwreey
|
46dd185c6f
|
Implement call (#243)
|
2024-10-14 09:37:21 +00:00 |
|
qwreey
|
7ce5be248f
|
Add uninit ref and Implement Callable (#243)
|
2024-10-14 03:15:29 +00:00 |
|
qwreey
|
4d0fd9d80a
|
Implement callable and closure (#243)
|
2024-10-13 05:09:31 +00:00 |
|
qwreey
|
11bf0b6896
|
Remove unused codes and strange safety features (#243)
|
2024-10-13 05:09:31 +00:00 |
|
qwreey
|
c656a486c4
|
Add tests for ffi (#243)
|
2024-10-13 05:09:31 +00:00 |
|
qwreey
|
e23aaef8a7
|
Improve ffiref (#243)
|
2024-10-13 05:09:01 +00:00 |
|
qwreey
|
94d8d079c4
|
Add is_integer (#243)
|
2024-10-13 05:00:21 +00:00 |
|
qwreey
|
dd6a3861e5
|
Improve conversion performance by caching dyn handle on subtype (#243)
|
2024-10-13 04:54:46 +00:00 |
|
qwreey
|
b54ea519ba
|
Implement boundary check (#243)
|
2024-10-13 04:52:59 +00:00 |
|
qwreey
|
3ccb0720fd
|
Export ctypes and implement signedness (#243)
|
2024-10-13 04:30:43 +00:00 |
|
qwreey
|
48d2db4950
|
Implement luavalue conversion (#243)
|
2024-10-13 04:21:28 +00:00 |
|
qwreey
|
6d0db930f6
|
Implement ctype casting (#243)
|
2024-10-13 04:20:29 +00:00 |
|
qwreey
|
d60a1b99f6
|
Use CType<T> instead of CType (#243)
|
2024-10-13 04:19:18 +00:00 |
|
qwreey
|
26706d9355
|
Improve ctype export and Refactor (#243)
|
2024-10-13 04:16:49 +00:00 |
|
qwreey
|
6f131e9512
|
Implement chelper, ffiref, ffibox (#243)
|
2024-10-13 04:14:24 +00:00 |
|
qwreey
|
b36948cf1b
|
Implement carr, cstruct, ctype and cptr (#243)
|
2024-10-13 04:11:51 +00:00 |
|
qwreey
|
8c38aef32d
|
Implement struct and arr (#243)
struct.size: Returns a non-zero actual size
rewrite use super:: => use crate::
|
2024-10-13 04:09:22 +00:00 |
|
qwreey
|
af08c59e3b
|
Add lune-std-ffi crate (#243)
|
2024-10-13 04:07:59 +00:00 |
|
Filip Tibell
|
56f08a88aa
|
Fix new clippy lints
|
2024-08-10 13:34:13 +02:00 |
|
Filip Tibell
|
3e09807638
|
Bump all crate versions
|
2024-08-10 13:07:56 +02:00 |
|
Filip Tibell
|
ea7013322f
|
Fix type and tostring metamethods not always being respected during table formatting
|
2024-08-10 13:01:13 +02:00 |
|
Filip Tibell
|
473ad80e8f
|
Update dependencies
|
2024-08-10 12:47:36 +02:00 |
|
Filip Tibell
|
b585234b08
|
Clarify some comments and expose more instance functions in lune-roblox
|
2024-07-21 23:50:55 +02:00 |
|
ZachCurtis
|
5379c79488
|
Add missing vector methods (#228)
|
2024-07-21 23:35:58 +02:00 |
|
Nick Winans
|
8aefe88104
|
Add compression level option to serde.compress (#224)
|
2024-07-06 22:38:35 +02:00 |
|
Maxwell Ruben
|
cb552af660
|
Fix readDir with trailing forward-slash on Windows (#220)
|
2024-07-06 22:34:12 +02:00 |
|
Filip Tibell
|
c7cbda98fe
|
Add missing mlua feature to lune-std-luau
|
2024-06-23 13:28:41 +02:00 |
|
Filip Tibell
|
a7ac864ca5
|
Fix _VERSION global not being set correctly after crate refactor
|
2024-06-23 13:22:03 +02:00 |
|
Filip Tibell
|
9993e03f04
|
Make hash algorithm enum follow convention of other lune enums a bit better
|
2024-06-23 13:14:27 +02:00 |
|
Filip Tibell
|
997653eb4a
|
Pin blake3 version
|
2024-06-23 12:57:16 +02:00 |
|
Filip Tibell
|
e2e8beb45c
|
Bump all crate versions
|
2024-06-23 12:55:47 +02:00 |
|
Filip Tibell
|
1fb1d3e7b5
|
Improve formatting / printing of userdata and tables with __type and / or __tostring metamethods
|
2024-06-05 20:18:23 +02:00 |
|
Filip Tibell
|
d3b9a4b9e8
|
Add new options for global injection and codegen to luau.load
|
2024-06-05 19:02:48 +02:00 |
|
Filip Tibell
|
3cf2be51bc
|
Make with_args more permissive
|
2024-06-05 18:52:38 +02:00 |
|
Filip Tibell
|
a3f0f279a8
|
Remove unused runtime args field
|
2024-06-05 18:51:37 +02:00 |
|
Filip Tibell
|
a94c9d6d54
|
Create inner runtime struct to preserve scheduler, globals, and sandboxing across runs
|
2024-06-05 18:50:23 +02:00 |
|
Filip Tibell
|
63493e78de
|
Get sandbox working
|
2024-06-05 18:33:21 +02:00 |
|
Filip Tibell
|
2a85532448
|
Move mlua-luau-scheduler into this repository
|
2024-06-05 16:45:53 +02:00 |
|
Micah
|
5a292aabc5
|
Implement hashing algorithms + HMac support (#193)
|
2024-06-05 16:30:50 +02:00 |
|
Filip Tibell
|
b628601cc8
|
Version 0.8.5
|
2024-06-01 21:49:16 +02:00 |
|
Filip Tibell
|
649bdc4c31
|
Bump lune-utils dependency in lune-std
|
2024-06-01 21:46:49 +02:00 |
|
Filip Tibell
|
3030158159
|
Bump std roblox version too
|
2024-06-01 21:44:55 +02:00 |
|
Filip Tibell
|
23456ae041
|
Bump versions in all changed packages
|
2024-06-01 21:42:36 +02:00 |
|
Filip Tibell
|
4f6f1835d2
|
Fix erroring when setting nil attributes on instances in roblox lib
|
2024-06-01 21:38:14 +02:00 |
|
Filip Tibell
|
adc74f47c0
|
Fix panic when spawning a program that does not exist
|
2024-06-01 21:24:45 +02:00 |
|
Filip Tibell
|
9498620e03
|
Sort tables before formatting them
|
2024-06-01 21:08:47 +02:00 |
|
Filip Tibell
|
0850f41617
|
Improve pretty formatting for arrays
|
2024-06-01 21:01:51 +02:00 |
|