1. d4057c4 add error message when CanBeJavaOnlyImmutable fails by Jooyung Han · 4 years ago
  2. d902a97 error if annotation is repeated by Jooyung Han · 4 years ago
  3. 8f02a53 Support ParcelableHolder in NDK by Jeongik Cha · 4 years ago
  4. d2fa023 describeContents() returns CONTENTS_FILE_DESCRIPTOR by Jooyung Han · 4 years ago
  5. fe89f12 union: default constructor inits with first member by Jooyung Han · 4 years ago
  6. 2946afc union: java backend by Jooyung Han · 4 years ago
  7. e6bc5e1 support multiple @JavaPassthrough by Jooyung Han · 4 years ago
  8. ebc3c5d Generic validation of AidlDefinedType by Steven Moreland · 4 years ago
  9. 8042d2d ParcelableHolder[] error. by Steven Moreland · 4 years ago
  10. 265f3d4 Avoid extra @FixedSize error. by Steven Moreland · 4 years ago
  11. 225519b Support ParcelableHolder in C++ by Jeongik Cha · 4 years, 1 month ago
  12. 2178081 Use AIDL_* errors over libbase logging. by Steven Moreland · 4 years ago
  13. e61feb5 Add @RustDerive annotation and auto-generated Rust derives by Andrei Homescu · 4 years, 1 month ago
  14. 53fc99c Support templated structured parcelables by Devin Moore · 4 years, 1 month ago
  15. b62afd9 Implement Rust backend for AIDL compiler by Andrei Homescu · 4 years, 5 months ago
  16. 6a01ca1 Move order of error messages in AidlTypeSpecifier CheckValid by Devin Moore · 4 years, 1 month ago
  17. 27fd7fd Descriptor annotation is added by Jiyong Park · 4 years, 1 month ago
  18. c7e47a3 Support @FixedSized annotation for structured parcelables by Devin Moore · 4 years, 2 months ago
  19. d0a1027 Rename @Immutable to @JavaOnlyImmutable by Jeongik Cha · 4 years, 2 months ago
  20. 9118025 Support builder class for an immutable parcelable by Jeongik Cha · 4 years, 2 months ago
  21. 13066da Check duplicate names in parcelable fields by Jeongik Cha · 4 years, 2 months ago
  22. 36f76c3 Support @Immutable for a parcelable by Jeongik Cha · 4 years, 2 months ago
  23. 2a7c92b Move AidlErrorLog to logging.h by Jiyong Park · 4 years, 2 months ago
  24. d800fef Don't use DISALLOW_COPY_AND_ASSIGN macro by Jiyong Park · 4 years, 2 months ago
  25. 43113fb @JavaDebug annotation for the generation of toString() by Jiyong Park · 4 years, 2 months ago
  26. 541788d Primitives default to 0 by Steven Moreland · 4 years, 4 months ago
  27. 1813218 Remove AidlQualifiedName by Jiyong Park · 4 years, 4 months ago
  28. bf5fd5c Add @JavaPassthrough annotation by Jiyong Park · 4 years, 4 months ago
  29. e5c4529 move parser to its own source file by Jiyong Park · 4 years, 4 months ago
  30. 649e8a7 Support extending parcelable in Java by Jeongik Cha · 4 years, 6 months ago
  31. e7d5d08 Remove assumption that backing type is a string. by Steven Moreland · 4 years, 4 months ago
  32. decaf29 Check for missing supported param for annotations by Devin Moore · 4 years, 5 months ago
  33. 0185d9b LanguageSpecificCheckValids for other NDK types by Steven Moreland · 4 years, 4 months ago
  34. d59e317 Fix abort for nullable parcelable array. by Steven Moreland · 4 years, 5 months ago
  35. cb1bcd7 Remove use of pair in AidlTypenames API by Steven Moreland · 4 years, 5 months ago
  36. 0cea4aa Annotation: expose annotation type with enum class by Steven Moreland · 4 years, 5 months ago
  37. e072d12 Remove duplicate function HasAnnotation. by Steven Moreland · 4 years, 5 months ago
  38. 5de18ed Make all uses of AidlErrorLog include a location by Devin Moore · 4 years, 6 months ago
  39. 7b8d5c9 Change most test fixtures to use parameterized fixtures by Devin Moore · 4 years, 6 months ago
  40. 097a3ab Add stricter error checking to unittests by Devin Moore · 4 years, 7 months ago
  41. b0d15a5 Distinguish enum and class 'AidlError'. by Steven Moreland · 4 years, 6 months ago
  42. df93ebb Changing enum autofill to use aidl file location instead of cpp by Devin Moore · 4 years, 6 months ago
  43. eccdb90 Remove extra spaces in direction specifiers by Devin Moore · 4 years, 6 months ago
  44. 2ac52f9 Change unsupported List type error to be same in all languages by Devin Moore · 4 years, 6 months ago
  45. 24f6857 Restrict where annotations can be applied by Devin Moore · 4 years, 7 months ago
  46. 78a1c1c Add @Hide support to *.aidl by Makoto Onuki · 4 years, 7 months ago
  47. ed17519 Revert "add '@SystemApi' in aidl" by Jiyong Park · 4 years, 7 months ago
  48. a5d9c5c Annotations/@hide consistent across defined types. by Steven Moreland · 4 years, 7 months ago
  49. 7e4b950 Annotations for defined types in API dumps. by Steven Moreland · 4 years, 7 months ago
  50. 997281d Preserve "@hide" comment during dump_api by Jeongik Cha · 4 years, 8 months ago
  51. b77048c Add getInterfaceHash() method by Paul Trautrim · 4 years, 8 months ago
  52. d1039a9 Fix-leak in AddImport. by Steven Moreland · 4 years, 8 months ago
  53. 11cb945 Error for @utf8InCpp on non-String. by Steven Moreland · 4 years, 8 months ago
  54. 8f6ec46 Imported type is preferred to preprocessed type by Jiyong Park · 4 years, 8 months ago
  55. 0d9c26e aidl_language.cpp: snake case by Steven Moreland · 4 years, 8 months ago
  56. c8a4ca8 Nice error for FileDescriptor in the NDK. by Steven Moreland · 4 years, 8 months ago
  57. 04b07e1 Nicer error for NDK non-generic list. by Steven Moreland · 4 years, 8 months ago
  58. e74c86d Allow primitive types in an user-defined generic type by Jeongik Cha · 4 years, 10 months ago
  59. 88f95a8 Ignore @JavaOnlyStableParcelable in c++/ndk backend by Jeongik Cha · 4 years, 8 months ago
  60. 609ba6d Updates for bison 3.5 by Dan Willemsen · 4 years, 9 months ago
  61. b75a451 Fail early when CharSequence is used in c++ or ndk by Jeongik Cha · 4 years, 9 months ago
  62. fdb57cd assert no error output on success by Steven Moreland · 4 years, 9 months ago
  63. bb55b5e Forbid Map type in cpp and ndk earlier by Jeongik Cha · 4 years, 9 months ago
  64. e48d994 Support a generic map in java by Jeongik Cha · 4 years, 9 months ago
  65. df76dc7 Allow to make generic unstructured parcelable in java by Jeongik Cha · 4 years, 10 months ago
  66. 54be7bd Disallow void declarations. by Steven Moreland · 4 years, 10 months ago
  67. adb7467 Include source position in generated annotations. by Mathew Inwood · 4 years, 10 months ago
  68. 59e53e4 ShallowIntegralCopy: report user errors w/o crash by Steven Moreland · 4 years, 10 months ago
  69. 08ca218 Supplement LanguageSpecificCheckValid, CheckValid by Jeongik Cha · 4 years, 10 months ago
  70. 1a0f22d Support List type in NDK by Jeongik Cha · 4 years, 10 months ago
  71. f0ca44f Fixes ShallowCopy to use the other constant's final evaluated type. by Daniel Norman · 5 years ago
  72. b28684e Adds support for autofilling enums. by Daniel Norman · 5 years ago
  73. d7d18df Add support for AIDL constant expressions by Will McVicker · 5 years ago
  74. ee8674f Adds support for arrays of enums. by Daniel Norman · 5 years ago
  75. 2e4112d Adds support for comments on enums and enumerators. by Daniel Norman · 5 years ago
  76. efd970d Move AidlConstantValue implementation to separate file by Will McVicker · 5 years ago
  77. 37d43dd Adds NDK support for Enums. by Daniel Norman · 5 years ago
  78. 716d311 Adds Java support for Enums. by Daniel Norman · 5 years ago
  79. 85aed54 Adds the beginnings of Enum support to AIDL. by Daniel Norman · 5 years ago
  80. 047c5ee Remove TypeNamespace by Jeongik Cha · 5 years ago
  81. 9731c63 Replace use of cassert w/ CHECK. by Steven Moreland · 5 years ago
  82. a57d0a6 Add stability options. by Steven Moreland · 5 years ago
  83. 29db302 Remove duplicate list of annotations. by Steven Moreland · 5 years ago
  84. 1a7ab64 Remove typenamespace in generate_cpp by Jeongik Cha · 5 years ago
  85. 9445fc6 Extend aidl parser annotation support by Andrei Onea · 5 years ago
  86. a2080bf Remove every dependency on type_java in java code generator by Jeongik Cha · 5 years ago
  87. 8714b02 Add api mapping dump feature to AIDL files by Andrei Onea · 6 years ago
  88. 82317dd Allow parcelable defined from framework in stable aidl by Jeongik Cha · 6 years ago
  89. 8c70ba9 Cleanup wording for interface oneway. by Steven Moreland · 6 years ago
  90. 4ee6863 checkapi for method onewayness by Steven Moreland · 6 years ago
  91. acd5347 Java: consistent oneway behavior by Steven Moreland · 6 years ago
  92. 698e6af add '@SystemApi' in aidl by Jeongik Cha · 6 years ago
  93. 3271ffa write annotations when dumping structured parcelable by Jeongik Cha · 6 years ago
  94. a6605ab Add @UnsupportedAppUsage annotation by Jiyong Park · 6 years ago
  95. 4d12f9a Allow utf8InCpp constants (std::string). by Steven Moreland · 6 years ago
  96. db0f59e clean up aidl validation logic by Jeongik Cha · 6 years ago
  97. e51a5ea Revert "Make AIDL Validation logic independent from language" by Jeongik Cha · 6 years ago
  98. 17f7fd4 Make AIDL Validation logic independent from language by Jeongik Cha · 6 years ago
  99. 8807af4 Remove @utf8 support by Jiyong Park · 6 years ago
  100. 35b7bb6 Fix a walk-through warning by Wei Wang · 6 years ago