aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Refactored test frameworkMartin Odersky2013-04-055-127/+2
* Added some tracing to asSeenFrom.Martin Odersky2013-04-051-4/+5
* Fixed hashcode computation.Martin Odersky2013-04-051-2/+2
* Adding debug code to disambiguation.Martin Odersky2013-04-051-2/+11
* Small change to disjointAsSeenFrom.Martin Odersky2013-04-051-1/+1
* Fix to pareamSignatire for arrays.Martin Odersky2013-04-051-1/+1
* Fix to superId.Martin Odersky2013-04-051-5/+5
* Fixes to baseType; now respects linearization order.Martin Odersky2013-04-051-22/+14
* Consolidated tracing under -YdebugTrace.Martin Odersky2013-04-048-11/+25
* Fxing cyclic references during findMemberMartin Odersky2013-04-042-37/+38
* Trying to get at the root of cyclic reference problems.Martin Odersky2013-04-045-28/+35
* Improvements in tracing and some Type fixes.Martin Odersky2013-04-037-73/+92
* Getting rid of forceProperType in UnpicklersMartin Odersky2013-03-261-14/+4
* Some more fixes of classfile reading.Martin Odersky2013-03-264-8/+10
* More fixes to classfile reading.Martin Odersky2013-03-257-110/+41
* More fixes for classfile reading.Martin Odersky2013-03-2510-27/+77
* More fixes to classfile loading.Martin Odersky2013-03-246-4/+36
* Fixes fingerprint problems.Martin Odersky2013-03-2410-46/+51
* Attempt to fix fingerprint problem (disabled for now)Martin Odersky2013-03-236-24/+52
* Some more fixes for classfile loadingMartin Odersky2013-03-233-5/+14
* More fixes to classfile reading.Martin Odersky2013-03-238-41/+80
* More fixes for classfile reading.Martin Odersky2013-03-227-53/+97
* More fixes to classfile reading.Martin Odersky2013-03-2110-52/+113
* Pretty-printing improvements.Martin Odersky2013-03-2017-253/+315
* First draft of pretty printing abstractionsMartin Odersky2013-03-201-0/+123
* Fixing problem with reading typeParams correctly in UnpicklerMartin Odersky2013-03-193-8/+30
* Adding missing methods for type equalityMartin Odersky2013-03-191-9/+46
* Some improvements to printingMartin Odersky2013-03-192-6/+10
* Excluding empty trees from type mapping tree transformsMartin Odersky2013-03-191-1/+3
* More changes for higher-kinded types emulation.Martin Odersky2013-03-188-38/+123
* Cleanup of higher-kinded types treatmentMartin Odersky2013-03-183-20/+38
* Added emulation of higher-kinded types.Martin Odersky2013-03-1712-21/+136
* Various fixes to make classfile loading work.Martin Odersky2013-03-1512-95/+195
* Defining standard dotty classes used in Definitions.Martin Odersky2013-03-147-4/+34
* Improvements to stub handling.Martin Odersky2013-03-145-47/+51
* Various fixes that make loadDef largely work.Martin Odersky2013-03-1414-70/+170
* Various fixes to get past Definitions#init.Martin Odersky2013-03-1319-106/+501
* Revising of Denotation#existsMartin Odersky2013-03-125-27/+19
* Checking abstractness of types by their flags.Martin Odersky2013-03-124-48/+22
* Split filterAsSeenFrom and generalized flag handling.Martin Odersky2013-03-1212-78/+81
* Fixed too hasty commit that caused build errors.Martin Odersky2013-03-112-4/+7
* First steps to make compiler start work.Martin Odersky2013-03-1114-81/+170
* Made SymDenotations printable.Martin Odersky2013-03-081-0/+10
* Added asInstanceOf args as they are inferred to be Nothing otherwise.Martin Odersky2013-03-081-1/+1
* A fix in settings caused by a probably Scala 2.10 bugMartin Odersky2013-03-081-1/+6
* NoPhase needs to be lazy or we get a cyclic reference on startupMartin Odersky2013-03-081-1/+1
* Some fixes in ClassfileParserMartin Odersky2013-03-081-10/+10
* Some cleanup in trees.Martin Odersky2013-03-081-6/+6
* Polishing of SymbolLoadersMartin Odersky2013-03-071-7/+8
* Some polishing of Positions and Trees.Martin Odersky2013-03-073-40/+50