langtools/src/share/classes/com/sun/tools/javac/parser/JavacParser.java
Wed, 18 Dec 2013 16:05:18 -0500 briangoetz 8030244: Update langtools to use Diamond
Tue, 17 Dec 2013 10:58:26 +0100 jlahoda 8028235: Better error recovery for parsing 'void' as a type of the lambda parameter
Tue, 03 Dec 2013 18:13:18 +0000 vromero 8029179: javac produces a compile error for valid boolean expressions
Wed, 02 Oct 2013 17:04:51 +0100 vromero 8023679: Improve error message for '_' used as a lambda parameter name
Mon, 23 Sep 2013 10:42:38 +0200 alundblad 6386236: Please rename com.sun.tools.javac.util.ListBuffer.lb()
Fri, 19 Jul 2013 07:22:53 -0700 ksrini 8017216: javac doesn't fill in end position for some errors of type not found
Mon, 24 Jun 2013 22:03:57 -0400 emc 8012722: Single comma in array initializer should parse
Fri, 24 May 2013 15:26:57 +0100 mcimadamore 8014643: Parser regression in JDK 8 when compiling super.x
Tue, 14 May 2013 15:04:06 -0700 jjg 8013852: update reference impl for type-annotations
Mon, 08 Apr 2013 11:57:37 -0700 jjg 8011677: EndPosTables should avoid hidden references to Parser
Fri, 15 Feb 2013 16:31:19 +0000 mcimadamore 8007427: Annotation element as '_' gives compiler error instead of a warning
Tue, 12 Feb 2013 17:15:29 -0800 jjg 8008077: update reference impl for type-annotations
Fri, 08 Feb 2013 09:15:27 +0000 vromero 8005931: javac doesn't set ACC_STRICT for classes with package access
Wed, 23 Jan 2013 13:27:24 -0800 jjg 8006775: JSR 308: Compiler changes in JDK8
Mon, 21 Jan 2013 20:19:53 +0000 mcimadamore 8005166: Add support for static interface methods
Mon, 21 Jan 2013 20:14:39 +0000 mcimadamore 8006566: Remove transient lambda-related guards from JavacParser
Thu, 17 Jan 2013 18:15:20 +0000 mcimadamore 8005852: Treatment of '_' as identifier
Wed, 12 Dec 2012 20:26:56 +0100 jlahoda 8004504: ListBuffer could reuse List.nil() as the sentinel element
Fri, 30 Nov 2012 15:14:48 +0000 mcimadamore 8002099: Add support for intersection types in cast expression
Fri, 30 Nov 2012 15:14:12 +0000 mcimadamore 8004105: Expression statement lambdas should be void-compatible
Sat, 17 Nov 2012 19:01:03 +0000 mcimadamore 8003280: Add lambda tests
Wed, 14 Nov 2012 17:23:10 -0800 jjg 7021614: extend com.sun.source API to support parsing javadoc comments
Mon, 05 Nov 2012 16:26:09 +0000 vromero 8000484: Bad error recovery when 'catch' without 'try' is found
Thu, 25 Oct 2012 11:09:36 -0700 jjg 7200915: convert TypeTags from a series of small ints to an enum
Wed, 17 Oct 2012 16:43:26 +0100 mcimadamore 7192245: Add parser support for default methods
Wed, 10 Oct 2012 18:44:21 -0700 jjg 8000310: Clean up use of StringBuffer in langtools
Sat, 06 Oct 2012 10:35:38 +0100 mcimadamore 7177386: Add attribution support for method references
Fri, 05 Oct 2012 14:35:24 +0100 mcimadamore 7177385: Add attribution support for lambda expressions
Sat, 29 Sep 2012 09:00:58 -0700 ksrini 7198582: (java) Minor refactor of JavacParser
Thu, 13 Sep 2012 14:29:36 -0700 jjg 7177970: fix issues in langtools doc comments
Thu, 02 Aug 2012 18:23:21 +0100 mcimadamore 7175538: Integrate efectively final check with DA/DU analysis
Wed, 20 Jun 2012 13:23:26 -0700 jjg 7174143: encapsulate doc comment table
Thu, 10 May 2012 12:32:58 -0700 ksrini 7159445: (javac) emits inaccurate diagnostics for enhanced for-loops
Mon, 09 Apr 2012 14:31:18 -0700 ksrini 7156633: (javac) incorrect errors when parsing variable declaration in block statements.
Fri, 30 Mar 2012 19:19:50 +0100 mcimadamore 7157165: Regression: code with disjunctive type crashes javac
Mon, 19 Dec 2011 12:07:07 +0000 mcimadamore 7120463: Fix method reference parser support in order to avoid ambiguities
Sun, 11 Dec 2011 17:48:25 +0000 mcimadamore 7120266: javac fails to compile hotspot code
Fri, 09 Dec 2011 08:40:40 -0800 ksrini 7119032: (javac) increase visibility of JavacParser methods to improve subtyping
Mon, 28 Nov 2011 16:05:46 +0000 mcimadamore 7115052: Add parser support for method references
Mon, 28 Nov 2011 15:56:42 +0000 mcimadamore 7115050: Add parser support for lambda expressions
Mon, 14 Nov 2011 15:11:10 -0800 ksrini 7106166: (javac) re-factor EndPos parser
Tue, 08 Nov 2011 11:51:05 -0800 jjg 6921494: provide way to print javac tree tag values
Fri, 04 Nov 2011 12:36:40 +0000 mcimadamore 7104201: Refactor DocCommentScanner
Mon, 24 Oct 2011 13:00:20 +0100 mcimadamore 7096014: Javac tokens should retain state
Thu, 01 Sep 2011 09:14:25 -0700 ksrini 7073631: (javac) javac parser improvements for error position reporting
Wed, 27 Jul 2011 11:53:17 -0700 ksrini 7068902: (javac) allow enabling or disabling of String folding
Wed, 27 Jul 2011 19:01:33 +0100 mcimadamore 7057297: Project Coin: diamond erroneously accepts in array initializer expressions
Wed, 06 Apr 2011 19:30:57 -0700 darcy 7033809: Rename "disjunctive" to "union" in javax.lang.model
Tue, 29 Mar 2011 16:40:07 +0100 mcimadamore 7030687: Diamond: compiler accepts erroneous code where diamond is used with non-generic inner class
Wed, 02 Mar 2011 21:13:55 -0800 jjg 6639645: Modeling type implementing missing interfaces
Mon, 31 Jan 2011 19:06:32 -0800 darcy 7014734: Project Coin: Allow optional trailing semicolon to terminate resources list in try-with-resources
Tue, 25 Jan 2011 17:02:56 -0800 darcy 7013420: Project Coin: remove general expression support from try-with-resources statement
Mon, 24 Jan 2011 15:45:24 +0000 mcimadamore 6569633: Varargs: parser error when varargs element type is an array
Tue, 11 Jan 2011 08:05:28 -0800 jjg 6993305: starting position of a method without modifiers and with type parameters is incorrect
Mon, 10 Jan 2011 15:08:31 -0800 jjg 6396503: javac should not require assertions enabled
Fri, 10 Dec 2010 07:38:28 -0800 jjg 6504896: TreeMaker.Literal(Object) does not support Booleans
Fri, 12 Nov 2010 12:34:18 +0000 mcimadamore 6970016: Clean up ARM/try-with-resources implementation
Thu, 28 Oct 2010 18:58:43 -0700 jjg 6994946: option to specify only syntax errors as unrecoverable
Tue, 26 Oct 2010 14:29:48 -0700 jjg 6949587: rename "DisjointType" to "DisjunctType"
Tue, 19 Oct 2010 15:02:48 -0700 jjg 6987760: remove 308 support from JDK7
less more (0) -60 tip