aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/net/fabricmc/loom/task/GenerateSourcesTask.java
AgeCommit message (Expand)Author
2021-12-05Juuzify ArchitecturyLoomDecompiler (#60)Juuxel
2021-12-04Add architectury decompiler (#59)shedaniel
2021-11-06Merge remote-tracking branch 'FabricMC/dev/0.10' into dev/0.10.0shedaniel
2021-11-01Make CFR the default decompiler (#527)modmuss50
2021-10-30Merge remote-tracking branch 'FabricMC/dev/0.10' into dev/0.10.0shedaniel
2021-10-28Fix misleading error message when decompiling fails.modmuss50
2021-10-26Merge remote-tracking branch 'FabricMC/dev/0.10' into dev/0.10.0shedaniel
2021-10-26Use NIO instead of ZipUtil (#513)shedaniel
2021-10-15Ensure decompiler worker deamons are stopped after failure.modmuss50
2021-10-13Merge remote-tracking branch 'FabricMC/dev/0.10' into dev/0.10.0shedaniel
2021-10-11Rewrite GenSources including full support for CFR. (#511)modmuss50
2021-09-28Fix #54shedaniel
2021-09-17Merge remote-tracking branch 'FabricMC/dev/0.10' into dev/0.10.0shedaniel
2021-09-16Migrate fully to mapping-io + Add comments about transitive access widners to...modmuss50
2021-08-14Merge remote-tracking branch 'FabricMC/exp/0.10' into dev/futureshedaniel
2021-08-13File Structure Changes (#462)shedaniel
2021-08-14Fix checkstyleshedaniel
2021-07-26Use Property in LoomGradleExtension & Move task groups to constants (#445)shedaniel
2021-07-20Fix merge conflictsshedaniel
2021-07-20Merge remote-tracking branch 'FabricMC/dev/0.9' into dev/0.9shedaniel
2021-07-14Split Minecraft and Forge jars (#34)shedaniel
2021-07-14Refactor LoomGradleExtension (#431)modmuss50
2021-07-13Merge remote-tracking branch 'FabricMC/dev/0.9' into dev/0.9shedaniel
2021-07-10Use spotless for header validation, years have been back-filled from git historymodmuss50
2021-06-17Merge remote-tracking branch 'FabricMC/dev/0.9' into dev/0.9shedaniel
2021-06-14Basic layered mappings with @ParchmentMC support (#413)modmuss50
2021-05-05Adds Forge Sources Remappingshedaniel
2021-05-01ashedaniel
2021-04-13Revert "WIP AT -> JarProcessor"shedaniel
2021-04-04WIP AT -> JarProcessorshedaniel
2021-03-25Constant unpicking (#328)modmuss50
2020-12-24General code cleanup (#313)modmuss50
2020-12-21Refactor and fix game/loader library handling (#298)modmuss50
2020-06-01Allow specifying additional decompilers for generating sources (#213)Fudge