1. e61feb5 Add @RustDerive annotation and auto-generated Rust derives by Andrei Homescu · 4 years ago
  2. 53fc99c Support templated structured parcelables by Devin Moore · 4 years ago
  3. 27fd7fd Descriptor annotation is added by Jiyong Park · 4 years ago
  4. c7e47a3 Support @FixedSized annotation for structured parcelables by Devin Moore · 4 years ago
  5. d0a1027 Rename @Immutable to @JavaOnlyImmutable by Jeongik Cha · 4 years ago
  6. 36f76c3 Support @Immutable for a parcelable by Jeongik Cha · 4 years ago
  7. 187bcc9 Move AidlToken from aidl_language.h to parser.h by Jiyong Park · 4 years ago
  8. 2a7c92b Move AidlErrorLog to logging.h by Jiyong Park · 4 years ago
  9. d800fef Don't use DISALLOW_COPY_AND_ASSIGN macro by Jiyong Park · 4 years ago
  10. ae1b265 aidl: make abort() on AIDL_FATAL more obvious by George Burgess IV · 4 years ago
  11. 8e79b7f Change the ownership of AidlDefinedType objects by Jiyong Park · 4 years ago
  12. 43113fb @JavaDebug annotation for the generation of toString() by Jiyong Park · 4 years ago
  13. 541788d Primitives default to 0 by Steven Moreland · 4 years, 2 months ago
  14. 1813218 Remove AidlQualifiedName by Jiyong Park · 4 years, 2 months ago
  15. 6251551 Introduce AidlDocument by Jiyong Park · 4 years, 2 months ago
  16. bf5fd5c Add @JavaPassthrough annotation by Jiyong Park · 4 years, 2 months ago
  17. e5c4529 move parser to its own source file by Jiyong Park · 4 years, 2 months ago
  18. d59e317 Fix abort for nullable parcelable array. by Steven Moreland · 4 years, 3 months ago
  19. 0cea4aa Annotation: expose annotation type with enum class by Steven Moreland · 4 years, 3 months ago
  20. 181144c GetSupportedAnnotations protected by Steven Moreland · 4 years, 3 months ago
  21. 33efcf6 Clear 'sHadError' in entry point. by Steven Moreland · 4 years, 4 months ago
  22. 5de18ed Make all uses of AidlErrorLog include a location by Devin Moore · 4 years, 4 months ago
  23. b0d15a5 Distinguish enum and class 'AidlError'. by Steven Moreland · 4 years, 4 months ago
  24. df93ebb Changing enum autofill to use aidl file location instead of cpp by Devin Moore · 4 years, 4 months ago
  25. 24f6857 Restrict where annotations can be applied by Devin Moore · 4 years, 5 months ago
  26. 78a1c1c Add @Hide support to *.aidl by Makoto Onuki · 4 years, 5 months ago
  27. ed17519 Revert "add '@SystemApi' in aidl" by Jiyong Park · 4 years, 5 months ago
  28. a5d9c5c Annotations/@hide consistent across defined types. by Steven Moreland · 4 years, 5 months ago
  29. 7e4b950 Annotations for defined types in API dumps. by Steven Moreland · 4 years, 5 months ago
  30. 997281d Preserve "@hide" comment during dump_api by Jeongik Cha · 4 years, 7 months ago
  31. d1039a9 Fix-leak in AddImport. by Steven Moreland · 4 years, 6 months ago
  32. 88f95a8 Ignore @JavaOnlyStableParcelable in c++/ndk backend by Jeongik Cha · 4 years, 7 months ago
  33. 609ba6d Updates for bison 3.5 by Dan Willemsen · 4 years, 7 months ago
  34. fdb57cd assert no error output on success by Steven Moreland · 4 years, 7 months ago
  35. df76dc7 Allow to make generic unstructured parcelable in java by Jeongik Cha · 4 years, 8 months ago
  36. adb7467 Include source position in generated annotations. by Mathew Inwood · 4 years, 8 months ago
  37. 4bcb05c Remove some duplicated CheckValid code. by Steven Moreland · 4 years, 8 months ago
  38. fe52c9f -1 AIDL_FATAL API by Steven Moreland · 4 years, 8 months ago
  39. 59e53e4 ShallowIntegralCopy: report user errors w/o crash by Steven Moreland · 4 years, 8 months ago
  40. 828fa93 remove unused ReleaseImports function by Steven Moreland · 4 years, 8 months ago
  41. 1a0f22d Support List type in NDK by Jeongik Cha · 4 years, 8 months ago
  42. f0ca44f Fixes ShallowCopy to use the other constant's final evaluated type. by Daniel Norman · 4 years, 9 months ago
  43. b28684e Adds support for autofilling enums. by Daniel Norman · 4 years, 10 months ago
  44. 5a1ad54 Remove language_type in aidl_language.h by Jeongik Cha · 4 years, 9 months ago
  45. d7d18df Add support for AIDL constant expressions by Will McVicker · 4 years, 11 months ago
  46. 2e4112d Adds support for comments on enums and enumerators. by Daniel Norman · 4 years, 10 months ago
  47. 37d43dd Adds NDK support for Enums. by Daniel Norman · 4 years, 11 months ago
  48. 716d311 Adds Java support for Enums. by Daniel Norman · 4 years, 11 months ago
  49. 85aed54 Adds the beginnings of Enum support to AIDL. by Daniel Norman · 5 years ago
  50. 047c5ee Remove TypeNamespace by Jeongik Cha · 5 years ago
  51. 9731c63 Replace use of cassert w/ CHECK. by Steven Moreland · 5 years ago
  52. a57d0a6 Add stability options. by Steven Moreland · 5 years ago
  53. 91fe871 Allow annotations on oneway methods. by Artur Satayev · 5 years ago
  54. 1a7ab64 Remove typenamespace in generate_cpp by Jeongik Cha · 5 years ago
  55. 9445fc6 Extend aidl parser annotation support by Andrei Onea · 5 years ago
  56. 8714b02 Add api mapping dump feature to AIDL files by Andrei Onea · 5 years ago
  57. 82317dd Allow parcelable defined from framework in stable aidl by Jeongik Cha · 5 years ago
  58. 8c70ba9 Cleanup wording for interface oneway. by Steven Moreland · 6 years ago
  59. acd5347 Java: consistent oneway behavior by Steven Moreland · 6 years ago
  60. 698e6af add '@SystemApi' in aidl by Jeongik Cha · 6 years ago
  61. a6605ab Add @UnsupportedAppUsage annotation by Jiyong Park · 6 years ago
  62. 4d12f9a Allow utf8InCpp constants (std::string). by Steven Moreland · 6 years ago
  63. db0f59e clean up aidl validation logic by Jeongik Cha · 6 years ago
  64. e51a5ea Revert "Make AIDL Validation logic independent from language" by Jeongik Cha · 6 years ago
  65. 17f7fd4 Make AIDL Validation logic independent from language by Jeongik Cha · 6 years ago
  66. 3167bed Fix defaulted-function-deleted warning by Yi Kong · 6 years ago
  67. 8807af4 Remove @utf8 support by Jiyong Park · 6 years ago
  68. e59c368 API dump for an AIDL interface consists of multiple AIDL files by Jiyong Park · 6 years ago
  69. ed65bf4 Allow Stable AIDL to have manually assigned IDs by Jiyong Park · 6 years ago
  70. a428d21 Constant value declarations are part of API dump by Jiyong Park · 6 years ago
  71. 9fccf58 using pragma once by Steven Moreland · 6 years ago
  72. 860b194 Defaults for List in structured parcelables. by Steven Moreland · 6 years ago
  73. 3f658cf Add AidlTypeSpecifier ArrayBase. by Steven Moreland · 6 years ago
  74. 3be7577 Make AidlAnnotation movable. by Steven Moreland · 6 years ago
  75. 1c4ba20 Double/float literals in AIDL by Steven Moreland · 6 years ago
  76. 2529432 Support all discrete primitives as defaults. by Steven Moreland · 6 years ago
  77. 64e29be Parser: make a single use object by Steven Moreland · 6 years ago
  78. 3656c3c Add --apicheck that tells whether two API dumps are incompatible or not by Jiyong Park · 6 years ago
  79. 5b70838 Remove one constructor of AidlMethod by Jiyong Park · 6 years ago
  80. 02e012e Better default error. by Steven Moreland · 6 years ago
  81. b034bf0 Support multiple types in an AIDL file / multiple AIDL files by Jiyong Park · 6 years ago
  82. 309668e add --version option to specify version to AIDL interface by Jiyong Park · 6 years ago
  83. 92c55f1 Remove GetLine. by Steven Moreland · 6 years ago
  84. 46e9da8 First class errors in the compiler. by Steven Moreland · 6 years ago
  85. fbbfa93 Options is passed over during the code generation by Jiyong Park · 6 years ago
  86. 6cee348 add --structured flag by Steven Moreland · 6 years ago
  87. 1d2df7d Separate AIDL types and target language types by Jiyong Park · 6 years ago
  88. 9ea10e3 Structured Parcelables: int/string default values. by Steven Moreland · 6 years ago
  89. 822d0aa Retain imported AidlDocuments even after parsing. by Jiyong Park · 6 years ago
  90. 693640b Refactor constant declarations. by Steven Moreland · 6 years ago
  91. 02da742 add dumpapi option by Jiyong Park · 6 years ago
  92. 68bc77a Annotation is printable by Jiyong Park · 6 years ago
  93. 1b5e1aa Remove unused AidlInterface::SetCppHeader. by Steven Moreland · 6 years ago
  94. 1deecc3 Resolve AIDL types without using Java or C++ types by Jiyong Park · 6 years ago
  95. d59a10d Rename AidlType to AidlTypeSpecifier by Jiyong Park · 6 years ago
  96. ccf00f8 Type parameters are parsed by yacc. by Jiyong Park · 6 years ago
  97. ed83a28 Support preprocessing structured_parcelable. by Steven Moreland · 6 years ago
  98. c258abc Parse interfaces and parcelables simultaneously. by Steven Moreland · 6 years ago
  99. ed90687 Better errors for annotations. by Steven Moreland · 6 years ago
  100. 5557f1c Structured parcelables. by Steven Moreland · 6 years ago