1. f8c3963 Nested types know its parent/root/document. by Jooyung Han · 3 years, 10 months ago
  2. ca84b03 nested types: GenerateHeaderIncludes() by Jooyung Han · 3 years, 11 months ago
  3. 2aedb11 Parsing nested types. by Jooyung Han · 3 years, 11 months ago
  4. baa7106 Adding AidlCast to replace downcasting methods by Jooyung Han · 3 years, 11 months ago
  5. 589cfb0 Refactor LanguageSpecificCheckValid() by Jooyung Han · 3 years, 11 months ago
  6. 9ab5912 Validate @Enforce expression earlier by Thiébaud Weksteen · 3 years, 11 months ago
  7. 5a4db21 Add @Enforce AIDL annotation by Thiébaud Weksteen · 4 years ago
  8. 442cacf Fix leak in aidl_unittests by Jooyung Han · 4 years ago
  9. 01720ed Support @nullable(heap) for recursive types by Jooyung Han · 4 years ago
  10. 2cb8ecd Check cpp_header for C++/NDK by Jooyung Han · 4 years, 1 month ago
  11. 3578498 Allow duplicate types from preprocessed by Jooyung Han · 4 years, 1 month ago
  12. db4d8a6 warnings: mixed-oneway can be suppressed at method level. by Jooyung Han · 4 years, 2 months ago
  13. 13f1fa5 Refactor: type resolution done in Scope by Jooyung Han · 4 years, 2 months ago
  14. f886f98 warning: import should introduce unique simple name by Jooyung Han · 4 years, 2 months ago
  15. 93f48f0 Preprocessed uses the same syntax of AIDL by Jooyung Han · 4 years, 2 months ago
  16. 289a1bc refactor: type resolution using visitor by Jooyung Han · 4 years, 3 months ago
  17. 020d8d1 Reject "out ParcelFileDescriptor" parameters by Jooyung Han · 4 years, 6 months ago
  18. 1f56b70 Extract DumpVisitor by Jooyung Han · 4 years, 6 months ago
  19. 8451a20 Lexer passes the list of comments to parser by Jooyung Han · 4 years, 7 months ago
  20. 5c7e77c AidlCommentable represents AIDL-commentable entities by Jooyung Han · 4 years, 7 months ago
  21. 132cf80 --dumpapi with copyright/license headers by Jooyung Han · 4 years, 7 months ago
  22. 6736ffb refactor: AidlAnnotation/AidlTypeSpecifier are commentable by Jooyung Han · 4 years, 7 months ago
  23. 9fd6702 dump_api: emits @deprecated in comments by Jooyung Han · 4 years, 7 months ago
  24. bd9db44 refactor: comments/annotations for Java by Jooyung Han · 4 years, 7 months ago
  25. 8aeef8c Extract the common base class: AidlCommentable by Jooyung Han · 4 years, 7 months ago
  26. 2d6b5c4 Specify/validate annotation's target context by Jooyung Han · 4 years, 7 months ago
  27. d0c8af0 cleanup: remove comments field from ConstantRef by Jooyung Han · 4 years, 7 months ago
  28. 720253d Emit "deprecated" by Jooyung Han · 4 years, 7 months ago
  29. c5688f7 Make AidlNode visitable by Jooyung Han · 4 years, 7 months ago
  30. 9d3cbe2 refactor: remove AidlConstantReference::SetRefType by Jooyung Han · 4 years, 8 months ago
  31. 865da49 make AidlTypeSpecifier visit-able by Jooyung Han · 4 years, 7 months ago
  32. 4585445 Visit() doesn't return bool by Jiyong Park · 4 years, 7 months ago
  33. d911332 Support @SuppressWarnings by Jiyong Park · 4 years, 7 months ago
  34. 512ed85 Refactor AidlVisitor so that it no longer responsible for traversing by Jiyong Park · 4 years, 8 months ago
  35. 535c5e8 AidlConstantValue::EvaluatedValue<T>() in the header by Jooyung Han · 4 years, 8 months ago
  36. 808a2a0 Run diagnostics in a separate visitor by Jooyung Han · 4 years, 8 months ago
  37. f8dbbcc Add @SuppressWarnings annotation by Jooyung Han · 4 years, 8 months ago
  38. b3c77ed AidlAnnotation::ParamValue() to retrieve param's value by Jooyung Han · 4 years, 8 months ago
  39. 71a1b58 AidlConstantValue::Cast returns typed value by Jooyung Han · 4 years, 8 months ago
  40. 5c2fcae define annotation schemas using AidlTypeSpecifier by Jooyung Han · 4 years, 8 months ago
  41. 3557e48 add -Winout-parameter to avoid inout parameter by Jooyung Han · 4 years, 8 months ago
  42. 672557b refactor: make "Autofill" explicit by Jooyung Han · 4 years, 8 months ago
  43. 5721a23 Add "required_parameters" to Annotation params by Jooyung Han · 4 years, 8 months ago
  44. 888c5bc add -W<warning>/-Werror CLI options by Jooyung Han · 4 years, 8 months ago
  45. 53fb424 union requires first member's default value by Jooyung Han · 4 years, 8 months ago
  46. 74675c2 AidlConstantValue::evaluate() with no type arg by Jooyung Han · 4 years, 8 months ago
  47. 2981384 const-ref: support recursive references by Jooyung Han · 4 years, 8 months ago
  48. 1425939 rejects circular references by Jooyung Han · 4 years, 8 months ago
  49. 690f584 using references in constant expressions by Jooyung Han · 4 years, 8 months ago
  50. 829ec7c refactor: move members into AidlDefinedType by Jooyung Han · 4 years, 8 months ago
  51. 3f347ca support const in parcelable/union by Jooyung Han · 4 years, 8 months ago
  52. 965e31d switch ToString/Signature for TypeSpecifier by Jooyung Han · 4 years, 9 months ago
  53. a7764e5 support @SensitiveData -> FLAG_CLEAR_BUF by Steven Moreland · 4 years, 10 months ago
  54. 6c07b83 Pretty closing type parameters. by Steven Moreland · 4 years, 10 months ago
  55. e9bb9de Resolve AidlTypeSpecifier with AidlDefinedType by Jooyung Han · 4 years, 9 months ago
  56. acae85d add AidlVariableDeclaration::GetCapitalizedName() by Jooyung Han · 4 years, 10 months ago
  57. 59af9cc Union can be @JavaOnlyImmutable by Jooyung Han · 4 years, 10 months ago
  58. 9034500 migrate @JavaDebug to @JavaDerive(toString=true) by Jooyung Han · 4 years, 10 months ago
  59. d902a97 error if annotation is repeated by Jooyung Han · 4 years, 10 months ago
  60. d2fa023 describeContents() returns CONTENTS_FILE_DESCRIPTOR by Jooyung Han · 4 years, 10 months ago
  61. fe89f12 union: default constructor inits with first member by Jooyung Han · 4 years, 10 months ago
  62. 2946afc union: java backend by Jooyung Han · 4 years, 10 months ago
  63. e6bc5e1 support multiple @JavaPassthrough by Jooyung Han · 4 years, 10 months ago
  64. 5b5888a cleanup: remove unused by Jooyung Han · 4 years, 10 months ago
  65. 2178081 Use AIDL_* errors over libbase logging. by Steven Moreland · 5 years ago
  66. e61feb5 Add @RustDerive annotation and auto-generated Rust derives by Andrei Homescu · 5 years ago
  67. 53fc99c Support templated structured parcelables by Devin Moore · 5 years ago
  68. 27fd7fd Descriptor annotation is added by Jiyong Park · 5 years ago
  69. c7e47a3 Support @FixedSized annotation for structured parcelables by Devin Moore · 5 years ago
  70. d0a1027 Rename @Immutable to @JavaOnlyImmutable by Jeongik Cha · 5 years ago
  71. 36f76c3 Support @Immutable for a parcelable by Jeongik Cha · 5 years ago
  72. 187bcc9 Move AidlToken from aidl_language.h to parser.h by Jiyong Park · 5 years ago
  73. 2a7c92b Move AidlErrorLog to logging.h by Jiyong Park · 5 years ago
  74. d800fef Don't use DISALLOW_COPY_AND_ASSIGN macro by Jiyong Park · 5 years ago
  75. ae1b265 aidl: make abort() on AIDL_FATAL more obvious by George Burgess IV · 5 years ago
  76. 8e79b7f Change the ownership of AidlDefinedType objects by Jiyong Park · 5 years ago
  77. 43113fb @JavaDebug annotation for the generation of toString() by Jiyong Park · 5 years ago
  78. 541788d Primitives default to 0 by Steven Moreland · 5 years ago
  79. 1813218 Remove AidlQualifiedName by Jiyong Park · 5 years ago
  80. 6251551 Introduce AidlDocument by Jiyong Park · 5 years ago
  81. bf5fd5c Add @JavaPassthrough annotation by Jiyong Park · 5 years ago
  82. e5c4529 move parser to its own source file by Jiyong Park · 5 years ago
  83. d59e317 Fix abort for nullable parcelable array. by Steven Moreland · 5 years ago
  84. 0cea4aa Annotation: expose annotation type with enum class by Steven Moreland · 5 years ago
  85. 181144c GetSupportedAnnotations protected by Steven Moreland · 5 years ago
  86. 33efcf6 Clear 'sHadError' in entry point. by Steven Moreland · 5 years ago
  87. 5de18ed Make all uses of AidlErrorLog include a location by Devin Moore · 5 years ago
  88. b0d15a5 Distinguish enum and class 'AidlError'. by Steven Moreland · 5 years ago
  89. df93ebb Changing enum autofill to use aidl file location instead of cpp by Devin Moore · 5 years ago
  90. 24f6857 Restrict where annotations can be applied by Devin Moore · 5 years ago
  91. 78a1c1c Add @Hide support to *.aidl by Makoto Onuki · 5 years ago
  92. ed17519 Revert "add '@SystemApi' in aidl" by Jiyong Park · 5 years ago
  93. a5d9c5c Annotations/@hide consistent across defined types. by Steven Moreland · 5 years ago
  94. 7e4b950 Annotations for defined types in API dumps. by Steven Moreland · 5 years ago
  95. 997281d Preserve "@hide" comment during dump_api by Jeongik Cha · 6 years ago
  96. d1039a9 Fix-leak in AddImport. by Steven Moreland · 6 years ago
  97. 88f95a8 Ignore @JavaOnlyStableParcelable in c++/ndk backend by Jeongik Cha · 6 years ago
  98. 609ba6d Updates for bison 3.5 by Dan Willemsen · 6 years ago
  99. fdb57cd assert no error output on success by Steven Moreland · 6 years ago
  100. df76dc7 Allow to make generic unstructured parcelable in java by Jeongik Cha · 6 years ago