GitHub / mlua-rs/rlua issues and pull requests
#298 - Bump version to 0.20.1 and add deprecation status.
Pull Request -
State: closed - Opened by jugglerchris about 1 year ago
#297 - Draft: Transition 0.20.0
Pull Request -
State: closed - Opened by jugglerchris over 1 year ago
#296 - [Typo] Example says laoded(instead of loaded)
Issue -
State: closed - Opened by Ciel-MC over 1 year ago
- 1 comment
#295 - Updates for 0.19.8.
Pull Request -
State: closed - Opened by jugglerchris over 1 year ago
#209 - Allow unsafe direct access to Lua state
Issue -
State: closed - Opened by jugglerchris about 4 years ago
- 1 comment
#196 - Impl UserData for `Arc<Mutex<T>> where T: UserData`
Pull Request -
State: closed - Opened by gamma-delta over 4 years ago
- 2 comments
#124 - Implementing Funcation that returns a new entry when it calling by using futures:Stream
Issue -
State: closed - Opened by uncotion over 6 years ago
- 2 comments
Labels: blocked
#113 - Support for futures and async calls
Issue -
State: closed - Opened by surajprak over 6 years ago
- 19 comments
Labels: Future work
#112 - [Request] Equality check for Lua values
Issue -
State: closed - Opened by rsKliPPy over 6 years ago
- 4 comments
Labels: Future work
#105 - Building lua modules by loading `Lua` from existing state in a luaopen_mylib function
Issue -
State: closed - Opened by cormacrelf over 6 years ago
- 9 comments
Labels: Future work
#100 - Golua, released by Microsoft. Anything interesting to learn from?
Issue -
State: closed - Opened by naturallymitchell over 6 years ago
- 2 comments
#98 - Contextify
Pull Request -
State: closed - Opened by kyren over 6 years ago
- 2 comments
#97 - Unbounded callback lifetimes cause rlua to be unsound
Issue -
State: closed - Opened by kyren almost 7 years ago
- 22 comments
#96 - Update num-traits dependency to 0.2.6
Pull Request -
State: closed - Opened by sakridge almost 7 years ago
- 3 comments
#95 - Support for hooks (viewing only)
Pull Request -
State: closed - Opened by lemarcuspoilus almost 7 years ago
- 56 comments
#94 - Non-utf8 string support
Issue -
State: closed - Opened by vorner almost 7 years ago
- 6 comments
#93 - How to install luarocks?
Issue -
State: closed - Opened by naturallymitchell almost 7 years ago
- 1 comment
#92 - Adds missing cause when formatting CallbackError.
Pull Request -
State: closed - Opened by shawnscode almost 7 years ago
- 3 comments
#91 - copy pasted the example, didn't build
Issue -
State: closed - Opened by dataf3l almost 7 years ago
- 10 comments
#90 - Implement FromLua / ToLua for i128 and u128
Issue -
State: closed - Opened by AregevDev almost 7 years ago
- 7 comments
#89 - [Q] return map or vec from eval
Issue -
State: closed - Opened by trsh almost 7 years ago
- 1 comment
#88 - [Q] Catch lua error
Issue -
State: closed - Opened by trsh almost 7 years ago
- 10 comments
#86 - Allow non-'static UserData created from Scope
Pull Request -
State: closed - Opened by kyren almost 7 years ago
- 4 comments
#84 - Scoped borrow of UserData
Issue -
State: closed - Opened by luteberget almost 7 years ago
- 6 comments
#83 - Functions are !Send
Issue -
State: closed - Opened by c410-f3r almost 7 years ago
- 4 comments
#82 - Segfault on dropping LuaFunction?
Issue -
State: closed - Opened by luteberget almost 7 years ago
- 7 comments
#81 - Support for lua_sethook
Issue -
State: closed - Opened by beatgammit about 7 years ago
- 1 comment
#80 - LuaJIT support
Issue -
State: closed - Opened by berkus about 7 years ago
- 2 comments
#79 - find system lua with pkg-config
Pull Request -
State: closed - Opened by acrisci about 7 years ago
- 13 comments
#78 - Minor bug in guided tour
Issue -
State: closed - Opened by olson-dan about 7 years ago
- 1 comment
#77 - Add AnyUserData::to_raw_pointer()
Pull Request -
State: closed - Opened by psychon over 7 years ago
#76 - Cannot reimplement luaL_tolstring / No accessible way for lua_topointer
Issue -
State: closed - Opened by psychon over 7 years ago
- 4 comments
#74 - Guided Tour implies no GC running when using Scope
Issue -
State: closed - Opened by oberien over 7 years ago
- 2 comments
#73 - Unable to pass functions as arguments to `create_function`
Issue -
State: closed - Opened by Innectic over 7 years ago
- 4 comments
#72 - Releases aren't tagged
Issue -
State: closed - Opened by Timidger over 7 years ago
- 9 comments
#71 - rlua error handling is completely broken on windows with rustc 1.24+
Issue -
State: closed - Opened by kyren over 7 years ago
- 41 comments
#70 - Exposing consuming methods in `UserDataMethods`?
Issue -
State: closed - Opened by ysimonson over 7 years ago
- 4 comments
#69 - Panic if AnyUserData.get_user_value fails
Issue -
State: closed - Opened by psychon over 7 years ago
- 4 comments
#68 - Lots of changes, not sure if actually safe yet.
Pull Request -
State: closed - Opened by kyren over 7 years ago
- 5 comments
#67 - Serde Serializer/Deserializer for Lua Value
Issue -
State: closed - Opened by zrkn over 7 years ago
- 4 comments
#66 - Clarify a few docs
Pull Request -
State: closed - Opened by jonas-schievink over 7 years ago
- 2 comments
#65 - `RegistryKey` implements no traits and is not exported
Issue -
State: closed - Opened by jonas-schievink over 7 years ago
- 8 comments
#64 - Difference to hlua [Readme]
Issue -
State: closed - Opened by ShalokShalom over 7 years ago
- 2 comments
#63 - Experimentally use the `failure` crate for errors
Pull Request -
State: closed - Opened by kyren over 7 years ago
- 7 comments
#62 - Serializing the Lua state
Issue -
State: closed - Opened by UserAB1236872 over 7 years ago
- 2 comments
#61 - Add type conversions for {Hash,BTree}Sets
Pull Request -
State: closed - Opened by mmirate over 7 years ago
- 2 comments
#60 - Consider hiding `Error` internals
Issue -
State: closed - Opened by jonas-schievink over 7 years ago
- 5 comments
#59 - How to set methods after creating userdata?
Issue -
State: closed - Opened by torkleyy over 7 years ago
- 4 comments
#58 - Why type_name() is private?
Issue -
State: closed - Opened by zrkn over 7 years ago
- 2 comments
#57 - Storing Table references alongside Lua.
Issue -
State: closed - Opened by dkushner over 7 years ago
- 13 comments
#56 - Why does create_function specify 'static?
Issue -
State: closed - Opened by dotellie over 7 years ago
- 13 comments
#55 - Fixes error when setting metatable to nil
Pull Request -
State: closed - Opened by Timidger over 7 years ago
- 1 comment
#54 - Added ability to load debug lib, Fixes #52
Pull Request -
State: closed - Opened by Timidger over 7 years ago
- 3 comments
#53 - xpcall returning three values
Issue -
State: closed - Opened by Timidger almost 8 years ago
- 6 comments
#52 - debug library not included
Issue -
State: closed - Opened by Timidger almost 8 years ago
- 16 comments
#51 - Loading selected Lua libs
Issue -
State: closed - Opened by Piripant almost 8 years ago
- 1 comment
#50 - `table.getn` is `nil`
Issue -
State: closed - Opened by ysimonson almost 8 years ago
- 2 comments
#49 - I'm pretty sure you can cause UB in safe code with Callbacks
Issue -
State: closed - Opened by kyren almost 8 years ago
- 5 comments
#48 - Why interior mutability?
Issue -
State: closed - Opened by mikebenfield almost 8 years ago
- 4 comments
#47 - Don't load the base library into the "base" global
Pull Request -
State: closed - Opened by jonas-schievink almost 8 years ago
- 2 comments
#46 - Use compiletest to make sure unsafe things do not compile
Pull Request -
State: closed - Opened by jonas-schievink almost 8 years ago
- 4 comments
#45 - Extend String API
Pull Request -
State: closed - Opened by jonas-schievink almost 8 years ago
- 1 comment
#44 - Fix links in `Variadic` docs
Pull Request -
State: closed - Opened by jonas-schievink almost 8 years ago
#43 - More documentation work
Pull Request -
State: closed - Opened by jonas-schievink almost 8 years ago
#42 - Switched gcc::Config to gcc:Build in build.rs.
Pull Request -
State: closed - Opened by thelearnerofcode almost 8 years ago
- 1 comment
#41 - How to store a Lua function in UserData
Issue -
State: closed - Opened by Timidger almost 8 years ago
- 30 comments
#40 - Why is Lua not Send?
Issue -
State: closed - Opened by mkpankov almost 8 years ago
- 16 comments
#39 - A Lua VM in Rust
Issue -
State: closed - Opened by naturallymitchell almost 8 years ago
- 9 comments
#38 - Don't let Lua code cause panics or aborts
Issue -
State: closed - Opened by jonas-schievink almost 8 years ago
- 17 comments
#37 - Deny warnings on Travis
Pull Request -
State: closed - Opened by jonas-schievink almost 8 years ago
- 1 comment
#36 - xpcall is broken
Issue -
State: closed - Opened by jonas-schievink almost 8 years ago
- 2 comments
#35 - Use rustyline for the REPL
Pull Request -
State: closed - Opened by jonas-schievink almost 8 years ago
- 1 comment
#34 - [WIP] Enhanced errors
Pull Request -
State: closed - Opened by jonas-schievink almost 8 years ago
- 16 comments
#33 - Soundness issue when borrowing Lua in a callback
Issue -
State: closed - Opened by kyren almost 8 years ago
- 3 comments
#32 - Major API changes before 0.9
Pull Request -
State: closed - Opened by kyren almost 8 years ago
- 4 comments
#31 - Relax requirements for UserData to impl FromLua
Pull Request -
State: closed - Opened by jonas-schievink almost 8 years ago
- 3 comments
#30 - Coroutines show up as "Dead" when running
Issue -
State: closed - Opened by jonas-schievink almost 8 years ago
- 9 comments
#29 - Document `Error`
Pull Request -
State: closed - Opened by jonas-schievink almost 8 years ago
- 4 comments
#28 - Creating a coroutine from a Rust closure hits an assertion
Issue -
State: closed - Opened by jonas-schievink almost 8 years ago
- 6 comments
#27 - Few more examples and docs
Pull Request -
State: closed - Opened by jonas-schievink about 8 years ago
- 16 comments
#26 - Deny warnings in doc tests / doc examples
Pull Request -
State: closed - Opened by jonas-schievink about 8 years ago
- 1 comment
#25 - Lua::from/to have confusing names
Issue -
State: closed - Opened by jonas-schievink about 8 years ago
- 3 comments
#24 - Enhance documentation and add more examples
Pull Request -
State: closed - Opened by jonas-schievink about 8 years ago
- 1 comment
#23 - Beef up the String API
Pull Request -
State: closed - Opened by jonas-schievink about 8 years ago
- 1 comment
#22 - Add a test ensuring that userdata is dropped
Pull Request -
State: closed - Opened by jonas-schievink about 8 years ago
- 1 comment
#21 - lua_pcall/lua_error invocations might be unsafe (all of them)
Issue -
State: closed - Opened by jonas-schievink about 8 years ago
- 11 comments
#20 - `LuaUserDataType` shouldn't require a static lifetime
Issue -
State: closed - Opened by jonas-schievink about 8 years ago
- 6 comments
#19 - Current __gc logic for userdata is unsound
Issue -
State: closed - Opened by jonas-schievink about 8 years ago
- 35 comments
#18 - Segfault in LuaTable::set
Issue -
State: closed - Opened by jonas-schievink about 8 years ago
- 26 comments
#17 - Remove the `Lua*` prefix from most types
Pull Request -
State: closed - Opened by jonas-schievink about 8 years ago
- 12 comments
#16 - Give `Lua::eval` a source name param and simplify
Pull Request -
State: closed - Opened by jonas-schievink about 8 years ago
- 1 comment
#15 - Consider removing the `Lua` prefix from types/traits
Issue -
State: closed - Opened by jonas-schievink about 8 years ago
- 3 comments
#14 - How to access data outside of a function? (Lifetime complications)
Issue -
State: closed - Opened by haudan about 8 years ago
- 5 comments
#13 - Add a few examples
Pull Request -
State: closed - Opened by jonas-schievink about 8 years ago
- 1 comment
#12 - Add `Lua::load` for precompiling chunks
Pull Request -
State: closed - Opened by jonas-schievink about 8 years ago
- 1 comment
#11 - Array methods for LuaTable have unclear behaviour
Issue -
State: closed - Opened by jonas-schievink about 8 years ago
- 9 comments
#10 - Rename a few methods to better match their intention or conventions
Pull Request -
State: closed - Opened by jonas-schievink about 8 years ago
- 7 comments
#9 - Documentation
Pull Request -
State: closed - Opened by jonas-schievink about 8 years ago
- 3 comments
#8 - "not enough elements in stack" assertion when playing with coroutines
Issue -
State: closed - Opened by jonas-schievink about 8 years ago
- 3 comments
#7 - Enable `io.popen` on Linux
Pull Request -
State: closed - Opened by jonas-schievink about 8 years ago
- 4 comments