aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | TreeTransform: add support for transforming statsDmitry Petrashko2014-03-131-37/+54
| * | PostTyper transformersDmitry Petrashko2014-03-133-1/+181
| * | Fix for #55Martin Odersky2014-03-122-2/+6
| * | Fix of #56 - newModuleSymbol & newCompleteModuleSymbolMartin Odersky2014-03-122-6/+10
| |/
* | Merge pull request #63 from odersky/implicit-testodersky2014-03-121-2/+10
|\ \ | |/ |/|
| * Added test for implicits which fail in Scala 2.11.Martin Odersky2014-03-121-2/+10
|/
* Merge pull request #61 from odersky/fixes-t00xxodersky2014-03-128-10/+45
|\
| * Fix constructor completion problem detected in t0054Martin Odersky2014-03-124-7/+20
| * Fix problems related to t0039Martin Odersky2014-03-106-8/+24
| * Fix for t1002Martin Odersky2014-03-102-1/+7
* | Merge pull request #60 from odersky/fix/#50-volatileodersky2014-03-1210-70/+113
|\ \ | |/ |/|
| * Added lost comment to isVolatile.Martin Odersky2014-03-121-0/+16
| * Fix of #50 - volatileMartin Odersky2014-03-0910-70/+97
* | Merge pull request #54 from odersky/Improve/better-testsodersky2014-03-104-308/+64
|\ \
| * | Improve test infrastructureMartin Odersky2014-03-104-308/+64
| |/
* | Merge pull request #49 from DarkDimius/scriptDmitry Petrashko2014-03-081-0/+232
|\ \ | |/ |/|
| * Bringing back dotc script that was accidentely deleted.Dmitry Petrashko2014-03-071-0/+232
* | Merge pull request #47 from odersky/try/typer-reorgodersky2014-03-0819-909/+1087
|\ \ | |/ |/|
| * 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-072-2/+19
| * Fix of accidental omission in TypeComparerMartin Odersky2014-03-071-1/+3
| * Added test for overloaded access with import/inheritance conflictMartin Odersky2014-03-071-0/+1
| * 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-062-0/+1255
|\ \
| * | Tree Transformer&TreeTransform:Dmitry Petrashko2014-03-062-0/+1255
| |/
* | Merge pull request #42 from odersky/fix/#39-checkAccessibleodersky2014-03-065-34/+75
|\ \ | |/ |/|
| * Fix of #39Martin Odersky2014-03-045-34/+75
* | Merge pull request #41 from DarkDimius/virtualFileodersky2014-03-041-6/+10
|\ \ | |/ |/|
| * Use virtual file instead of temporary file for testsDmitry Petrashko2014-03-041-6/+10
|/
* Merge pull request #37 from DarkDimius/assertionsDmitry Petrashko2014-03-0423-34/+30
|\
| * Typos corrected.Dmitry Petrashko2014-03-0314-17/+17
| * More informative asserts.Dmitry Petrashko2014-03-0310-17/+13
* | Merge pull request #35 from DarkDimius/tests-2Dmitry Petrashko2014-03-032-19/+29
|\ \
| * | For some tests context is required, it should be passed to checker phase.Dmitry Petrashko2014-03-032-19/+29
| |/
* | Merge pull request #38 from odersky/fix/#34-pathresolversDmitry Petrashko2014-03-0312-33/+94
|\ \
| * | Fix of #34Martin Odersky2014-03-0311-33/+88
| * | Add test case for #34Martin Odersky2014-03-031-0/+6
* | | Merge pull request #32 from DarkDimius/verbose_exDmitry Petrashko2014-03-031-0/+2
|\ \ \ | |_|/ |/| |
| * | Enable verbose printing of exceptions thrown in junit testsDmitry Petrashko2014-03-021-0/+2
|/ /
* | Merge pull request #31 from DarkDimius/testsDarkDimius2014-03-024-1/+52
|\ \ | |/ |/|
| * Infrastructure for per-phase tests, with inline source as a string.Dmitry Petrashko2014-03-014-1/+52
* | Rename baseType -> baseTypeRefMartin Odersky2014-03-029-31/+54
* | Fix problem when handling structural types without a nominal parent type.Martin Odersky2014-03-013-2/+5
* | Check that inferred parent classes are feasible.Martin Odersky2014-03-014-9/+39