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