Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2020-08-12Merge branch 'master' into BETA_JAVA15Manoj Palat1-2/+3
2020-08-12Bug 565844 - [14] Compiler rejects code with conditionalManoj Palat1-2/+3
2020-06-25Bug 564613 - Method name permits causes compilation error in EclipseManoj Palat1-1/+5
2020-05-29Bug 562715 - [15] JEP 360 - Sealed Types - Grammar ChangesManoj Palat1-2/+29
2020-05-24Bug 563430 - [15] non-sealed keyword recognitionManoj Palat1-1/+4
2020-03-11Bug 560893 - [14] local record and internal record are not supportedY20200311-0915P20200311-1045Manoj Palat1-0/+2
2020-02-25Bug 559995 - [14] Using extends for a Record does not create an AST forY20200225-1040Vikas.Chandra1-0/+1
2020-01-23Bug 559448 - [14] Records - multiple varargs not flagging error P20200123-0805Manoj Palat1-1/+1
2020-01-20Bug 531715 - [14] JEP 305: Pattern Matching for instanceof (Preview)Y20200120-2315Jay Arthanareeswaran1-7/+28
2020-01-16Bug 559245 - [14] Records - interfaces implements in grammarManoj Palat1-7/+1
2019-11-22Bug 550750 - [14] JEP 359 : Records (Preview) Grammar Changes - furtherManoj Palat1-1/+6
2019-11-06Bug 550750 - [14] JEP 359 : Records (Preview) Grammar Changes - varargsManoj Palat1-2/+14
2019-11-04Bug 550750 - [14] JEP 359 : Records (Preview) Grammar Changes - nestedManoj Palat1-1/+4
2019-10-11Bug 550750 - [14] JEP 359 : Records (Preview) Grammar Changes - Part 2Manoj Palat1-1/+7
2019-10-04Bug 550750 - [14] JEP 359 : Records (Preview) Grammar Changes - Part 1Manoj Palat1-0/+97
2019-09-19Merge remote-tracking branch 'origin/BETA_JAVA13'I20190919-1800I20190919-0850Manoj Palat1-10/+10
2019-08-06Bug 548476 - withdraw Java12-preview-version of switch expressions toI20190806-1800Manoj Palat1-1/+11
2019-02-08Bug 544224 - [12] Switch Expression - Unexpected compiler error forStephan Herrmann1-0/+1
2018-11-28removal of break statement from rhs of switch label expression ruleManoj Palat1-9/+0
2018-11-23corrected break expression errorManoj Palat1-1/+6
2018-11-16coalescing BlockStatement -> SwitchLabeledRule with deferred errorManoj Palat1-6/+1
2018-11-16StatementSwitch with exclusive arrows or columns - grammar changes - wipManoj Palat1-2/+1
2018-11-15intermediate non-inf wipManoj Palat1-6/+7
2018-11-13temp stashing.Manoj Palat1-37/+21
2018-10-03bug 531714 - initial work-in-progress commit - DO_NOT_USEManoj Palat1-8/+13
2018-10-03531714.intermittent.wip.2Manoj Palat1-3/+74
2017-04-27bug 500636 - Annotations support in module-infoSasikanth Bharadwaj1-38/+39
2016-12-20Fix for bug 500636 & bug 509050 - bug 500636: [compiler][9] NewManoj Palat1-7/+12
2016-12-14bug 500636: [compiler][9] New flags/keywords/attributes related toSasikanth Bharadwaj1-19/+60
2016-11-21fix provides bug 486988 [1.9][code completion] Basic framework for codeManoj Palat1-1/+1
2016-11-16follow-up commit for provides bug 486988 [1.9][code completion] BasicY20161117-1000Manoj Palat1-1/+4
2016-08-02Fix for bug 488659 [1.9] Allow effectively-final variables to be used asY20160804-1000Manoj Palat1-0/+10
2016-02-19Disallow annotations in module declarationsSasikanth Bharadwaj1-6/+11
2016-02-01Merge remote-tracking branch 'origin/master' into BETA_JAVA9P20160201-1357Sasikanth Bharadwaj1-2/+16
2016-01-10Bug 485477: ecj illegally accepts T.super as an expressionStephan Herrmann1-2/+16
2016-01-05Grammar changes for java9 - can compile a single moduleSasikanth Bharadwaj1-1/+66
2014-11-11Fixed bug 405778: [1.8][dom ast] method body recovery broken (emptyI20141111-0830I20141111-0800Sasikanth Bharadwaj1-3/+3
2013-12-02AnirGramssankaran1-1/+11
2013-11-30put [1.8] Grammar changes for lambda recovery [WIP]Srikanth Sankaran1-4/+7
2013-09-30Fix for Bug 413592 - [1.8] Default method not formatted viaAnirban Chakraborty1-2/+7
2013-02-18Bug 383973 - [1.8][compiler] syntax recovery in the presence of defaultStephan Herrmann1-2/+12
2013-02-16Fixed Bug 399695 - [1.8][compiler] migrate parser to other syntax forJesper S Moller1-7/+18
2013-02-10Cast support for lambdassankaran1-6/+6
2013-02-08Bug 399773 - [1.8][compiler] Cast expression should allow for additionalssankaran1-14/+48
2012-10-10Minor grammar cleanup to merge two rules into one.Srikanth1-7/+3
2012-10-05Fixes from code review.Srikanth1-0/+1
2012-10-01Fixed bug 390784: [1.8][compiler] Redesign ECJ grammar for typeSrikanth1-304/+167
2012-07-19Fixed bug 385374: [1.8][compiler] JSR308 style annotations on JSR335Srikanth1-6/+23
2012-07-16Fixed bug 385132: [1.8][compiler] syntax error says "ARROW" orSrikanth1-0/+2
2012-07-15Fixed bug 385111: [1.8][compiler] Compiler fails to flag undefinedSrikanth1-8/+8

Back to the top