1. 64fafbd AOSP-specific changes for v2.2.7 by Ben Gruver · 5 years ago
  2. 5b05ca3 Merge v2.2.7 from upstream by Ben Gruver · 5 years ago
  3. d338187 Update the tests to handle MethodHandle kind fixes by Albert Gorski · 6 years ago
  4. c6b0408 Fix support for the kind values of MethodHandle by Albert Gorski · 6 years ago
  5. fd3e00a Refactor most of the utility classes from util into dexlib2 by Ben Gruver · 6 years ago
  6. 53cdb13 MemoryDataStore: Rename the buffer getter method by Lanchon · 7 years ago
  7. e2cffa2 Add support for const-method-handle and const-method-type in the tree walker by Ben Gruver · 6 years ago
  8. a387fa8 Add support for const-method-handle and const-method-type in the lexer and parser by Ben Gruver · 6 years ago
  9. ba7a653 Add support for invoke-custom and related structures in the tree walker by Ben Gruver · 6 years ago
  10. 9ccda3a Add support for invoke-custom and related structures in the parser and lexer by Ben Gruver · 6 years ago
  11. c7036da Make method_prototype rule build and return a MethodProtoReference by Ben Gruver · 6 years ago
  12. 0a88396 "occured" -> "occurred" in SmaliTestUtils by Ben Gruver · 6 years ago
  13. cc34359 Create separate section for encoded arrays by Ben Gruver · 6 years ago
  14. 2d227a7 Fix nullable issue in annotations rule by Ben Gruver · 6 years ago
  15. 8bdb503 Fix up a few non-immutable members in immutable encoded value implementations by Ben Gruver · 6 years ago
  16. 37eb703 Make smali file iteration more deterministic by Ben Gruver · 6 years ago
  17. 63b75bc Convert external/smali to Android.bp by Colin Cross · 6 years ago
  18. a000b5a Update smali/baksmali to 2.2.0 by Ben Gruver · 7 years ago
  19. 8764034 Merge remote-tracking branch 'aosp/upstream-master' by Ben Gruver · 7 years ago
  20. 43669ec Ensure all smali files are closed after the writing is complete by Albert Gorski · 8 years ago
  21. 5189797 Unify how sections are referenced in DexPool and DexBuilder by Ben Gruver · 8 years ago
  22. 686d628 Bad proguard! Don't strip out jcommander classes! by Ben Gruver · 8 years ago
  23. b158e52 Remove uses of $(shell) by Dan Willemsen · 8 years ago
  24. c223175 Fix the proguard keep rules for smali/baksmali by Ben Gruver · 8 years ago
  25. d7d995c Remove the now-unused experimental opcodes flag/functionality by Ben Gruver · 8 years ago
  26. 5dd34d5 Regenerate lexer/parser/treewalker. by Narayan Kamath · 8 years ago
  27. 94bfbe5 smali: update to upstream master. by Narayan Kamath · 8 years ago
  28. 30bdb7f Do a cleanup pass on the various commands/arguments/help text by Ben Gruver · 8 years ago
  29. 3735d47 Merge branch 'master' into v2.2_WIP by Ben Gruver · 8 years ago
  30. 99b80bb Revert "Add lambda experimental dalvik opcodes" by Narayan Kamath · 8 years ago
  31. afc1f15 smali/dexlib: deal with invoke-polymorphic / invoke-polymorphic/range. by Narayan Kamath · 8 years ago
  32. 38cc943 Regenerate lexer/parser/treewalker. by Narayan Kamath · 8 years ago
  33. d5c6ffa Move existing smali tests to the org.jf.smali package by Ben Gruver · 8 years ago
  34. 07dc76c Switch to jprante's jflex plugin by Ben Gruver · 8 years ago
  35. ca48e6f Revamp the CLI usage/help formatting by Ben Gruver · 8 years ago
  36. 0e9be30 Update url in --version message by Ben Gruver · 8 years ago
  37. 7357465 Implement a new command line interface for smali by Ben Gruver · 8 years ago
  38. 267cf99 Merge remote-tracking branch 'aosp/upstream-master' into incr-dex by Alex Light · 8 years ago
  39. d6e9152 Replace custom rules with BUILD_PREBUILT by Dan Willemsen · 8 years ago
  40. 87d10da Add more programmatic-friendly entry points for smali/baksmali by Ben Gruver · 8 years ago
  41. a198b46 Fix issue with parameter list parsing by Ben Gruver · 8 years ago
  42. 11d179b Get rid of the default 6 thread maximum thing by Ben Gruver · 8 years ago
  43. 6429b3d Clean up the jar naming by Ben Gruver · 8 years ago
  44. 1b00e0a Add the .tokens files to the binary jar by Ben Gruver · 8 years ago
  45. 8533ab7 Merge branch 'master' into smalidea by Ben Gruver · 8 years ago
  46. 73bd8ce Add a speculative fix for unicode filename errors on Mac by Ben Gruver · 8 years ago
  47. ea3fdd7 Merge branch 'master' into smalidea by Ben Gruver · 9 years ago
  48. 3ff884b Add art-specific opcodes and opcode values by Ben Gruver · 9 years ago
  49. bdccf9c Merge remote-tracking branch 'aosp/upstream-master' into aosp/master by Alex Light · 9 years ago
  50. 0c7e7b7 Add ability to list methods/fields/types when assembling with smali by Ben Gruver · 9 years ago
  51. 46b359c Fix an NPE related to an array descriptor just before an EOF by Ben Gruver · 9 years ago
  52. df6b78e Update antlr/flex scripts and bring-up smali to tip of tree by Igor Murashkin · 9 years ago
  53. 0799042 Merge remote-tracking branch 'remotes/aosp/upstream-master' into HEAD by Igor Murashkin · 9 years ago
  54. 9bedfc8 Add usage type support for field usages by Ben Gruver · 9 years ago
  55. 75bef01 Merge branch 'master' into smalidea by Ben Gruver · 9 years ago
  56. 2a0e465 Don't wrap a large (>32k) register count in a register directive by Ben Gruver · 9 years ago
  57. 144951a Add lambda experimental dalvik opcodes by Igor Murashkin · 9 years ago
  58. 0f49330 Refactor how PARAM_LIST is parsed by Ben Gruver · 9 years ago
  59. 8c1d8dd Merge branch 'master' into smalidea3 by Ben Gruver · 9 years ago
  60. 06d108d Refactor how the PARAM_LIST_OR_ID thing is parsed by Ben Gruver · 9 years ago
  61. f70084b Use [^] for the lexer's catch-all rule by Ben Gruver · 9 years ago
  62. f0c481a Use single-quotes in build.gradle files when double-quotes aren't needed by Ben Gruver · 9 years ago
  63. 57bd527 Use the antlr plugin for gradle by Ben Gruver · 9 years ago
  64. 0f6f00a Use the jflex plugin for gradle by Ben Gruver · 9 years ago
  65. 900ad6e Use the proguard plugin for gradle by Ben Gruver · 9 years ago
  66. 3480113 Regenerate lexer/parser/treewalker for smali 2.0.5 by Igor Murashkin · 9 years ago
  67. b5d741e Merge remote-tracking branch 'remotes/aosp/upstream-master' into HEAD by Igor Murashkin · 9 years ago
  68. 2fd677d Tweak how array descriptors are parsed by Ben Gruver · 10 years ago
  69. bbc11c7 Add lexer implementation based on existing smali lexer by Ben Gruver · 10 years ago
  70. 103e04a Add stringtemplate dependency to smali, because proguard. by Ben Gruver · 9 years ago
  71. ce7f93c Implement implicit method/field references in smali by Ben Gruver · 10 years ago
  72. 37ade89 Improve how method parameter lists are lexed by Ben Gruver · 10 years ago
  73. 5fd3957 Extract dexlib2 as a separate host library by Ben Gruver · 10 years ago
  74. 1d4637b Fix up the build files and some minor tweaks to build smali/baksmali 2.* by Ben Gruver · 10 years ago
  75. 8f10b06 Merge tag 'v2.0.3' into master by Ben Gruver · 10 years ago
  76. b90e2a4 Clean up some unused/unneeded tokens in smaliParser.g by Ben Gruver · 10 years ago
  77. 1d28b32 Refactor the maven upload build stuff by Ben Gruver · 10 years ago
  78. 5b411f3 Add gradle configuration for uploading smali artifacts to maven by Ben Gruver · 10 years ago
  79. 532c04b Use known-good locale when doing jflex codegen by Ben Gruver · 10 years ago
  80. 304aadf Allow primitive types for 21c instruction format (e.g. check-cast) by Ben Gruver · 10 years ago
  81. 318954d Don't attempt to create the smali.jar/baksmali.jar symlinks on windows. by Ben Gruver · 11 years ago
  82. edd9614 Remove the now unused builder instructions and instruction factories by Ben Gruver · 11 years ago
  83. 51a13e3 Fix the tests related to bracketed names by Ben Gruver · 11 years ago
  84. 569c014 Allow arbitrary bracketed member names by Ben Gruver · 11 years ago
  85. 9a2de93 Implement just-in-time instruction fixup due to string jumboification by Ben Gruver · 11 years ago
  86. 99b4617 Generify the IO requirements for writing a dex file by Ben Gruver · 11 years ago
  87. 160449b Implement instruction fixing in MutableMethodImplementation by Ben Gruver · 11 years ago
  88. e80efa6 Implement instructions for the method builder by Ben Gruver · 11 years ago
  89. dff046e Delete BuilderMethodImplementation, and simplify the DexWriter stuff accordingly by Ben Gruver · 11 years ago
  90. e9aa2c2 Remove the Instruction template parameter from InstructionFactory by Ben Gruver · 11 years ago
  91. 766f285 Initial stub MethodImplementationBuilder and integration into smali by Ben Gruver · 11 years ago
  92. a81c962 Remove support for using arbitrary offsets instead of labels by Ben Gruver · 11 years ago
  93. 49fa5f5 Don't crash if the smali/baksmali.properties file can't be found by Ben Gruver · 11 years ago
  94. dd77ba2 Git rid of some warnings in smali's main.java by Ben Gruver · 11 years ago
  95. 2a91095 Fix up proguard configuration by Ben Gruver · 11 years ago
  96. df8e480 Write the correct header version based on the api level by Ben Gruver · 11 years ago
  97. 4c431a7 Add multi-threading support for smali by Ben Gruver · 11 years ago
  98. 894327c Clean up smali's main class a bit by Ben Gruver · 11 years ago
  99. 42627b8 Add new DexBuilder interface by Ben Gruver · 11 years ago
  100. 1bf6f23 Implementation of new generificationified writer functionality by Ben Gruver · 11 years ago