Historique des commits

Auteur SHA1 Message Date
  Roberto Ierusalimschy 50fd8d03c3 Function 'luaK_semerror' made vararg il y a 3 mois
  Roberto Ierusalimschy 0acd55898d Added gcc option '-Wconversion' il y a 1 an
  Roberto Ierusalimschy c403e456b6 New instruction format for SETLIST/NEWTABLE il y a 1 an
  Roberto Ierusalimschy 9fa63a6268 Some 'unsigned int' changed to 'unsigned' il y a 1 an
  Roberto Ierusalimschy 9be74ccc21 Several functions turned 'static' il y a 2 ans
  Roberto Ierusalimschy 6eb53b7526 Details il y a 5 ans
  Roberto Ierusalimschy 40d8832ee0 Simplification in the call to 'constfolding' il y a 5 ans
  Roberto Ierusalimschy d6af81084d New kind of expression VKSTR il y a 6 ans
  Roberto Ierusalimschy 758c1ef445 Unification of size representation in OP_NEWTABLE and OP_SETLIST il y a 6 ans
  Roberto Ierusalimschy 1fb4d53925 OP_NEWTABLE keeps exact size of arrays il y a 6 ans
  Roberto Ierusalimschy f6aab3ec1f First implementation of constant propagation il y a 6 ans
  Roberto Ierusalimschy 54f7b46c1e New implementation for constants il y a 6 ans
  Roberto Ierusalimschy 8eca21c2e8 First take on constant propagation il y a 6 ans
  Roberto Ierusalimschy a006514ea1 Big revamp in the implmentation of labels/gotos il y a 6 ans
  Roberto Ierusalimschy f99509581e Removed extra information from RCS keyword strings il y a 7 ans
  Roberto Ierusalimschy 03c6a05ec8 no more nil-in-table il y a 7 ans
  Roberto Ierusalimschy 6486762463 missing LUAI_FUNC in prototype for 'luaK_patchgoto' il y a 7 ans
  Roberto Ierusalimschy 4a1612ff9b new experimental syntax using reserved word 'undef' il y a 7 ans
  Roberto Ierusalimschy ab07005568 new auxiliary function 'luaK_isKint' + removal of 'luaK_needclose', il y a 7 ans
  Roberto Ierusalimschy 10b8c99bbb small peephole optimizations il y a 7 ans
  Roberto Ierusalimschy a1ef58b3a5 eplicit 1-bit opcode operand 'k' il y a 7 ans
  Roberto Ierusalimschy 722bdbe17d no more 'getBMode'-'getCMode' (imprecise + we will need more space il y a 7 ans
  Roberto Ierusalimschy 80d9b09f35 jumps do not close upvalues (to be faster and simpler); il y a 7 ans
  Roberto Ierusalimschy 6a98aa0bb0 new opcode LOADI (for loading immediate integers) il y a 8 ans
  Roberto Ierusalimschy 1f259be52a 'getcode' -> 'getinstruction' il y a 9 ans
  Roberto Ierusalimschy 1ea2d20f74 first implementation of '<<', '>>', and '~' (bitwise not) il y a 11 ans
  Roberto Ierusalimschy c0edab0f6d first implementation of bitwise operators '&' (band), '|' (bor), il y a 11 ans
  Roberto Ierusalimschy a948054a19 new order for binary operations (grouping them by type of result) il y a 11 ans
  Roberto Ierusalimschy a2f5c28a80 new operation '//' (integer division) il y a 12 ans
  Roberto Ierusalimschy 5951c79ae1 default increment for 'for' loop is an integer (1, not 1.0) il y a 12 ans