설명 없음

Nicolas Cannasse c9698fa235 disable TypeParameter not being nullable (and explain why) 13 년 전
doc 934f092895 CHANGES.txt update 13 년 전
std ee3e82d5f8 added "is" feature (removes js.Boot.__instanceof if no typed catch is made) 13 년 전
tests b32fb1e2ec unit test fix 13 년 전
Makefile 3f0bb8da30 Build haxedoc and haxelib from the Makefile. 13 년 전
Makefile.win ab05dbd254 allow usage of OCaml MingW or Cygwin (by default) 13 년 전
ast.ml 2b05fa43ca null, true, false are now keywords 13 년 전
codegen.ml 03ca86bd19 also update cl_fields when filtering duplicate interface functions 13 년 전
common.ml 2de7bd9f9a moved file_extension to common 13 년 전
genas3.ml f823b967aa [as3] EnumValue -> enum (fixed issue #840) 13 년 전
gencommon.ml f23db9f1d6 [java/cs] Fixed Issue #843 13 년 전
gencpp.ml 9ef3b2b933 Do not partially add metadata to interfaces 13 년 전
gencs.ml a6cc212512 [java] Fixed Issue #863 and "Unsafe cast" warnings that also were issued when running the tests. 13 년 전
genjava.ml e7ec003e39 [java] added suppress warnings: deprecation for some deprecated api uses. Fixes Issue #861 13 년 전
genjs.ml c4e6254c2f Only generate JS __properties__ for programs that use Reflect.get/setProperty. 13 년 전
genneko.ml bb2a7fe99e fixed neko int overflow detection 13 년 전
genphp.ml 15f6e8a3e9 filter overridden interface fields on PHP (fixed issue #858) 13 년 전
genswf.ml 77204825d7 fixed bug with 24-bits PNG not decoding properly in flash with @:bitmap 13 년 전
genswf8.ml 96e5e4c0c2 minor 13 년 전
genswf9.ml 4e86305e2d never reuse the slot for captured variables (might cause conflicts if both are delayed) 13 년 전
genxml.ml 5670a6aa65 types directly reference modules and not their path 13 년 전
haxe.sln e3b0842b33 added 20 년 전
haxe.vcproj 1a202e497b use good paths + debug config make 13 년 전
interp.ml 4fb7021809 added Context.getLocalMethod (fixed issue #704) 13 년 전
lexer.mll 2b05fa43ca null, true, false are now keywords 13 년 전
main.ml 8726e7f16d allow to use HAXE_COMPILATION_SERVER env var instead of --connect 13 년 전
optimizer.ml be2cb646d9 remove inline type change on TIf 13 년 전
parser.ml 86f5c1507f fixed binop after closing parenthesis for conditional compilation (fixed issue #782) 13 년 전
type.ml c9698fa235 disable TypeParameter not being nullable (and explain why) 13 년 전
typecore.ml ee3e82d5f8 added "is" feature (removes js.Boot.__instanceof if no typed catch is made) 13 년 전
typeload.ml 72f37a1a40 report correct position on variance issues 13 년 전
typer.ml 8c9e9c1023 use unify_min instead of unify_min_raise at places it matters 13 년 전