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
/
repl.rs
Age
Commit message (
Expand
)
Author
2019-11-04
Fix examples and docs
Alex Orlenko
2018-10-01
Allow non-utf8 Lua source in load / exec / eval
kyren
2018-09-24
Upgrade rustyline to 2.0 to avoid confusion
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-07-23
Rename `LuaString` to `String`
Jonas Schievink
2017-07-23
Remove the `Lua*` prefix from most types
Jonas Schievink
2017-07-16
Give `Lua::eval` a source name param and simplify
Jonas Schievink
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-17
Allow multiline input in the REPL example
Jonas Schievink
2017-06-17
Add a simple repl example
Jonas Schievink