summaryrefslogtreecommitdiff
path: root/sources
Commit message (Expand)AuthorAgeFilesLines
* translations from Javaburaq2005-01-2618-83/+1069
* - Replaced start and stop in Global by a timer.paltherr2005-01-258-40/+26
* - Added timerspaltherr2005-01-254-0/+159
* - bug fix: use System.identityHashCode to get t...schinz2005-01-251-1/+1
* - moved Entry class outside (to avoid the outer...schinz2005-01-251-7/+7
* - Added a dummy "codegen" phase to enable/disab...paltherr2005-01-252-1/+8
* - added support for ThisTypesschinz2005-01-251-0/+10
* - implement java.io.Serializableschinz2005-01-254-5/+5
* should work nowburaq2005-01-241-0/+1
* t's NEWburaq2005-01-241-0/+907
* parsing should create anyrefs, nothing elseburaq2005-01-243-3/+3
* translated matching.PatternMatcher to Scalaburaq2005-01-249-929/+42
* marked obsoleteburaq2005-01-211-1/+2
* little fixesburaq2005-01-215-54/+29
* translated most to scalaburaq2005-01-2115-1553/+36
* translated from javaburaq2005-01-217-0/+1532
* - bug fix: fixed the view which provides an ord...schinz2005-01-201-1/+2
* - bug fix: computation of the display fixed for...schinz2005-01-202-19/+18
* - bug fix: computation of the display fixed for...schinz2005-01-201-22/+29
* - rewrote Tree significantly in order to make i...schinz2005-01-203-269/+234
* - bug fix: use correct parent index for classes...schinz2005-01-191-4/+18
* - pushed max memory use to 512 Mbschinz2005-01-171-1/+1
* - fixed stupid typoschinz2005-01-171-2/+2
* - added a few "special" types (All, AllRef, etc.)schinz2005-01-171-2/+29
* - handle a few more "special" types (All, AllRe...schinz2005-01-171-312/+132
* - bug fix: nested private classes are no longer...schinz2005-01-171-1/+16
* - added a few methods and fields related to run...schinz2005-01-172-12/+54
* - removed refinements,schinz2005-01-171-22/+8
* - implemented checkCastability, toString and ha...schinz2005-01-178-8/+64
* - implemented isInstance and isSubTypeschinz2005-01-171-3/+3
* - removed refinements,schinz2005-01-171-30/+41
* - removed refinements,schinz2005-01-171-20/+34
* - removed refinements,schinz2005-01-171-6/+4
* - replaced uses of java.util.{ArrayList,LinkedL...schinz2005-01-171-19/+14
* - made the type argument of :: covariant, becau...schinz2005-01-171-1/+1
* - bug fix: made MapTo class public in order to ...schinz2005-01-171-1/+1
* *** empty log message ***schinz2005-01-178-0/+277
* - Introduced new compilation looppaltherr2005-01-037-68/+185
* added new token XMLSTART,buraq2004-12-173-110/+132
* code readabilityburaq2004-12-171-2/+5
* minor fixes Scannerburaq2004-12-161-2/+3
* minor fix Scanner, NodeBufferburaq2004-12-162-23/+24
* Removed in import that prevented proper compila...mihaylov2004-12-141-1/+0
* [MSIL] Prevent the loading of synthetic Scala c...mihaylov2004-12-136-22/+60
* - Disabled generation of .symbl filespaltherr2004-12-131-9/+13
* - Added method isValidNamepaltherr2004-12-131-0/+10
* - Added loop shortcuts in removeHiddenMemberspaltherr2004-12-132-0/+3
* - Added NAMER test in compilation looppaltherr2004-12-101-1/+2
* - Added phase NAMERpaltherr2004-12-104-4/+25
* - Fixed indexes in phase creation codepaltherr2004-12-101-3/+10