summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2017-09-14More documentation workJonas Schievink
2017-09-10Add methods to get/set metatables on Tablekyren
2017-09-09Rename 'lua lifetimes to actually be 'luakyren
2017-08-03Fixup grammar error in doc comments.kyren
2017-08-03autoformattingkyren
2017-08-02Riiight, doctests don't even *show* warnings by default, this flag is important.kyren
2017-08-02deny(warnings) on doctests I don't think is necessary anymore?kyren
2017-08-02Whoops, was testing removing that and placed it back in the wrong placekyren
2017-08-02Provide custom allocators that ensure that OOM results in an abortkyren
2017-08-02Merge pull request #34 from jonas-schievink/better-errorkyren
2017-08-02setmetatable should return the tablekyren
2017-08-02Handle LUA_ERRERRJonas Schievink
2017-08-02Fix soundness problems with rluakyren
2017-08-02Rename Active / Dead to better reflect their behaviorkyren
2017-08-02Fix argument bugs with pcall / xpcall, add tests for itkyren
2017-08-02Remove ErrorErrorJonas Schievink
2017-08-02Remove expected field from FromLuaConversionErrorJonas Schievink
2017-08-01Remove stray 'for<'a>' of unused 'a lifetimekyren
2017-08-01Fix compilationJonas Schievink
2017-08-01Fix error message and shorten codeJonas Schievink
2017-08-01Don't dispose whole traceback when it's not utf-8Jonas Schievink
2017-08-01Remove "lua" prefix from error messagesJonas Schievink
2017-08-01Merge IncompleteStatement into SyntaxErrorJonas Schievink
2017-08-01Fix handling of `CallbackError`Jonas Schievink
2017-08-01Enhance error messagesJonas Schievink
2017-08-01Replace _: () with () everywherekyren
2017-08-01Formatting, only implement tuple conversion up to 12kyren
2017-08-01Fix references to hlists in documentation, improve? Variadic usabilitykyren
2017-08-01Merge remote-tracking branch 'origin/master' into tupleskyren
2017-08-01Callbacks should be 'static again, fix #33kyren
2017-07-31Remove the rest of the uses of pack / unpackkyren
2017-07-31Two major API changes to start with:kyren
2017-07-30Merge pull request #31 from jonas-schievink/clone-userdatakyren
2017-07-29Relax requirements for UserData to impl FromLuaJonas Schievink
2017-07-28Small typo fixkyren
2017-07-28Document `Error`Jonas Schievink
2017-07-27Fix several bugs with error handling in xxx_with_traceback functionskyren
2017-07-27'main_state' fixkyren
2017-07-26Merge pull request #27 from jonas-schievink/userdatakyren
2017-07-26Clean up lifetimes after LuaCallback typedef changekyren
2017-07-26Don't use hlist macros in userdata exampleJonas Schievink
2017-07-26Document Lua::create_functionJonas Schievink
2017-07-26Fix wrong name of __newindex metamethodkyren
2017-07-26Document the UserData traitJonas Schievink
2017-07-25Deny warnings in doc testsJonas Schievink
2017-07-25Remove unneeded variable from exampleJonas Schievink
2017-07-25Merge pull request #24 from jonas-schievink/exampleskyren
2017-07-25Use stack_guard when the function doesn't return Resultkyren
2017-07-25tiny typoJonas Schievink
2017-07-25AnyUserData docsJonas Schievink