1. 4518e5d Added macro 'testMMMode' by Roberto Ierusalimschy · 4 years, 8 months ago
  2. 72a094b Undo change in the handling of 'L->top' (commit b80077b8f3) by Roberto Ierusalimschy · 4 years, 9 months ago
  3. 46b8458 Use of 'MMBIN' opcodes extended to shift operators by Roberto Ierusalimschy · 4 years, 9 months ago
  4. df13f25 First version of OP_MMBIN opcodes by Roberto Ierusalimschy · 4 years, 9 months ago
  5. 643188d Fixed missing case in 'luaV_finishOp' by Roberto Ierusalimschy · 4 years, 9 months ago
  6. 3df5624 Fixed bug when yiedling inside OP_ADDK opcode by Roberto Ierusalimschy · 4 years, 9 months ago
  7. be78aea Default for warnings changed to "off" by Roberto Ierusalimschy · 4 years, 9 months ago
  8. 5bc47fe Detail (extra test for warnings when closing state) by Roberto Ierusalimschy · 4 years, 9 months ago
  9. 9405472 Improvement in warn-mode '@store' (for testing) by Roberto Ierusalimschy · 4 years, 9 months ago
  10. 45948e7 Manual corrected with the new syntax for attributes by Roberto Ierusalimschy · 4 years, 9 months ago
  11. b96b0b5 Added macro 'luaL_pushfail' by Roberto Ierusalimschy · 4 years, 9 months ago
  12. ca13be9 Supressed errors in '__close' generate warnings by Roberto Ierusalimschy · 4 years, 9 months ago
  13. a1d8eb2 Added control messages to warnings by Roberto Ierusalimschy · 4 years, 9 months ago
  14. f64a1b1 Small optimization in 'convergeephemerons' by Roberto Ierusalimschy · 4 years, 9 months ago
  15. 09b4e52 Detail in the manual (method 'file:setvbuf') by Roberto Ierusalimschy · 4 years, 9 months ago
  16. 35a28a5 Details by Roberto Ierusalimschy · 4 years, 10 months ago
  17. 223bb04 Correction in the documentation of 'io.lines' by Roberto Ierusalimschy · 4 years, 10 months ago
  18. fe04063 Tracebacks recognize metamethods '__close' by Roberto Ierusalimschy · 4 years, 10 months ago
  19. f645d31 To-be-closed variables must be closed on initialization by Roberto Ierusalimschy · 4 years, 10 months ago
  20. 35b4efc Fixed test in 'main.lua' by Roberto Ierusalimschy · 4 years, 10 months ago
  21. 0d52913 Change in the syntax of attributes by Roberto Ierusalimschy · 4 years, 10 months ago
  22. b80077b Change in the handling of 'L->top' when calling metamethods by Roberto Ierusalimschy · 4 years, 10 months ago
  23. e70f275 Bug: 'Vardesc' array can be reallocated in 'localstat' by Roberto Ierusalimschy · 4 years, 10 months ago
  24. 9a37dc0 Small corrections when setting 'L->top' by Roberto Ierusalimschy · 4 years, 10 months ago
  25. 0eb6aa4 Some improvements in date/time functions by Roberto Ierusalimschy · 4 years, 10 months ago
  26. 7f5c31c Fixed bug in 'string.format' with option '%f' by Roberto Ierusalimschy · 4 years, 10 months ago
  27. 9e6807c Do not collect open upvalues by Roberto Ierusalimschy · 4 years, 10 months ago
  28. 2f22c6b 'math.randomseed' always returns the two seed components by Roberto Ierusalimschy · 4 years, 10 months ago
  29. 3c0d3c6 Avoid using addresses of static variables as unique keys by Roberto Ierusalimschy · 4 years, 10 months ago
  30. 440a5ee Fixed bug for emergency collection in upvalue creation by Roberto Ierusalimschy · 4 years, 10 months ago
  31. dc07719 Tag LUA_TUPVALTBC replaced by a flag by Roberto Ierusalimschy · 4 years, 10 months ago
  32. 9cdf6b7 Some details in 'lmem.c' and 'lgc.c' by Roberto Ierusalimschy · 4 years, 10 months ago
  33. 3c1d415 Details by Roberto Ierusalimschy · 4 years, 10 months ago
  34. d36a31e Reviving HARDMEMTESTS by Roberto Ierusalimschy · 4 years, 10 months ago
  35. 024a607 Small bug with stack reallocation by Roberto Ierusalimschy · 4 years, 10 months ago
  36. 4eefef0 'math.randomseed()' returns the seeds it used by Roberto Ierusalimschy · 4 years, 10 months ago
  37. 9c28ed0 Calls 'luaF_close' in 'lua_settop' only when needed by Roberto Ierusalimschy · 4 years, 10 months ago
  38. 8082906 Fixed small issue with constant propagation by Roberto Ierusalimschy · 4 years, 10 months ago
  39. d6af810 New kind of expression VKSTR by Roberto Ierusalimschy · 4 years, 10 months ago
  40. 4846f7e Micro optimization in OP_RETURN and OP_TAILCALL by Roberto Ierusalimschy · 4 years, 10 months ago
  41. c220b0a '__close' method may be called again in case of error by Roberto Ierusalimschy · 4 years, 10 months ago
  42. 298f383 Avoid setting the stack top below upvalues to be closed by Roberto Ierusalimschy · 4 years, 10 months ago
  43. 758c1ef Unification of size representation in OP_NEWTABLE and OP_SETLIST by Roberto Ierusalimschy · 4 years, 10 months ago
  44. dd6d8db Reordering of instructions in the main loop by Roberto Ierusalimschy · 4 years, 10 months ago
  45. 1fb4d53 OP_NEWTABLE keeps exact size of arrays by Roberto Ierusalimschy · 4 years, 10 months ago
  46. f6aab3e First implementation of constant propagation by Roberto Ierusalimschy · 4 years, 10 months ago
  47. be8445d Details by Roberto Ierusalimschy · 4 years, 10 months ago
  48. 3d29630 Towards constant propagation by Roberto Ierusalimschy · 4 years, 10 months ago
  49. 54f7b46 New implementation for constants by Roberto Ierusalimschy · 4 years, 10 months ago
  50. e888976 Details (typos in comments) by Roberto Ierusalimschy · 4 years, 10 months ago
  51. 4d46289 Local attributes can be used in list of local variables by Roberto Ierusalimschy · 4 years, 11 months ago
  52. 8eca21c First take on constant propagation by Roberto Ierusalimschy · 4 years, 11 months ago
  53. 924bed7 Methods separated from metamethods in 'io' by Roberto Ierusalimschy · 4 years, 11 months ago
  54. 8b7cfee Small changes around C-stack limit by Roberto Ierusalimschy · 4 years, 11 months ago
  55. c1a63c4 '__call' metamethod can be any callable object by Roberto Ierusalimschy · 4 years, 11 months ago
  56. 4487c28 A few more tests for table access in the API by Roberto Ierusalimschy · 4 years, 11 months ago
  57. 05ba288 Added script 'packtests' to the project by Roberto Ierusalimschy · 5 years ago
  58. 6b9490b Details in tests by Roberto Ierusalimschy · 5 years ago
  59. e4b02ca Structure 'Vardesc' does not need a 'name' field by Roberto Ierusalimschy · 5 years ago
  60. 20a9853 Cleaning macros in 'luaV_execute' by Roberto Ierusalimschy · 5 years ago
  61. 1d70708 Fixed bug [5.4 alpha] for errors in finalizers by Roberto Ierusalimschy · 5 years ago
  62. be73f72 New function 'setCstacklimit' by Roberto Ierusalimschy · 5 years ago
  63. 3cd9b56 Revamp around 'L->nCcalls' count by Roberto Ierusalimschy · 5 years ago
  64. d2a9b4f Detail in the manual by Roberto Ierusalimschy · 5 years ago
  65. f39e8c0 Updated the documentation for the API function 'lua_gc' by Roberto Ierusalimschy · 5 years ago v5.4-alpha
  66. 6aeaeb5 Detail in makefile by Roberto Ierusalimschy · 5 years ago
  67. b4d5dff Multiple errors in '__toclose' report the first one by Roberto Ierusalimschy · 5 years ago
  68. 14edd36 Function 'warn' is vararg by Roberto Ierusalimschy · 5 years ago
  69. 514d942 'coroutine.kill' renamed 'coroutine.close' by Roberto Ierusalimschy · 5 years ago
  70. 4a3fd84 bug in 5.4 alpha rc1: to-be-closed x vararg functions by Roberto Ierusalimschy · 5 years ago
  71. 2c68e66 Details by Roberto Ierusalimschy · 5 years ago
  72. 7d0f41d Improvements in 'testes/cstack.lua' by Roberto Ierusalimschy · 5 years ago
  73. 2b8b538 Improvements in 'luaL_traceback' by Roberto Ierusalimschy · 5 years ago
  74. b293ae0 Details by Roberto Ierusalimschy · 5 years ago
  75. d9f40e3 First implementation for 'const' variables by Roberto Ierusalimschy · 5 years ago
  76. 347d696 Define LUA_MAXUNSIGNED as a preprocessor constant by Roberto Ierusalimschy · 5 years ago
  77. 0b63d79 Details by Roberto Ierusalimschy · 5 years ago
  78. 279c3a6 A few changes in tests about number of bits in integers by Roberto Ierusalimschy · 5 years ago
  79. 49c42f3 Some improvements in 'luaconf.h' by Roberto Ierusalimschy · 5 years ago
  80. d881325 Flag for to-be-closed variables changed to '<toclose>' by Roberto Ierusalimschy · 5 years ago
  81. 3f253f1 Test for dead coroutine moved to 'lua_resume' by Roberto Ierusalimschy · 5 years ago
  82. 389116d Coroutines do not unwind the stack in case of errors by Roberto Ierusalimschy · 5 years ago
  83. 01bded3 File 'lib2-v2.so' generated from its own source by Roberto Ierusalimschy · 5 years ago
  84. 7c57864 A few more improvements in 'luaO_pushvfstring' by Roberto Ierusalimschy · 5 years ago
  85. b146090 Avoid the creation of too many strings in 'package' by Roberto Ierusalimschy · 5 years ago
  86. b36e26f Some more small improvements to 'luaO_pushvfstring' by Roberto Ierusalimschy · 5 years ago
  87. 969b8c1 Fixed bug with to-be-closed variables in base C level by Roberto Ierusalimschy · 5 years ago
  88. c656051 New function 'luaL_addgsub' by Roberto Ierusalimschy · 5 years ago
  89. 3da34a5 Revamp of 'lua_pushfstring' / 'luaO_pushvfstring' by Roberto Ierusalimschy · 5 years ago
  90. 20b161e Small correction in test about 'isdst' by Roberto Ierusalimschy · 5 years ago
  91. ed2872c 'require' returns where module was found by Roberto Ierusalimschy · 5 years ago
  92. 2d3f095 Avoid using large buffers in 'string.format' by Roberto Ierusalimschy · 5 years ago
  93. b0810c5 Small optimizations in 'string.gsub' by Roberto Ierusalimschy · 5 years ago
  94. a93e014 Added an optional parameter to 'coroutine.isyieldable' by Roberto Ierusalimschy · 5 years ago
  95. 8ba4523 'print' does not call 'tostring' to format its arguments by Roberto Ierusalimschy · 5 years ago
  96. 979ad95 Thorough revision of the reference manual by Roberto Ierusalimschy · 5 years ago
  97. 0f028b9 Corrected tests around non-portable 'isdst' in dates by Roberto Ierusalimschy · 5 years ago
  98. 65d1aa7 Syntax should not allow numbers touching identifiers by Roberto Ierusalimschy · 5 years ago
  99. 8004798 Fixed wrong error message in 'return math.seed(0)' by Roberto Ierusalimschy · 5 years ago
  100. 5ca1075 Added field 'srclen' to structure 'lua_Debug' by Roberto Ierusalimschy · 5 years ago