aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/core
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-036-66/+82
* 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-256-12/+41
* More fixes for classfile reading.Martin Odersky2013-03-259-19/+45
* More fixes to classfile loading.Martin Odersky2013-03-245-3/+35
* Fixes fingerprint problems.Martin Odersky2013-03-248-31/+25
* Attempt to fix fingerprint problem (disabled for now)Martin Odersky2013-03-235-23/+49
* Some more fixes for classfile loadingMartin Odersky2013-03-233-5/+14
* More fixes to classfile reading.Martin Odersky2013-03-237-29/+67
* More fixes for classfile reading.Martin Odersky2013-03-226-46/+90
* More fixes to classfile reading.Martin Odersky2013-03-218-35/+88
* Pretty-printing improvements.Martin Odersky2013-03-2013-202/+227
* 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-191-6/+9
* Excluding empty trees from type mapping tree transformsMartin Odersky2013-03-191-1/+3
* More changes for higher-kinded types emulation.Martin Odersky2013-03-185-38/+114
* Cleanup of higher-kinded types treatmentMartin Odersky2013-03-183-20/+38
* Added emulation of higher-kinded types.Martin Odersky2013-03-1711-20/+135
* Various fixes to make classfile loading work.Martin Odersky2013-03-1510-92/+135
* Defining standard dotty classes used in Definitions.Martin Odersky2013-03-142-4/+3
* Improvements to stub handling.Martin Odersky2013-03-145-47/+51
* Various fixes that make loadDef largely work.Martin Odersky2013-03-1412-69/+159
* Various fixes to get past Definitions#init.Martin Odersky2013-03-1313-101/+194
* 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-1110-78/+151
* 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
* 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-054-44/+37
* 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
* Added logic that retains symbol denotations from one run to the next if it is...Martin Odersky2013-03-041-39/+63
* Polishing of Symbols.Martin Odersky2013-03-043-41/+49