暂无描述

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 年之前