Commits
User selector
Commit History
Commits on Oct 16, 2014
This commit updates the code base to use asm-all-5.0.1.jar instead of asm-3.1.jar facilitating
Show description for 9644f69committed
Commits on Aug 2, 2011
Java 7 support in DrJava. Removed plenty of new warnings.
Show description for cfce2bbcommitted
mgricken
Commits on Sep 21, 2010
Fixed bug 3069101: HelloWorld Applet Throws Exception
Show description for ce0ecf6committed
mgricken
Commits on Aug 27, 2010
Merging drjava-compilers branch into trunk. This is a major
Show description for 9e919d6committed
mgricken
Commits on Aug 17, 2010
Null object pattern for JDKDescriptors.
Show description for 0a85493committed
mgricken
Commits on Aug 16, 2010
Merging trunk into branch.
Show description for d6f67dacommitted
mgrickenLibrary update.
Show description for 6963125committed
mgricken
Commits on Jul 30, 2010
Merged trunk into branch, worked on HJ compiler adapter.
Show description for a0957e8committed
mgrickenFuture-proofing for Oracle-branded JVMs. "Oracle" string
Show description for a6457aacommitted
mgricken
Commits on Jul 28, 2010
Beginning to integrate HJ compiler from drjava-hj branch.
Show description for 9d83c5ecommitted
mgricken
Commits on Jul 27, 2010
Merging trunk into branch.
Show description for 2fc90edcommitted
mgricken
Commits on Jul 1, 2010
Invokes NextGen compiler now, but compiler has problems.
Show description for f5dccb0committed
mgricken
Commits on Jun 23, 2010
Working on refactored compiler adapters.
Show description for b3945c9committed
mgricken
Commits on Jun 22, 2010
Working on refactored compiler adapters.
Show description for b121ed2committed
mgrickenWorking on refactoring compiler adapters.
Show description for 0af0c72committed
mgricken
Commits on Apr 11, 2010
DynamicJava:
Show description for ead4346committed
dlsmith
Commits on Mar 26, 2010
Fixes bug 2976836: getPackage()
Show description for 3944766committed
mgricken
Commits on Dec 3, 2009
DynamicJava: Updated JLBench to test for floating-point == special cases.
Show description for 70893b8committed
dlsmithDynamicJava: JLSTypeSystem improvements -- bug fix for looping recursion on type arguments; additional options for mimicking the behavior of javac. Also improved SourceChecker's ability to compare…
Show description for 0dc6c4ecommitted
dlsmith
Commits on Oct 19, 2009
Simplified the 'treat major versions from different
Show description for bd123d0committed
mgricken
Commits on Aug 28, 2009
DynamicJava: Raw types are subtypes of their wildcard-parameterized equivalents. Bug fixes for RecursionStack uses (should be defined using equals() rather than ==) and userRepresentation (now cor…
Show description for f85f20bcommitted
dlsmithDynamicJava: Minor improvements to method lookup error messages.
Show description for da8b202committed
dlsmith
Commits on Aug 26, 2009
DynamicJava:
Show description for d00e0fecommitted
dlsmith
Commits on Aug 12, 2009
Commits on Jul 31, 2009
Commits on Jul 30, 2009
DynamicJava:
Show description for 41fd33dcommitted
dlsmith
Commits on Jun 24, 2009
DynamicJava: Updated plt.jar.
Show description for 76c0b29committed
dlsmith
Commits on Apr 2, 2009
DynamicJava: Cleaned up type inference implementation; added inference support for union types and disjunctive constraints.
Show description for f25bc20committed
dlsmith
Commits on Apr 1, 2009
DynamicJava: Upgraded ASTGen. Improved implementation of subtyping and meet/join, supporting the union/intersection distribution rule.
Show description for 9437c22committed
dlsmith
Commits on Feb 23, 2009
DynamicJava: Updated plt.jar
Show description for 83bfa3dcommitted
dlsmith
Commits on Feb 5, 2009
DynamicJava: Updated plt.jar and jlbench-base.jar. Should now compile on systems where java.home points to the JDK's "jre" subdirectory.
Show description for c32328fcommitted
dlsmith
Commits on Jan 15, 2009
DynamicJava: Updated JLBench and plt.jar.
Show description for 43f44f4committed
dlsmith
Commits on Nov 25, 2008
DynamicJava: Updated build script and accompanying libraries. Java 1.4 is no longer being targeted.
Show description for dcfe356committed
dlsmith
Commits on Aug 6, 2008
DynamicJava: Added support for interval-bounded wildcards (also fixed a bug in which lower bounds were incorrectly parsed). Added both 1.5 and 1.4 versions of jlbench, because each is required for…
Show description for 30059edcommitted
dlsmithDynamicJava: Integrated contextual expected types into inference. Refactored ExpressionChecker so that TypeNames are handled by a new TypeNameChecker, and both hide their visitor implementation, f…
Show description for d29db16committed
dlsmith