Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2019-07-05Bug 531716 - [13] Support for JEP 355 Text BlockY20190705-0620Jay Arthanareeswaran7-16/+26
2019-07-04Bug 548416 - [13] [test] Fix test failures in Java 13Y20190704-0900Jay Arthanareeswaran2-1/+14
2019-07-01Bug 546473 - [test] Create a new test bundle that can be coded withJay Arthanareeswaran12-5/+542
2019-06-28Bug 547817: [13] Support for Unicode 12.1Y20190701-0635Y20190628-1440Olivier Thomann10-3/+85
2019-06-28Bug 531716 - [13] Support for JEP 355 Text BlockJay Arthanareeswaran2-8/+149
2019-06-26Bug 531716 - [13] Support for JEP 355 Text BlockY20190627-0630Y20190627-0200Y20190627-0045Jay Arthanareeswaran2-10/+20
2019-06-26Bug 548618 - [13] Support version 13 in command line compilerJay Arthanareeswaran1-1/+15
2019-06-26Bug 547891 - [13] flag error for unqualified yield method invocationsManoj Palat10-8/+467
2019-06-25Bug 531716 - [13] Support for JEP 355 Text BlockJay Arthanareeswaran2-3/+3
2019-06-25Bug 547900 - [13] dom support for JEP 354 Switch ExpressionSarika Sinha2-7/+13
2019-06-25Bug 548568 - Update compliance specific grammar rules table in ParserJay Arthanareeswaran2-0/+8
2019-06-25Bug 547891 - [13] flag error for unqualified yield method invocationsManoj Palat6-0/+93
2019-06-24Bug 548490 - [13]Type inference support in switch expressions 354 Manoj Palat1-25/+37
2019-06-24Bug 547900 - [13] dom support for JEP 354 Switch ExpressionSarika Sinha2-6/+13
2019-06-21Bug 548418 - [13] JEP 354: Switch Expressions - flow analysis - breakManoj Palat6-4/+15
2019-06-21Bug 531716 - [13] Support for JEP 355 Text BlockSarika Sinha1-0/+97
2019-06-20Bug 547726 - [13] Configure gerrit builds for BETA_JAVA13Jay Arthanareeswaran2-0/+61
2019-06-20Fixing warnings and copyrightJay Arthanareeswaran7-114/+13
2019-06-20 548416: [13] [test] Fix test failures in Java 13 - 13 specific testManoj Palat2-0/+182
2019-06-20Bug 531716 - Basic grammar and compiler changes for Text blockJay Arthanareeswaran37-661/+1488
2019-06-20Bug 548208 @noreference added to the fieldsManoj Palat1-11/+22
2019-06-20pom update as per Manifest.mfManoj Palat1-1/+1
2019-06-20Bug 547900 - [13] dom support for JEP 354 Switch ExpressionSarika Sinha29-148/+744
2019-06-20Bug 548208 - [13] API behaviour for errors of preview features - serviceManoj Palat2-3/+3
2019-06-19Bug 548208 - [13] API behaviour for errors of preview features - commentManoj Palat1-0/+13
2019-06-19Bug 548418 - [13] JEP 354: Switch Expressions - flow analysisManoj Palat2-330/+381
2019-06-19Bug 544073 - follow-up commit for removing implicit from BreakStatementManoj Palat2-3/+0
2019-06-18Bug 544073 - compiler ast changes for making yield implict for SLEManoj Palat3-36/+10
2019-06-18Bug 548208 - [13] API behaviour for errors of preview features Manoj Palat17-35/+184
2019-06-18Merge branch 'master' into BETA_JAVA13Manoj Palat26-58/+98
2019-06-14Bug 544073 break and BreakStatement grammar and related changesManoj Palat27-293/+79
2019-06-14Bug 544073 - initial Changes for yieldManoj Palat38-653/+3613
2019-06-14Corrections for Java 12I20190618-1805I20190618-0225I20190617-1800I20190616-1800I20190615-1800I20190614-1800I20190614-0330Sarika Sinha2-4/+4
2019-06-14Service segment bump for 4.13Sarika Sinha2-3/+3
2019-06-14Bug 547900 - [13] dom support for JEP 354 Switch ExpressionSarika Sinha1-0/+8
2019-06-11bug 544073 - YieldStatement compiler internal AST Node with stubs forManoj Palat1-0/+83
2019-06-07Bug 547907 - POM and product version change for 4.13 releaseI20190613-1800I20190613-0210I20190612-1800I20190612-0115I20190610-1800I20190610-0135I20190608-0140I20190607-1345I20190607-1000I20190607-0725Niraj Modi18-20/+20
2019-06-04Bug 547417 - trying to fix 180 test fails, take 2S4_12_0_RC2R4_12I20190605-1800I20190605-0600I20190604-1800I20190604-0600R4_12_maintenanceAndrey Loskutov4-21/+45
2019-05-28Bug 545771 - [13] Create Java 13 version and supporting code in testsJay Arthanareeswaran7-9/+90
2019-05-27Bug 547417 - trying to fix 180 test failsS4_12_0_RC1aS4_12_0_RC1I20190603-1800I20190603-0600I20190602-1800I20190602-0600I20190601-1800I20190531-1800I20190531-0245I20190529-2005I20190529-1800I20190529-0600I20190528-1800I20190528-0915I20190528-0850I20190528-0600I20190527-1805Andrey Loskutov2-10/+26
2019-05-22Bug 545983: [12] EJC allows switch expression to be concluded withoutS4_12_0_M3I20190527-0600I20190526-1800I20190526-0600I20190525-1800I20190525-0600I20190524-1800I20190524-0135I20190522-1800I20190522-0600Jay Arthanareeswaran2-3/+3
2019-05-20Bug 547479 - Java 9+ (JPMS) Intermittent compilation error "The type...I20190521-1800I20190521-0600I20190520-1805Christoph Langer2-0/+57
2019-05-20Bug 543266 Allow comments in enum declarationKenneth2-0/+58
2019-05-19Bug 502327 - [compiler][inference] Problem marker 'method not applicableI20190520-0600I20190519-1800Stephan Herrmann2-1/+36
2019-05-19Bug 525822 - [1.8] ECJ compiles ambiguous lambda method invocationStephan Herrmann19-51/+206
2019-05-18Bug 545420 - [1.8][inference] Receiving The target type of thisStephan Herrmann2-0/+32
2019-05-17Bug 541466 - Eclipse APT implementation fails when annotation referencesI20190518-1800I20190517-1800Till Brychcy1-12/+18
2019-05-16Bug 544306 - [Java 11] Error in Editor when using class in Test sourceI20190516-1800Till Brychcy5-8/+69
2019-05-16Bug 545715 comment 25 - [12] Assignment analysis doesn't work in switchI20190516-1405I20190516-1335I20190516-1250I20190516-1200I20190516-1055Manoj Palat1-3/+7
2019-05-15Bug 543604 - [9] Error when hovering a HashMapStephan Herrmann1-2/+36

Back to the top