1. 3747487 Small correction in assertion by Roberto Ierusalimschy · 4 years, 4 months ago
  2. 1e0ad01 Comment about LUA_COMPAT_LT_LE moved to proper place by Roberto Ierusalimschy · 4 years, 4 months ago
  3. 95735bd Simplifications in 'op_arith*' family of macros by Roberto Ierusalimschy · 4 years, 5 months ago
  4. d30569c Using an enumeration for float->integer coercion modes by Roberto Ierusalimschy · 4 years, 5 months ago
  5. 2d92102 'l_mathlim' renamed to 'l_floatatt' by Roberto Ierusalimschy · 4 years, 5 months ago
  6. 490ecfc Better comments about the use of 'k' in opcodes by Roberto Ierusalimschy · 4 years, 5 months ago
  7. e174f43 Manual a little more clear about string->number coersions by Roberto Ierusalimschy · 4 years, 5 months ago
  8. 81f2401 Code reorganization for opcodes OP_FORPREP and OP_FORLOOP by Roberto Ierusalimschy · 4 years, 5 months ago
  9. 508a705 Removed some wrong comments by Roberto Ierusalimschy · 4 years, 5 months ago
  10. 6f1c033 More generic pattern when testing 'string.format' by Roberto Ierusalimschy · 4 years, 5 months ago
  11. 5f83fb6 Details by Roberto Ierusalimschy · 4 years, 5 months ago
  12. 679dc72 Using 'metavalues' for "metamethods" that are not methods by Roberto Ierusalimschy · 4 years, 5 months ago
  13. 1499680 Comments in 'lopcodes.h' by Roberto Ierusalimschy · 4 years, 5 months ago
  14. bdcfae2 File 'bugs' no longer tracked by git by Roberto Ierusalimschy · 4 years, 6 months ago
  15. 7d526e7 Fixed bug in tail calls of __call chains by Roberto Ierusalimschy · 4 years, 6 months ago
  16. c12983c Fixed warnings from Keil compiler by Roberto Ierusalimschy · 4 years, 6 months ago
  17. ba9cd0d Change in the prefix of messages from searchers by Roberto Ierusalimschy · 4 years, 6 months ago
  18. b93f3b0 Added function 'luaL_buffsub' by Roberto Ierusalimschy · 4 years, 6 months ago
  19. 4c32d93 Several enhancements in the manual by Roberto Ierusalimschy · 4 years, 6 months ago
  20. 6e285e5 More pious implementation of 'string.dump' by Roberto Ierusalimschy · 4 years, 6 months ago
  21. b8cdea0 Changed definition of macro 'l_isfalse' by Roberto Ierusalimschy · 4 years, 6 months ago
  22. e592f94 Details (mostly comments) by Roberto Ierusalimschy · 4 years, 6 months ago
  23. 6e1aec7 Larger C-stack limits for new threads by Roberto Ierusalimschy · 4 years, 6 months ago
  24. 6055a03 Easy redefinition of valid flags for 'string.format' by Roberto Ierusalimschy · 4 years, 6 months ago
  25. 6c0e444 Improvements in the manual around metamethods by Roberto Ierusalimschy · 4 years, 6 months ago v5.4-beta
  26. 6a84c32 No coercion string->number in arithmetic with LUA_NOCVTS2N by Roberto Ierusalimschy · 4 years, 6 months ago
  27. 6a10f03 Makefile compiles the Lua compiler with '-Os' by Roberto Ierusalimschy · 4 years, 6 months ago
  28. 7bd1e53 Fixed a warning and other minor issues by Roberto Ierusalimschy · 4 years, 7 months ago
  29. b98d41d Script 'packtests' gets Lua version as a parameter by Roberto Ierusalimschy · 4 years, 7 months ago
  30. b2a580b Janitorial work by Roberto Ierusalimschy · 4 years, 7 months ago
  31. 89f6a85 Details in the makefile (warning options) by Roberto Ierusalimschy · 4 years, 7 months ago
  32. 6ef3666 Subtraction of small constant integers optimized with OP_ADDI by Roberto Ierusalimschy · 4 years, 7 months ago
  33. 03cde80 'setCstacklimit' renamed to 'setcstacklimit' by Roberto Ierusalimschy · 4 years, 7 months ago
  34. 6b2e202 Janitorial work in 'lcode.c' by Roberto Ierusalimschy · 4 years, 7 months ago
  35. 40d8832 Simplification in the call to 'constfolding' by Roberto Ierusalimschy · 4 years, 7 months ago
  36. 91dad09 Removed arithmetic opcodes with immediate operand by Roberto Ierusalimschy · 4 years, 7 months ago
  37. 4518e5d Added macro 'testMMMode' by Roberto Ierusalimschy · 4 years, 8 months ago
  38. 72a094b Undo change in the handling of 'L->top' (commit b80077b8f3) by Roberto Ierusalimschy · 4 years, 8 months ago
  39. 46b8458 Use of 'MMBIN' opcodes extended to shift operators by Roberto Ierusalimschy · 4 years, 8 months ago
  40. df13f25 First version of OP_MMBIN opcodes by Roberto Ierusalimschy · 4 years, 8 months ago
  41. 643188d Fixed missing case in 'luaV_finishOp' by Roberto Ierusalimschy · 4 years, 8 months ago
  42. 3df5624 Fixed bug when yiedling inside OP_ADDK opcode by Roberto Ierusalimschy · 4 years, 8 months ago
  43. be78aea Default for warnings changed to "off" by Roberto Ierusalimschy · 4 years, 8 months ago
  44. 5bc47fe Detail (extra test for warnings when closing state) by Roberto Ierusalimschy · 4 years, 8 months ago
  45. 9405472 Improvement in warn-mode '@store' (for testing) by Roberto Ierusalimschy · 4 years, 8 months ago
  46. 45948e7 Manual corrected with the new syntax for attributes by Roberto Ierusalimschy · 4 years, 8 months ago
  47. b96b0b5 Added macro 'luaL_pushfail' by Roberto Ierusalimschy · 4 years, 8 months ago
  48. ca13be9 Supressed errors in '__close' generate warnings by Roberto Ierusalimschy · 4 years, 8 months ago
  49. a1d8eb2 Added control messages to warnings by Roberto Ierusalimschy · 4 years, 8 months ago
  50. f64a1b1 Small optimization in 'convergeephemerons' by Roberto Ierusalimschy · 4 years, 8 months ago
  51. 09b4e52 Detail in the manual (method 'file:setvbuf') by Roberto Ierusalimschy · 4 years, 8 months ago
  52. 35a28a5 Details by Roberto Ierusalimschy · 4 years, 9 months ago
  53. 223bb04 Correction in the documentation of 'io.lines' by Roberto Ierusalimschy · 4 years, 9 months ago
  54. fe04063 Tracebacks recognize metamethods '__close' by Roberto Ierusalimschy · 4 years, 9 months ago
  55. f645d31 To-be-closed variables must be closed on initialization by Roberto Ierusalimschy · 4 years, 9 months ago
  56. 35b4efc Fixed test in 'main.lua' by Roberto Ierusalimschy · 4 years, 9 months ago
  57. 0d52913 Change in the syntax of attributes by Roberto Ierusalimschy · 4 years, 9 months ago
  58. b80077b Change in the handling of 'L->top' when calling metamethods by Roberto Ierusalimschy · 4 years, 9 months ago
  59. e70f275 Bug: 'Vardesc' array can be reallocated in 'localstat' by Roberto Ierusalimschy · 4 years, 9 months ago
  60. 9a37dc0 Small corrections when setting 'L->top' by Roberto Ierusalimschy · 4 years, 9 months ago
  61. 0eb6aa4 Some improvements in date/time functions by Roberto Ierusalimschy · 4 years, 9 months ago
  62. 7f5c31c Fixed bug in 'string.format' with option '%f' by Roberto Ierusalimschy · 4 years, 9 months ago
  63. 9e6807c Do not collect open upvalues by Roberto Ierusalimschy · 4 years, 9 months ago
  64. 2f22c6b 'math.randomseed' always returns the two seed components by Roberto Ierusalimschy · 4 years, 9 months ago
  65. 3c0d3c6 Avoid using addresses of static variables as unique keys by Roberto Ierusalimschy · 4 years, 9 months ago
  66. 440a5ee Fixed bug for emergency collection in upvalue creation by Roberto Ierusalimschy · 4 years, 9 months ago
  67. dc07719 Tag LUA_TUPVALTBC replaced by a flag by Roberto Ierusalimschy · 4 years, 9 months ago
  68. 9cdf6b7 Some details in 'lmem.c' and 'lgc.c' by Roberto Ierusalimschy · 4 years, 9 months ago
  69. 3c1d415 Details by Roberto Ierusalimschy · 4 years, 9 months ago
  70. d36a31e Reviving HARDMEMTESTS by Roberto Ierusalimschy · 4 years, 9 months ago
  71. 024a607 Small bug with stack reallocation by Roberto Ierusalimschy · 4 years, 9 months ago
  72. 4eefef0 'math.randomseed()' returns the seeds it used by Roberto Ierusalimschy · 4 years, 9 months ago
  73. 9c28ed0 Calls 'luaF_close' in 'lua_settop' only when needed by Roberto Ierusalimschy · 4 years, 9 months ago
  74. 8082906 Fixed small issue with constant propagation by Roberto Ierusalimschy · 4 years, 9 months ago
  75. d6af810 New kind of expression VKSTR by Roberto Ierusalimschy · 4 years, 9 months ago
  76. 4846f7e Micro optimization in OP_RETURN and OP_TAILCALL by Roberto Ierusalimschy · 4 years, 9 months ago
  77. c220b0a '__close' method may be called again in case of error by Roberto Ierusalimschy · 4 years, 9 months ago
  78. 298f383 Avoid setting the stack top below upvalues to be closed by Roberto Ierusalimschy · 4 years, 9 months ago
  79. 758c1ef Unification of size representation in OP_NEWTABLE and OP_SETLIST by Roberto Ierusalimschy · 4 years, 9 months ago
  80. dd6d8db Reordering of instructions in the main loop by Roberto Ierusalimschy · 4 years, 9 months ago
  81. 1fb4d53 OP_NEWTABLE keeps exact size of arrays by Roberto Ierusalimschy · 4 years, 9 months ago
  82. f6aab3e First implementation of constant propagation by Roberto Ierusalimschy · 4 years, 9 months ago
  83. be8445d Details by Roberto Ierusalimschy · 4 years, 9 months ago
  84. 3d29630 Towards constant propagation by Roberto Ierusalimschy · 4 years, 9 months ago
  85. 54f7b46 New implementation for constants by Roberto Ierusalimschy · 4 years, 10 months ago
  86. e888976 Details (typos in comments) by Roberto Ierusalimschy · 4 years, 10 months ago
  87. 4d46289 Local attributes can be used in list of local variables by Roberto Ierusalimschy · 4 years, 10 months ago
  88. 8eca21c First take on constant propagation by Roberto Ierusalimschy · 4 years, 10 months ago
  89. 924bed7 Methods separated from metamethods in 'io' by Roberto Ierusalimschy · 4 years, 10 months ago
  90. 8b7cfee Small changes around C-stack limit by Roberto Ierusalimschy · 4 years, 10 months ago
  91. c1a63c4 '__call' metamethod can be any callable object by Roberto Ierusalimschy · 4 years, 10 months ago
  92. 4487c28 A few more tests for table access in the API by Roberto Ierusalimschy · 4 years, 10 months ago
  93. 05ba288 Added script 'packtests' to the project by Roberto Ierusalimschy · 4 years, 10 months ago
  94. 6b9490b Details in tests by Roberto Ierusalimschy · 4 years, 10 months ago
  95. e4b02ca Structure 'Vardesc' does not need a 'name' field by Roberto Ierusalimschy · 4 years, 10 months ago
  96. 20a9853 Cleaning macros in 'luaV_execute' by Roberto Ierusalimschy · 4 years, 10 months ago
  97. 1d70708 Fixed bug [5.4 alpha] for errors in finalizers by Roberto Ierusalimschy · 4 years, 10 months ago
  98. be73f72 New function 'setCstacklimit' by Roberto Ierusalimschy · 4 years, 10 months ago
  99. 3cd9b56 Revamp around 'L->nCcalls' count by Roberto Ierusalimschy · 4 years, 10 months ago
  100. d2a9b4f Detail in the manual by Roberto Ierusalimschy · 4 years, 10 months ago