issues
search
jcmoyer
/
rust-lua53
Lua 5.3 bindings for Rust
MIT License
158
stars
45
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Export include path in build metadata
#96
dcreager
closed
11 months ago
2
Lua 5.4 (help?)
#95
oconnore
closed
3 years ago
1
Difference between State::to_str and State::to_str_in_place
#94
jack-fortanix
closed
5 years ago
2
Can't compile on Windows "No rule to make target"
#93
Tyde
opened
5 years ago
1
Can't compile and use in MSYS2
#92
Revertron
opened
5 years ago
1
glue must be compiled for the host, not the target.
#91
SirVer
closed
6 years ago
10
Infer correct type, it is different on arm.
#90
SirVer
closed
6 years ago
1
fix deprecated `gcc::Config`
#89
poga
closed
7 years ago
1
Use ptr::write in example
#88
bluss
opened
7 years ago
0
Compiling a dll on stable-x86_64-pc-windows-gnu fails to link functions correctly
#87
bpglaser
opened
7 years ago
2
Fix OS X Build.
#86
deepakjois
closed
7 years ago
1
Error loading Lua C Modules on Linux and OS X
#85
deepakjois
opened
7 years ago
5
Loading external Lua C modules gives error
#84
deepakjois
closed
7 years ago
2
WIP: Serde support
#83
tailhook
opened
7 years ago
2
Serde support for ToLua
#82
tailhook
opened
7 years ago
1
Add push_bytes() and to_bytes_in_place() to handle non-UTF8 strings.
#81
jugglerchris
closed
7 years ago
2
Remove readline from lua
#80
blt
opened
7 years ago
6
Add MSVC support
#79
isavegas
closed
7 years ago
1
Use reference to convert object to lua
#78
therustmonk
opened
7 years ago
0
Update to lua 5.3.4
#77
daurnimator
opened
7 years ago
3
Adjust the lifetimes for the lua_load callback
#76
jugglerchris
closed
7 years ago
3
Version 0.0.10
#75
therustmonk
closed
7 years ago
1
Update rust-lua53 on crates.io
#74
hallucino
closed
7 years ago
5
can't compile rust-lua on Windows
#73
tinyplasticgreyknight
opened
8 years ago
15
unable to use a rust-lua module from a rust-lua host program ("multiple Lua VMs detected")
#72
tinyplasticgreyknight
opened
8 years ago
3
Use Mutex to protect Extra
#71
therustmonk
closed
8 years ago
1
Derive Hash for Reference
#70
therustmonk
closed
8 years ago
1
MSVC support
#69
therustmonk
opened
8 years ago
4
Thread can outilve the main state
#68
therustmonk
opened
8 years ago
2
Macro overrides for customizable Lua compile-time options
#67
sagebind
opened
8 years ago
3
update docs url and badge to docs.rs/lua
#66
msierks
closed
8 years ago
1
Fix origin control of a reference to a state
#65
therustmonk
closed
8 years ago
18
Fix new_userdata_typed example
#64
therustmonk
closed
8 years ago
1
Build error with MSYS2
#63
therustmonk
closed
8 years ago
2
Split FFI into separate crate
#62
sagebind
closed
3 years ago
7
Mark ThreadStatus must_use and simplify from_c_int
#61
SpaceManiac
closed
8 years ago
5
Apply published bugfix patches
#60
SpaceManiac
closed
8 years ago
1
Bundle Lua rather than download it
#59
SpaceManiac
closed
8 years ago
1
Add auto_cleanup and convert_arguments macros
#58
therustmonk
closed
8 years ago
3
Re-export libc types
#57
therustmonk
closed
8 years ago
4
Add unpack_arguments macro
#56
therustmonk
closed
8 years ago
1
Remove mutability restrictions for some methods of state
#55
therustmonk
closed
8 years ago
5
Use Rust allocator (jemalloc) rather than system allocator
#54
SpaceManiac
closed
8 years ago
6
Add methods to work with extra space of state
#53
therustmonk
closed
8 years ago
13
Add method to create a state with Rust's allocator
#52
therustmonk
closed
8 years ago
3
Split between main and -sys crates
#51
SpaceManiac
opened
8 years ago
2
Compilation fails with E0277
#50
NoraCodes
closed
8 years ago
3
Add to_userdata_typed implementation
#49
therustmonk
closed
8 years ago
4
Different memory allocation strategies
#48
therustmonk
opened
8 years ago
3
Provide `to_bytes` method.
#47
Parakleta
closed
7 years ago
1
Next