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-08-06
Merge branch 'master' into wither
Reinier Zwitserloot
2012-07-18
Lombok not longer removes the feature annotations and the import declarations...
Philipp Eichhorn
2012-07-17
Fix for issue 396: Static constructors generated for classes with type parame...
Reinier Zwitserloot
2012-07-16
fixed issue 391: Using 'staticConstructor' on @Data whilst an @XxxArgsConstru...
Reinier Zwitserloot
2012-07-16
Added setting position of generated nodes in javac's @Synchronized as a 'pilo...
Reinier Zwitserloot
2012-07-13
Fixed issue 399: @ExtensionMethod broken for javac in nearly all cases
Philipp Eichhorn
2012-07-13
Fixed issue 397: Rare java.lang.StackOverflowError in JavacResolution.
Philipp Eichhorn
2012-07-12
Wither support + tests (javac only; ecj tests are currently set to ignore).
Reinier Zwitserloot
2012-07-11
Fielding a request to make some stuff public. The things made public are alre...
Reinier Zwitserloot
2012-07-11
Made lombok more stable in netbeans based on some smart observations by Jan L...
Jan Lahoda
2012-06-24
[Issue 381] @SneakyThrows respects constructor calls
Philipp Eichhorn
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
[next]