Commits
User selector
Commit History
Commits on Apr 11, 2010
DynamicJava:
Show description for ead4346committed
dlsmith
Commits on Jan 20, 2010
Copyright change, and svn property change svn:keywords to
Show description for 5eee0c8committed
mgricken
Commits on Jan 14, 2010
Commits on Oct 9, 2009
DynamicJava: Refactoring of AST nodes, integrating type arguments with the appropriate nodes rather than having separate "Polymorphic..." subtypes.
Show description for a191320committed
dlsmith
Commits on Aug 13, 2009
Commits on Aug 3, 2009
DynamicJava: Made private enum in the parser public to allow external access to various parse methods.
Show description for ea525bbcommitted
dlsmith
Commits on Jul 31, 2009
DynamicJava: Fixed process of assigning type arguments to static inner classes.
Show description for 6a0664acommitted
dlsmith
Commits on Mar 19, 2009
DynamicJava: Implemented qualified super expressions (parsing and type checking). Fixed misc parser bugs. The parser (driven by SourceChecker) can now handle all of the drjava, dynamicjava, plt, …
Show description for 75d6ee4committed
dlsmithDynamicJava: Implemented annotation parsing.
Show description for 128dfa5committed
dlsmithDynamicJava: Parser improvements.
Show description for 1676fcccommitted
dlsmith
Commits on Mar 10, 2009
Commits on Mar 6, 2009
Commits on Mar 5, 2009
Commits on Aug 26, 2008
DynamicJava: Another parser fix, this time handling Errors thrown by JavaCharStream (due to malformed Unicode escapes).
Show description for 5523fc1committed
dlsmithFixed handling of TokenMgrErrors in parser
Show description for 0a882b8committed
dlsmith
Commits on Aug 6, 2008
Commits on Jul 22, 2008
DynamicJava:
Show description for a5ae5bccommitted
dlsmith
Commits on Jul 10, 2008
DynamicJava: Fixed bugs in varargs handling and in attempted unboxing of "null".
Show description for b2bccf4committed
dlsmith
Commits on Jul 9, 2008
DynamicJava: Fix for broken for loops.
Show description for f5f77f2committed
dlsmithDynamicJava: Updated plt.jar; removed unnecessary redundant casts (noted by javac 6) -- some remain, because they're produced by javacc (might be fixed with version 4.1) and astgen (should be fixed…
Show description for 90ca22fcommitted
dlsmith
Commits on Mar 5, 2008
Commits on Jan 30, 2008
Changed copyright notices to 2008 and made drjava@rice.edu
Show description for 39271a4committed
mgricken
Commits on Dec 4, 2007
Merged branch dynamicjava-generics back into trunk (branch created with rev 3817)
Show description for 88de5f3committed
dlsmith
Commits on Aug 28, 2007
Change of DrJava License to BSD
Show description for c07811acommitted
mgricken
Commits on Apr 19, 2006
Added Type class hierarchy for type representation (rather than Class<?>); modified build script to run ASTGen; cleaned up parser build script code using javacc 4.0 features
Show description for ac7a65ccommitted
dlsmithRestructured to get rid of unnecessary packages -- tree/tiger/generic moved into tree/tiger; interpreter/throwable moved into interpreter/error.
Show description for a86ba91committed
dlsmithRenamed "*Type" AST classes "*TypeName" in anticipation of a new "Type" class hierarchy; fixed tests so that they will succeed after Retroweaver processes them.
Show description for f30f8f4committed
dlsmith
Commits on Jan 10, 2006
Upgraded to new build process. Removed generated parser files from CVS. Added a CustomParseException class for custom code that was in the generated files.
Show description for 222f5adcommitted
dlsmith
Commits on May 25, 2005
Bug #1201685, correct handling of ints and longs have been fixed. -somenumber is now handled as either IntegerLiteral of LongLiteral, instead of a minus expression and an int or long. This was done…
Show description for b153c43committed
dyrby76The grammar has been altered so it now generates a parser that handles Longs and Integers correctly. All responding to the bug #1201685.
Show description for 6d9f2cecommitted
dyrby76
Commits on Mar 28, 2005
Commits on Oct 25, 2004
Added support for JSR14 versions 2.4 or later in the interactions pane and added support for assert statements. Fixed the fixparser script as well.
Show description for 0b7f984committed
pakruse
Commits on Aug 12, 2004
Fixed bugs with varargs in the parser & added the rebuild-parser command to the ant script that will take care of the javacc and uncomment all generics and clean compile.
Show description for ed48d6bcommitted
jeloguy15
Commits on Aug 8, 2004
Added suuport for parsing (and saving) extra type params info using the '&' syntax.
Show description for 9b6f07fcommitted
moez
Commits on Aug 2, 2004
Added support for "calling" polymorphic constructors with EXPLICIT type info (Enums do NOT accept them. No syntax for them).
Show description for 3760804committed
moez