summaryrefslogtreecommitdiff
path: root/packages/pastojs/tests
Commit message (Expand)AuthorAgeFilesLines
* pastojs: shortrefglobals: unit initialization and empty implementationmattias2020-11-301-0/+38
* pastojs: filer: add identifiers to scope for immediate specializations of TPa...mattias2020-11-291-13/+17
* fcl-passrc: resolver: error on using generic types without paramsmattias2020-11-291-1/+0
* pastojs: fixed test TestExternalClass_SameNamePublishedPropertymattias2020-11-281-0/+5
* pastojs: fixed -OoShortRefGlobalsmattias2020-11-281-0/+1
* pastojs: fixed typeinfo path of inline specialize typemattias2020-11-281-2/+63
* pastojs: filer: fixed testsuite using shortrefglobals for all tests, added Fo...mattias2020-11-272-0/+73
* pastojs: fixed search include file mode objfpc in dir of current include filemattias2020-11-202-1/+53
* pastojs: async modifier not needed in impl procmattias2020-11-201-1/+1
* pastojs: check await(T,callasyncfunc) type matchmattias2020-11-191-2/+36
* pastojs: fixed aPromise:=AsyncFunctionWithCOMIntfResultmattias2020-11-181-0/+48
* pastojs: fixed await(arg) and fixed hint await needs a promisemattias2020-11-171-1/+17
* pastojs: fixed ord(widechar)mattias2020-11-131-2/+4
* pastojs: typecast integer to widecharmattias2020-11-131-0/+4
* fcl-passrc: fixed var arg char=widecharmattias2020-11-121-1/+54
* pastojs: filer: generic constraintsmattias2020-11-041-8/+31
* pastojs: shortrefglobals: generic helper methodmattias2020-11-021-2/+102
* pastojs: shortrefglobals: proc var of generic methodmattias2020-11-021-2/+203
* pastojs: shortrefglobals: call static methodmattias2020-11-011-6/+221
* pastojs: precompiled proc: local var for generic functionmattias2020-11-012-1/+121
* pastojs: fixed error on Arr+=mattias2020-10-281-0/+1
* pastojs: fixed a.specialize b<c>mattias2020-10-281-0/+45
* pastojs: filer: generic proc typemattias2020-10-281-0/+33
* pastojs: filer: generic arraymattias2020-10-281-0/+34
* pastojs: fixed a/b<0 for currencymattias2020-10-261-21/+21
* pastojs: filer: specializetype after spec was already createdmattias2020-10-251-0/+38
* pastojs: filer: class forwardmattias2020-10-221-11/+113
* pastojs: fixed compilemattias2020-10-191-17/+48
* pastojs: filer: local specialize typemattias2020-10-181-16/+76
* pastojs: filer: restore original order before checking specializationsmattias2020-10-181-9/+58
* pastojs: filer: store precompiled short referencesmattias2020-10-181-18/+78
* pastojs: fixed anonymous asm proc in mode delphimattias2020-10-062-1/+47
* pastojs: enumrange in setmattias2020-10-041-19/+26
* pastojs: enum range built in functions, issue 37860mattias2020-10-041-1/+87
* pastojs: classname=typeinfonamemattias2020-09-286-76/+145
* pastojs: specialize with interface constraints, issue 37690mattias2020-09-271-0/+41
* pastojs: shortrefglobals: local recordtypemattias2020-09-261-1/+111
* pastojs: ShortRefGlobals: same module class, record and enumtypemattias2020-09-261-51/+153
* pastojs: ShortRefGlobals: local var for TEnumTypemattias2020-09-261-0/+75
* pastojs: generic function names similar to generic types using $G, ShortRefGl...mattias2020-09-252-54/+100
* pastojs: fixed spezialize other unit generic with param in unit intf of spezi...mattias2020-09-231-1/+68
* pastojs: optimization ShortRefGlobalsmattias2020-09-234-776/+885
* pastojs: jsglobalalias: references in init to elements from implementation usesmattias2020-09-121-0/+6
* pastojs: jsglobalalias: references to elements from implementation usesmattias2020-09-111-3/+6
* pastojs: moved unit implementation js function into unit interface to share l...mattias2020-09-093-191/+173
* pastojs: pass impl uses as [] instead of nullmattias2020-09-091-6/+6
* pastojs: renamed aliasglobals to jsaliasglobalsmattias2020-09-091-10/+52
* pastojs: specialize class/record type using pascal namemattias2020-09-071-18/+18
* pastojs: specialize array type using pascal namemattias2020-09-071-5/+7
* pastojs: specialized procedure type RTTI now uses pascal namemattias2020-09-071-4/+8