aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-10-23Ensure member arrays are accessed synchronized during write.Stephan Herhut
2017-10-23Change releaser name in version fileYohann Roussel
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
2017-10-19In ThreadUtils.awaitFutures, cancel remaining threads if one throws.Stephan Herhut
2017-10-19Remove some dead codeBenoit Lamarche
2017-10-19Merge "Enable OvershadowingSubclassFields checker"Mikael Peltier
2017-10-19Reland "Use dedicated per-file maps instead of field on IndexedDexItem for fi...Stephan Herhut
2017-10-19Enable OvershadowingSubclassFields checkerMikaël Peltier
2017-10-19Merge "Do not resolve file names against output directory twice."Stephan Herhut
2017-10-19Do not resolve file names against output directory twice.Stephan Herhut
2017-10-19Merge "Adapt parameter annotation test"Mikael Peltier
2017-10-18Clean up PG config parser.Jinseong Jeon
2017-10-18Adapt parameter annotation testMikaël Peltier
2017-10-18Move pinnedItems to descriptors.Stephan Herhut
2017-10-18Make sure written files are actually closed.Stephan Herhut
2017-10-18Merge "Introduce the concept of an OutputSink to allow different processing o...Stephan Herhut
2017-10-18Introduce the concept of an OutputSink to allow different processingStephan Herhut
2017-10-18Merge "Skip module-info.class"Mikael Peltier
2017-10-18Merge "Update extractmarker tool"Søren Gjesse
2017-10-18Update extractmarker toolSøren Gjesse
2017-10-18Skip module-info.classMikaël Peltier
2017-10-18Update CompatProguardSøren Gjesse
2017-10-18Merge "Allow to run test with a custom java"Mikael Peltier
2017-10-18Allow to run test with a custom javaMikaël Peltier
2017-10-18Merge "Input base path to string-based PG config to handle relative paths."Jinseong Jeon
2017-10-18Merge "Adapt invalid name tests to run them on Java 9 runtime"Mikael Peltier
2017-10-18Merge "Move ASM 6 from beta to official release"Mikael Peltier
2017-10-18Input base path to string-based PG config to handle relative paths.Jinseong Jeon
2017-10-17Merge "Assert code item is DexCode."Jinseong Jeon
2017-10-17Assert code item is DexCode.Jinseong Jeon
2017-10-17Move ASM 6 from beta to official releaseMikaël Peltier
2017-10-17Adapt invalid name tests to run them on Java 9 runtimeMikaël Peltier
2017-10-17Enable missing overrides checkBenoit Lamarche
2017-10-17Enable error prone only on D8/R8 sourcesMikaël Peltier