Commit History

Author SHA1 Message Date
  Aleksandr Kuzmenko 32fb8c5c66 bring back "Generated by Haxe ..." headers 4 years ago
  Simon Krajewski 785a70ef35 [analyzer] don't process block elements in dead code 4 years ago
  Aleksandr Kuzmenko 77735decac [analyzer] add bb_terminator 4 years ago
  Aleksandr Kuzmenko c9ce4eadaa minor changelog fix 4 years ago
  Aleksandr Kuzmenko a2f4ba9540 disabled test #5172 4 years ago
  Aleksandr Kuzmenko 7f3563ca8f release 4.2.2 4 years ago
  Aleksandr Kuzmenko 14af6633f0 removed premature abstract cast while typing against enum (fixes #10173) 4 years ago
  Aleksandr Kuzmenko 3705657a4b handle mixed constraints of types and anon fields (fixes #10162) 4 years ago
  Aleksandr Kuzmenko 43860db98f [eval] allow multiple locks from same thread for sys.thread.Mutex (fixes #10249) 4 years ago
  Aleksandr Kuzmenko 58e04b960c [server] emit stderr of `--cmd` as a server message (fixes test for #9690 after #6726) 4 years ago
  Aleksandr Kuzmenko 53cf03bdc4 [ci] disabled flash tests for now 4 years ago
  Aleksandr Kuzmenko 7595ca2a1a [eval] don't throw upon casting (null:String) to NativeString 4 years ago
  Aleksandr Kuzmenko 65e3bbc357 [cmd] use `Unix.system` instead of `Unix.open_process` (fixes #6726, fixes #4669) 4 years ago
  Aleksandr Kuzmenko 35f5e83b78 Basic implementation of upper bound constraints (#10233) 4 years ago
  Aleksandr Kuzmenko 213018ae70 [ci] fixed deploy task 4 years ago
  Aleksandr Kuzmenko e9c276ad5f use ubuntu 18.04 4 years ago
  Dan Korostelev 6cde585220 more fences 4 years ago
  Dan Korostelev a954f24c1b [cs][java] test #10193 and set pf_this_before_super=false for C# 4 years ago
  Dan Korostelev 57692a9f7a only enable #10193 test for js 4 years ago
  Dan Korostelev 186f4b4b76 add test (closes #10193) 4 years ago
  Aleksandr Kuzmenko bb680d5eed fix this-before-super checking (see #10193) 4 years ago
  Aleksandr Kuzmenko b83372ff48 [js] don't try to generate extern fields in ES5 prototypes (closes #10192) 4 years ago
  Aleksandr Kuzmenko b50de0f29f test for #10167 (closes #10167) 4 years ago
  Aleksandr Kuzmenko 80770973dc test for `expr is Module.SubType` (closes #10174) 4 years ago
  Aleksandr Kuzmenko c9b7d473f6 [ide] fix hovering `T` in `v is T` (see #10167) 4 years ago
  Aleksandr Kuzmenko 4e7d2023df [jvm] fixed manifest generation (#10157, #10160) 4 years ago
  David Bruce bb3c4a67ff Changes class-path generation for jvm to multiple lines to fix jars with (#10160) 4 years ago
  Aleksandr Kuzmenko c5dc293977 don't loose typed arguments of a call to a var field as a static extension (closes #10144) 4 years ago
  Aleksandr Kuzmenko fd2aa3c35c don't try implicit casts of rest arguments against an unbound monomorph (#10143) 4 years ago
  Aleksandr Kuzmenko 91d7c54d4a use Type.unify for rest args after all. +test (#10143) 4 years ago