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
/
lombok
/
core
Age
Commit message (
Expand
)
Author
2009-06-24
Added proper support for changing the AST as its being visited, both removal ...
Reinier Zwitserloot
2009-06-21
Bug fix: using string literals in any lombok annotation value would blow up t...
Reinier Zwitserloot
2009-06-21
Due to a java bug, constants in enums don't work, so instead the default acce...
Reinier Zwitserloot
2009-06-18
Expanded the AST printers to support a target PrintStream, and expanded the @...
Reinier Zwitserloot
2009-06-17
Added the SetterHandler for javac. Also added a way to get the SymbolTable on...
Reinier Zwitserloot
2009-06-17
Made the printing of Statements for @PrintAST slightly more useful (if a lot ...
Reinier Zwitserloot
2009-06-17
A useful annotation that prints the AST of any annotated element via the XAST...
Reinier Zwitserloot
2009-06-17
Removed a debug print.
Reinier Zwitserloot
2009-06-17
NullPointerExceptions were showing up in Eclipse, when a 2+ dimensional array...
Reinier Zwitserloot
2009-06-17
Massive refactors. This list isn't complete, but should give you an idea:
Reinier Zwitserloot
2009-06-16
Implemented a lot of stuff for javac, but we ran into 2 major issues still to...
Reinier Zwitserloot
2009-06-15
Just in case people run lombok.jar as a java app (e.g. by double-clicking it)...
Reinier Zwitserloot
2009-06-15
Moved version.txt to lombok.core.Version.java.
Reinier Zwitserloot
2009-06-15
Renamed lombok.transformations lombok.core as the purpose of this package is ...
Reinier Zwitserloot