1. e21e367 @JavaDerive(toString=true) for enum types by Jooyung Han · 2 years, 2 months ago
  2. 9ab1a9e Remove @Hide. by Steven Moreland · 2 years, 3 months ago
  3. ae01675 Pull up IsUserDefined() by Jooyung Han · 2 years, 3 months ago
  4. 14ca7d9 Add Delegator support to the Java backend by Devin Moore · 2 years, 4 months ago
  5. 2a45d0a Evaluate the type before checking array dimension type by Devin Moore · 2 years, 4 months ago
  6. 23edf92 AIDL: add propagateAllowBlocking by Makoto Onuki · 2 years, 4 months ago
  7. f08c15f Lint: Redundant imports by Jooyung Han · 2 years, 4 months ago
  8. c134783 @VintfStability is applied nested types by Jooyung Han · 2 years, 4 months ago
  9. c2bc750 Add @JavaSuppressLint by Jooyung Han · 2 years, 5 months ago
  10. 65281c4 Remove permission library by Thiébaud Weksteen · 2 years, 6 months ago
  11. ca4f319 Fix: multidimensional fixed-size arrays (NDK/CPP) by Jooyung Han · 2 years, 6 months ago
  12. 0cc9963 Default values for fixed-size arrays by Jooyung Han · 2 years, 6 months ago
  13. 9fafb8d grammar for fixed-size array by Jooyung Han · 2 years, 6 months ago
  14. aeb0167 ConstantValueDecorator with strings by Jooyung Han · 2 years, 6 months ago
  15. 2a46d06 Make DefaultImpl support an opt-in option for AIDL interfaces, via by Hao Ke · 2 years, 7 months ago
  16. 73c9ad9 @FixedSize union should check members by Jooyung Han · 2 years, 7 months ago
  17. 1b6bfe9 Fix nested types without package decl. by Jooyung Han · 2 years, 7 months ago
  18. 97be584 Add @FixedSize union by Jooyung Han · 2 years, 7 months ago
  19. 7aeb32d Rename @Enforce condition attribute by Thiébaud Weksteen · 2 years, 7 months ago
  20. fbda1c6 Support List<interface> by Jooyung Han · 2 years, 7 months ago
  21. 1d3ec71 Support array of interface by Jooyung Han · 2 years, 7 months ago
  22. e79243a Add further permission annotations by Thiébaud Weksteen · 2 years, 7 months ago
  23. a46b136 Interface types can be nested. by Jooyung Han · 2 years, 7 months ago
  24. 133da84 Accept @Enforce on interface definition by Thiébaud Weksteen · 2 years, 7 months ago
  25. cdf89ec Remove AidlImport by Jooyung Han · 2 years, 7 months ago
  26. ff6dafa Add CheckValid to AidlMethod by Thiébaud Weksteen · 2 years, 8 months ago
  27. b4997aa Support nullable types in Rust/NDK by Jooyung Han · 2 years, 8 months ago
  28. 6409833 Support List<IBinder> in NDK by Jooyung Han · 2 years, 8 months ago
  29. 49b8f36 Clean up LanguageSpecificCheckValid by Jooyung Han · 2 years, 8 months ago
  30. 2b3cd2a Make sure all nodes are visited. by Jooyung Han · 2 years, 8 months ago
  31. accd919 Use AidlTypenames::MakeResolvedType() for inline types by Jooyung Han · 2 years, 8 months ago
  32. bc7ab90 Support IBinder array in the NDK/Rust backends. by Jooyung Han · 2 years, 8 months ago
  33. c3c739a Visit default value node by Jooyung Han · 2 years, 8 months ago
  34. a7560e8 AidlNode: delete copy constructor by Steven Moreland · 2 years, 8 months ago
  35. 0cac866 Remove ArrayBase by Steven Moreland · 2 years, 8 months ago
  36. 8e9ae87 C++/NDK backends reorder nested type decls. by Jooyung Han · 2 years, 8 months ago
  37. b2316a5 Rust: support ParcelableHolder by Andrei Homescu · 2 years, 9 months ago
  38. f8c3963 Nested types know its parent/root/document. by Jooyung Han · 2 years, 8 months ago
  39. b248d07 aidl: verify enum backing type by Steven Moreland · 2 years, 8 months ago
  40. 7fc5de0 nested types: generic types can't have nested types. by Jooyung Han · 2 years, 8 months ago
  41. 2b1487d nested types: Reject unstructured parcelable by Jooyung Han · 2 years, 8 months ago
  42. 2aedb11 Parsing nested types. by Jooyung Han · 2 years, 8 months ago
  43. baa7106 Adding AidlCast to replace downcasting methods by Jooyung Han · 2 years, 8 months ago
  44. 589cfb0 Refactor LanguageSpecificCheckValid() by Jooyung Han · 2 years, 8 months ago
  45. 9ab5912 Validate @Enforce expression earlier by Thiébaud Weksteen · 2 years, 9 months ago
  46. 5a4db21 Add @Enforce AIDL annotation by Thiébaud Weksteen · 2 years, 9 months ago
  47. 442cacf Fix leak in aidl_unittests by Jooyung Han · 2 years, 9 months ago
  48. 01720ed Support @nullable(heap) for recursive types by Jooyung Han · 2 years, 10 months ago
  49. 2cb8ecd Check cpp_header for C++/NDK by Jooyung Han · 2 years, 10 months ago
  50. 3578498 Allow duplicate types from preprocessed by Jooyung Han · 3 years ago
  51. 13f1fa5 Refactor: type resolution done in Scope by Jooyung Han · 3 years ago
  52. fa18193 fuzz: `void` is an invalid type for parameters by Jooyung Han · 3 years ago
  53. 93f48f0 Preprocessed uses the same syntax of AIDL by Jooyung Han · 3 years ago
  54. 020d8d1 Reject "out ParcelFileDescriptor" parameters by Jooyung Han · 3 years, 3 months ago
  55. 1f35ef3 Map's value type can be array. by Jooyung Han · 3 years, 4 months ago
  56. aab242a fix: handling Map's key/value type by Jooyung Han · 3 years, 4 months ago
  57. d09a21d CheckValid/LanguageSpecificCheckValid for type args by Jooyung Han · 3 years, 4 months ago
  58. cea8900 List of arrays is not supported. by Jooyung Han · 3 years, 4 months ago
  59. 1f56b70 Extract DumpVisitor by Jooyung Han · 3 years, 4 months ago
  60. 161bb0f Limit comment tags placement by Jooyung Han · 3 years, 4 months ago
  61. 8451a20 Lexer passes the list of comments to parser by Jooyung Han · 3 years, 5 months ago
  62. 5c7e77c AidlCommentable represents AIDL-commentable entities by Jooyung Han · 3 years, 4 months ago
  63. 132cf80 --dumpapi with copyright/license headers by Jooyung Han · 3 years, 5 months ago
  64. 24effbf Parses @hide/@deprecated only in block comments by Jooyung Han · 3 years, 5 months ago
  65. 6736ffb refactor: AidlAnnotation/AidlTypeSpecifier are commentable by Jooyung Han · 3 years, 5 months ago
  66. 9fd6702 dump_api: emits @deprecated in comments by Jooyung Han · 3 years, 5 months ago
  67. d4fe00e Emit deprecation note by Jooyung Han · 3 years, 5 months ago
  68. bd9db44 refactor: comments/annotations for Java by Jooyung Han · 3 years, 5 months ago
  69. 8aeef8c Extract the common base class: AidlCommentable by Jooyung Han · 3 years, 5 months ago
  70. 2d6b5c4 Specify/validate annotation's target context by Jooyung Han · 3 years, 5 months ago
  71. d0c8af0 cleanup: remove comments field from ConstantRef by Jooyung Han · 3 years, 5 months ago
  72. 720253d Emit "deprecated" by Jooyung Han · 3 years, 5 months ago
  73. 9435e9a rename LanguageToString to to_string by Jooyung Han · 3 years, 5 months ago
  74. c5688f7 Make AidlNode visitable by Jooyung Han · 3 years, 5 months ago
  75. 9d3cbe2 refactor: remove AidlConstantReference::SetRefType by Jooyung Han · 3 years, 5 months ago
  76. 865da49 make AidlTypeSpecifier visit-able by Jooyung Han · 3 years, 5 months ago
  77. 512ed85 Refactor AidlVisitor so that it no longer responsible for traversing by Jiyong Park · 3 years, 5 months ago
  78. 535c5e8 AidlConstantValue::EvaluatedValue<T>() in the header by Jooyung Han · 3 years, 5 months ago
  79. 808a2a0 Run diagnostics in a separate visitor by Jooyung Han · 3 years, 5 months ago
  80. f8dbbcc Add @SuppressWarnings annotation by Jooyung Han · 3 years, 5 months ago
  81. b3c77ed AidlAnnotation::ParamValue() to retrieve param's value by Jooyung Han · 3 years, 5 months ago
  82. 5c2fcae define annotation schemas using AidlTypeSpecifier by Jooyung Han · 3 years, 5 months ago
  83. 3557e48 add -Winout-parameter to avoid inout parameter by Jooyung Han · 3 years, 5 months ago
  84. 672557b refactor: make "Autofill" explicit by Jooyung Han · 3 years, 5 months ago
  85. 5721a23 Add "required_parameters" to Annotation params by Jooyung Han · 3 years, 5 months ago
  86. 2631853 non-zero enumerator lint error crash by Steven Moreland · 3 years, 5 months ago
  87. 3b99018 add -Wenum-zero warning. by Jooyung Han · 3 years, 5 months ago
  88. 888c5bc add -W<warning>/-Werror CLI options by Jooyung Han · 3 years, 5 months ago
  89. 53fb424 union requires first member's default value by Jooyung Han · 3 years, 6 months ago
  90. 55f96ad Fix list supported types. by Jooyung Han · 3 years, 6 months ago
  91. fdaae1d fix const-ref with --dumpapi & --checkapi by Jooyung Han · 3 years, 6 months ago
  92. e87cdd0 List<T> supported types by Jooyung Han · 3 years, 6 months ago
  93. 2981384 const-ref: support recursive references by Jooyung Han · 3 years, 6 months ago
  94. 9aa3d04 @JavaDerive(equals=true) by Jiyong Park · 3 years, 6 months ago
  95. 690f584 using references in constant expressions by Jooyung Han · 3 years, 6 months ago
  96. 829ec7c refactor: move members into AidlDefinedType by Jooyung Han · 3 years, 6 months ago
  97. 3f347ca support const in parcelable/union by Jooyung Han · 3 years, 6 months ago
  98. b3ca630 dump const decls with annotations by Jooyung Han · 3 years, 6 months ago
  99. 965e31d switch ToString/Signature for TypeSpecifier by Jooyung Han · 3 years, 6 months ago
  100. a7764e5 support @SensitiveData -> FLAG_CLEAR_BUF by Steven Moreland · 3 years, 7 months ago