コミット履歴

作者 SHA1 メッセージ 日付
  Roberto Ierusalimschy 063d4e4543 Lua 5.3.5 ported to git 6 年 前
  Roberto Ierusalimschy 1f259be52a 'getcode' -> 'getinstruction' 9 年 前
  Roberto Ierusalimschy 1ea2d20f74 first implementation of '<<', '>>', and '~' (bitwise not) 11 年 前
  Roberto Ierusalimschy c0edab0f6d first implementation of bitwise operators '&' (band), '|' (bor), 11 年 前
  Roberto Ierusalimschy a948054a19 new order for binary operations (grouping them by type of result) 11 年 前
  Roberto Ierusalimschy a2f5c28a80 new operation '//' (integer division) 12 年 前
  Roberto Ierusalimschy 5951c79ae1 default increment for 'for' loop is an integer (1, not 1.0) 12 年 前
  Roberto Ierusalimschy ca458f1f52 'luaK_goiffalse' exported 14 年 前
  Roberto Ierusalimschy 427ee519db new instruction OP_LOADKX (to replace OP_LOADK with extra argument) 14 年 前
  Roberto Ierusalimschy dd547c55c8 new scheme to close upvalues in 'break'; jump instructions may 14 年 前
  Roberto Ierusalimschy 6a02bbe1e2 better organization for fields in struct 'expdesc' 15 年 前
  Roberto Ierusalimschy c066ac10a9 better line numbers for function calls and unary/binary operators + 15 年 前
  Roberto Ierusalimschy 0fe2576a39 new instructions to optimize indexing on upvalues 15 年 前
  Roberto Ierusalimschy fcc46467fa limit of constants per function changed to 2^26 using extra arguments 16 年 前
  Roberto Ierusalimschy d7872dcf91 small optimization (reorder of BinOpr enum to unify some cases 16 年 前
  Roberto Ierusalimschy 2598138ece new function 'luaK_codek' (detail) 16 年 前
  Roberto Ierusalimschy 9e58e0df8f some cleaning 17 年 前
  Roberto Ierusalimschy e1dda047b2 unused macro 19 年 前
  Roberto Ierusalimschy e43e95553f more privacy 20 年 前
  Roberto Ierusalimschy 6dd0c6ccbc numeral expressions keep their values in struct 'expdesc' 20 年 前
  Roberto Ierusalimschy 3b19af44b0 new method to handle tests without values (negative values) 20 年 前
  Roberto Ierusalimschy f21e9c172f details 20 年 前
  Roberto Ierusalimschy 8718fda9b2 added LUAI_FUNC to functions not in the API 20 年 前
  Roberto Ierusalimschy 04bbd01171 new operation *t (for size of t) (may yet be removed...) 20 年 前
  Roberto Ierusalimschy 7d57ea70bc new `mod' (`%') operator 20 年 前
  Roberto Ierusalimschy 5ee87acd6b small optimization for boolean constants + new format for SETLIST opcode 21 年 前
  Roberto Ierusalimschy 616438fe9a new way to use `vararg' parameters (with `...') 21 年 前
  Roberto Ierusalimschy 73517e86b0 OP_TFORLOOP uses extra stack space 22 年 前
  Roberto Ierusalimschy 0052930ffe details 23 年 前
  Roberto Ierusalimschy b55fded18c details about jump optimization 23 年 前