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
Age
Commit message (
Expand
)
Author
2012-06-18
Fix for issue 376 for javac.
Roel Spilker
2012-05-22
Javac implementation of @ExtensionMethod.
Robbert Jan Grootjans
2012-04-29
Issue 366: don't call the getter twice, fixed for Eclipse.
Roel Spilker
2012-04-29
Issue 366: don't call the getter twice, fixed for javac.
Roel Spilker
2012-04-23
Replaced the 'try some reflection and if that fails, oh well' code with catch...
Reinier Zwitserloot
2012-04-03
Philipp Eichhorn's patch to allow non-top-level annotations to work with lomb...
Reinier Zwitserloot
2012-04-03
Philipp Eichhorn's patch to use marker annotations instead of boolean-returni...
Reinier Zwitserloot
2012-03-27
Merge branch 'master' into accessors
Reinier Zwitserloot
2012-03-27
Fixes issue 326: In NetBeans, the generated default constructor was compiled ...
Roel Spilker
2012-03-26
In delombok mode, @Accessors is now eliminated from your source files.
Reinier Zwitserloot
2012-03-26
Finished work on @Accessors
Reinier Zwitserloot
2012-03-26
Merge branch 'acc2' into accessors
Reinier Zwitserloot
2012-03-26
Updated findMethod with paramcount.
Reinier Zwitserloot
2012-03-22
Bug fixes for updates to getter/setter stuff based on @Accessors.
Reinier Zwitserloot
2012-03-21
Implementation of @Accessors.
Reinier Zwitserloot
2012-03-19
Fix for issue 342: @Deprecated annotation not propagated to generated getter...
Roel Spilker
2012-03-05
Issue 348: @Delegate should also generate @Deprecated when the interface meth...
Roel Spilker
2012-02-27
Consistent use of JavacResolution.typeToJCTree instead of TreeMaker.Types - f...
Sander Koning
2012-02-25
Handle deprecated by ordinary usage.
Taiki Sugawara
2012-02-22
support delegate with deprecated comment.
Taiki Sugawara
2012-02-15
'val' is no longer legal in basic for loops now. Fixes issue #346
Reinier Zwitserloot
2012-02-14
Bumped copyright years on recently (in 2012) changed sources.
Reinier Zwitserloot
2012-02-14
No more autobox/type coercion issues with @Getter(lazy=true) and primitive ty...
Reinier Zwitserloot
2012-02-14
'val' now works for member types whose outers have generics. (issue #343)
Reinier Zwitserloot
2012-01-24
Fix for issue 328: @Delegate on a field for which we also generate a getter w...
Roel Spilker
2012-01-19
[Issue 275] Allow @Delegate on no-argument methods
peichhorn
2012-01-09
trivial refactor
Reinier Zwitserloot
2011-12-19
Merge branch 'typeLibrary'
Reinier Zwitserloot
2011-12-15
Generated nodes are now cached using a fully-weak Map.
Robbert Jan Grootjans
2011-12-13
Refactored the type resolver, and made the 'find locally named classes that s...
Reinier Zwitserloot
2011-11-21
Made an API for creating a (oracle javac) JavaCompiler which tracks comments ...
Reinier Zwitserloot
2011-11-20
Fix for issue 299: labels would break 'val' in javac.
Reinier Zwitserloot
2011-11-13
Eclipse/JavacHandlerUtil.injectField(...) inserts the new fields after the en...
peichhorn
2011-11-07
Changed copyright notices
Roel Spilker
2011-10-25
Fixed issue 289: non-static inner classes whose outer class has generics can'...
Reinier Zwitserloot
2011-10-24
pretty big refactor; introduced a new source package which should be (and is)...
Reinier Zwitserloot
2011-10-10
Added missing copyright header and bumped version number to xHEAD.
Reinier Zwitserloot
2011-10-07
Accept JCCatch as 'statement' (issue #281)
Sander Koning
2011-09-20
toString() of various delegates to interop with javac (FileObjectWrapper and ...
Michail Plushnikov
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-08-15
Merge branch 'delombok_java7'
Reinier Zwitserloot
2011-08-15
fixed a warning during the ant compile process
Reinier Zwitserloot
2011-08-15
Removed support for onMethod, onParam and onConstructor due to javac7 type in...
Roel Spilker
2011-08-10
Made delomboks processor 'work' on java6 and java7 without any warnings
peichhorn
2011-08-08
Made the annotation processor 'work' on java6 and java7 without any warnings
Roel Spilker
2011-07-30
fixed Issue 243:
peichhorn
2011-07-30
fixed Issue 244:
peichhorn
2011-07-24
Fixes issue 176 more thoroughly; even if both javac6 and javac7 are on the cl...
Reinier Zwitserloot
[next]