Wed, 11 Apr 2012 10:50:11 +0100 7154127: Inference cleanup: remove bound check analysis from visitors in Types.java file | diff | annotate
Mon, 09 Apr 2012 14:31:18 -0700 7156633: (javac) incorrect errors when parsing variable declaration in block statements. file | diff | annotate
Fri, 30 Mar 2012 19:19:09 +0100 7157688: Regression: common compiler diagnostic features swapped required/found types file | diff | annotate
Mon, 26 Mar 2012 15:28:49 +0100 7133185: Update 292 overload resolution logic to match JLS file | diff | annotate
Mon, 26 Mar 2012 15:28:22 +0100 7151492: Encapsulate check logic into Attr.ResultInfo file | diff | annotate
Tue, 24 Jan 2012 17:52:02 +0000 7129801: Merge the two method applicability routines file | diff | annotate
Tue, 03 Jan 2012 11:37:00 -0800 4881269: improve diagnostic for ill-formed tokens file | diff | annotate
Mon, 28 Nov 2011 16:05:46 +0000 7115052: Add parser support for method references file | diff | annotate
Mon, 28 Nov 2011 15:56:42 +0000 7115050: Add parser support for lambda expressions file | diff | annotate
Tue, 08 Nov 2011 17:06:58 -0800 7108669: cleanup Log methods for direct printing to streams file | diff | annotate
Mon, 24 Oct 2011 13:00:30 +0100 7098660: Write better overload resolution/inference tests file | diff | annotate
Wed, 21 Sep 2011 21:56:53 -0700 7092965: javac should not close processorClassLoader before end of compilation file | diff | annotate
Tue, 13 Sep 2011 14:15:39 +0100 7086601: Error message bug: cause for method mismatch is 'null' file | diff | annotate
Tue, 13 Sep 2011 14:14:57 +0100 7086595: Error message bug: name of initializer is 'null' file | diff | annotate
Wed, 27 Jul 2011 19:01:33 +0100 7057297: Project Coin: diamond erroneously accepts in array initializer expressions file | diff | annotate
Fri, 24 Jun 2011 13:52:14 -0700 6575445: Update annotation processor to only use java.util.ServiceLoader file | diff | annotate
Sat, 30 Apr 2011 11:57:46 +0100 7039931: Project Coin: diamond inference fail with generic constructor explicit type-arguments file | diff | annotate
Fri, 29 Apr 2011 16:06:28 +0100 6550655: com.sun.tools.javac.code.Symbol$CompletionFailure file | diff | annotate
Wed, 30 Mar 2011 18:18:11 -0700 7031108: NPE in javac.jvm.ClassReader.findMethod in PackageElement.enclosedElements from AP in incr build file | diff | annotate
Tue, 29 Mar 2011 16:41:18 +0100 7027157: Project Coin: javac warnings for AutoCloseable.close throwing InterruptedException file | diff | annotate
Tue, 29 Mar 2011 16:40:31 +0100 7030606: Project-coin: multi-catch types should be pairwise disjoint file | diff | annotate
Wed, 16 Mar 2011 11:12:26 +0000 6558548: The compiler needs to be aligned with clarified specification of throws file | diff | annotate
Mon, 07 Mar 2011 14:31:50 +0000 7020044: Project Coin: diamond erroneous allowed on some anonymous inner classes file | diff | annotate
Fri, 18 Feb 2011 12:28:49 +0000 7020043: Project Coin: diamond allowed on non-generic type file | diff | annotate
Tue, 15 Feb 2011 11:51:04 +0000 7017104: improve error reporting for uncaught/undeclared exceptions from try-with-resources file | diff | annotate
Mon, 07 Feb 2011 18:10:13 +0000 7007615: java_util/generics/phase2/NameClashTest02 fails since jdk7/pit/b123. file | diff | annotate
Mon, 31 Jan 2011 19:06:32 -0800 7014734: Project Coin: Allow optional trailing semicolon to terminate resources list in try-with-resources file | diff | annotate
Fri, 28 Jan 2011 12:03:49 +0000 6313164: javac generates code that fails byte code verification for the varargs feature file | diff | annotate
Wed, 26 Jan 2011 13:45:25 -0800 7013272: Automatically generate info about how compiler resource keys are used file | diff | annotate
Tue, 25 Jan 2011 17:02:56 -0800 7013420: Project Coin: remove general expression support from try-with-resources statement file | diff | annotate
Mon, 24 Jan 2011 15:45:24 +0000 6569633: Varargs: parser error when varargs element type is an array file | diff | annotate
Mon, 24 Jan 2011 15:45:06 +0000 6510286: Wording of javac error for inner classes file | diff | annotate
Mon, 24 Jan 2011 15:44:51 +0000 6968793: issues with diagnostics file | diff | annotate
Fri, 14 Jan 2011 09:46:44 +0000 6949040: java.dyn package must be compiled with -target 7 or better file | diff | annotate
Fri, 14 Jan 2011 09:45:04 +0000 6992698: JSR 292: remove support for transient syntax in polymorphic signature calls file | diff | annotate
Mon, 10 Jan 2011 14:57:59 -0800 6992999: fully remove JSR 308 from langtools file | diff | annotate
Tue, 28 Dec 2010 15:54:52 -0800 6962318: Update copyright year file | diff | annotate
Mon, 13 Dec 2010 15:11:00 -0800 6993978: Project Coin: Compiler support of annotation to reduce varargs warnings file | diff | annotate
Tue, 07 Dec 2010 14:13:25 -0800 6999210: javac should be able to warn of anomalous conditions in classfiles file | diff | annotate
Mon, 29 Nov 2010 14:15:36 -0800 6900037: javac should warn if earlier -source is used and bootclasspath not set file | diff | annotate
Thu, 18 Nov 2010 16:13:11 -0800 6999438: remove support for exotic identifiers from JDK 7 file | diff | annotate
Fri, 12 Nov 2010 12:34:18 +0000 6970016: Clean up ARM/try-with-resources implementation file | diff | annotate
Thu, 04 Nov 2010 12:57:48 +0000 6993963: Project Coin: Use precise exception analysis for effectively final catch parameters file | diff | annotate
Tue, 02 Nov 2010 12:01:35 +0000 6939780: add a warning to detect diamond sites file | diff | annotate
Tue, 19 Oct 2010 15:02:48 -0700 6987760: remove 308 support from JDK7 file | diff | annotate
Sat, 18 Sep 2010 09:56:23 -0700 5088624: cannot find symbol message should be more intelligent file | diff | annotate
Tue, 07 Sep 2010 17:32:27 +0100 6979327: method handle invocation should use casts instead of type parameters to specify return type file | diff | annotate
Fri, 27 Aug 2010 17:59:08 -0700 6980707: Reduce use of IOException in JavaCompiler file | diff | annotate
Tue, 10 Aug 2010 14:53:19 +0100 6975231: Regression test for 6881115 is failing with compiler output not matching expected output file | diff | annotate
Thu, 29 Jul 2010 18:06:34 -0700 6972556: warning for using a file name instead of a binary name for Filer.createSourceFile file | diff | annotate
Mon, 26 Jul 2010 14:25:56 -0700 6957438: improve code for generating warning messages containing option names file | diff | annotate
Fri, 16 Jul 2010 19:35:24 -0700 6911256: Project Coin: Support Automatic Resource Management (ARM) blocks in the compiler file | diff | annotate
Tue, 13 Jul 2010 19:20:48 -0700 6968789: incorrect text in "diamond not supported" message file | diff | annotate
Wed, 30 Jun 2010 18:06:29 -0700 6964768: need test program to validate javac resource bundles file | diff | annotate
Thu, 10 Jun 2010 17:09:56 -0700 6960407: Potential rebranding issues in openjdk/langtools repository sources file | diff | annotate
Thu, 10 Jun 2010 09:29:23 +0100 6945418: Project Coin: Simplified Varargs Method Invocation file | diff | annotate
Tue, 25 May 2010 15:54:51 -0700 6943119: Rebrand source copyright notices file | diff | annotate
Mon, 03 May 2010 17:12:59 -0700 6943289: Project Coin: Improved Exception Handling for Java (aka 'multicatch') file | diff | annotate
Wed, 14 Apr 2010 12:31:55 +0100 6939620: Switch to 'complex' diamond inference scheme file | diff | annotate
Wed, 14 Apr 2010 12:23:29 +0100 6939618: Revert 'simple' diamond implementation file | diff | annotate
(0)-60tip

mercurial