summaryrefslogtreecommitdiff
path: root/examples
AgeCommit message (Expand)Author
2020-04-19Update examplesAlex Orlenko
2020-04-17Update READMEAlex Orlenko
2020-04-17v0.3.0-alpha.1 with async supportAlex Orlenko
2019-11-04Fix examples and docsAlex Orlenko
2018-10-01Allow non-utf8 Lua source in load / exec / evalkyren
2018-10-01Whoops, misplaced assertkyren
2018-10-01Some more minor guided tour updateskyren
2018-10-01Update comments in guided tour for recent additionskyren
2018-09-24Upgrade rustyline to 2.0 to avoid confusionkyren
2018-09-16Move integration tests into top-level tests directorykyren
2018-09-04Initial design for non-'static scoped userdatakyren
2018-05-02Fix #78kyren
2018-02-10Change changelog, readme, examples, Cargo.toml for 0.12 releasekyren
2017-12-03I believe this is all the external API changes necessary for 'm' safetykyren
2017-10-23auto-formattingkyren
2017-08-03autoformattingkyren
2017-08-02Merge pull request #34 from jonas-schievink/better-errorkyren
2017-08-02Fix multiline inputsJonas Schievink
2017-08-02Use rustyline for the REPLJonas Schievink
2017-08-01Merge IncompleteStatement into SyntaxErrorJonas Schievink
2017-08-01Replace _: () with () everywherekyren
2017-08-01Fix references to hlists in documentation, improve? Variadic usabilitykyren
2017-07-31Remove the rest of the uses of pack / unpackkyren
2017-07-31Two major API changes to start with:kyren
2017-07-23Rename `LuaString` to `String`Jonas Schievink
2017-07-23Remove the `Lua*` prefix from most typesJonas Schievink
2017-07-19Add back explanatory comment about trying "return <expr>" before statementkyren
2017-07-16Give `Lua::eval` a source name param and simplifyJonas Schievink
2017-06-25Update README, small example changes.kyren
2017-06-25Another major API change, out of stack space is not an Errkyren
2017-06-25Simplification of error typeskyren
2017-06-24Lots of LuaError changeskyren
2017-06-24Big API incompatible error change, remove dependency on error_chainkyren
2017-06-20Method renames, remove ToLua / FromLua impls for Setskyren
2017-06-18Rename `LuaTable::(raw_)length` to `(raw_)len`Jonas Schievink
2017-06-18Rename `Lua::load` to `Lua::exec`Jonas Schievink
2017-06-17Merge pull request #7 from jonas-schievink/popenkyren
2017-06-17Allow multiline input in the REPL exampleJonas Schievink
2017-06-17Add a simple repl exampleJonas Schievink
2017-06-15that example hardly shows ALL the featureskyren
2017-06-15small warning / clippy fixes, doc commentskyren
2017-06-15rustfmt changeskyren
2017-06-11Go ahead and release 0.5.0kyren
2017-06-11Two major API changes:kyren
2017-05-22Update to use hlist_macro for hlist macros.kyren
2017-05-21show variadics in exampleskyren
2017-05-21Examples and initial READMEkyren