summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-11-01Merge branch 'polish-20221101' into 'master'Remi Forax
2022-11-01Remove duplicate articles in JavadocJohnny Lim
2022-10-25Merge branch 'master' into 'master'Remi Forax
2022-10-25fix a typo in javadoc of ASMifierFANGYUAN SI
2022-10-02Add signature files for ASM 9.4.Eric Bruneton
2022-10-02Update version number.Eric Bruneton
2022-10-01Merge branch '317981-add-get-delegate-methods' into 'master'Eric Bruneton
2022-10-01Add a getDelegate() method to all visitors. Also make the delegate field prot...Eric Bruneton
2022-10-01Merge branch '317984-add-get-internal-name-links' into 'master'Eric Bruneton
2022-10-01Add link to Type.getInternalName() after each occurence of 'internal name' in...Eric Bruneton
2022-09-17Merge branch 'skip-remap-if-same' into 'master'Eric Bruneton
2022-09-14Skip remap inner class name if not changedKarlatemp
2022-09-11Fix typos.Eric Bruneton
2022-09-11Merge branch 'asm-fix/signature-writer/use-unsigned-arg-stack'Eric Bruneton
2022-09-11Rewrite the code in a more concise way.Eric Bruneton
2022-09-07fixup! Fix `SignatureWriter` when a generic type has a depth over 30ExE Boss
2022-09-07fixup! Fix `SignatureWriter` when a generic type has a depth over 30ExE Boss
2022-09-07fixup! Fix `SignatureWriter` when a generic type has a depth over 30ExE Boss
2022-09-06Fix `SignatureWriter` when a generic type has a depth over 30ExE Boss
2022-09-04Merge branch '317972-improve-inner-and-outer-class-javadoc' into 'master'Eric Bruneton
2022-09-04Merge branch '317983-fix-module-name' into 'master'Eric Bruneton
2022-09-03Fix generated module names.Eric Bruneton
2022-08-27Improve the Javadoc for the InnerClasses and EnclosingMethod attributes.Eric Bruneton
2022-07-31Merge branch '317979-generate-module-info-classes-without-bnd-plugin' into 'm...Eric Bruneton
2022-07-31Generate the module info classes without Bnd. Delete the Bnd plugin.Eric Bruneton
2022-07-24Merge branch 'aurimas-master-patch-01940' into 'master'Eric Bruneton
2022-07-24Upgrade asm to point to org.ow2:ow2:1.5.1Aurimas Liutikas
2022-06-19Merge branch 'support-jdk10' into 'master'Remi Forax
2022-06-19recognize Java 20 version (64)Remi Forax
2022-06-12Disable warnings for missing Javadoc comments in the privateJavadoc task.Eric Bruneton
2022-06-12Merge branch '317977-fix-check-class-adapter-and-tree-analysis-analyzer' into...Eric Bruneton
2022-06-12Make sure that CheckClassAdapter leaves classes unchanged. Also fix a bug in...Eric Bruneton
2022-05-28Merge branch 'check-all-labels' into 'master'Eric Bruneton
2022-05-28Make sure to check all Label references.Eric Bruneton
2022-05-26Merge branch 'javadoc-fixes' into 'master'Eric Bruneton
2022-05-26Small Javadoc improvements and fixes.Eric Bruneton
2022-05-26Merge branch 'analyzer-refactor' into 'master'Eric Bruneton
2022-05-26Extract a findSubroutines method from the long Analyzer.analyze() method.Eric Bruneton
2022-05-22Merge branch 'check-frames-in-check-method-adapter' into 'master'Eric Bruneton
2022-05-22Check that frames are valid for V1_7 or more classes, if COMPUTE_FRAMES is no...Eric Bruneton
2022-05-22Merge branch 'add-check-frame-analyzer' into 'master'Eric Bruneton
2022-05-22Add a CheckFrameAnalyzer class in asm-util. This will be used in...Eric Bruneton
2022-04-27Merge branch 'update_jacoco' into 'master'Remi Forax
2022-04-26Update JaCoCo to version 0.8.8Evgeny Mandrikov
2022-04-10Add ASM 9.0 to the benchmarks.Eric Bruneton
2022-04-04Update version number.Eric Bruneton
2022-04-03Merge branch 'code-smells' into 'master'Eric Bruneton
2022-04-03Make sure only one invocation in the assertThrows lambda can throw the...Eric Bruneton
2022-04-03Merge branch 'justinblank/asm-provide_descriptor_in_type_exception'Eric Bruneton
2022-04-03Add tests for the IllegalArgumentException message.Eric Bruneton