コミット履歴

作者 SHA1 メッセージ 日付
  Per Bothner a6dfdceba8 Allow SYNTHETIC method when actual class is non-public. 5 年 前
  Per Bothner af4e16ba45 Add configure support for Java 10 and above. 6 年 前
  Per Bothner 1fb5ad9d57 Fix GitLab issue #32 "Imprecise infered return type". 7 年 前
  Per Bothner c41a536128 * LitTable.java (emit): Use less Code space for big int arrays. 7 年 前
  Per Bothner f2b90d8d30 * Scope.java (vars): Make private. 7 年 前
  Per Bothner 71b16c477f * CodeAttr.java (emitIfRaw): New method. 7 年 前
  Per Bothner dad3755eb4 * kawa/Record.java (makeRecordType): Update mangling to symbolic. 7 年 前
  Per Bothner 26c849b7ca ClassType.java (isCompatibleWithValue): If this is an interface that extends valueType assume compatible. 8 年 前
  Per Bothner ea685b2e3a Tweak Type.isCompatibleWithValue return codes. 8 年 前
  Per Bothner e546ec9e24 * AnnotationEntry.java (asAnnotationValue): Generalize String 8 年 前
  Per Bothner 38da3f6497 Add (non-perfect) support for Java 9. 8 年 前
  Per Bothner 8fb7356408 Fix Savannah bug #48938 "lambda cannot be cast to java.util.Comparator". 8 年 前
  Per Bothner 64507d05a4 # * Type.java (promoteIfUnsigned): Fix bug which caused boolean nd char 8 年 前
  Per Bothner 8578072592 * LambdaExp.java (addMethodFor): Fix nonportability for unsigned types. 8 年 前
  Per Bothner 24f2387f8a * EnclosingMethodAttr.java (print): Fix handling when 8 年 前
  Per Bothner fd52286e29 * TypeVariable.java (equals): New method. 8 年 前
  Per Bothner f91cdd6a67 Fix Savannah bug #47772 "Array clone doesn't work". 8 年 前
  Per Bothner 0c90ec972c * ClassMethods.java (removeRedundantMethods): Use new Type.isSame. 8 年 前
  Per Bothner f4ea43ea85 Various tweaks for type types and lazy types. 9 年 前
  Per Bothner 5c26ed63d5 * Type.java (errorType): Change to instance of SpecialObjectType. 9 年 前
  Per Bothner 40512cdb0b * CodeAttr.java (processFixups): Guard against 'goto' cycle/ 9 年 前
  Per Bothner b709ed8788 * ClassType.java (getAnnotation): New method. 9 年 前
  Per Bothner 8133f021d4 * PrimType.java (compare): Handle signed vs unsigned types. 9 年 前
  Per Bothner 00b800d5d8 * PrimType.java (numberHierarchy): Add IntFraction. 9 年 前
  Per Bothner eebfbdec98 * PrimType.java (isUnsigned): New method. 9 年 前
  Per Bothner d9865fd3d3 Beginning of support for unsigned types ulong, uint, ushort, and ubyte. 9 年 前
  Per Bothner 62ca14c8eb * ClassType.java (getDeclaredMethod): Prefer non-synthetic 9 年 前
  Per Bothner 6b135934e2 Optimizations to avoid redundant goto. 9 年 前
  Per Bothner 8299a6e761 * Variable.java (scope): Make private. 9 年 前
  Per Bothner ce36bd3969 * Label.java (setTypes): Add sanity check. 9 年 前