aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/net/fabricmc/loom/decompilers
AgeCommit message (Expand)Author
2021-11-01Fix missing blank line between javadoc and paramsmodmuss50
2021-11-01Make CFR the default decompiler (#527)modmuss50
2021-10-14Fix null related issues in CFRObfuscationMappingmodmuss50
2021-10-11Fix regression in TinyJavadocProvider (#516)Juuxel
2021-10-11Rewrite GenSources including full support for CFR. (#511)modmuss50
2021-09-16Fix line number remapping not copying all class files. Fixes a runtime crash.modmuss50
2021-09-16Migrate fully to mapping-io + Add comments about transitive access widners to...modmuss50
2021-07-26Use Property in LoomGradleExtension & Move task groups to constants (#445)shedaniel
2021-07-14Refactor LoomGradleExtension (#431)modmuss50
2021-07-10Use spotless for header validation, years have been back-filled from git historymodmuss50
2021-06-13Use tabs for indentation in the Fernflower decompiler (#383)haykam821
2021-05-27Suppress "Inconsistent inner class entries" error when decompilingmodmuss50
2021-05-13General cleanup by making use of java 16 features (#397)modmuss50
2021-05-04Fix gradle 8 deprecation warningmodmuss50
2021-03-25Record javadoc support. (#366)modmuss50
2021-03-23Revert some of the changes to genSource's.modmuss50
2021-03-06Try and fix fernflower forking for the final time. Hopefully helps with #355modmuss50
2021-01-21Revert previous attempt at fixing genSources when loom is applied via buildSrcmodmuss50
2021-01-21Another attempt at fixing issues with fernflower's classpathmodmuss50
2021-01-21Apply all buildscript configurations across all parent projects to try and fi...modmuss50
2020-12-24General code cleanup (#313)modmuss50
2020-12-21Fix genSources not working when root project doesnt have loom applied#308. (#...solonovamax
2020-07-26Fix genSources on sub projectsmodmuss50
2020-07-26General cleanupReece Dunham
2020-07-26Add Experimental CFR support. Line numbers and comments are not currently sup...modmuss50
2020-06-01Allow specifying additional decompilers for generating sources (#213)Fudge