Історія комітів

Автор SHA1 Опис Дата
  Roberto Ierusalimschy 03c6a05ec8 no more nil-in-table 7 роки тому
  Roberto Ierusalimschy 6486762463 missing LUAI_FUNC in prototype for 'luaK_patchgoto' 7 роки тому
  Roberto Ierusalimschy 4a1612ff9b new experimental syntax using reserved word 'undef' 7 роки тому
  Roberto Ierusalimschy ab07005568 new auxiliary function 'luaK_isKint' + removal of 'luaK_needclose', 7 роки тому
  Roberto Ierusalimschy 10b8c99bbb small peephole optimizations 7 роки тому
  Roberto Ierusalimschy a1ef58b3a5 eplicit 1-bit opcode operand 'k' 7 роки тому
  Roberto Ierusalimschy 722bdbe17d no more 'getBMode'-'getCMode' (imprecise + we will need more space 7 роки тому
  Roberto Ierusalimschy 80d9b09f35 jumps do not close upvalues (to be faster and simpler); 8 роки тому
  Roberto Ierusalimschy 6a98aa0bb0 new opcode LOADI (for loading immediate integers) 8 роки тому
  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 роки тому