index
:
mlua
master
topic/freebsd
topic/freebsd-0.10
High level Lua 5.4/5.3/5.2/5.1 (including LuaJIT) and Roblox Luau bindings to Rust with async/await support
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
examples
Age
Commit message (
Expand
)
Author
2018-02-10
Change changelog, readme, examples, Cargo.toml for 0.12 release
kyren
2017-12-03
I believe this is all the external API changes necessary for 'm' safety
kyren
2017-10-23
auto-formatting
kyren
2017-08-03
autoformatting
kyren
2017-08-02
Merge pull request #34 from jonas-schievink/better-error
kyren
2017-08-02
Fix multiline inputs
Jonas Schievink
2017-08-02
Use rustyline for the REPL
Jonas Schievink
2017-08-01
Merge IncompleteStatement into SyntaxError
Jonas Schievink
2017-08-01
Replace _: () with () everywhere
kyren
2017-08-01
Fix references to hlists in documentation, improve? Variadic usability
kyren
2017-07-31
Remove the rest of the uses of pack / unpack
kyren
2017-07-31
Two major API changes to start with:
kyren
2017-07-23
Rename `LuaString` to `String`
Jonas Schievink
2017-07-23
Remove the `Lua*` prefix from most types
Jonas Schievink
2017-07-19
Add back explanatory comment about trying "return <expr>" before statement
kyren
2017-07-16
Give `Lua::eval` a source name param and simplify
Jonas Schievink
2017-06-25
Update README, small example changes.
kyren
2017-06-25
Another major API change, out of stack space is not an Err
kyren
2017-06-25
Simplification of error types
kyren
2017-06-24
Lots of LuaError changes
kyren
2017-06-24
Big API incompatible error change, remove dependency on error_chain
kyren
2017-06-20
Method renames, remove ToLua / FromLua impls for Sets
kyren
2017-06-18
Rename `LuaTable::(raw_)length` to `(raw_)len`
Jonas Schievink
2017-06-18
Rename `Lua::load` to `Lua::exec`
Jonas Schievink
2017-06-17
Merge pull request #7 from jonas-schievink/popen
kyren
2017-06-17
Allow multiline input in the REPL example
Jonas Schievink
2017-06-17
Add a simple repl example
Jonas Schievink
2017-06-15
that example hardly shows ALL the features
kyren
2017-06-15
small warning / clippy fixes, doc comments
kyren
2017-06-15
rustfmt changes
kyren
2017-06-11
Go ahead and release 0.5.0
kyren
2017-06-11
Two major API changes:
kyren
2017-05-22
Update to use hlist_macro for hlist macros.
kyren
2017-05-21
show variadics in examples
kyren
2017-05-21
Examples and initial README
kyren