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
/
core
Age
Commit message (
Expand
)
Author
2020-12-20
[tests] Support javadoc in ecj tests
Rawi01
2020-06-25
[bugfix] building would fail
Reinier Zwitserloot
2020-06-23
[build] rewriting the build system
Reinier Zwitserloot
2019-05-06
[trivial] replacing all calls to Class.newInstance() with Class.getConstructo...
Reinier Zwitserloot
2018-10-29
eliminate ‘you are using private API’ warnings by streamlining all reflec...
Reinier Zwitserloot
2018-09-04
[wip] Random fixes to various tests that are failing, especially against Java7.
Reinier Zwitserloot
2018-04-20
move ClassLiteral and FieldSelect from core/lombok/core/AnnotationValues.java...
Dmitry Kurelchuk
2014-12-08
moved builder to core package (deprecated old one, created new one, added ali...
Reinier Zwitserloot
2014-06-05
Finished refactor of FieldAugment; there's no longer a separate variant for b...
Roel Spilker
2014-06-05
[#688] Bugfix for eclipse: syntax highlighting would break amongst many other...
Reinier Zwitserloot
2014-03-17
[#590][refactor] Fix for deadlock in WeakHashMap. Refactored all code that us...
Roel Spilker
2013-09-24
Fixed netbeans 7.4RC1 issue (JavaCompiler.version() was returning bogus value...
Reinier Zwitserloot
2013-07-16
Renamed ImmutableList to LombokImmutableList, to reduce our ImmutableList com...
Reinier Zwitserloot
2013-06-16
First steps Builder support
Reinier Zwitserloot
2013-06-16
Removed a SuppressWarnings which old eclipse doesn't care about for some reas...
Reinier Zwitserloot
2013-03-26
Massive performance improvements, and a few potentially breaking changes for ...
Roel Spilker
2012-03-21
Implementation of @Accessors.
Reinier Zwitserloot
2011-11-07
Changed copyright notices
Roel Spilker
2011-10-25
Again made @NotNull have no special meaning.
Reinier Zwitserloot
2011-10-24
pretty big refactor; introduced a new source package which should be (and is)...
Reinier Zwitserloot