aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #79 from DarkDimius/noxmlodersky2014-03-198-45/+196
|\
| * Remove dependency on scala-xml.Dmitry Petrashko2014-03-188-45/+196
* | Refactor TreeInfo#defPathJason Zaugg2014-03-161-22/+11
* | Test case for TreeInfo#defPathJason Zaugg2014-03-161-0/+3
|/
* Merge pull request #69 from odersky/topic/generalize-companionsodersky2014-03-165-18/+98
|\
| * Fixed parse error with @uncheckedMartin Odersky2014-03-131-1/+1
| * Bullet-proofing companion objectsMartin Odersky2014-03-135-18/+98
* | Merge pull request #71 from odersky/fixes-for-transformsDmitry Petrashko2014-03-142-4/+17
|\ \
| * | Reset frozen for transformed class denotations.Martin Odersky2014-03-141-2/+13
| * | Stop running phases after errors were encounteredMartin Odersky2014-03-141-2/+4
| |/
* | Merge pull request #70 from odersky/fix/annotations-in-patternsodersky2014-03-143-4/+3
|\ \
| * | Fixed two problems with annotated types in patternsMartin Odersky2014-03-143-4/+3
| |/
* | CreateCompanionObjects transformerDmitry Petrashko2014-03-131-0/+53
* | TreeTransform: add support for transforming statsDmitry Petrashko2014-03-131-37/+54
* | PostTyper transformersDmitry Petrashko2014-03-132-1/+64
* | Fix for #55Martin Odersky2014-03-122-2/+6
* | Fix of #56 - newModuleSymbol & newCompleteModuleSymbolMartin Odersky2014-03-122-6/+10
|/
* Merge pull request #61 from odersky/fixes-t00xxodersky2014-03-125-10/+29
|\
| * Fix constructor completion problem detected in t0054Martin Odersky2014-03-123-7/+16
| * Fix problems related to t0039Martin Odersky2014-03-105-8/+18
| * Fix for t1002Martin Odersky2014-03-101-1/+1
* | Merge pull request #60 from odersky/fix/#50-volatileodersky2014-03-128-70/+87
|\ \ | |/ |/|
| * Added lost comment to isVolatile.Martin Odersky2014-03-121-0/+16
| * Fix of #50 - volatileMartin Odersky2014-03-098-70/+71
* | Improve test infrastructureMartin Odersky2014-03-101-1/+2
|/
* Main Typer reorg.Martin Odersky2014-03-078-394/+472
* Scond step to typer reorg: Introduce TypeAssigners.Martin Odersky2014-03-077-41/+72
* First step towards Typer Reorganization.Martin Odersky2014-03-0710-503/+537
* Removed useless ValDef flagged by @samuelgruetter in previous pull requestMartin Odersky2014-03-071-2/+1
* Fix of accidental omission in TypeComparerMartin Odersky2014-03-071-1/+3
* Fix problem comparing overloaded TermRefsMartin Odersky2014-03-072-4/+20
* Fix problem in TermRef.alternativesMartin Odersky2014-03-071-1/+1
* Made TypeBoundsTrees to be TypTrees so they are eliminated by PostTyperTransformMartin Odersky2014-03-072-2/+1
* Merge pull request #45 from DarkDimius/noSharedTreesSébastien Doeraene2014-03-077-44/+4
|\
| * Got rid of SharedTreeDmitry Petrashko2014-03-067-44/+4
* | Merge pull request #43 from DarkDimius/tree-transformerDmitry Petrashko2014-03-061-0/+1076
|\ \
| * | Tree Transformer&TreeTransform:Dmitry Petrashko2014-03-061-0/+1076
| |/
* | Merge pull request #42 from odersky/fix/#39-checkAccessibleodersky2014-03-062-34/+37
|\ \ | |/ |/|
| * Fix of #39Martin Odersky2014-03-042-34/+37
* | Use virtual file instead of temporary file for testsDmitry Petrashko2014-03-041-6/+10
|/
* Merge pull request #37 from DarkDimius/assertionsDmitry Petrashko2014-03-0422-33/+29
|\
| * Typos corrected.Dmitry Petrashko2014-03-0313-16/+16
| * More informative asserts.Dmitry Petrashko2014-03-0310-17/+13
* | Merge pull request #38 from odersky/fix/#34-pathresolversDmitry Petrashko2014-03-0311-33/+88
|\ \ | |/ |/|
| * Fix of #34Martin Odersky2014-03-0311-33/+88
* | Merge pull request #31 from DarkDimius/testsDarkDimius2014-03-022-1/+12
|\ \ | |/ |/|
| * Infrastructure for per-phase tests, with inline source as a string.Dmitry Petrashko2014-03-012-1/+12
* | Rename baseType -> baseTypeRefMartin Odersky2014-03-028-31/+33
* | Fix problem when handling structural types without a nominal parent type.Martin Odersky2014-03-012-2/+4
* | Check that inferred parent classes are feasible.Martin Odersky2014-03-011-3/+17