1. 3f347ca support const in parcelable/union by Jooyung Han · 4 years, 8 months ago
  2. 0007327 checkapi: allow adding @Deprecated by Jooyung Han · 4 years, 9 months ago
  3. b3ca630 dump const decls with annotations by Jooyung Han · 4 years, 9 months ago
  4. 965e31d switch ToString/Signature for TypeSpecifier by Jooyung Han · 4 years, 9 months ago
  5. df39e19 union: __assert2() when a tag mismatches by Jooyung Han · 4 years, 9 months ago
  6. c453bea IllegalArgumentException when union fails to read by Jooyung Han · 4 years, 9 months ago
  7. dd57f1a Enable clang_tidy for AIDL-generated C++ libraries by Jiyong Park · 4 years, 9 months ago
  8. a7764e5 support @SensitiveData -> FLAG_CLEAR_BUF by Steven Moreland · 4 years, 10 months ago
  9. e689da2 aidl: support byte/long constants by Steven Moreland · 4 years, 9 months ago
  10. 6c07b83 Pretty closing type parameters. by Steven Moreland · 4 years, 10 months ago
  11. b8e01b9 gen_log: prints parcelable/union/enum types by Jooyung Han · 4 years, 9 months ago
  12. 74b1dd4 toString() for parcelable/union types for C++/NDK by Jooyung Han · 4 years, 9 months ago
  13. f93b5bd Add union support (Rust) by Jooyung Han · 4 years, 10 months ago
  14. 63e4a60 Revert nested-type-args by Jooyung Han · 4 years, 10 months ago
  15. 69ea4ba check_api checks if annotation params are changed by Jooyung Han · 4 years, 10 months ago
  16. 60b2fde BackingType copies location from Backing annotation by Jooyung Han · 4 years, 10 months ago
  17. ef44e62 Forbid untyped list/map in every parcelable by Jeongik Cha · 4 years, 10 months ago
  18. f6ec898 Forbid @nullable ParcelableHolder by Jeongik Cha · 4 years, 10 months ago
  19. 7a30884 Fix LONG_COMMENT rule (lexer) by Jooyung Han · 4 years, 10 months ago
  20. ce62f93 no setters for @JavaOnlyImmutable union by Jooyung Han · 4 years, 10 months ago
  21. 59af9cc Union can be @JavaOnlyImmutable by Jooyung Han · 4 years, 10 months ago
  22. 1cbc496 union supports @JavaDerive(toString=true) by Jooyung Han · 4 years, 10 months ago
  23. 9034500 migrate @JavaDebug to @JavaDerive(toString=true) by Jooyung Han · 4 years, 10 months ago
  24. 8c9a4e1 fix nested type-arg-list parsing. by Jooyung Han · 4 years, 10 months ago
  25. 15fd6c6 Refactor CanBeOutParameter() and error with reason by Jooyung Han · 4 years, 10 months ago
  26. d4057c4 add error message when CanBeJavaOnlyImmutable fails by Jooyung Han · 4 years, 10 months ago
  27. d902a97 error if annotation is repeated by Jooyung Han · 4 years, 10 months ago
  28. 6681393 fix typo in test names. by Jooyung Han · 4 years, 10 months ago
  29. 636fd2f checkapi: enum type for new field should have 0 by Jooyung Han · 4 years, 10 months ago
  30. b5c55cd Added a few checkapi unit tests by Jooyung Han · 4 years, 10 months ago
  31. ea2147c fix: null-deref if parcelable contains untyped List by Jooyung Han · 4 years, 10 months ago
  32. 8f02a53 Support ParcelableHolder in NDK by Jeongik Cha · 4 years, 10 months ago
  33. a61aa23 Add read/write for List<ParcelFileDescriptor> in Java by Jooyung Han · 4 years, 10 months ago
  34. d2fa023 describeContents() returns CONTENTS_FILE_DESCRIPTOR by Jooyung Han · 4 years, 10 months ago
  35. 6beac04 union support for NDK backend by Jooyung Han · 4 years, 10 months ago
  36. 3df81ae move "generate union code" to aidl_to_cpp_common by Jooyung Han · 4 years, 10 months ago
  37. 97945de fix format for union output (C++/Java) by Jooyung Han · 4 years, 10 months ago
  38. 14004ed fix header includes for generic types (NDK) by Jooyung Han · 4 years, 10 months ago
  39. ef9b0f6 fix union "assertTag" exception message by Jooyung Han · 4 years, 10 months ago
  40. 1f14ab3 Add union output examples as a test by Jooyung Han · 4 years, 10 months ago
  41. fe89f12 union: default constructor inits with first member by Jooyung Han · 4 years, 10 months ago
  42. 1a551d3 Parse cpp_header as AidlToken in lex by Jooyung Han · 4 years, 10 months ago
  43. 4cde01d fix enum's java presentation for annotations by Jooyung Han · 4 years, 10 months ago
  44. e6bc5e1 support multiple @JavaPassthrough by Jooyung Han · 4 years, 10 months ago
  45. ebc3c5d Generic validation of AidlDefinedType by Steven Moreland · 4 years, 11 months ago
  46. 265f3d4 Avoid extra @FixedSize error. by Steven Moreland · 4 years, 11 months ago
  47. 2a08890 Use AIDL_ERROR instead of std::cout or std::cerr by Devin Moore · 5 years ago
  48. 225519b Support ParcelableHolder in C++ by Jeongik Cha · 5 years ago
  49. e61feb5 Add @RustDerive annotation and auto-generated Rust derives by Andrei Homescu · 5 years ago
  50. 53fc99c Support templated structured parcelables by Devin Moore · 5 years ago
  51. b62afd9 Implement Rust backend for AIDL compiler by Andrei Homescu · 5 years ago
  52. 8b32998 Overflow check in readFromParcel by Jeongik Cha · 5 years ago
  53. 2f2077a Add headers for the type parameters in all generic types by Devin Moore · 5 years ago
  54. 6a01ca1 Move order of error messages in AidlTypeSpecifier CheckValid by Devin Moore · 5 years ago
  55. 27fd7fd Descriptor annotation is added by Jiyong Park · 5 years ago
  56. 21b2677 Limit scope of handling List in RawParcelMethod by Devin Moore · 5 years ago
  57. c7e47a3 Support @FixedSized annotation for structured parcelables by Devin Moore · 5 years ago
  58. db7ac51 checkapi: Check all AidlDefinedTypes for compatible annotations by Devin Moore · 5 years ago
  59. d0a1027 Rename @Immutable to @JavaOnlyImmutable by Jeongik Cha · 5 years ago
  60. 9118025 Support builder class for an immutable parcelable by Jeongik Cha · 5 years ago
  61. 13066da Check duplicate names in parcelable fields by Jeongik Cha · 5 years ago
  62. 7c3b0e4 JavaPassthrough is applicable to const declarations by Jiyong Park · 5 years ago
  63. 36f76c3 Support @Immutable for a parcelable by Jeongik Cha · 5 years ago
  64. 40782d0 Remove AidlTypenames::Reset() by Jiyong Park · 5 years ago
  65. 0cf03b1 Remove duplication in aidl_checkapi.cpp by Jiyong Park · 5 years ago
  66. 2a7c92b Move AidlErrorLog to logging.h by Jiyong Park · 5 years ago
  67. 8e79b7f Change the ownership of AidlDefinedType objects by Jiyong Park · 5 years ago
  68. 43113fb @JavaDebug annotation for the generation of toString() by Jiyong Park · 5 years ago
  69. f9e922f Allow list literal to have ending comma. by Steven Moreland · 5 years ago
  70. 541788d Primitives default to 0 by Steven Moreland · 5 years ago
  71. 1813218 Remove AidlQualifiedName by Jiyong Park · 5 years ago
  72. bf5fd5c Add @JavaPassthrough annotation by Jiyong Park · 5 years ago
  73. 649e8a7 Support extending parcelable in Java by Jeongik Cha · 5 years ago
  74. f1f5c80 Don't include types that are not used by Jiyong Park · 5 years ago
  75. decaf29 Check for missing supported param for annotations by Devin Moore · 5 years ago
  76. b07d993 Allow renaming of fields in parcelable by Jiyong Park · 5 years ago
  77. f8d5361 Untyped List or Map is prohibited for new interfaces by Jiyong Park · 5 years ago
  78. 370ed34 Require new fields to have usable defaults. by Steven Moreland · 5 years ago
  79. 65297cc Test for annotations appearing in multiple places. by Steven Moreland · 5 years ago
  80. cb1bcd7 Remove use of pair in AidlTypenames API by Steven Moreland · 5 years ago
  81. 5de18ed Make all uses of AidlErrorLog include a location by Devin Moore · 5 years ago
  82. bdba2a8 Allow for empty file creation in FakeIoDelegate by Devin Moore · 5 years ago
  83. 7b8d5c9 Change most test fixtures to use parameterized fixtures by Devin Moore · 5 years ago
  84. 097a3ab Add stricter error checking to unittests by Devin Moore · 5 years ago
  85. d131d5e Add name of files that have been removed in api_check error by Devin Moore · 5 years ago
  86. 0d0e3f6 Add error log for missing arguments when compiling @VintfStability by Devin Moore · 5 years ago
  87. df93ebb Changing enum autofill to use aidl file location instead of cpp by Devin Moore · 5 years ago
  88. eccdb90 Remove extra spaces in direction specifiers by Devin Moore · 5 years ago
  89. 8164d99 Change SupportOnlyOutParameters unit test by Devin Moore · 5 years ago
  90. b01451d Add build-time checks of AIDL API hashes by Paul Trautrim · 5 years ago
  91. c054bf8 Consolidate stderr capture for unittests by Devin Moore · 5 years ago
  92. 24f6857 Restrict where annotations can be applied by Devin Moore · 5 years ago
  93. 78a1c1c Add @Hide support to *.aidl by Makoto Onuki · 5 years ago
  94. ed17519 Revert "add '@SystemApi' in aidl" by Jiyong Park · 5 years ago
  95. 997281d Preserve "@hide" comment during dump_api by Jeongik Cha · 6 years ago
  96. 8f6ec46 Imported type is preferred to preprocessed type by Jiyong Park · 6 years ago
  97. e74c86d Allow primitive types in an user-defined generic type by Jeongik Cha · 6 years ago
  98. 88f95a8 Ignore @JavaOnlyStableParcelable in c++/ndk backend by Jeongik Cha · 6 years ago
  99. 55120a7 Use android.compat.annotation.UnsupportedAppUsage everywhere. by Artur Satayev · 6 years ago
  100. e48d994 Support a generic map in java by Jeongik Cha · 6 years ago