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
/
core
/
lombok
/
javac
/
JavacResolution.java
Age
Commit message (
Expand
)
Author
2011-11-20
Fix for issue 299: labels would break 'val' in javac.
Reinier Zwitserloot
2011-10-24
pretty big refactor; introduced a new source package which should be (and is)...
Reinier Zwitserloot
2011-08-16
Merge branch 'master' of github.com:rzwitserloot/lombok
Reinier Zwitserloot
2011-08-16
This fixes 'val' not working in javac7. The LogDisabler used to simply suppre...
Reinier Zwitserloot
2011-08-16
Renamed Javac.getCTCint to getCtcInt
Roel Spilker
2011-01-31
Changed internal call for resolution to method support in javac7
grootjans
2010-12-18
Moved all the Compile time constants from the Javac handlers and supporting c...
grootjans
2010-11-28
bugfixes for typeToJCTree. HandleDelegate (javac) is working better.
Reinier Zwitserloot
2010-11-25
@Delegate, at least without value=, seems to work great in javac now!
Reinier Zwitserloot
2010-11-22
Added storing instanceof JavacTypes in JavacAST, and renamed JavacResolution'...
Reinier Zwitserloot
2010-11-18
In javac, use ListBuffer to append
Roel Spilker
2010-11-10
Fix for javac: 'val x = null;' is now valid, and results in x being of type O...
Reinier Zwitserloot
2010-11-10
Undone something that'll never work anyway
Reinier Zwitserloot
2010-11-09
Experiment to try and make java 'self referential' by deleting the Enter and ...
Reinier Zwitserloot
2010-11-08
'val' now also works in foreach loops, on both javac and ecj / eclipse.
Reinier Zwitserloot
2010-11-08
'val' in javac now errors out with an appropriate message on val x = { .. }, ...
Reinier Zwitserloot
2010-11-03
val in java, including tests and javac resolution utilities.
Reinier Zwitserloot