aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools
Commit message (Expand)AuthorAgeFilesLines
* 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
* Polishing of Denotations and Transformers.Martin Odersky2013-02-283-69/+137
* more docs.Martin Odersky2013-02-285-23/+31
* Some worksheets to start testingMartin Odersky2013-02-284-19/+71
* fixes to flagsMartin Odersky2013-02-281-5/+12
* Fixes to namesMartin Odersky2013-02-281-7/+19
* Cleanup of flagsMartin Odersky2013-02-275-30/+40
* Cleanup of decoratorsMartin Odersky2013-02-271-2/+15
* Cleaup of ContextsMartin Odersky2013-02-277-39/+112
* Renamed DenotationSet -> PreDenotationMartin Odersky2013-02-273-26/+26
* Fixed ModuleDefs so that they produce code that keeps invariants of tree maps.Martin Odersky2013-02-271-3/+23
* Refinements to signature handling.Martin Odersky2013-02-272-42/+73
* Rename Shared -> SharedTreeMartin Odersky2013-02-274-21/+21
* Filling in all ???sMartin Odersky2013-02-2726-147/+734
* Fleshing out some ???'sMartin Odersky2013-02-255-21/+25
* Completed implementation of FlagsMartin Odersky2013-02-256-126/+242
* Systeamtic use of symbolicRef abbreviation.Martin Odersky2013-02-253-3/+3
* Refactoring and cleanup of several symbol creation related aspects.Martin Odersky2013-02-2415-566/+582
* Moving associatedFile from SymDenotation to SymbolMartin Odersky2013-02-234-43/+50
* UnPickler now also reads trees.Martin Odersky2013-02-222-300/+312
* Added methods to substitute trees and change their owners.Martin Odersky2013-02-224-9/+127
* Changed meaning of DefTree/isDef, plus other Tree changesMartin Odersky2013-02-221-21/+39