1. 53fc99c Support templated structured parcelables by Devin Moore · 4 years ago
  2. b62afd9 Implement Rust backend for AIDL compiler by Andrei Homescu · 4 years, 2 months ago
  3. 8b32998 Overflow check in readFromParcel by Jeongik Cha · 3 years, 11 months ago
  4. 2f2077a Add headers for the type parameters in all generic types by Devin Moore · 3 years, 11 months ago
  5. 6a01ca1 Move order of error messages in AidlTypeSpecifier CheckValid by Devin Moore · 3 years, 11 months ago
  6. 27fd7fd Descriptor annotation is added by Jiyong Park · 4 years ago
  7. 21b2677 Limit scope of handling List in RawParcelMethod by Devin Moore · 4 years ago
  8. c7e47a3 Support @FixedSized annotation for structured parcelables by Devin Moore · 4 years ago
  9. db7ac51 checkapi: Check all AidlDefinedTypes for compatible annotations by Devin Moore · 4 years ago
  10. d0a1027 Rename @Immutable to @JavaOnlyImmutable by Jeongik Cha · 4 years ago
  11. 9118025 Support builder class for an immutable parcelable by Jeongik Cha · 4 years ago
  12. 13066da Check duplicate names in parcelable fields by Jeongik Cha · 4 years ago
  13. 7c3b0e4 JavaPassthrough is applicable to const declarations by Jiyong Park · 4 years ago
  14. 36f76c3 Support @Immutable for a parcelable by Jeongik Cha · 4 years ago
  15. 40782d0 Remove AidlTypenames::Reset() by Jiyong Park · 4 years ago
  16. 0cf03b1 Remove duplication in aidl_checkapi.cpp by Jiyong Park · 4 years ago
  17. 2a7c92b Move AidlErrorLog to logging.h by Jiyong Park · 4 years ago
  18. 8e79b7f Change the ownership of AidlDefinedType objects by Jiyong Park · 4 years ago
  19. 43113fb @JavaDebug annotation for the generation of toString() by Jiyong Park · 4 years ago
  20. f9e922f Allow list literal to have ending comma. by Steven Moreland · 4 years, 1 month ago
  21. 541788d Primitives default to 0 by Steven Moreland · 4 years, 2 months ago
  22. 1813218 Remove AidlQualifiedName by Jiyong Park · 4 years, 2 months ago
  23. bf5fd5c Add @JavaPassthrough annotation by Jiyong Park · 4 years, 2 months ago
  24. 649e8a7 Support extending parcelable in Java by Jeongik Cha · 4 years, 4 months ago
  25. f1f5c80 Don't include types that are not used by Jiyong Park · 4 years, 2 months ago
  26. decaf29 Check for missing supported param for annotations by Devin Moore · 4 years, 3 months ago
  27. b07d993 Allow renaming of fields in parcelable by Jiyong Park · 4 years, 2 months ago
  28. f8d5361 Untyped List or Map is prohibited for new interfaces by Jiyong Park · 4 years, 3 months ago
  29. 370ed34 Require new fields to have usable defaults. by Steven Moreland · 4 years, 3 months ago
  30. 65297cc Test for annotations appearing in multiple places. by Steven Moreland · 4 years, 3 months ago
  31. cb1bcd7 Remove use of pair in AidlTypenames API by Steven Moreland · 4 years, 3 months ago
  32. 5de18ed Make all uses of AidlErrorLog include a location by Devin Moore · 4 years, 4 months ago
  33. bdba2a8 Allow for empty file creation in FakeIoDelegate by Devin Moore · 4 years, 4 months ago
  34. 7b8d5c9 Change most test fixtures to use parameterized fixtures by Devin Moore · 4 years, 4 months ago
  35. 097a3ab Add stricter error checking to unittests by Devin Moore · 4 years, 4 months ago
  36. d131d5e Add name of files that have been removed in api_check error by Devin Moore · 4 years, 4 months ago
  37. 0d0e3f6 Add error log for missing arguments when compiling @VintfStability by Devin Moore · 4 years, 4 months ago
  38. df93ebb Changing enum autofill to use aidl file location instead of cpp by Devin Moore · 4 years, 4 months ago
  39. eccdb90 Remove extra spaces in direction specifiers by Devin Moore · 4 years, 4 months ago
  40. 8164d99 Change SupportOnlyOutParameters unit test by Devin Moore · 4 years, 4 months ago
  41. b01451d Add build-time checks of AIDL API hashes by Paul Trautrim · 4 years, 5 months ago
  42. c054bf8 Consolidate stderr capture for unittests by Devin Moore · 4 years, 4 months ago
  43. 24f6857 Restrict where annotations can be applied by Devin Moore · 4 years, 5 months ago
  44. 78a1c1c Add @Hide support to *.aidl by Makoto Onuki · 4 years, 5 months ago
  45. ed17519 Revert "add '@SystemApi' in aidl" by Jiyong Park · 4 years, 5 months ago
  46. 997281d Preserve "@hide" comment during dump_api by Jeongik Cha · 4 years, 6 months ago
  47. 8f6ec46 Imported type is preferred to preprocessed type by Jiyong Park · 4 years, 6 months ago
  48. e74c86d Allow primitive types in an user-defined generic type by Jeongik Cha · 4 years, 7 months ago
  49. 88f95a8 Ignore @JavaOnlyStableParcelable in c++/ndk backend by Jeongik Cha · 4 years, 6 months ago
  50. 55120a7 Use android.compat.annotation.UnsupportedAppUsage everywhere. by Artur Satayev · 4 years, 8 months ago
  51. e48d994 Support a generic map in java by Jeongik Cha · 4 years, 7 months ago
  52. 4958524 apicheck -> checkapi by Steven Moreland · 4 years, 7 months ago
  53. df76dc7 Allow to make generic unstructured parcelable in java by Jeongik Cha · 4 years, 8 months ago
  54. adb7467 Include source position in generated annotations. by Mathew Inwood · 4 years, 8 months ago
  55. 08ca218 Supplement LanguageSpecificCheckValid, CheckValid by Jeongik Cha · 4 years, 8 months ago
  56. 633246c Don't import from other input files by Jiyong Park · 4 years, 8 months ago
  57. b28684e Adds support for autofilling enums. by Daniel Norman · 4 years, 9 months ago
  58. 9ca5c7e No java output for parcelable declaration by Jiyong Park · 4 years, 9 months ago
  59. d7d18df Add support for AIDL constant expressions by Will McVicker · 4 years, 11 months ago
  60. a4e5b13 Add aidl tests for corner cases by Will McVicker · 4 years, 10 months ago
  61. 48ae1a4 aidl_unittests dump stderr by Steven Moreland · 4 years, 10 months ago
  62. df20212 Don't emit output file name in dep file for parcelable delcaration by Jiyong Park · 4 years, 10 months ago
  63. 716d311 Adds Java support for Enums. by Daniel Norman · 4 years, 11 months ago
  64. 85aed54 Adds the beginnings of Enum support to AIDL. by Daniel Norman · 5 years ago
  65. da8c693 Allow multiple declarations of unstructured parcelables in a file by Jiyong Park · 5 years ago
  66. 047c5ee Remove TypeNamespace by Jeongik Cha · 5 years ago
  67. a57d0a6 Add stability options. by Steven Moreland · 5 years ago
  68. 2a5b4d8 AddExpectedStderr for test convenience by Jeongik Cha · 5 years ago
  69. 91fe871 Allow annotations on oneway methods. by Artur Satayev · 5 years ago
  70. 0e42601 Disallow multiple types declared in the same file by Jeongik Cha · 5 years ago
  71. d4e73c8 Handle ParcelFileDescriptor in structured parcelables by Jiyong Park · 5 years ago
  72. 9c2988f Allow files ending in single line comment w/o \n by Steven Moreland · 5 years ago
  73. 07fa3e0 Add support for multiline strings in aidl by Andrei Onea · 5 years ago
  74. 9445fc6 Extend aidl parser annotation support by Andrei Onea · 5 years ago
  75. 660a41e Remove C++ Map type. by Steven Moreland · 5 years ago
  76. c681625 Allow duplicated import paths by Jiyong Park · 5 years ago
  77. a2080bf Remove every dependency on type_java in java code generator by Jeongik Cha · 5 years ago
  78. 64783ed Forbid @JavaOnlyStableParcelable without Java. by Jeongik Cha · 5 years ago
  79. 56f73d7 fix: incorrect output path by Jiyong Park · 5 years ago
  80. 21dc8a5 Change UnsupportedAppUsage annotation's namespace by Andrei Onea · 5 years ago
  81. 3633b72 fix: can't assign method IDs when built with --version by Jiyong Park · 5 years ago
  82. 54fa1e0 Don't printout absolute path to the original source by Jiyong Park · 5 years ago
  83. 2a9a7d6 Allow 'building' parcelable files. by Steven Moreland · 5 years ago
  84. 372a8c8 add newline in describeContent() by Jeongik Cha · 6 years ago
  85. a755c2a add unittest for java paracelable by Jeongik Cha · 6 years ago
  86. 3271ffa write annotations when dumping structured parcelable by Jeongik Cha · 6 years ago
  87. 4d12f9a Allow utf8InCpp constants (std::string). by Steven Moreland · 6 years ago
  88. b3cd3c7 Throw earlier error for duplicate argument names. by Steven Moreland · 6 years ago
  89. 1eac5fa --structured: test for no unstructured parcelables by Steven Moreland · 6 years ago
  90. e05195e ParcelFileDescriptor is now a built-in type of AIDL by Jiyong Park · 6 years ago
  91. f3da089 Allow no package for CPP/NDK backends. by Steven Moreland · 6 years ago
  92. e2c64b4 Unstructured parcelables: behavior for many files. by Steven Moreland · 6 years ago
  93. e59c368 API dump for an AIDL interface consists of multiple AIDL files by Jiyong Park · 6 years ago
  94. ed65bf4 Allow Stable AIDL to have manually assigned IDs by Jiyong Park · 6 years ago
  95. 8c38053 Reject ambiguous imports by Jiyong Park · 6 years ago
  96. 3c35e39 Compile from API dump by Jiyong Park · 6 years ago
  97. a428d21 Constant value declarations are part of API dump by Jiyong Park · 6 years ago
  98. a468e2a API dump includes default values for parcelable fields by Jiyong Park · 6 years ago
  99. 860b194 Defaults for List in structured parcelables. by Steven Moreland · 6 years ago
  100. 2529432 Support all discrete primitives as defaults. by Steven Moreland · 6 years ago