Age | Commit message (Expand) | Author |
2021-03-22 | [deps] pushing ASM to 9.1, and ASM opcode compat levels to ASM9, as we need t... | Reinier Zwitserloot |
2021-03-16 | [build] sped up the build considerable. | Reinier Zwitserloot |
2019-09-25 | [jdk13] Added a new constant pool type to our cp parser | Reinier Zwitserloot |
2018-10-29 | [java-11] up dependency on lombok.patcher, including asm7 | Roel Spilker |
2018-07-20 | Replaced StringBuilder by simple char array in "hotspot" method | Roland Praml |
2018-02-07 | [trivial] copyright header year bump to 2018 | Reinier Zwitserloot |
2018-02-06 | [jdk9] add support for using lombok with JDK9 code when compiling using the n... | Reinier Zwitserloot |
2017-11-28 | use ASM6 instead of ASM5 | Roel Spilker |
2015-01-20 | Bug fix in postcompiler app which seemed to not correctly identify changes. | Roel Spilker |
2014-05-01 | some pretty significant changes to the build system, to try and add testing a... | Reinier Zwitserloot |
2014-04-02 | [#655] Switched to ASM5 to support -target 1.8 classes. | Reinier Zwitserloot |
2014-01-15 | added package-infos to lots of packages, updated the javadoc in these, and ma... | Reinier Zwitserloot |
2013-05-30 | Fixes for issue 470: VerifyErrors when using @SneakyThrows. | Reinier Zwitserloot |
2013-04-23 | added temporary debug switch -Dlombok.debugAsmOnly for issue 470. | Reinier Zwitserloot |
2013-04-23 | fixed capitalization error in an inner class. | Reinier Zwitserloot |
2012-11-12 | [refactor] Cleaned up static imports (always use *), and refactored out getCt... | Reinier Zwitserloot |
2012-03-26 | Fix for issue 339: return "java/lang/Object" when an error occurs. | Roel Spilker |
2012-03-19 | Added debugging code to find the cause of issue 339 | Roel Spilker |
2012-02-13 | Smart ATHROW reducer removed because that can at least in theory go wrong, an... | Reinier Zwitserloot |
2012-01-31 | Updated copyright notice in command line tool help, made debug tool=true suba... | Reinier Zwitserloot |
2012-01-30 | Added a tool to display the constant pool for a list of class files | Roel Spilker |
2012-01-30 | Made LombokApp an abstract class and added isDebugTool. | Roel Spilker |
2012-01-23 | Fixed bug in reading long and double values | Roel Spilker |
2012-01-09 | Updated to ASM4 final. | Reinier Zwitserloot |
2011-12-20 | Moved Asm utils out of utils and into core, because utils isn't supposed to h... | Reinier Zwitserloot |
2011-11-07 | Changed copyright notices | Roel Spilker |
2011-10-24 | pretty big refactor; introduced a new source package which should be (and is)... | Reinier Zwitserloot |
2011-06-07 | Updated to ASM 4.0RC1 so that we can deal with java7, | Reinier Zwitserloot |
2011-06-06 | Issue 188: add class file pool constants for methodhandles and invokedynamic ... | Roel Spilker |
2010-11-09 | Added lombok.Lombok.preventNullAnalysis to the null test in @Cleanup to suppress | Roel Spilker |
2010-09-30 | bugfix for the sneakyThrows remover: In rare cases would erroneously delete a... | Reinier Zwitserloot |
2010-08-15 | Documented the ClassFileMetaData utility. | Reinier Zwitserloot |
2010-08-07 | Fixed some bugs in reading the constant pool and added tests | Roel Spilker |
2010-08-05 | Created utility class to casually inspect class files on the usage of classes... | Roel Spilker |
2010-08-05 | Remove the double-athrow | Roel Spilker |
2010-08-03 | Post Compiler now works, including the sneaky throws remover. Also added a lo... | Roel Spilker |
2010-08-03 | Hey, the sneaky throws remover works, at least when run separately. | Roel Spilker |