Nenhuma descrição

Bruno Garcia c4e6254c2f Only generate JS __properties__ for programs that use Reflect.get/setProperty. 13 anos atrás
doc 934f092895 CHANGES.txt update 13 anos atrás
std b6195c1b02 Use static methods for JS date functions instead of prototype patches. 13 anos atrás
tests 2767b9ea1d added failing unit tests for quoted fields and optional call param structures 13 anos atrás
Makefile 3f0bb8da30 Build haxedoc and haxelib from the Makefile. 13 anos atrás
Makefile.win ab05dbd254 allow usage of OCaml MingW or Cygwin (by default) 13 anos atrás
ast.ml 2b05fa43ca null, true, false are now keywords 13 anos atrás
codegen.ml 03ca86bd19 also update cl_fields when filtering duplicate interface functions 13 anos atrás
common.ml 2de7bd9f9a moved file_extension to common 13 anos atrás
genas3.ml f823b967aa [as3] EnumValue -> enum (fixed issue #840) 13 anos atrás
gencommon.ml f23db9f1d6 [java/cs] Fixed Issue #843 13 anos atrás
gencpp.ml 9ef3b2b933 Do not partially add metadata to interfaces 13 anos atrás
gencs.ml a6cc212512 [java] Fixed Issue #863 and "Unsafe cast" warnings that also were issued when running the tests. 13 anos atrás
genjava.ml a6cc212512 [java] Fixed Issue #863 and "Unsafe cast" warnings that also were issued when running the tests. 13 anos atrás
genjs.ml c4e6254c2f Only generate JS __properties__ for programs that use Reflect.get/setProperty. 13 anos atrás
genneko.ml bb2a7fe99e fixed neko int overflow detection 13 anos atrás
genphp.ml 15f6e8a3e9 filter overridden interface fields on PHP (fixed issue #858) 13 anos atrás
genswf.ml 77204825d7 fixed bug with 24-bits PNG not decoding properly in flash with @:bitmap 13 anos atrás
genswf8.ml 96e5e4c0c2 minor 14 anos atrás
genswf9.ml 4e86305e2d never reuse the slot for captured variables (might cause conflicts if both are delayed) 13 anos atrás
genxml.ml 5670a6aa65 types directly reference modules and not their path 13 anos atrás
haxe.sln e3b0842b33 added 20 anos atrás
haxe.vcproj 1a202e497b use good paths + debug config make 13 anos atrás
interp.ml 4fb7021809 added Context.getLocalMethod (fixed issue #704) 13 anos atrás
lexer.mll 2b05fa43ca null, true, false are now keywords 13 anos atrás
main.ml 8c68e536bc null-check will use display_error 13 anos atrás
optimizer.ml 966b135a7c prevent delaying side effects when moving parameters into a inlined local function 13 anos atrás
parser.ml 86f5c1507f fixed binop after closing parenthesis for conditional compilation (fixed issue #782) 13 anos atrás
type.ml 8285513722 reverted Null<T> restrictions : we unify whole-function when making a call, leading to unwanted errors 13 anos atrás
typecore.ml 09e2aaab50 ensure no scope conflicts with generated locals (fixed issue #817) 13 anos atrás
typeload.ml 72f37a1a40 report correct position on variance issues 13 anos atrás
typer.ml 42aa45906a ignore quoted fields when building constant structure and raise catchable errors (fixed issue #869) 13 anos atrás