Commit History

Author SHA1 Message Date
  Simon Krajewski 21c87c8608 move typer.object_field to parser.unquote_ident 11 years ago
  Simon Krajewski f66740d4dd more printer fixes 11 years ago
  Nicolas Cannasse 235051f08c Merge pull request #2630 from Simn/genericBuild 11 years ago
  Simon Krajewski 95b4b14736 try for more consistent expression printing formatting 11 years ago
  Simon Krajewski ebcf0c8097 formating fix to EObjectDecl printing 11 years ago
  Simon Krajewski bf08a9c25b %= is also a valid assign op 11 years ago
  Simon Krajewski dc231606d1 add missing underlying type declaration 11 years ago
  Simon Krajewski aadc4a4157 deal with @:coreType abstract recursion in various places 11 years ago
  Simon Krajewski a929a6964b make sure a_this of @:coreType abstracts is always the type itself 11 years ago
  Simon Krajewski 4d7b9c51d8 default to Dynamic when get_underlying_type is used on @:coreType abstract 11 years ago
  Simon Krajewski 3e25f052cd add again check to ensure abstracts are either @:coreType or have an underlying type 11 years ago
  Nicolas Cannasse a6032f87ed Merge pull request #2641 from pshtif/development 11 years ago
  Peter "sHTiF" Stefcek a0f1045f93 Flash 12 API synch 11 years ago
  Peter "sHTiF" Stefcek a583849be7 Flash 12 API synch 11 years ago
  Simon Krajewski 7423b738f2 do not add `this` argument to abstract member macros methods because it will be added by member macro handler later (closes #2640) 11 years ago
  Simon Krajewski 517e5e920d (DCE) allow enums as entry points (closes #2632) 11 years ago
  Simon Krajewski 83ca4b6e8c allow TypePath reification (closes #2634) 11 years ago
  Simon Krajewski 0a745131d1 add -D swf_use_doabc 11 years ago
  Simon Krajewski cc9ab370c4 Merge pull request #2635 from nadako/2604_as3_objdecl 11 years ago
  Dan Korostelev 5b81d9fc3a [as3] quote invalid as3 identifiers in object declaration (closes #2604) 11 years ago
  Simon Krajewski 0910294587 handle CExpr equality of static fields in pattern matcher (closes #2633) 11 years ago
  Simon Krajewski 631150fa5c check exact cast before checking transitive ones (closes #2614) 11 years ago
  Simon Krajewski cc4ce36b11 add test for issue #2508 11 years ago
  Simon Krajewski 5e9a9cd020 reverse inline arguments so they have left-to-right order (closes issue #2627) 11 years ago
  Simon Krajewski 5ecb4f6bdb add @:genericBuild 12 years ago
  Simon Krajewski 7797e9fda9 allow storing type parameters in get_build_infos 11 years ago
  Simon Krajewski 641b5e14ec add test for issue #2629 11 years ago
  Simon Krajewski 518270df4f Merge pull request #2629 from HaxeFoundation/Context.getExpectedType 11 years ago
  Simon Krajewski af99c07450 add Context.getExpecteType 11 years ago
  Simon Krajewski c7f32088e1 skip TCast(_, None) when checking for parameter default values (closes #2607) 11 years ago