Age | Commit message (Expand) | Author |
2020-04-19 | Update examples | Alex Orlenko |
2020-04-17 | Update README | Alex Orlenko |
2020-04-17 | v0.3.0-alpha.1 with async support | Alex Orlenko |
2019-11-04 | Fix examples and docs | Alex Orlenko |
2018-10-01 | Allow non-utf8 Lua source in load / exec / eval | kyren |
2018-10-01 | Whoops, misplaced assert | kyren |
2018-10-01 | Some more minor guided tour updates | kyren |
2018-10-01 | Update comments in guided tour for recent additions | kyren |
2018-09-24 | Upgrade rustyline to 2.0 to avoid confusion | kyren |
2018-09-16 | Move integration tests into top-level tests directory | kyren |
2018-09-04 | Initial design for non-'static scoped userdata | kyren |
2018-05-02 | Fix #78 | kyren |
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 |