1. e798446 patch 9.1.0861: Vim9: no runtime check for object member access of any var by Yegappan Lakshmanan · 9 months ago
  2. 56d45f1 patch 9.1.0850: Vim9: cannot access nested object inside objects by Yegappan Lakshmanan · 9 months ago
  3. 58c9579 patch 9.1.0673: Vim9: too recursive func calls when calling super-class method by Ernie Rael · 12 months ago
  4. be82825 patch 9.1.0620: Vim9: segfauls with null objects by Ernie Rael · 1 year ago
  5. 3f821d6 patch 9.1.0369: Vim9: problem when importing autoloaded scripts by Ernie Rael · 1 year, 4 months ago
  6. bce51d9 patch 9.1.0335: String interpolation fails for List type by Yegappan Lakshmanan · 1 year, 4 months ago
  7. f01493c patch 9.1.0329: String interpolation fails for Dict type by Yegappan Lakshmanan · 1 year, 4 months ago
  8. 915f3bf patch 9.1.0270: a few minor issues to fix by Christian Brabandt · 1 year, 4 months ago
  9. 3164cf8 patch 9.1.0219: Vim9: No enum support by Yegappan Lakshmanan · 1 year, 4 months ago
  10. 86eddce patch 9.1.0209: leaking memory in exe_newdict() on error by Christian Brabandt · 1 year, 4 months ago
  11. e75fde6 patch 9.0.2184: Vim9: inconsistent :type/:class messages by Ernie Rael · 1 year, 8 months ago
  12. e5437c5 patch 9.0.2170: Vim9: no support for const/final class/objects vars by Yegappan Lakshmanan · 1 year, 8 months ago
  13. b077b58 patch 9.0.2164: Vim9: can use type a func arg/return value by Ernie Rael · 1 year, 8 months ago
  14. 9ed5375 patch 9.0.2156: Vim9: can use typealias in assignment by Ernie Rael · 1 year, 8 months ago
  15. 5dd41d4 patch 9.0.2149: [security]: use-after-free in exec_instructions() by Christian Brabandt · 1 year, 8 months ago
  16. a555069 patch 9.0.2129: [security]: use-after-free in call_dfunc() by mityu · 1 year, 9 months ago
  17. 03042a2 patch 9.0.2096: Vim9: confusing usage of private by Ernie Rael · 1 year, 9 months ago
  18. feaccd2 patch 9.0.2078: several problems with type aliases by Yegappan Lakshmanan · 1 year, 9 months ago
  19. ec3cebb patch 9.0.2076: Vim9: No support for type aliases by Yegappan Lakshmanan · 1 year, 10 months ago
  20. c59c1e0 patch 9.0.2050: Vim9: crash with deferred function call and exception by Yegappan Lakshmanan · 1 year, 10 months ago
  21. 0672595 patch 9.0.2044: Vim9: exceptions confuse defered functions by Yegappan Lakshmanan · 1 year, 10 months ago
  22. f3eac69 patch 9.0.2038: Vim9: object method funcref not cleaned up after use by Yegappan Lakshmanan · 1 year, 10 months ago
  23. 29bb67f patch 9.0.2019: Vim9: no support for funcrefs by Yegappan Lakshmanan · 1 year, 10 months ago
  24. 4c8da02 patch 9.0.2015: Vim9: does not handle islocked() from a method correctly by Ernie Rael · 1 year, 10 months ago
  25. 1087b8c patch 9.0.2000: Vim9: use-after-free in deep call stack by Yegappan Lakshmanan · 1 year, 10 months ago
  26. e6c9aa5 patch 9.0.1999: Vim9: some error messages can be improved by Ernie Rael · 1 year, 10 months ago
  27. 6488564 patch 9.0.1982: vim9: clean up from v9.0.1955 by Ernie Rael · 1 year, 10 months ago
  28. ee865f3 patch 9.0.1955: Vim9: lockvar issues with objects/classes by Ernie Rael · 1 year, 10 months ago
  29. 5a05d37 patch 9.0.1952: Vim9: unused static field by Yegappan Lakshmanan · 1 year, 10 months ago
  30. c194626 patch 9.0.1942: Vim9: execution stack invalidated with null object by Yegappan Lakshmanan · 1 year, 11 months ago
  31. 7fe8f43 patch 9.0.1935: Vim9: not consistent error messages by RestorerZ · 1 year, 11 months ago
  32. 7398f36 patch 9.0.1932: Vim9: error when using null object constructor by Yegappan Lakshmanan · 1 year, 11 months ago
  33. b895b0f patch 9.0.1928: Vim9: constructor type checking bug by h-east · 1 year, 11 months ago
  34. 1db1514 patch 9.0.1914: Vim9: few issues when accessing object members by Yegappan Lakshmanan · 1 year, 11 months ago
  35. c30a90d patch 9.0.1898: Vim9: restrict access to static vars by Yegappan Lakshmanan · 1 year, 11 months ago
  36. f36bbcd patch 9.0.1890: Vim9: lookup code for class/object repaeated by Yegappan Lakshmanan · 1 year, 11 months ago
  37. 00df69e patch 9.0.1870: Vim9: disassamble does not show static by Ernie Rael · 1 year, 11 months ago
  38. 18143d3 patch 9.0.1867: Vim9: access to interface statics possible by Ernie Rael · 1 year, 11 months ago
  39. 32f3461 patch 9.0.1850: Vim9: wrong line number where options set by LemonBoy · 2 years ago
  40. 3775f77 patch 9.0.1838: Vim9: Cannot modify class member vars from def function by Yegappan Lakshmanan · 2 years ago
  41. d7085a0 patch 9.0.1830: Vim9: crash when accessing a null object by Gianmaria Bajo · 2 years ago
  42. f244b2f patch 9.0.1754: still Ci breakage (after 9.0.1741) by LemonBoy · 2 years ago
  43. c5d2744 patch 9.0.1741: No type checking in interfaces by LemonBoy · 2 years ago
  44. 4e2406c patch 9.0.1662: crash when using a class member twice by Bram Moolenaar · 2 years, 2 months ago
  45. d4a9b7f patch 9.0.1573: error for function name has wrong line number by Bram Moolenaar · 2 years, 3 months ago
  46. 3ef2e41 patch 9.0.1501: crash with nested :try and :throw in catch block by Bram Moolenaar · 2 years, 3 months ago
  47. a1f2b5d patch 9.0.1468: recursively calling :defer function if it does :qa by zeertzjq · 2 years, 4 months ago
  48. 2ed57ac patch 9.0.1436: cannot compare a typed variable with v:none by Bram Moolenaar · 2 years, 4 months ago
  49. 14113fd patch 9.0.1390: FOR_ALL_ macros are defined in an unexpected file by Yegappan Lakshmanan · 2 years, 5 months ago
  50. c3f971f patch 9.0.1370: crash when using a NULL object by Bram Moolenaar · 2 years, 5 months ago
  51. 30a8447 patch 9.0.1358: compilation error with some compilers by Bram Moolenaar · 2 years, 5 months ago
  52. c4e1b86 patch 9.0.1357: using null_object results in an internal error by Bram Moolenaar · 2 years, 5 months ago
  53. 2c1c803 patch 9.0.1322: crash when indexing "any" which is an object by Bram Moolenaar · 2 years, 6 months ago
  54. 0917e86 patch 9.0.1320: checking the type of a null object causes a crash by Bram Moolenaar · 2 years, 6 months ago
  55. 094cf9f patch 9.0.1296: calling an object method with arguments does not work by Bram Moolenaar · 2 years, 6 months ago
  56. 313e472 patch 9.0.1292: :defer may call the wrong method for an object by Bram Moolenaar · 2 years, 6 months ago
  57. d0200c8 patch 9.0.1254: calling a method on an interface does not work by Bram Moolenaar · 2 years, 6 months ago
  58. 8dbab1d patch 9.0.1250: cannot use an object method with :defer by Bram Moolenaar · 2 years, 6 months ago
  59. 142ed77 patch 9.0.1246: code is indented more than necessary by Yegappan Lakshmanan · 2 years, 6 months ago
  60. 47bba53 patch 9.0.1224: cannot call a :def function with a number for float argument by Bram Moolenaar · 2 years, 7 months ago
  61. f7d1c6e patch 9.0.1211: storing value in interface member does not always work by Bram Moolenaar · 2 years, 7 months ago
  62. 29ac5df patch 9.0.1209: getting interface member does not always work by Bram Moolenaar · 2 years, 7 months ago
  63. 554d031 patch 9.0.1150: :interface is not implemented yet by Bram Moolenaar · 2 years, 7 months ago
  64. 574950d patch 9.0.1140: cannot call an object method in a compiled function by Bram Moolenaar · 2 years, 7 months ago
  65. 03ff0c6 patch 9.0.1135: missing function argument by Bram Moolenaar · 2 years, 7 months ago
  66. bcf31ec patch 9.0.1134: comparing objects uses identity instead of equality by Bram Moolenaar · 2 years, 7 months ago
  67. a9fa8c5 patch 9.0.1133: error message names do not match the items by Bram Moolenaar · 2 years, 7 months ago
  68. 0d89d8a patch 9.0.1119: type of arguments not checked when calling a partial by Bram Moolenaar · 2 years, 7 months ago
  69. c6951a7 patch 9.0.1108: type error when using "any" type and adding to float by Bram Moolenaar · 2 years, 7 months ago
  70. 590162c patch 9.0.1093: using freed memory of object member by Bram Moolenaar · 2 years, 8 months ago
  71. d505d17 patch 9.0.1074: class members are not supported yet by Bram Moolenaar · 2 years, 8 months ago
  72. 65b0d16 patch 9.0.1053: default constructor arguments are not optional by Bram Moolenaar · 2 years, 8 months ago
  73. 7ce7daf patch 9.0.1045: in a class object members cannot be initialized by Bram Moolenaar · 2 years, 8 months ago
  74. ffdaca9 patch 9.0.1041: cannot define a method in a class by Bram Moolenaar · 2 years, 8 months ago
  75. d28d7b9 patch 9.0.1035: object members are not being marked as used by Bram Moolenaar · 2 years, 8 months ago
  76. 00b28d6 patch 9.0.1031: Vim9 class is not implemented yet by Bram Moolenaar · 2 years, 8 months ago
  77. ef2c325 patch 9.0.0949: crash when unletting a variable while listing variables by Bram Moolenaar · 2 years, 9 months ago
  78. c57b5bc patch 9.0.0828: various typos by dundargoc · 2 years, 9 months ago
  79. bdc09a1 patch 9.0.0683: cannot specify a time for :echowindow by Bram Moolenaar · 2 years, 10 months ago
  80. 87b4e5c patch 9.0.0632: calling a function from an "expr" option has overhead by Bram Moolenaar · 2 years, 10 months ago
  81. 1936c76 patch 9.0.0617: calling function for reduce() has too much overhead by Bram Moolenaar · 2 years, 10 months ago
  82. 5800c79 patch 9.0.0549: duplicated code in calling a :def function by Bram Moolenaar · 2 years, 11 months ago
  83. 6d313be patch 9.0.0547: looping over empty out_loop[] entries by Bram Moolenaar · 2 years, 11 months ago
  84. c9e4a6f patch 9.0.0504: still a build failure by Bram Moolenaar · 2 years, 11 months ago
  85. cc34181 patch 9.0.0502: a closure in a nested loop in a :def function does not work by Bram Moolenaar · 2 years, 11 months ago
  86. 566badc patch 9.0.0499: in :def function list created after const is locked by Bram Moolenaar · 2 years, 11 months ago
  87. dbbb02b patch 9.0.0495: closure doesn't work properly in nested loop by Bram Moolenaar · 2 years, 11 months ago
  88. 73e28dc patch 9.0.0491: no good reason to build without the float feature by Bram Moolenaar · 2 years, 11 months ago
  89. acd6b99 patch 9.0.0487: using freed memory with combination of closures by Bram Moolenaar · 2 years, 11 months ago
  90. 0cdfb7c patch 9.0.0485: in :def function all closures in loop get the same variables by Bram Moolenaar · 2 years, 11 months ago
  91. 8fa745e patch 9.0.0481: in :def function all closures in loop get the same variables by Bram Moolenaar · 2 years, 11 months ago
  92. b46c083 patch 9.0.0470: in :def function all closures in loop get the same variables by Bram Moolenaar · 2 years, 11 months ago
  93. f5fec05 patch 9.0.0440: crash when using mkdir() with "R" flag in compiled function by Bram Moolenaar · 2 years, 11 months ago
  94. 6de2296 patch 9.0.0432: crash when using for loop variable in closure by Bram Moolenaar · 2 years, 11 months ago
  95. c9c967d patch 9.0.0405: arguments in a partial not used by a :def function by Bram Moolenaar · 3 years ago
  96. 98aff65 patch 9.0.0399: using :defer in expression funcref not tested by Bram Moolenaar · 3 years ago
  97. ca16c60 patch 9.0.0398: members of funccall_T are inconsistently named by Bram Moolenaar · 3 years ago
  98. 5877985 patch 9.0.0397: :defer not tested with exceptions and ":qa!" by Bram Moolenaar · 3 years ago
  99. 31ea6bf patch 9.0.0382: freeing the wrong string on failure by Bram Moolenaar · 3 years ago
  100. 806a273 patch 9.0.0379: cleaning up after writefile() is a hassle by Bram Moolenaar · 3 years ago