summaryrefslogtreecommitdiffstats
path: root/src/vim9compile.c
AgeCommit message (Expand)Author
2024-01-04patch 9.1.0006: is*() and to*() function may be unsafev9.1.0006Keith Thompson
2023-12-21patch 9.0.2184: Vim9: inconsistent :type/:class messagesv9.0.2184Ernie Rael
2023-12-21patch 9.0.2182: Vim9: need a way to reserve future extensionv9.0.2182Yegappan Lakshmanan
2023-12-19patch 9.0.2181: Vim9: missing error messagesv9.0.2181Ernie Rael
2023-12-19patch 9.0.2180: POSIX function name in exarg causes issuesv9.0.2180Zoltan Arpadffy
2023-12-16patch 9.0.2170: Vim9: no support for const/final class/objects varsv9.0.2170Yegappan Lakshmanan
2023-12-11patch 9.0.2156: Vim9: can use typealias in assignmentv9.0.2156Ernie Rael
2023-11-11patch 9.0.2096: Vim9: confusing usage of privatev9.0.2096Ernie Rael
2023-11-05patch 9.0.2091: Vim9: cannot convert list to string using +=v9.0.2091Yegappan Lakshmanan
2023-10-27patch 9.0.2076: Vim9: No support for type aliasesv9.0.2076Yegappan Lakshmanan
2023-10-26patch 9.0.2072: Vim9: no nr2str conversion in list-unpackv9.0.2072Yegappan Lakshmanan
2023-10-14patch 9.0.2019: Vim9: no support for funcrefsv9.0.2019Yegappan Lakshmanan
2023-10-11patch 9.0.2016: Vim9: assignment operators don't work for class varsv9.0.2016Yegappan Lakshmanan
2023-10-08patch 9.0.2002: Vim9: need cleanup of class related interface codev9.0.2002Yegappan Lakshmanan
2023-10-06patch 9.0.1999: Vim9: some error messages can be improvedv9.0.1999Ernie Rael
2023-10-05patch 9.0.1986: Vim9: accepting type-annotationsv9.0.1986Yegappan Lakshmanan
2023-10-04patch 9.0.1977: Vim9: object members can change typev9.0.1977Yegappan Lakshmanan
2023-09-29patch 9.0.1952: Vim9: unused static fieldv9.0.1952Yegappan Lakshmanan
2023-09-27patch 9.0.1944: Vim9: function instruction pointer invalidatedv9.0.1944Yegappan Lakshmanan
2023-09-24patch 9.0.1935: Vim9: not consistent error messagesv9.0.1935RestorerZ
2023-09-24patch 9.0.1928: Vim9: constructor type checking bugv9.0.1928h-east
2023-09-21patch 9.0.1926: Vim9: not enough info in error messagev9.0.1926Ernie Rael
2023-09-19patch 9.0.1914: Vim9: few issues when accessing object membersv9.0.1914Yegappan Lakshmanan
2023-09-18patch 9.0.1909: Vim9: problem calling class method from other classv9.0.1909Yegappan Lakshmanan
2023-09-15patch 9.0.1898: Vim9: restrict access to static varsv9.0.1898Yegappan Lakshmanan
2023-09-11patch 9.0.1897: Vim9: confusing error with .= in compiled functionsv9.0.1897Christian Brabandt
2023-09-10patch 9.0.1890: Vim9: lookup code for class/object repaeatedv9.0.1890Yegappan Lakshmanan
2023-09-04patch 9.0.1867: Vim9: access to interface statics possiblev9.0.1867Ernie Rael
2023-09-02patch 9.0.1842: Need more accurate profilingv9.0.1842Ernie Rael
2023-09-01patch 9.0.1838: Vim9: Cannot modify class member vars from def functionv9.0.1838Yegappan Lakshmanan
2023-09-01patch 9.0.1837: Vim9: class_member_type() can be optimizedv9.0.1837Ernie Rael
2023-08-31patch 9.0.1829: Vim9 missing access-checks for private varsv9.0.1829Yegappan Lakshmanan
2023-08-30patch 9.0.1824: Vim9: private members may be modifiablev9.0.1824Yegappan Lakshmanan
2023-08-27patch 9.0.1796: Vim9 problems with null_objectsv9.0.1796Ernie Rael
2023-08-27patch 9.0.1795: Indentation issuesv9.0.1795Yegappan Lakshmanan
2023-08-22patch 9.0.1780: Vim9 type not defined during object creationv9.0.1780Yegappan Lakshmanan
2023-08-19patch 9.0.1741: No type checking in interfacesv9.0.1741LemonBoy
2023-05-19patch 9.0.1569: cannot use "this.member" in lambda in class methodv9.0.1569h-east
2023-05-14patch 9.0.1558: wrong error for unreachable code after :throwv9.0.1558Bram Moolenaar
2023-05-14patch 9.0.1557: test failures for unreachable codev9.0.1557Bram Moolenaar
2023-05-14patch 9.0.1556: Vim9: error for missing "return" after "throw"v9.0.1556Bram Moolenaar
2023-05-07patch 9.0.1523: some error messages are not marked for translationv9.0.1523zeertzjq
2023-04-24patch 9.0.1483: += operator does not work on class memberv9.0.1483Bram Moolenaar
2023-04-22patch 9.0.1479: small source file problems; outdated list of distrib. filesv9.0.1479Bram Moolenaar
2023-02-22patch 9.0.1340: Coverity warns for using NULL pointerv9.0.1340Bram Moolenaar
2023-02-21patch 9.0.1336: functions without arguments are not always declared properlyv9.0.1336Yegappan Lakshmanan
2023-02-21patch 9.0.1334: using tt_member for the class leads to mistakesv9.0.1334Bram Moolenaar
2023-02-18patch 9.0.1322: crash when indexing "any" which is an objectv9.0.1322Bram Moolenaar
2023-02-08patch 9.0.1292: :defer may call the wrong method for an objectv9.0.1292Bram Moolenaar
2023-01-30patch 9.0.1266: error for space before ": type" is inconsistentv9.0.1266Bram Moolenaar