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