Simon Krajewski 4b68df2f54 [jvm] build bridges instead of rewriting types 5 年之前
..
hxcpp_issues 6979ebc7cb [cpp] Use auto-casting rules with RawPointer (#9194) 5 年之前
issues 4b68df2f54 [jvm] build bridges instead of rewriting types 5 年之前
spec 3464afe2b4 Bring back spec tests (#8107) 6 年之前
HelperMacros.hx ef9469a1d4 update HelperMacros.getErrorMessage 5 年之前
MyAbstract.hx 2a8acc578a print no-argument function types as `()->...`, not `Void->...` (closes #8148) (#8161) 5 年之前
MyClass.hx bc1bf57b02 It's forbidden to mention as3 (#8964) 6 年之前
MyEnum.hx 4f5d4a230d restructure unit tests: sources in src, output in bin 11 年之前
MyInterface.hx 4f5d4a230d restructure unit tests: sources in src, output in bin 11 年之前
MyMacro.hx e598a8b680 [macro] Expose `followWithAbstracts` 10 年之前
MySubClass.hx bc1bf57b02 It's forbidden to mention as3 (#8964) 6 年之前
MyUsing1.hx 4f5d4a230d restructure unit tests: sources in src, output in bin 11 年之前
MyUsing2.hx 4f5d4a230d restructure unit tests: sources in src, output in bin 11 年之前
RemotingApi.hx 7eeeed0b33 remove flash8 target (see #3922) 10 年之前
SimpleEnum.hx 719b5960f6 [cs] Fix some enum-related problems, and fix spod SEnum creation 11 年之前
Test.hx 2a8acc578a print no-argument function types as `()->...`, not `Void->...` (closes #8148) (#8161) 5 年之前
TestArrowFunctions.hx 2a8acc578a print no-argument function types as `()->...`, not `Void->...` (closes #8148) (#8161) 5 年之前
TestBasetypes.hx 3b41726389 Soft deprecation of "Std.is" (#2976) (#9016) 6 年之前
TestBytes.hx 02279f7506 [wip] Use utest for our unit tests (#7901) 6 年之前
TestCSharp.hx 2e47e37a8a dodge + fix 5 年之前
TestCasts.hx 80f42bdc38 unit tests for cast to interface (#7658) 7 年之前
TestConstrainedMonomorphs.hx 80f0e0da79 [syntax] support overload modifier 5 年之前
TestDCE.hx 3da30c3686 [dce] keep property accessors through structures 7 年之前
TestEReg.hx 7eeeed0b33 remove flash8 target (see #3922) 10 年之前
TestExceptions.hx 8d017da610 NotImplementedException; ArgumentException 5 年之前
TestFieldVariance.hx c5bb23663f Final vs never vs null. Again. (#8096) 6 年之前
TestGADT.hx 5e5b86af28 move some stuff around in the unit tests to make them comp-server-compatible 9 年之前
TestGeneric.hx 72f5e6e290 allow function types for @:generic type params (fixes #3697) 6 年之前
TestHL.hx e691464f56 a bit of HL renaming 9 年之前
TestHashMap.hx c3b0b714d6 [std] add array access and key value iteration support to haxe.ds.HashMap (#9056) 6 年之前
TestHttp.hx efbd40bd5e Github actions (#9259) 5 年之前
TestIO.hx 2a8acc578a print no-argument function types as `()->...`, not `Void->...` (closes #8148) (#8161) 5 年之前
TestInt64.hx 02279f7506 [wip] Use utest for our unit tests (#7901) 6 年之前
TestInterface.hx 3b41726389 Soft deprecation of "Std.is" (#2976) (#9016) 6 年之前
TestIssues.hx 201ccc88e5 allow other issue directories in tests 10 年之前
TestJava.hx d9535c217b minor (#8269) 6 年之前
TestJson.hx d90776c698 [python] fix Reflect.isFunction(f) is f is anon object 6 年之前
TestKeyValueIterator.hx 065899e4d5 [tests] fix for undefined map order 7 年之前
TestLocals.hx 4f5d4a230d restructure unit tests: sources in src, output in bin 11 年之前
TestLua.hx 20c827628b [lua] more guards and tests for lua multireturn 9 年之前
TestMacro.hx e344635380 support metadata in var declaration syntax 5 年之前
TestMain.hx 126eb5a44e [tests] remove old remoting stuff 5 年之前
TestMapComprehension.hx 43e4ed6853 [typer] revert map comprehension change (see #6620) 8 年之前
TestMatch.hx 3b41726389 Soft deprecation of "Std.is" (#2976) (#9016) 6 年之前
TestMeta.hx bc1bf57b02 It's forbidden to mention as3 (#8964) 6 年之前
TestMisc.hx 24d7e79e37 disable test #8452 for cppia 5 年之前
TestModuleStatics.hx 01cfe550b9 Module-level static declarations (closes #7452) (#8460) 5 年之前
TestModuleStaticsMacro.hx 1940b1ca36 rename TDStatic/KModuleStatics to TDField/KModuleFields (#9485) 5 年之前
TestNaN.hx 02279f7506 [wip] Use utest for our unit tests (#7901) 6 年之前
TestNull.hx 11ad641b08 add tests for some Null<BasicType> behaviour (#7755) 6 年之前
TestNumericCasts.hx e40246f24b [jvm] cast all the things (#8776) 6 年之前
TestOps.hx 69c423fbc3 [cpp] Add extra casting when performing ops directly on anonymous fields. Closes #6588 7 年之前
TestOrder.hx 5e5b86af28 move some stuff around in the unit tests to make them comp-server-compatible 9 年之前
TestOverloads.hx 80f0e0da79 [syntax] support overload modifier 5 年之前
TestOverloadsForEveryone.hx 3488defe09 Allow `overload` on extern methods on all targets (#9793) 5 年之前
TestPhp.hx 02025c9e97 [php] php.Syntax.customArrayDecl() (closes #9113) 5 年之前
TestPython.hx 02279f7506 [wip] Use utest for our unit tests (#7901) 6 年之前
TestReflect.hx 3b41726389 Soft deprecation of "Std.is" (#2976) (#9016) 6 年之前
TestResource.hx 1ba7d2a3cf [syntax] treat \x escapes as uchars 7 年之前
TestSerialize.hx 1e77f62999 [php] fix cross-platform Bytes sreialization/deserialization (#8943) 6 年之前
TestSerializerCrossTarget.hx 02279f7506 [wip] Use utest for our unit tests (#7901) 6 年之前
TestSyntaxModule.hx 9c26689191 [js] Syntax.plainCode (fixes #9081) 6 年之前
TestType.hx 79e0c0c9dd [tests] make CI green again 5 年之前
TestUInt.hx b62851cd83 whitespaces 10 年之前
TestUnspecified.hx 54d7bbb928 [parser] support `(expr is type_path)` syntax but just translate it to a Std.is call for now (see #2976) 10 年之前
TestXML.hx 7070e6a6b7 [php] improve haxe.xml.Parser performance (#8083) 6 年之前
UnitBuilder.hx 0602f4e419 [unit] emit an error if a spec test file does not end with `.unit.hx` (#7808) 5 年之前