aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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-039-75/+103
* Getting rid of forceProperType in UnpicklersMartin Odersky2013-03-261-14/+4
* Some more fixes of classfile reading.Martin Odersky2013-03-265-10/+12
* More fixes to classfile reading.Martin Odersky2013-03-259-110/+172
* 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
* Some refinements for priningMartin Odersky2013-03-0713-47/+84
* Polishing of scopes.Martin Odersky2013-03-062-12/+11
* Finished polishing of Types and TypeOps.Martin Odersky2013-03-069-390/+459
* Streamlined implementation of asSeenFromMartin Odersky2013-03-061-15/+8
* More polishing of types.Martin Odersky2013-03-056-46/+39
* Review of TypeComparersMartin Odersky2013-03-053-63/+63
* Collapsed some methods in PreDenotations…Martin Odersky2013-03-053-84/+52
* Rewrite of isVolatileMartin Odersky2013-03-043-91/+129
* Dropped context from altsWith/suchThat/hasAltMartin Odersky2013-03-041-12/+14
* Renamed RefinedType#name, #info…Martin Odersky2013-03-047-67/+49