langtools/src/share/classes/com/sun/tools/javac/parser/JavacParser.java
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
Mon, 27 Sep 2010 14:20:39 -0700 jjg 6877202: Elements.getDocComment() is not getting JavaDocComments
Thu, 02 Sep 2010 18:26:21 -0700 jjg 6921495: spurious semicolons in class def cause empty NOPOS blocks
Tue, 27 Jul 2010 11:32:03 -0700 jjg 6972327: JCTree.pos incorrect for annotations without modifiers and package
Fri, 16 Jul 2010 19:35:24 -0700 darcy 6911256: Project Coin: Support Automatic Resource Management (ARM) blocks in the compiler
Thu, 15 Jul 2010 16:31:02 +0100 mcimadamore 6967002: JDK7 b99 javac compilation error (java.lang.AssertionError)
Thu, 10 Jun 2010 16:08:01 -0700 jjg 6944312: Potential rebranding issues in openjdk/langtools repository sources
Tue, 25 May 2010 15:54:51 -0700 ohair 6943119: Rebrand source copyright notices
Mon, 03 May 2010 17:12:59 -0700 mcimadamore 6943289: Project Coin: Improved Exception Handling for Java (aka 'multicatch')
Wed, 14 Apr 2010 12:31:55 +0100 mcimadamore 6939620: Switch to 'complex' diamond inference scheme
Wed, 14 Apr 2010 12:23:29 +0100 mcimadamore 6939618: Revert 'simple' diamond implementation
Wed, 03 Mar 2010 17:22:52 -0800 jjg 6931927: position issues with synthesized anonymous class
Fri, 29 Jan 2010 16:06:51 -0800 jjg 6919889: assorted position errors in compiler syntax trees
Wed, 13 Jan 2010 17:39:44 -0800 jjg 6472751: SourcePositions.getStartPos returns incorrect value for enum constants
Thu, 24 Sep 2009 16:00:03 -0700 darcy 6337964: should ignore last comma in annotation array
Tue, 15 Sep 2009 12:20:55 -0700 jjg 6882235: invalid exponent causes silent javac crash
Thu, 27 Aug 2009 13:40:48 +0100 mcimadamore 6840638: Project Coin: Improved Type Inference for Generic Instance Creation (aka 'diamond')
Fri, 26 Jun 2009 19:47:12 -0700 jjg 6854796: update JSR308 impl with latest code from type-annotations repo
Fri, 26 Jun 2009 18:51:39 -0700 jjg 6843077: JSR 308: Annotations on types
Mon, 04 May 2009 21:04:04 -0700 jrose 6829189: Java programming with JSR 292 needs language support
Mon, 09 Mar 2009 13:29:06 -0700 xdono 6814575: Update copyright year
Tue, 20 Jan 2009 17:49:09 +0000 mcimadamore 6795580: parser confused by square brackets in qualified generic cast
Tue, 13 Jan 2009 13:28:20 +0000 mcimadamore 6665356: Cast not allowed when both qualifying type and inner class are parameterized
less more (0) -60 tip