Age | Commit message (Expand) | Author |
2022-05-20 | Add support for eclipse feature tests | Rawi01 |
2022-01-14 | Fixing situations where all eclipse tests would fail. | Reinier Zwitserloot |
2021-10-26 | [fixes #3014] Detecting whether inner classes are static wouldn't work if pla... | Reinier Zwitserloot |
2021-10-26 | [issue #3014] test-case that reproduces this problem. | Reinier Zwitserloot |
2021-10-22 | [fixes #2985] Resolve var/val only once in eclipse | Rawi01 |
2021-08-17 | [fixes #2907] Keep record compact constructor parameters | Rawi01 |
2021-04-23 | Change owner lombok GitHub repository | Roel Spilker |
2021-04-18 | Merge branch 'enter-types-methods-fields' of git://github.com/Rawi01/lombok i... | Reinier Zwitserloot |
2021-03-24 | [records] [`@NonNull`] eclipse impl onfthe `@NonNull` on record components fe... | Reinier Zwitserloot |
2021-03-23 | [testing] wahey, ecj testing works again, and now we can test JDK16 features ... | Reinier Zwitserloot |
2021-03-23 | [records] [javac] Putting `@NonNull` on a 'field' of a record now affects the... | Reinier Zwitserloot |
2021-03-22 | Merge branch 'records' | Reinier Zwitserloot |
2021-03-20 | [jdk16] Add lombok opens in single location | md_5 |
2021-03-19 | fix test stub dependencies for ecj | Roel Spilker |
2021-03-19 | [jdk16] fix delombok (and the test suite, which depends on it) for jdk16. | Reinier Zwitserloot |
2021-03-14 | [testing] `ant test.javac6` now passes. yay. | Reinier Zwitserloot |
2021-03-13 | [testing] improve information given when position validator tests fail | Reinier Zwitserloot |
2021-03-13 | [testing] also ignore unset positions for the pretty print tester. | Reinier Zwitserloot |
2021-03-13 | [testing] now easier to identify what failed, by name of test case | Reinier Zwitserloot |
2021-03-13 | [testing] javac6 fails some of the idempotency tests because certain nodes ar... | Reinier Zwitserloot |
2021-03-05 | [tests] fix tests on java6/7 | Reinier Zwitserloot |
2021-02-17 | [fixes #2752] Save problem handler state for postponed error handling | Rawi01 |
2021-02-04 | [issue #2730] Javadoc generated by lombok in javac now gets its position set. | Reinier Zwitserloot |
2021-02-02 | Validate that every AST node has a symbol | Rawi01 |
2021-01-28 | Validate positions during tests | Rawi01 |
2020-12-22 | Run tests if no exclusions match | Roel Spilker |
2020-10-03 | Untangling patches to classes that only exist in eclipse, not ecj | Reinier Zwitserloot |
2020-09-18 | Merge branch 'eclipse-javadoc' of git://github.com/Rawi01/lombok into Rawi01-... | Reinier Zwitserloot |
2020-09-18 | [tests] ant-based compiling of test infra was failing. | Reinier Zwitserloot |
2020-09-18 | [tests] fixed a test that fails due to, of all things, a javac bug. | Reinier Zwitserloot |
2020-09-10 | Add record support | Rawi01 |
2020-08-31 | Merge branch 'master' into eclipse-javadoc | Rawi01 |
2020-08-29 | [testing] [eclipse] [#2413] Eclipse tests now more expansive | Reinier Zwitserloot |
2020-08-27 | [test] [bugfix] Compare full line instead of ignoring the last character | Rawi01 |
2020-07-29 | Support javadoc copying in eclipse | Rawi01 |
2020-07-23 | [tests] [trivial] stop printing the javac version | Reinier Zwitserloot |
2020-07-10 | [test] more flexible options for limiting your tests. | Reinier Zwitserloot |
2020-07-03 | [test] [bugfix] far too few tests were being selected for the 'javac' target. | Reinier Zwitserloot |
2020-07-03 | [build] propagate chosen bootclasspath into eclipse test targets | Reinier Zwitserloot |
2020-06-23 | [build] rewriting the build system | Reinier Zwitserloot |
2020-01-28 | [singular][issue #2221] the plural builder method now nullchecks its argument... | Reinier Zwitserloot |
2020-01-20 | Config import: change bubble iteration | Roel Spilker |
2020-01-20 | Config import: move responsibilities | Roel Spilker |
2020-01-20 | Rename Context to ConfigurationFile, move reading contents and metadata to it. | Roel Spilker |
2020-01-20 | Config import: Allow imports in lombok.config | Roel Spilker |
2020-01-07 | [fixes #2327] mostly trivial: Added this. for field access and unified code g... | Reinier Zwitserloot |
2019-08-22 | [checkerframework] | Reinier Zwitserloot |
2019-04-24 | [trivial] making a part of the test framework code not warn on default JDK11+... | Reinier Zwitserloot |
2019-01-29 | [test] Made it easier to run the tests on just one of the resource files. | Reinier Zwitserloot |
2018-10-15 | [build] Fixing running tests via `ant test`, setting up the build, and a few ... | Reinier Zwitserloot |