Alexander Kuzmenko
|
2f98d032ec
Moved quoteWinArg, quotUnixArg, isEof out of StringTools to haxe.SysTools (#8151)
|
6 tahun lalu |
Jens Fischer
|
802868a772
[std] fix some doc comment style inconsistencies
|
6 tahun lalu |
Simon Krajewski
|
753b36e5d1
null cast/is/catch (#7532)
|
6 tahun lalu |
Nicolas Cannasse
|
80f42bdc38
unit tests for cast to interface (#7658)
|
6 tahun lalu |
Mark Knol
|
90eda8ce3c
Happy new year! :tada:
|
6 tahun lalu |
Simon Krajewski
|
a200541e35
revert Std.is changes for release
|
7 tahun lalu |
Nicolas Cannasse
|
ad443a5fc8
more Std.is(null,Dynamic) == false support (#7532)
|
7 tahun lalu |
Simon Krajewski
|
0142be1c0e
[typer] require init or type-hint for static vars too
|
7 tahun lalu |
Nicolas Cannasse
|
03659011fc
Unicode tests (#7009)
|
7 tahun lalu |
Justin Donaldson
|
cec48c9803
[lua] add `osx` to the list of recognized system name patterns
|
7 tahun lalu |
Ben Morris
|
0f1633503d
Flesh out + test sys.net.Socket on all sys targets (#6887)
|
7 tahun lalu |
Jens Fischer
|
b77546dd21
[lua] fix missing close() call in Boot.systemName()
|
7 tahun lalu |
Mark Knol
|
b3cc1d7949
Happy new year! (#6799)
|
7 tahun lalu |
Justin Donaldson
|
1a87a1e444
[lua] fix toString behavior in the case of -0 (fix #6652)
|
8 tahun lalu |
Justin Donaldson
|
e439eede66
[lua] if dynamic is not table, return empty array for Reflect.fields
|
8 tahun lalu |
Justin Donaldson
|
1dc68f8fe9
[lua] fix missing semicolon on static init declarations, and streamline some boot handlers
|
8 tahun lalu |
Justin Donaldson
|
cbf3404818
[lua] clean up some easy TODOS
|
8 tahun lalu |
Justin Donaldson
|
05c2ae137d
[lua] turn os detection script into pure haxe
|
8 tahun lalu |
Justin Donaldson
|
bb6dc209d2
[lua] fix issue #5973
|
8 tahun lalu |
Mark Knol
|
875ad19432
2017 (#5932)
|
8 tahun lalu |
Justin Donaldson
|
accc7054e7
[lua] fix errors masked by incorrect error code
|
8 tahun lalu |
Justin Donaldson
|
bfb06afb00
[lua] start refactoring externs based on versions
|
9 tahun lalu |
Justin Donaldson
|
cdab01efa5
[lua] add int clamp behavior that more closely matches js, etc. Use this as default for Std.int
|
9 tahun lalu |
Dan Korostelev
|
b7e204924c
[lua] multireturn support
|
9 tahun lalu |
Justin Donaldson
|
c53356019b
[lua] featurize _hx_apply_self
|
9 tahun lalu |
Justin Donaldson
|
ee417dde87
[lua] featurize some table polyfills
|
9 tahun lalu |
Justin Donaldson
|
9ee06d98f9
[lua] make the staticToInstance and funcToField helpers features as well
|
9 tahun lalu |
Justin Donaldson
|
5019d12065
[lua] inline _hx_bind as a pure lua helper method in the compiler, rather than in Boot
|
9 tahun lalu |
Justin Donaldson
|
6098b9cc03
[lua] refactor field reflection, move some key messy bits into boot instead of Reflect
|
9 tahun lalu |
Justin Donaldson
|
543d365aed
[lua] add missing feature check for _hx_bit_clamp, remove unnecessary heavyweight parseInt usage
|
9 tahun lalu |