提交歷史

作者 SHA1 備註 提交日期
  Dan Korostelev edbd219b46 ignore .vscode folder 9 年之前
  Simon Krajewski 964b0d7a25 support usage and type display on TVar 9 年之前
  Simon Krajewski e8c7422e56 make enum constructor pattern typing more accurate 9 年之前
  Dan Korostelev 5bfddb9b63 support nodejs in haxe.EntryPoint 9 年之前
  Dan Korostelev 7cdc461a6d add minor inline 9 年之前
  Simon Krajewski d14b6746da respect `with_type` in `handle_display` 9 年之前
  Dan Korostelev de2342cec9 handle EDisplay in pattern matching (see #5118) 9 年之前
  Simon Krajewski 067dc1e096 fix `find_before_pos` 9 年之前
  Mark Knol 90a9e8895a Documentation update (#5070) 9 年之前
  Simon Krajewski 45351d474b respect `@:pure` when checking for side-effects 9 年之前
  Simon Krajewski 99d76ec497 [analyzer] check Void for _all_ values 9 年之前
  Simon Krajewski 6ec6201cb1 probably fix PHP too 9 年之前
  Simon Krajewski ed440532cb probably fix macro compilation 9 年之前
  Hugh 7230d00743 [cpp] Use static function to get better typing in NativeArray. Small tweaks for Vector on cpp 9 年之前
  hughsando 17637ac4eb [cpp] Use new code for generating interface signatures. Closes https://github.com/HaxeFoundation/hxcpp/issues/417 . Delelegate _hx_getInterface to super in scriptable case 9 年之前
  Nicolas Cannasse 77cd95b520 Added EntryPoint/MainLoop support (close #3075) (#5017) 9 年之前
  Hugh b65f0f236f [cpp] ConstPointer.raw now casts-away const, and added constRaw to get the actual const pointer. Restore logic for non-dynamic access to unknown array fields 9 年之前
  hughsando 4a10cd057d [cpp] Ignore TCast to Dynamic. Make virtual function list order match the interface function list order 9 年之前
  hughsando b566dc61ad [cpp] Forward some functions from cpp.Callable to cpp.Function 9 年之前
  Hugh 835cd5243d [cpp] Trick haxe into thinking that cpp.Function class is callable 9 年之前
  Simon Krajewski 400bf3713d fix matching on parent class fields again (see #3507) 9 年之前
  Hugh be54ac49b9 [cpp] Add some c++ stdlib externs. Add Pointer setRaw and elementSize externs. Add c++ sizeof feature 9 年之前
  Dan Korostelev 8f3308b556 add version string to the "Generated by Haxe" comment 9 年之前
  Hugh b0a6270206 [cpp] It is actually ok to call an interface function on a Dynamic instance now 9 年之前
  Hugh 5f25fffe5e [cpp] Include headers for classes that have instance functions called. Closes #5026 9 年之前
  Hugh 158e1f4919 [cpp] Use the object type, not the function call type, when deciding if it dynamic or null access. Closes #5074 9 年之前
  Dan Korostelev e1ae0af491 update haxelib 9 年之前
  Hugh f8ce87eba5 [cpp] Use parens around op= when the return value matters. Closes #5100 9 年之前
  Ryusei Yamaguchi 844a7dba16 Add unit tests for String.substring 9 年之前
  Ryusei Yamaguchi c48ccc7b48 [lua] Fix String.substring 9 年之前