aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools
Commit message (Expand)AuthorAgeFilesLines
* 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-219-35/+89
* Pretty-printing improvements.Martin Odersky2013-03-2016-242/+298
* 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-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-1511-95/+149
* 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-1413-69/+169
* 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-1113-81/+155
* 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
* 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
* Finished polishing of SymDenotationsMartin Odersky2013-03-031-39/+57
* Split scopes into immutable and mutable parts.Martin Odersky2013-03-038-82/+112
* New LRU Cache implementationMartin Odersky2013-03-034-99/+152
* Polishing of denotationsMartin Odersky2013-03-026-122/+169
* Bug fixes and cleanups for names.Martin Odersky2013-03-014-31/+52
* Fixes Name#slice.Martin Odersky2013-02-282-1/+12