No Description

Nicolas Cannasse b9c44ada5b added support for quotes in StringTools html escaping 13 years ago
doc b9c44ada5b added support for quotes in StringTools html escaping 13 years ago
std b9c44ada5b added support for quotes in StringTools html escaping 13 years ago
tests b9c44ada5b added support for quotes in StringTools html escaping 13 years ago
Makefile 425974faf6 minor : dce does not actually depends on typecore 13 years ago
Makefile.win 5489414879 added hxproj project 13 years ago
ast.ml d99a795b32 import improvements (fixed issue #365) 13 years ago
codegen.ml fd7235cb44 restore overrides that might have been changed by DCE 13 years ago
common.ml 26d40f4ee8 changed --dead-code-elimination to --dce [no|std|full], added haxe_ver for 3.0+ 13 years ago
dce.ml c80783fdbf make sure DCE also checks parent interfaces 13 years ago
genas3.ml 9ff2d10206 [As3/Swf9] generate flash.Vector<T> as Object to avoid variance problems (fixed issue #1210) 13 years ago
gencommon.ml 5b4dda24ad compiler-documented defines 13 years ago
gencpp.ml d7428809e7 fixed EnumValue abstract in cpp (fixed issue #1248) 13 years ago
gencs.ml 29a2bced88 use abstract types for basic types (Int,Float,Bool,Void) and for Class,Enum,EnumValue 13 years ago
genjava.ml 29a2bced88 use abstract types for basic types (Int,Float,Bool,Void) and for Class,Enum,EnumValue 13 years ago
genjs.ml 85a19f22a2 only create runtime fields for properties which have a default or @:isVar set 13 years ago
genneko.ml b9c44ada5b added support for quotes in StringTools html escaping 13 years ago
genphp.ml 7614c655ca a bit more abstract support changes 13 years ago
genswf.ml 7c6e8cec8a added flash 11.5 / swf version 18 future support 13 years ago
genswf8.ml 85a19f22a2 only create runtime fields for properties which have a default or @:isVar set 13 years ago
genswf9.ml 85a19f22a2 only create runtime fields for properties which have a default or @:isVar set 13 years ago
genxml.ml 85e9b9ed27 no dce when -D doc-gen or -D no-dce ! 13 years ago
haxe.hxproj 5489414879 added hxproj project 13 years ago
haxe.sln e3b0842b33 added 20 years ago
haxe.vcproj 8e7cacc57f kill the compiler before building 13 years ago
interp.ml 26d40f4ee8 changed --dead-code-elimination to --dce [no|std|full], added haxe_ver for 3.0+ 13 years ago
lexer.mll 4965f733a3 correctly report line 1 instead of line 0 for errors on first line 13 years ago
main.ml 26d40f4ee8 changed --dead-code-elimination to --dce [no|std|full], added haxe_ver for 3.0+ 13 years ago
optimizer.ml 0d2e3d1925 fixed completion optimization with iterators (fixed issue #1212) 13 years ago
parser.ml 26d40f4ee8 changed --dead-code-elimination to --dce [no|std|full], added haxe_ver for 3.0+ 13 years ago
type.ml 85a19f22a2 only create runtime fields for properties which have a default or @:isVar set 13 years ago
typecore.ml e4a71f29a0 report current target upon forbidden package (fixed issue #1215) 13 years ago
typeload.ml a127252e03 fixed constraint comparison between two fields (fixed issue #1228) 13 years ago
typer.ml 85a19f22a2 only create runtime fields for properties which have a default or @:isVar set 13 years ago