aboutsummaryrefslogtreecommitdiff
path: root/src/dotty
Commit message (Expand)AuthorAgeFilesLines
* 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
* Added substSym method and dropped NoPrefix requirement.Martin Odersky2013-02-221-18/+43
* Added previously forgotten typed Try trees, modified params of typed Super tr...Martin Odersky2013-02-221-6/+14
* Misc fixes to typed trees, flags, and elsewhere.Martin Odersky2013-02-217-76/+105
* Some cleanups in FlagsMartin Odersky2013-02-211-34/+19
* Changed function expansion and fleshed out checkTypeMartin Odersky2013-02-211-47/+244
* More utility methods and split up filterMartin Odersky2013-02-214-28/+91
* Generalized ArrayValue -> SeqLiteralMartin Odersky2013-02-212-15/+28
* Some more Definitions entriesMartin Odersky2013-02-211-21/+27
* Shortcircuited all <:< and =:= calls in TypeComparersMartin Odersky2013-02-211-6/+13
* Refined tree typing and started on checksMartin Odersky2013-02-205-66/+162
* New utility operations. Made typeSymbol/termSymbol apply to TypeProxies.Martin Odersky2013-02-201-1/+12
* Moved TypeTrees defs into nested object tpd.Martin Odersky2013-02-205-252/+257
* Completed pluggability hooks for trees.Martin Odersky2013-02-201-57/+102
* Feasibility study for transformer pluginsMartin Odersky2013-02-192-5/+114
* Making TypedTrees a full alternative to TreesMartin Odersky2013-02-194-215/+269
* File renameMartin Odersky2013-02-191-0/+0
* Refined treecopier, added transformer and accumulator classesMartin Odersky2013-02-191-44/+251
* Added TreeCopier classMartin Odersky2013-02-181-8/+175
* Some additions to TypedTreeGenMartin Odersky2013-02-181-1/+11
* Addec convenience methods for symbol creation.Martin Odersky2013-02-183-25/+51
* Changes to completers.Martin Odersky2013-02-185-105/+57
* Improved position handling.Martin Odersky2013-02-187-106/+213
* Fleshed out TypeTreeGen.Martin Odersky2013-02-1810-99/+303
* Fleshed out tree handlingMartin Odersky2013-02-164-31/+401
* Added -d setting. Deleted sourcefile attribute handling in classfile parser b...Martin Odersky2013-02-153-9/+117
* Optimization: don't generate member symbols for private members in a Java cla...Martin Odersky2013-02-151-2/+3
* Creating an empty constructor if none has been read in the classfile.Martin Odersky2013-02-151-0/+10
* Moved ConstantPool to end of class ClassfileParserMartin Odersky2013-02-151-213/+213
* Consolidating error handling in unpickler and classfileparser.Martin Odersky2013-02-154-56/+23