aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/net/fabricmc/loom/decompilers
AgeCommit message (Expand)Author
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