No Description

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