summaryrefslogtreecommitdiffstats
path: root/src/eval.c
AgeCommit message (Expand)Author
2023-09-10patch 9.0.1890: Vim9: lookup code for class/object repaeatedv9.0.1890Yegappan Lakshmanan
2023-09-05patch 9.0.1869: Coverity warns about unitialized varv9.0.1869Ernie Rael
2023-09-04patch 9.0.1867: Vim9: access to interface statics possiblev9.0.1867Ernie Rael
2023-09-04patch 9.0.1865: Vim9: garbage collection may cause crashv9.0.1865Yegappan Lakshmanan
2023-09-04patch 9.0.1862: Vim9 Garbage Collection issuesv9.0.1862Yegappan Lakshmanan
2023-08-19patch 9.0.1741: No type checking in interfacesv9.0.1741LemonBoy
2023-08-17patch 9.0.1723: Fix regression in {func} argument of reduce()v9.0.1723zeertzjq
2023-06-15patch 9.0.1633: duplicate code for converting float to stringv9.0.1633zeertzjq
2023-06-01patch 9.0.1597: cursor ends up below the window after a putv9.0.1597Bram Moolenaar
2023-05-19patch 9.0.1569: cannot use "this.member" in lambda in class methodv9.0.1569h-east
2023-05-05patch 9.0.1508: catch does not work when lines are joined with a newlinev9.0.1508zeertzjq
2023-05-02patch 9.0.1505: error when heredoc content looks like heredocv9.0.1505zeertzjq
2023-04-13patch 9.0.1452: code using EVAL_CONSTANT is dead, it is never setv9.0.1452zeertzjq
2023-03-11patch 9.0.1401: condition is always truev9.0.1401zeertzjq
2023-03-07patch 9.0.1390: FOR_ALL_ macros are defined in an unexpected filev9.0.1390Yegappan Lakshmanan
2023-03-05patch 9.0.1381: ACCESS_ names have a conflict with on some systemsv9.0.1381=?UTF-8?q?Ola=20S=C3=B6der?=
2023-02-21patch 9.0.1338: :defcompile and :disassemble can't find class methodv9.0.1338Bram Moolenaar
2023-01-30patch 9.0.1266: error for space before ": type" is inconsistentv9.0.1266Bram Moolenaar
2023-01-24patch 9.0.1239: cannot have a line break before an object member accessv9.0.1239Bram Moolenaar
2023-01-11patch 9.0.1180: compiler warnings without the +job featurev9.0.1180Bram Moolenaar
2023-01-11patch 9.0.1175: the set_ref_in_item() function is too longv9.0.1175Yegappan Lakshmanan
2023-01-06patch 9.0.1152: class "implements" argument not implementedv9.0.1152Bram Moolenaar
2023-01-05patch 9.0.1149: class members may be garbage collectedv9.0.1149Bram Moolenaar
2023-01-04patch 9.0.1145: invalid memory access with recursive substitute expressionv9.0.1145Bram Moolenaar
2023-01-02patch 9.0.1133: error message names do not match the itemsv9.0.1133Bram Moolenaar
2022-12-27patch 9.0.1105: code is indented too muchv9.0.1105Yegappan Lakshmanan
2022-12-19patch 9.0.1081: using "->" with split lines does not always workv9.0.1081Bram Moolenaar
2022-12-18patch 9.0.1074: class members are not supported yetv9.0.1074Bram Moolenaar
2022-12-14patch 9.0.1060: private and public object members are not implemented yetv9.0.1060Bram Moolenaar
2022-12-14patch 9.0.1059: build failure with some compilersv9.0.1059Bram Moolenaar
2022-12-14patch 9.0.1058: string value of class and object do not have informationv9.0.1058Bram Moolenaar
2022-12-10patch 9.0.1045: in a class object members cannot be initializedv9.0.1045Bram Moolenaar
2022-12-09patch 9.0.1041: cannot define a method in a classv9.0.1041Bram Moolenaar
2022-12-08patch 9.0.1035: object members are not being marked as usedv9.0.1035Bram Moolenaar
2022-12-08patch 9.0.1031: Vim9 class is not implemented yetv9.0.1031Bram Moolenaar
2022-11-28patch 9.0.0967: leaking memory from autocmd windowsv9.0.0967Bram Moolenaar
2022-11-28patch 9.0.0965: using one window for executing autocommands is insufficientv9.0.0965Bram Moolenaar
2022-11-18patch 9.0.0904: various comment and indent flawsv9.0.0904Bram Moolenaar
2022-11-05patch 9.0.0836: wrong error when using extend() with funcrefv9.0.0836zeertzjq
2022-11-02patch 9.0.0828: various typosv9.0.0828dundargoc
2022-10-20patch 9.0.0804: crash when trying to divide a number by -1v9.0.0804Bram Moolenaar
2022-10-10patch 9.0.0712: wrong column when calling setcursorcharpos() with zero lnumv9.0.0712Bram Moolenaar
2022-10-07patch 9.0.0683: cannot specify a time for :echowindowv9.0.0683Bram Moolenaar
2022-10-01patch 9.0.0634: evaluating "expr" options has more overhead than neededv9.0.0634Bram Moolenaar
2022-10-01patch 9.0.0632: calling a function from an "expr" option has overheadv9.0.0632Bram Moolenaar
2022-09-28patch 9.0.0618: calling function for reduce() has too much overheadv9.0.0618Bram Moolenaar
2022-09-23patch 9.0.0558: Coverity warns for possibly using NULL pointerv9.0.0558Bram Moolenaar
2022-09-23patch 9.0.0556: leaking memory with nested functionsv9.0.0556Bram Moolenaar
2022-09-23patch 9.0.0554: using freed memory when command follows lambdav9.0.0554Bram Moolenaar
2022-09-22patch 9.0.0552: crash when using NUL in buffer that uses :sourcev9.0.0552Bram Moolenaar