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
/
java6
Age
Commit message (
Expand
)
Author
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
2013-07-08
A lot of refactoring on how javadoc is handled, to prepare for copying javado...
Reinier Zwitserloot
2013-07-07
more work on the tricky Context hack to make 'ant compile' not emit warnings.
Reinier Zwitserloot
2013-07-07
FINALLY! Found the cause of a really weird eclipse bug,
Reinier Zwitserloot
2011-12-12
Renamed Comment to CommentInfo.
Reinier Zwitserloot
2011-11-07
Changed copyright notices
Roel Spilker
2011-11-01
Fixed issue 284 now also for java7, introduced more stubbing
Roel Spilker
2011-10-31
Fixed delombok making a mess of comments (issue 284) for javac 6. delombok in...
Roel Spilker
2011-10-24
pretty big refactor; introduced a new source package which should be (and is)...
Reinier Zwitserloot