Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-12-17Revert "Bug 531714 Fixing compiler invocation tests"Manoj Palat2-2/+2
2018-12-17Bug 531714 Fixing compiler invocation testsManoj Palat2-2/+2
2018-12-16Bug 541217 - Presence of module-info.java in project breaks typeI20181216-1800Stephan Herrmann1-0/+15
2018-12-16Bug 542084 - ecj exceeds maximum allowed length for syntheticAndrey Loskutov7-6/+32
2018-12-16Bug 542829 - Consuming a binary type with MissingTypes attribute, mayStephan Herrmann1-1/+6
2018-12-14Bug 531714 - Fixing scoping, copyright and print issues in switchManoj Palat2-9/+16
2018-12-14Bug 542654: [12] API in JavaCore to set --enable-previewjay5-7/+46
2018-12-13Revert "Bug 531714 - Switch Expressions - Enabling Preview check addition pos...Manoj Palat4-37/+7
2018-12-08Bug 531714 - Switch Expressions - Enabling Preview check additionManoj Palat4-7/+37
2018-12-08merge and header cleanupManoj Palat8-9/+40
2018-12-08Flag errors for pre-12 usage of 12 constructsManoj Palat6-7/+63
2018-12-07Adding flow analysis for break expressionManoj Palat3-25/+30
2018-12-07fixing regression of SwitchTests with need-only-resolution of breakManoj Palat2-4/+6
2018-12-06flagging nested type for switch Manoj Palat1-2/+8
2018-12-05Merge remote-tracking branch 'origin/BETA_JAVA_12' into manoj_switch_expr_531714Manoj Palat18-80/+179
2018-12-05transform SwitchLabeledExpression to Implicit Break statement withManoj Palat2-5/+12
2018-12-04resolution refactoring, IProblem additionsManoj Palat6-56/+92
2018-12-04Merge remote-tracking branch 'origin/master' into BETA_JAVA_12Y20181205-2200Y20181204-0315jay9-39/+106
2018-11-30Bug 541759 - [resource] don't suggest using t-w-r for a foreach elementI20181205-0600I20181204-1800I20181204-0600I20181203-1800Stephan Herrmann2-7/+16
2018-11-29Bug 540067 - [9] An empty compilation unit in a package in a namedjay2-4/+16
2018-11-28Reporting error on mixing different case kindsManoj Palat4-3/+28
2018-11-28removal of break statement from rhs of switch label expression ruleManoj Palat28-368/+353
2018-11-28codegen - first ray of hope! breakstatement with expression.Manoj Palat4-2/+29
2018-11-27Bug 473317 - [compiler][resource] AutoCloseable used in enhanced forI20181128-1800I20181128-1105I20181128-0810Stephan Herrmann1-0/+7
2018-11-27Bug 541151 - [9] Random compilation problem (import cannot be resolved)I20181128-0600I20181128-0130I20181127-1800Stephan Herrmann1-2/+2
2018-11-27normal completion error message additionManoj Palat5-7/+34
2018-11-23break expression recognition without error and removing unused ast nodeManoj Palat5-97/+4
2018-11-23Fixing wrong unreachable code error Manoj Palat2-1/+2
2018-11-23corrected break expression errorManoj Palat28-354/+364
2018-11-23collect arms - switch expression/statementsManoj Palat5-344/+122
2018-11-20Bug 539570 - Eclipse 2018-09 won't compile Java 11 source; thinks it isI20181120-0600Stephan Herrmann1-1/+10
2018-11-19clearing the conflict of lambda vs case in arrow for selection andManoj Palat1-1/+1
2018-11-16coalescing BlockStatement -> SwitchLabeledRule with deferred errorManoj Palat29-375/+374
2018-11-16StatementSwitch with exclusive arrows or columns - grammar changes - wipManoj Palat18-33/+29
2018-11-15Bug 541015 - Module-related NPE Compiling Java 11 codeI20181117-0600I20181116-1800Stephan Herrmann1-2/+2
2018-11-15intermediate non-inf wipManoj Palat27-99/+68
2018-11-15Bug 539570 - Eclipse 2018-09 won't compile Java 11 source; thinks it isI20181115-1800I20181115-0200Stephan Herrmann2-8/+4
2018-11-13Bug 540788 - [9] Module doesn't compileI20181114-0925I20181114-0355I20181114-0200Stephan Herrmann3-20/+54
2018-11-13temp stashing.Manoj Palat33-447/+447
2018-11-12Part 1 of support for poly-expression of Switch ExpressionManoj Palat11-23/+785
2018-11-11Merge remote-tracking branch 'origin/master' into BETA_JAVA_12Jayaprakash Arthanareeswaran5-9/+18
2018-11-09Bug 534865 - [compiler][null] imports in Nullable.java are incorrectlyI20181112-0435I20181112-0320Stephan Herrmann1-0/+3
2018-11-08Bug 533830: not all compilation errors are sent to the DiagnosticListener.I20181109-0350I20181108-1800Frits Jalvingh1-6/+2
2018-10-30Bug 540631 - [1.8] wrong classification of name in name::newI20181031-1800I20181031-0550I20181031-0540Stephan Herrmann1-0/+4
2018-10-30Bug 540520 - Problem compiling annonymous inner classI20181030-1800Stephan Herrmann2-3/+9
2018-10-30Bug 540558 - [12] Create Java 12 version and supporting code in testsY20181031-2200Y20181030-1100Y20181030-0940jay2-1/+11
2018-10-24Bug 540414 - Use constants for zero length arraysY20181026-0120I20181029-1800I20181028-1800I20181027-1800I20181026-1800I20181025-1800I20181024-1800Karsten Thoms1-4/+8
2018-10-22Bug 539329 - [inference] Compiler error in varargs method (compiles inI20181022-2040I20181022-1800Stephan Herrmann1-1/+1
2018-10-20Bug 537934 - Build never comes to an end and working is not possibleI20181021-1800I20181020-1800Stephan Herrmann3-19/+24
2018-10-19Bug 540313 - ClassCastException: TypeVariableBinding cannot be cast toI20181019-1800Stephan Herrmann1-3/+5

Back to the top