aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge branch 'simplified-completers'Martin Odersky2013-02-1910-402/+927
|\
| * 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
* Almost completed code for unpickling and classfile loading.Martin Odersky2013-02-156-621/+2037
* New definitions and flagsMartin Odersky2013-02-153-34/+61
* Adding method to create denotations to Contexts.Martin Odersky2013-02-151-28/+96
* Add method to show a scope.Martin Odersky2013-02-151-2/+1
* PreNames as a way to unify Names and Strings.Martin Odersky2013-02-152-1/+17
* A method to show denotationsMartin Odersky2013-02-151-1/+8
* Add offset to Symbols.Martin Odersky2013-02-153-49/+84
* Some new utility methods in Types.Martin Odersky2013-02-152-4/+19
* More annotation constructors.Martin Odersky2013-02-151-6/+29
* Treating all annotations as wrappers over trees.Martin Odersky2013-02-114-64/+71
* Avoiding an unchecked warning in a switch.Martin Odersky2013-02-111-1/+2
* A new way to make typed trees.Martin Odersky2013-02-111-2/+54
* Small stylistic change: use object name instead of self type.Martin Odersky2013-02-111-2/+2
* Merge remote-tracking branch 'origin/master'Martin Odersky2013-02-119-6/+55
|\
| * Merge pull request #2 from retronym/topic/odds-and-endsodersky2013-02-119-6/+55
| |\
| | * Fix apparent cut-n-pasto in Type#mapOrJason Zaugg2013-02-101-1/+1
| | * Break initialization cycle in Transformers.Jason Zaugg2013-02-101-2/+3
| | * Make NoContext#base a def.Jason Zaugg2013-02-101-1/+1
| | * Fix Settings#value.Jason Zaugg2013-02-101-2/+2
| | * Add .gitattributes for CRLF avoidanceJason Zaugg2013-02-101-0/+26
| | * Add SBT build, .gitignore.Jason Zaugg2013-02-104-0/+22
| |/
* / Integration of ConstantsMartin Odersky2013-02-095-44/+260
|/
* Fleshed out printers.Martin Odersky2013-02-082-55/+374
* New stuff in Definitions.Martin Odersky2013-02-081-2/+48
* Added new utility methods to SymDenotations and refactored creation.Martin Odersky2013-02-086-24/+105
* Added methods to convert between (virtual) type application and refinements.Martin Odersky2013-02-083-34/+98
* Make superId management depend on TypeRefs instead of ClassSymbols.Martin Odersky2013-02-072-9/+10