1. 7953f55 Fix leak by Jooyung Han · 4 years, 8 months ago
  2. 997281d Preserve "@hide" comment during dump_api by Jeongik Cha · 4 years, 8 months ago
  3. d1039a9 Fix-leak in AddImport. by Steven Moreland · 4 years, 8 months ago
  4. e7d358a AIDL: initialize serial in error cases by Steven Moreland · 4 years, 8 months ago
  5. 609ba6d Updates for bison 3.5 by Dan Willemsen · 4 years, 9 months ago
  6. d12e313 Remove type_param identifier leaks. by Steven Moreland · 4 years, 9 months ago
  7. df76dc7 Allow to make generic unstructured parcelable in java by Jeongik Cha · 4 years, 10 months ago
  8. adb7467 Include source position in generated annotations. by Mathew Inwood · 4 years, 10 months ago
  9. f04cd5e Avoid stoi crash for too big of serial. by Steven Moreland · 4 years, 11 months ago
  10. f4cd271 Disallow leading ',' in arg list. by Steven Moreland · 5 years ago
  11. 33d5656 Remove use of deleted token. by Steven Moreland · 5 years ago
  12. a02c4b3 parser: remove delete of error token by Steven Moreland · 5 years ago
  13. 7b41272 AddDefinedType: avoid segfault by Steven Moreland · 5 years ago
  14. 83e7803 remove segfault on bad annotation by Steven Moreland · 5 years ago
  15. b28684e Adds support for autofilling enums. by Daniel Norman · 5 years ago
  16. d7d18df Add support for AIDL constant expressions by Will McVicker · 5 years ago
  17. 2e4112d Adds support for comments on enums and enumerators. by Daniel Norman · 5 years ago
  18. b49a33d Stop leaks. by Steven Moreland · 5 years ago
  19. 85aed54 Adds the beginnings of Enum support to AIDL. by Daniel Norman · 5 years ago
  20. 91fe871 Allow annotations on oneway methods. by Artur Satayev · 5 years ago
  21. 07fa3e0 Add support for multiline strings in aidl by Andrei Onea · 5 years ago
  22. 9445fc6 Extend aidl parser annotation support by Andrei Onea · 5 years ago
  23. 82317dd Allow parcelable defined from framework in stable aidl by Jeongik Cha · 6 years ago
  24. a6605ab Add @UnsupportedAppUsage annotation by Jiyong Park · 6 years ago
  25. 632c2c1 Remove warning for unused package_decl. by Steven Moreland · 6 years ago
  26. e59c368 API dump for an AIDL interface consists of multiple AIDL files by Jiyong Park · 6 years ago
  27. 860b194 Defaults for List in structured parcelables. by Steven Moreland · 6 years ago
  28. 3be7577 Make AidlAnnotation movable. by Steven Moreland · 6 years ago
  29. 1c4ba20 Double/float literals in AIDL by Steven Moreland · 6 years ago
  30. 2529432 Support all discrete primitives as defaults. by Steven Moreland · 6 years ago
  31. 3656c3c Add --apicheck that tells whether two API dumps are incompatible or not by Jiyong Park · 6 years ago
  32. b034bf0 Support multiple types in an AIDL file / multiple AIDL files by Jiyong Park · 6 years ago
  33. 92c55f1 Remove GetLine. by Steven Moreland · 6 years ago
  34. 46e9da8 First class errors in the compiler. by Steven Moreland · 6 years ago
  35. 6cee348 add --structured flag by Steven Moreland · 6 years ago
  36. 9ea10e3 Structured Parcelables: int/string default values. by Steven Moreland · 6 years ago
  37. 693640b Refactor constant declarations. by Steven Moreland · 6 years ago
  38. 68bc77a Annotation is printable by Jiyong Park · 6 years ago
  39. 1deecc3 Resolve AIDL types without using Java or C++ types by Jiyong Park · 6 years ago
  40. d59a10d Rename AidlType to AidlTypeSpecifier by Jiyong Park · 6 years ago
  41. ccf00f8 Type parameters are parsed by yacc. by Jiyong Park · 6 years ago
  42. 22c7800 Specify 'pretty' strings for error messages. by Steven Moreland · 6 years ago
  43. c258abc Parse interfaces and parcelables simultaneously. by Steven Moreland · 6 years ago
  44. ed90687 Better errors for annotations. by Steven Moreland · 6 years ago
  45. 38a41d1 Enable glr parser and set rr 0. by Steven Moreland · 6 years ago
  46. 5557f1c Structured parcelables. by Steven Moreland · 6 years ago
  47. 2ca4fcb Cleaner error handling in AIDL. by Steven Moreland · 6 years ago
  48. 9c25c16 Aidl: Fix parser leak by Andreas Gampe · 7 years ago
  49. 3b2203d aidl-cpp: Add support for hex values in const int by Roshan Pius · 8 years ago
  50. d6bdd8d Parse AIDL string constants by Christopher Wiley · 8 years ago
  51. e792293 Allow annotations on interfaces by Casey Dahlin · 9 years ago
  52. ec31a05 Correctly parse @utf8 and @utf8InCpp annotations by Christopher Wiley · 9 years ago
  53. 3000e75 Now the build system generates .cpp only for .ll/.yy by Ying Wang · 9 years ago[Renamed (99%) from aidl_language_y.y]
  54. cd63921 Rename 'from' token to 'cpp_header' by Casey Dahlin · 9 years ago
  55. cb5317d Implement @nullable in grammar by Casey Dahlin · 9 years ago
  56. d40e2fe Introduce integer constants by Casey Dahlin · 9 years ago
  57. c1f39b4 Refactor top-level AST nodes v2 by Casey Dahlin · 9 years ago
  58. eedb29f Revert "Refactor top-level AST nodes" by Bart Sears · 9 years ago
  59. b696437 Refactor top-level AST nodes by Casey Dahlin · 9 years ago
  60. 8aa4d9f Add C++ header to AidlParcelable by Christopher Wiley · 9 years ago
  61. bed1e87 Add syntax for specifying C++ mapping for parcelables by Casey Dahlin · 9 years ago
  62. cdbbc8c Kill buffer_type and extra_text_type by Casey Dahlin · 9 years ago
  63. 98a544b Remove parse_helpers.cpp/h/unit tests by Casey Dahlin · 9 years ago
  64. 2b2879b Don't include . in IDENTIFIER characters by Casey Dahlin · 9 years ago
  65. 624358c Revert "Revert "Remove AidlImport::GetDocument"" by Casey Dahlin · 9 years ago
  66. 42727f8 Parse only one interface, only Parcelables are lists by Casey Dahlin · 9 years ago
  67. 2d0179a Revert "Parse only one interface, only Parcelables are lists" by Christopher Wiley · 9 years ago
  68. e6af226 Parse only one interface, only Parcelables are lists by Casey Dahlin · 9 years ago
  69. 59401da Put parcelable members behind getters by Casey Dahlin · 9 years ago
  70. fb7da2e Put AidlInterface members behind methods by Casey Dahlin · 9 years ago
  71. 1ae2bc5 Convert document item structs to classes by Casey Dahlin · 9 years ago
  72. 3c6df36 Parse package names in parser not lexer by Casey Dahlin · 9 years ago
  73. 308f9d4 Remove buffer_type from signature of AidlArgument by Casey Dahlin · 9 years ago
  74. 0559875 Do generic parsing in parser, not lexer by Casey Dahlin · 9 years ago
  75. f7a421c Use parser to find array brackets by Casey Dahlin · 9 years ago
  76. f4a9311 Put data in AidlMethod behind getters and setters by Casey Dahlin · 9 years ago
  77. f2d23f7 Kill comments token in AidlMethod by Casey Dahlin · 9 years ago
  78. 5c69deb Replace method_type with AidlMethod by Casey Dahlin · 9 years ago
  79. 70078e6 Kill AidlType->array_token by Casey Dahlin · 9 years ago
  80. 0ee3758 Replace type_type struct with AidlType class by Casey Dahlin · 9 years ago
  81. fd6fb48 Fold in/out/inout differentiation in to parser by Casey Dahlin · 9 years ago
  82. 31aedd8 Pass type_type as a pointer inside the parser by Casey Dahlin · 9 years ago
  83. dff80e5 Remove interface_item_type by Casey Dahlin · 9 years ago
  84. 030977a Remove usage of malloc in favor of new by Casey Dahlin · 9 years ago
  85. bc7a50a Turn arg_type into a class called AIDLArgument by Casey Dahlin · 9 years ago
  86. b211686 Revert "Remove usage of malloc in favor of new" by Christopher Wiley · 9 years ago
  87. b992b45 Remove usage of malloc in favor of new by Casey Dahlin · 9 years ago
  88. e250749 Kill psGlobal and g_callbacks by Casey Dahlin · 9 years ago
  89. e8c0d7a Make grammar use the %union directive by Casey Dahlin · 9 years ago
  90. fd2e08a Convert to C++ Bison output by Casey Dahlin · 9 years ago
  91. dd69181 First pass on reentrant C++-ish parser by Casey Dahlin · 9 years ago
  92. 88868fc Remove RPC interface Type by Casey Dahlin · 9 years ago
  93. ffa1686 Revert "Move frameworks/base/tools/ to frameworks/tools/" by Adam Lesinski · 11 years ago
  94. be35481 Move frameworks/base/tools/ to frameworks/tools/ by Mike Lockwood · 11 years ago
  95. 6013d20 Enhance AIDL to take an explicit id for methods by Maurice Chu · 12 years ago
  96. baaf9c8 aidl: All flattenable types now must also be parcelable. by Joe Onorato · 13 years ago
  97. 4135a7d Support custom flattenable types for RPC. by Joe Onorato · 13 years ago
  98. c596cfe Checkpoint adding @home RPC support to aidl by Joe Onorato · 13 years ago
  99. 46c012c Initial Contribution by The Android Open Source Project · 16 years ago