Wed, 21 Aug 2013 20:23:36 -0400 |
emc |
7118412: Shadowing of type-variables vs. member types
|
file |
diff |
annotate
|
Mon, 12 Aug 2013 17:25:07 +0100 |
mcimadamore |
6537020: JCK tests: a compile-time error should be given in case of ambiguously imported fields (types, methods)
|
file |
diff |
annotate
|
Thu, 25 Jul 2013 14:51:40 +0100 |
mcimadamore |
8020843: javac crashes on accessibility check with method reference with typevar receiver
|
file |
diff |
annotate
|
Wed, 17 Jul 2013 14:14:49 +0100 |
mcimadamore |
7041019: Bogus type-variable substitution with array types with dependencies on accessibility check
|
file |
diff |
annotate
|
Wed, 17 Jul 2013 14:14:32 +0100 |
mcimadamore |
8020286: Wrong diagnostic after compaction
|
file |
diff |
annotate
|
Wed, 17 Jul 2013 14:11:41 +0100 |
mcimadamore |
8012238: Nested method capture and inference
|
file |
diff |
annotate
|
Wed, 17 Jul 2013 14:09:46 +0100 |
mcimadamore |
8016175: Add bottom-up type-checking support for unambiguous method references
|
file |
diff |
annotate
|
Mon, 01 Jul 2013 14:57:03 +0100 |
mcimadamore |
7034798: Ambiguity error for abstract method call is too eager
|
file |
diff |
annotate
|
Tue, 25 Jun 2013 16:12:53 +0100 |
vromero |
8017104: javac should have a class for primitive types that inherits from Type
|
file |
diff |
annotate
|
Fri, 14 Jun 2013 16:25:09 +0100 |
vromero |
8016569: javac, add new flag for polymorphic method signatures
|
file |
diff |
annotate
|
Thu, 06 Jun 2013 15:30:14 +0100 |
mcimadamore |
6360970: javac erroneously accept ambiguous field reference
|
file |
diff |
annotate
|
Fri, 31 May 2013 10:04:59 +0100 |
vromero |
7179353: try-with-resources fails to compile with generic exception parameters
|
file |
diff |
annotate
|
Fri, 24 May 2013 15:27:12 +0100 |
mcimadamore |
8014649: Regression: bug in Resolve.resolveOperator
|
file |
diff |
annotate
|
Wed, 15 May 2013 14:00:31 +0100 |
mcimadamore |
8012003: Method diagnostics resolution need to be simplified in some cases
|
file |
diff |
annotate
|
Mon, 15 Apr 2013 14:18:30 +0100 |
mcimadamore |
8010923: Avoid redundant speculative attribution
|
file |
diff |
annotate
|
Mon, 08 Apr 2013 15:51:41 +0100 |
mcimadamore |
8010922: Cleanup: add support for ad-hoc method check logic
|
file |
diff |
annotate
|
Thu, 28 Feb 2013 14:05:52 +0000 |
mcimadamore |
8008537: Missing method reference lookup error when unbound search finds a static method
|
file |
diff |
annotate
|
Thu, 28 Feb 2013 14:05:44 +0000 |
mcimadamore |
8008813: Structural most specific fails when method reference is passed to overloaded method
|
file |
diff |
annotate
|
Thu, 21 Feb 2013 15:26:46 +0000 |
mcimadamore |
8007461: Regression: bad overload resolution when inner class and outer class have method with same name
|
file |
diff |
annotate
|
Mon, 18 Feb 2013 14:33:25 +0000 |
vromero |
6563143: javac should issue a warning for overriding equals without hashCode
|
file |
diff |
annotate
|
Fri, 15 Feb 2013 16:29:58 +0000 |
mcimadamore |
8007462: Fix provisional applicability for method references
|
file |
diff |
annotate
|
Wed, 06 Feb 2013 14:04:43 +0000 |
mcimadamore |
8007479: Refactor DeferredAttrContext so that it points to parent context
|
file |
diff |
annotate
|
Wed, 06 Feb 2013 14:03:39 +0000 |
mcimadamore |
8007463: Cleanup inference related classes
|
file |
diff |
annotate
|
Wed, 23 Jan 2013 13:27:24 -0800 |
jjg |
8006775: JSR 308: Compiler changes in JDK8
|
file |
diff |
annotate
|
Mon, 21 Jan 2013 20:13:56 +0000 |
mcimadamore |
8005244: Implement overload resolution as per latest spec EDR
|
file |
diff |
annotate
|
Wed, 16 Jan 2013 17:40:28 +0000 |
mcimadamore |
8005964: Regression: difference in error recovery after ambiguity causes JCK test failure
|
file |
diff |
annotate
|
Wed, 16 Jan 2013 16:27:01 +0000 |
mcimadamore |
8005854: Add support for array constructor references
|
file |
diff |
annotate
|
Tue, 08 Jan 2013 10:16:26 +0100 |
mcimadamore |
8005179: Cleanup Resolve.AmbiguityError
|
file |
diff |
annotate
|
Tue, 08 Jan 2013 10:15:30 +0100 |
mcimadamore |
8005243: Restructure method check code to allow pluggable checkers
|
file |
diff |
annotate
|
Tue, 18 Dec 2012 10:23:40 +0100 |
ohrstrom |
8004657: Add hooks to javac to enable reporting dependency information.
|
file |
diff |
annotate
|
Mon, 17 Dec 2012 16:13:01 +0000 |
mcimadamore |
8004099: Bad compiler diagnostic generated when poly expression is passed to non-existent method
|
file |
diff |
annotate
|
Mon, 10 Dec 2012 16:21:26 +0000 |
vromero |
8003967: detect and remove all mutable implicit static enum fields in langtools
|
file |
diff |
annotate
|
Fri, 30 Nov 2012 15:14:36 +0000 |
mcimadamore |
8004101: Add checks for method reference well-formedness
|
file |
diff |
annotate
|
Sat, 17 Nov 2012 19:01:03 +0000 |
mcimadamore |
8003280: Add lambda tests
|
file |
diff |
annotate
|
Wed, 14 Nov 2012 17:23:10 -0800 |
jjg |
7021614: extend com.sun.source API to support parsing javadoc comments
|
file |
diff |
annotate
|
Tue, 06 Nov 2012 14:45:27 +0000 |
mcimadamore |
8002286: Regression: Fix for 8000931 causes a JCK test failure
|
file |
diff |
annotate
|
Sun, 04 Nov 2012 11:01:49 +0000 |
mcimadamore |
8000931: Cleanup Resolve.java
|
file |
diff |
annotate
|
Sun, 04 Nov 2012 10:59:42 +0000 |
mcimadamore |
7192246: Add type-checking support for default methods
|
file |
diff |
annotate
|
Thu, 25 Oct 2012 11:09:36 -0700 |
jjg |
7200915: convert TypeTags from a series of small ints to an enum
|
file |
diff |
annotate
|
Sat, 06 Oct 2012 10:35:38 +0100 |
mcimadamore |
7177386: Add attribution support for method references
|
file |
diff |
annotate
|
Fri, 05 Oct 2012 14:35:24 +0100 |
mcimadamore |
7177385: Add attribution support for lambda expressions
|
file |
diff |
annotate
|
Thu, 04 Oct 2012 13:04:53 +0100 |
mcimadamore |
7177387: Add target-typing support in method context
|
file |
diff |
annotate
|
Sat, 29 Sep 2012 09:00:58 -0700 |
ksrini |
7198582: (java) Minor refactor of JavacParser
|
file |
diff |
annotate
|
Fri, 28 Sep 2012 16:56:53 +0100 |
mcimadamore |
8000233: Fix issues in recent push
|
file |
diff |
annotate
|
Wed, 26 Sep 2012 14:22:41 +0100 |
mcimadamore |
7188968: New instance creation expression using diamond is checked twice
|
file |
diff |
annotate
|
Tue, 25 Sep 2012 11:56:46 +0100 |
mcimadamore |
7177306: Regression: unchecked method call does not erase return type
|
file |
diff |
annotate
|
Tue, 25 Sep 2012 11:55:34 +0100 |
mcimadamore |
7175433: Inference cleanup: add helper class to handle inference variables
|
file |
diff |
annotate
|
Tue, 25 Sep 2012 11:52:37 +0100 |
mcimadamore |
7193913: Cleanup Resolve.findMethod
|
file |
diff |
annotate
|
Thu, 13 Sep 2012 14:29:36 -0700 |
jjg |
7177970: fix issues in langtools doc comments
|
file |
diff |
annotate
|
Thu, 02 Aug 2012 18:22:41 +0100 |
mcimadamore |
7175911: Simplify error reporting API in Check.CheckContext interface
|
file |
diff |
annotate
|
Thu, 31 May 2012 17:42:14 +0100 |
mcimadamore |
7166552: Inference: cleanup usage of Type.ForAll
|
file |
diff |
annotate
|
Mon, 26 Mar 2012 15:28:49 +0100 |
mcimadamore |
7133185: Update 292 overload resolution logic to match JLS
|
file |
diff |
annotate
|
Mon, 26 Mar 2012 15:28:22 +0100 |
mcimadamore |
7151492: Encapsulate check logic into Attr.ResultInfo
|
file |
diff |
annotate
|
Tue, 06 Mar 2012 16:48:29 +0000 |
mcimadamore |
7151070: NullPointerException in Resolve.isAccessible
|
file |
diff |
annotate
|
Fri, 02 Mar 2012 12:58:35 +0000 |
mcimadamore |
7148164: attribution code for diamond should not rely on mutable state
|
file |
diff |
annotate
|
Fri, 02 Mar 2012 12:57:04 +0000 |
mcimadamore |
7132880: Resolve should support nested resolution contexts
|
file |
diff |
annotate
|
Tue, 24 Jan 2012 17:52:02 +0000 |
mcimadamore |
7129801: Merge the two method applicability routines
|
file |
diff |
annotate
|
Tue, 08 Nov 2011 11:51:05 -0800 |
jjg |
6921494: provide way to print javac tree tag values
|
file |
diff |
annotate
|
Mon, 24 Oct 2011 13:00:30 +0100 |
mcimadamore |
7098660: Write better overload resolution/inference tests
|
file |
diff |
annotate
|
Wed, 19 Oct 2011 16:56:05 +0100 |
mcimadamore |
7102515: javac running very very long and not returning
|
file |
diff |
annotate
|