aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2017-10-27Merge "Implement support for not overloading aggressively, making that the de...Stephan Herhut
2017-10-27Implement support for not overloading aggressively, making that the default.Stephan Herhut
2017-10-26Apply the given pg-map via graph lense.Jinseong Jeon
2017-10-26Merge "Revert "Define distinct access-flag types for classes, methods and fie...Rico Wind
2017-10-26Revert "Define distinct access-flag types for classes, methods and fields."Rico Wind
2017-10-26Merge "Define distinct access-flag types for classes, methods and fields."Ian Zerny
2017-10-26Define distinct access-flag types for classes, methods and fields.Ian Zerny
2017-10-26Merge "Remove a bunch of file descriptor leaks"Rico Wind
2017-10-26Incorrect ASM import.Ian Zerny
2017-10-26Remove a bunch of file descriptor leaksRico Wind
2017-10-26Update compat proguard to ignore missing classes when not shrinkingSøren Gjesse
2017-10-26Enable InconsistentOverloads checking in ErrorProne.Stephan Herhut
2017-10-26Partial identity transformation from Java bytecode to Java bytecode.Ian Zerny
2017-10-26Limit use of jar building utility.Ian Zerny
2017-10-26Remove loop over all DEX runtimes now that bots support 4.4.4.Ian Zerny
2017-10-25Add file missing from last commitSøren Gjesse
2017-10-25Make no -keepattributes flag keep all in Proguard compatibility modeSøren Gjesse
2017-10-25Merge "Support skipping of class loader frames in debug tests"Sebastien Hertz
2017-10-25Support skipping of class loader frames in debug testsSebastien Hertz
2017-10-25Enable more ErrorProne checks.Stephan Herhut
2017-10-25Merge "Enable errorprone check to ensure hashCode is implemented."Stephan Herhut
2017-10-24Detach PG attributes from InternalOptions.Jinseong Jeon
2017-10-24Merge "Remove use of Hashtable"Sebastien Hertz
2017-10-24Enable errorprone check to ensure hashCode is implemented.Stephan Herhut
2017-10-24Support multiple -dontwarn and -adaptclassstrings linesSøren Gjesse
2017-10-24Merge "Add support for AutoValue in examples."Stephan Herhut
2017-10-24Add support for AutoValue in examples.Stephan Herhut
2017-10-24Remove use of HashtableSebastien Hertz
2017-10-24Also synchronize generation of staticValues.Stephan Herhut
2017-10-24Merge "Ensure member arrays are accessed synchronized during write."Stephan Herhut
2017-10-24Merge "JDWP/MinificationTest: fix ClassLoader issue with Dalvik (4.4.4)"Tamas Kenez
2017-10-24Compat proguard ignores dx option --core-librarySøren Gjesse
2017-10-23Ensure member arrays are accessed synchronized during write.Stephan Herhut
2017-10-23JDWP/MinificationTest: fix ClassLoader issue with Dalvik (4.4.4)Tamas Kenez
2017-10-23Add MinificationTest to debug tests:Tamas Kenez
2017-10-23Merge "Avoid using HashMap.computeIfAbsent with recursive creation function."Mads Ager
2017-10-23Trim the end of the last coalesced try-item.Ian Zerny
2017-10-23Avoid using HashMap.computeIfAbsent with recursive creation function.Mads Ager
2017-10-23Reduce number of generated files in manyFilesWithSharedSynthesizedClass.Stephan Herhut
2017-10-23Merge "Fix some raw types"Benoit Lamarche
2017-10-23Merge "Ensure new DexItemFactory for each file in extractmarker"Søren Gjesse
2017-10-23Enable writing to jar files as well as zip files.Mads Ager
2017-10-23Ensure new DexItemFactory for each file in extractmarkerSøren Gjesse
2017-10-23Enable IntLongMath checker of error proneMikaël Peltier
2017-10-20Fix some raw typesBenoit Lamarche
2017-10-19Make ThreadUtils.awaitFutures wait for all futures, even if one throws.Stephan Herhut
2017-10-19Merge "Clean up PG config parser."Jinseong Jeon
2017-10-19Merge "Avoid some spurious allocations."Stephan Herhut
2017-10-19Merge "In ThreadUtils.awaitFutures, cancel remaining threads if one throws."Stephan Herhut
2017-10-19Avoid some spurious allocations.Stephan Herhut