Simon Krajewski
|
f69d2fa76d
document haxe.macro.Type.hx (closes #4156) [skip ci]
|
10 年之前 |
Simon Krajewski
|
54d7bbb928
[parser] support `(expr is type_path)` syntax but just translate it to a Std.is call for now (see #2976)
|
10 年之前 |
Simon Krajewski
|
5ed27f813a
[js] flush output after each type and method (closes #4110)
|
10 年之前 |
Simon Krajewski
|
2350d1d100
Merge pull request #4128 from markknol/patch-1
|
10 年之前 |
Simon Krajewski
|
37329a5d6e
Merge pull request #3553 from m22spencer/patch-1
|
10 年之前 |
Simon Krajewski
|
69ca46d83b
Merge pull request #4157 from markknol/patch-2
|
10 年之前 |
Simon Krajewski
|
91cd7828ad
Merge pull request #4194 from thomasuster/development
|
10 年之前 |
Simon Krajewski
|
fcce2f0fa0
Merge pull request #4193 from larsiusprime/patch-1
|
10 年之前 |
Simon Krajewski
|
8c2799b093
Merge pull request #4216 from HaxeFoundation/haxe-3.3
|
10 年之前 |
Simon Krajewski
|
7168026d7f
[cpp] disable Array restriction in simplifier (see #4187)
|
10 年之前 |
Hugh
|
1fcc7c92ee
[cpp] Do not rely in reflection to make interfaces work for non-first interface parents
|
10 年之前 |
Simon Krajewski
|
3fe2f9469c
[C#] dodge null propagation issue
|
10 年之前 |
Simon Krajewski
|
4addbafab3
[analyzer] make sure variable initializations are in `need_val` mode
|
10 年之前 |
Simon Krajewski
|
0d698379ca
add some more null tests
|
10 年之前 |
Simon Krajewski
|
87d0e858c0
run unit tests against -D analyzer again
|
10 年之前 |
Simon Krajewski
|
0c5bf3926f
reactivate null checker code, but disable it by default
|
10 年之前 |
Simon Krajewski
|
aec6dd7c03
do not create a return expression for closures that return Void (see #2767)
|
10 年之前 |
Simon Krajewski
|
f511cb2f6d
[cpp] time native compilation
|
10 年之前 |
Simon Krajewski
|
22c52735dc
make sure we have `generate target` timers around the generators (see #3819)
|
10 年之前 |
Simon Krajewski
|
444868419d
CHANGES.txt update [skip ci]
|
10 年之前 |
Simon Krajewski
|
f6cd97bed1
remove abstract inline closure restriction (closes #4165)
|
10 年之前 |
Simon Krajewski
|
25cb28edc0
do not apply `@:native` to non-core-type abstracts (see #4158)
|
10 年之前 |
Simon Krajewski
|
8f8b967326
avoid French string literal
|
10 年之前 |
Simon Krajewski
|
baaa83292a
make Map literals aware of IntMap, StringMap, ObjectMap and EnumValueMap (closes #3935)
|
10 年之前 |
Simon Krajewski
|
f520bf2814
rework Map literals to use `unify_min` if no expected type is given (see #4196)
|
10 年之前 |
Simon Krajewski
|
cdb55eb5b4
repair collateral damage from renaming `_types` to `_params`
|
10 年之前 |
Simon Krajewski
|
ef9254491b
[js] do not output double semicolons (closes #4077)
|
10 年之前 |
Simon Krajewski
|
d40ed7b13f
deal with KAbstract + KFloat/KInt (closes #4122)
|
10 年之前 |
Simon Krajewski
|
9e75bd4fcd
forward `@:native` to abstract implementation class (closes #4158)
|
10 年之前 |
Simon Krajewski
|
b951a8aa5b
support `@:fakeEnum` matching in pattern matcher maybe (see #4153)
|
10 年之前 |