index
:
github/lombok.git
feat/memoize
master
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
/
utils
/
lombok
/
javac
/
java8
Age
Commit message (
Expand
)
Author
2021-09-06
Replace val with native final var in Java >= 10
Rawi01
2021-03-19
[ecj] [bug-workarounds]
Reinier Zwitserloot
2021-03-19
[jdk16] forget optimization...
Roel Spilker
2021-03-19
[jdk16] delombok
Roel Spilker
2021-03-19
[jdk16] docker
Roel Spilker
2021-03-05
[javac6] replacing calls to ListBuffer add/addAll to the append variants; add...
Reinier Zwitserloot
2020-06-25
Avoid class.getSimpleName except in static initializers or error messages
Roel Spilker
2019-09-25
[jdk13] Added support for printing text blocks (triple quoted strings) in tex...
Reinier Zwitserloot
2018-10-29
eliminate ‘you are using private API’ warnings by streamlining all reflec...
Reinier Zwitserloot
2017-12-05
[JDK9] fixing delombok’s comment integration in JDK9.
Reinier Zwitserloot
2014-06-05
Finished refactor of FieldAugment; there's no longer a separate variant for b...
Roel Spilker
2014-03-17
[#590][refactor] Fix for deadlock in WeakHashMap. Refactored all code that us...
Roel Spilker
2013-09-25
[jdk8support] ... and javadoc copying support is back for javac8. Also fixed ...
Roel Spilker
2013-09-25
Pre-emptive fix for the anticipated removal of ListBuffer.lb() in javac8
Roel Spilker
2013-08-13
Getting the java8 compiler remember the comments
Roel Spilker