issues
search
tomaka
/
hlua
Rust library to interface with Lua
MIT License
510
stars
48
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Follow up to #222: fix signatures of luaopen_* functions in hlua
#223
fenollp
opened
3 months ago
2
Fix signatures of luaopen_* functions
#222
tomaka
closed
4 months ago
1
Fixed segfault when deref unaligned typeid
#220
vallentin
closed
5 months ago
0
Potentially unaligned userdata pointer causes segfault
#219
vallentin
closed
5 months ago
1
Remove all other usages of mem::uninitialized
#218
tomaka
closed
7 months ago
0
Run rustfmt on the repository
#217
tomaka
closed
7 months ago
0
Remove usage of `mem::uninitialized()`
#216
tomaka
closed
7 months ago
0
Use GitHub workflows instead of travis
#215
tomaka
opened
7 months ago
0
Remove `rust-hl-lua-modules` directory
#214
tomaka
closed
7 months ago
0
Panics on executing malformed lua
#213
JustMog
closed
7 months ago
0
run example: (exit code: 0xc0000005, STATUS_ACCESS_VIOLATION)
#212
Misaka299
closed
2 years ago
1
update to lua 5.4.2
#211
Nuxssss
opened
3 years ago
1
`*mut lua52_sys::lua_State` cannot be shared between threads safely
#210
GopherJ
opened
4 years ago
0
Heads-up: UB due to misuse of mem::uninitialized will soon lead to panic
#209
RalfJung
closed
7 months ago
0
Standard libraries can not be imported
#208
kpcyrd
opened
5 years ago
0
Use `slice::iter` instead of `into_iter` to avoid future breakage
#207
TethysSvensson
closed
4 years ago
1
Bump hlua to 0.4.2
#206
kpcyrd
closed
7 months ago
0
Coroutine - How do i create a coroutine from rust using hlua
#205
surajprak
opened
5 years ago
0
Forking a library and potential maintainer list
#204
mkpankov
opened
5 years ago
8
Porting to lua 5.1
#203
moonshadow565
opened
6 years ago
0
Bump lua52-sys to 0.1.2
#202
kpcyrd
closed
6 years ago
0
Deprecate in favor of rlua?
#201
naturallymitchell
opened
6 years ago
2
Impossible to use native Lua libraries in case Lua is compiled from source in lua52-sys
#200
mkpankov
opened
6 years ago
1
Update gcc->cc
#199
kpcyrd
closed
6 years ago
3
not able to write a rust function accepting Vec as paramater
#198
surajprak
opened
6 years ago
1
Allow support to call rust macros from lua
#197
surajprak
opened
6 years ago
0
Implement `From<AnyHashableLuaValue>` for `AnyLuaValue`
#196
tpdickso
opened
6 years ago
0
Increment version and publish to crates.io
#195
tpdickso
closed
7 months ago
1
Support for lua_sethook from hlua
#194
beatgammit
opened
6 years ago
0
Support for futures and async calls
#193
surajprak
opened
6 years ago
0
How to read result of function with multiple return values
#192
purplefox
opened
6 years ago
2
Is it possible to push and read enums?
#191
mkpankov
opened
6 years ago
1
serde support for AnyLuaValue
#190
mkpankov
closed
5 years ago
2
Fix warnings
#189
mkpankov
closed
6 years ago
1
serde support
#188
mkpankov
opened
6 years ago
1
Passing excessive arguments to Rust functions doesn't cause errors
#187
mkpankov
opened
6 years ago
0
LuaArray should be Vec<(AnyHashableLuaValue, AnyLuaValue)>
#186
kpcyrd
opened
6 years ago
1
function can't accept nested tables
#185
kpcyrd
closed
7 months ago
1
Examples for error handling
#184
kpcyrd
opened
6 years ago
0
Implement LuaRead for Vec of any readable type, not just AnyLuaValue.
#183
tpdickso
opened
6 years ago
0
Storing references to loaded Lua table for callback logic.
#182
dkushner
opened
6 years ago
0
Remove the executable bit from source files
#181
linkmauve
closed
7 years ago
0
Rename deprecated gcc::Config to gcc::Build
#180
linkmauve
closed
7 years ago
0
Store index with UserdataOnStack so that correct value is read in Deref
#179
tpdickso
closed
7 years ago
1
AnyLuaValue derives PartialEq; but LuaArray is ordered
#178
tpdickso
opened
7 years ago
0
Implement reading arrays into AnyLuaValue and AnyHashableLuaValue
#177
tpdickso
closed
7 years ago
3
Clarify the difference between AnyLuaValue values and the specialised Lua* structs
#176
linkmauve
opened
7 years ago
1
Implement Push for LuaTable
#175
linkmauve
opened
7 years ago
1
Report better conversion errors to the Rust side
#174
linkmauve
opened
7 years ago
0
Parse strings entirely, without stopping at null bytes
#173
linkmauve
closed
7 years ago
1
Next