暂无描述

Caue Waneck 2fe77ed05a [java] Now Java uses native java.lang.Class<T> as the representation of Haxe's Class<T>. Fixes Issue #821 13 年之前
doc ce2873a595 fixed issue #803 13 年之前
std 2fe77ed05a [java] Now Java uses native java.lang.Class<T> as the representation of Haxe's Class<T>. Fixes Issue #821 13 年之前
tests 17a37b8dc4 added tests for "bad nodetype" exception in Xml and fixed flash 8 + 9 Xml accordingly 13 年之前
Makefile 3d8b0ef651 minor 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 0f0aaf1f62 fixed haxe.rtti.Generic usage with compilation server (fixed issue #771) 13 年之前
common.ml 2de7bd9f9a moved file_extension to common 13 年之前
genas3.ml d5770bdf16 fixed EnumValue becomes Object 13 年之前
gencommon.ml 2fe77ed05a [java] Now Java uses native java.lang.Class<T> as the representation of Haxe's Class<T>. Fixes Issue #821 13 年之前
gencpp.ml 9ef3b2b933 Do not partially add metadata to interfaces 13 年之前
gencs.ml 2fe77ed05a [java] Now Java uses native java.lang.Class<T> as the representation of Haxe's Class<T>. Fixes Issue #821 13 年之前
genjava.ml 2fe77ed05a [java] Now Java uses native java.lang.Class<T> as the representation of Haxe's Class<T>. Fixes Issue #821 13 年之前
genjs.ml c7684fb726 do not generate null inits if no Type.getClassFields/getInstanceFields 13 年之前
genneko.ml bb2a7fe99e fixed neko int overflow detection 13 年之前
genphp.ml 09d223dbbb haXe -> Haxe 13 年之前
genswf.ml 77204825d7 fixed bug with 24-bits PNG not decoding properly in flash with @:bitmap 13 年之前
genswf8.ml 96e5e4c0c2 minor 14 年之前
genswf9.ml 39dd27b804 fixed if + Xml comparison 13 年之前
genxml.ml 5670a6aa65 types directly reference modules and not their path 13 年之前
haxe.sln e3b0842b33 added 20 年之前
haxe.vcproj b834e818d8 use MSVC=1 13 年之前
interp.ml 09d223dbbb haXe -> Haxe 13 年之前
lexer.mll 2b05fa43ca null, true, false are now keywords 13 年之前
main.ml 905143f6f5 put --display in front of arguments if last (or if followed by -D use_rtti_doc) 13 年之前
optimizer.ml 68b5e84f41 optimized Std.int(123) and Std.int(123.45) 13 年之前
parser.ml 86f5c1507f fixed binop after closing parenthesis for conditional compilation (fixed issue #782) 13 年之前
type.ml 6fc35b9da3 ensure that ctx.tnull will not force lazy types to be evaluated immediately (fixed issue #815) 13 年之前
typecore.ml 04aa631b21 make sure gen_local does not shadow class fields (fixed issue #817) 13 年之前
typeload.ml 87e429e872 match documentation : function parameters are nullable if they are declared with '?' 13 年之前
typer.ml 2c3f750c07 do not protect from recursion since the sub-lazy will do instead 13 年之前