No Description

Nicolas Cannasse 514bbba4d8 added $(value) reification (currently uses haxe.macro.Context.makeExpr, so only supported in macros) 13 years ago
doc f1338eabec readded additional String/StringBuf indirection to avoid reference/value problems (fixed issue #1044) 13 years ago
std 8ad09dad41 removed EMacro, moved reification to parser 13 years ago
tests 7f3a53af8b [cs] null string -> "null"; many unit test fixes 13 years ago
Makefile b763cb6fca make sure that we use newest haxe std when rebuilding tools 13 years ago
Makefile.win ab4830e15a added kill (kill runnning haxe compilation server) 13 years ago
ast.ml 514bbba4d8 added $(value) reification (currently uses haxe.macro.Context.makeExpr, so only supported in macros) 13 years ago
codegen.ml ee21ea3afa quote as3 keywords when used as object key 13 years ago
common.ml facb1bb876 [java] Both platforms are now Sys platforms; Added sys.FileSystem for Java 13 years ago
genas3.ml ee21ea3afa quote as3 keywords when used as object key 13 years ago
gencommon.ml 7f3a53af8b [cs] null string -> "null"; many unit test fixes 13 years ago
gencpp.ml 38ac04cb4b Fix type of TMatch temp 13 years ago
gencs.ml 5b99549d66 [cs] Null<Int>/Null<Float> inside anonymous structures may return null 13 years ago
genjava.ml 6444f64472 [cs] changes to start running C# unit tests 13 years ago
genjs.ml 54f768d232 ignore :expose when not js_modern 13 years ago
genneko.ml f1ba0f5523 use <System>64 directory for haxelib ndll lookup 13 years ago
genphp.ml 9876f95e84 fixed issue 753 13 years ago
genswf.ml f8b8639d82 ensure no nullability for basic types with default value (fix) 13 years ago
genswf8.ml cf4fdad824 added property reflection support for Flash8 13 years ago
genswf9.ml f52f9baa99 allowed @:debug for constructor / dynamic functions 13 years ago
genxml.ml e3f0700e60 :real -> :realPath + fixed issue #959 13 years ago
haxe.sln e3b0842b33 added 20 years ago
haxe.vcproj ab4830e15a added kill (kill runnning haxe compilation server) 13 years ago
interp.ml 8ad09dad41 removed EMacro, moved reification to parser 13 years ago
lexer.mll 453f470c4a removed Type/EType (fixed issue #730) 13 years ago
main.ml 604b29bd28 allow haxelib to inject extraParams.hxml when using a library 13 years ago
optimizer.ml c2c5535061 fixed issue #1037 13 years ago
parser.ml 82409ca762 allow function $name() for macros, still forbid it in typer 13 years ago
type.ml 679a23ed28 handle overloads in structural subtyping (fixed issue #1035) 13 years ago
typecore.ml 679a23ed28 handle overloads in structural subtyping (fixed issue #1035) 13 years ago
typeload.ml 369306d7c2 reset defines for core_api context (fixed issue #1017) 13 years ago
typer.ml 82409ca762 allow function $name() for macros, still forbid it in typer 13 years ago