aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Merge pull request #81 from DarkDimius/integration/lazyodersky2014-03-2032-219/+1267
|\
| * Allow MiniPhase to be DenotTransformerDmitry Petrashko2014-03-1914-129/+278
| * LazyVals phase.Dmitry Petrashko2014-03-199-7/+864
| * Re-enabled and renamed testsMartin Odersky2014-03-182-4/+4
| * Refactored denotation transformersMartin Odersky2014-03-1811-92/+106
| * Renaming core.Transformer(s) -> core.DenotTransformer(s)Martin Odersky2014-03-187-18/+17
| * Renamings TreeTransformer -> TreeMap, TreeMapper -> TreeTypeMapMartin Odersky2014-03-189-17/+13
| * Reorg of info transformer frameworkMartin Odersky2014-03-184-37/+70
* | Merge pull request #84 from samuelgruetter/srewrite-tests-1odersky2014-03-20156-71/+71
|\ \
| * | move all tests in tests/untried/neg which use implicits to tests/untried/neg-...Samuel Gruetter2014-03-19113-0/+0
| * | apply srewrite (no procedure syntax for constructors) to tests/untried/negSamuel Gruetter2014-03-193-6/+6
| * | apply srewrite (explicit types for implicits + no procedure syntaxSamuel Gruetter2014-03-1940-65/+65
|/ /
* | Merge pull request #79 from DarkDimius/noxmlodersky2014-03-198-45/+196
|\ \ | |/ |/|
| * Remove dependency on scala-xml.Dmitry Petrashko2014-03-188-45/+196
* | Merge pull request #76 from retronym/topic/defPath-accumodersky2014-03-173-22/+44
|\ \ | |/ |/|
| * Refactor TreeInfo#defPathJason Zaugg2014-03-161-22/+11
| * Test case for TreeInfo#defPathJason Zaugg2014-03-162-0/+33
|/
* Merge pull request #69 from odersky/topic/generalize-companionsodersky2014-03-168-18/+143
|\
| * Fixed parse error with @uncheckedMartin Odersky2014-03-131-1/+1
| * Bullet-proofing companion objectsMartin Odersky2014-03-138-18/+143
* | 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-145-10/+15
|\ \
| * | Fixed two problems with annotated types in patternsMartin Odersky2014-03-145-10/+15
| |/
* | Merge pull request #65 from samuelgruetter/scala-tests-rawodersky2014-03-133539-0/+49725
|\ \
| * | add tests from scala/test/files/{pos,neg}Samuel Gruetter2014-03-123539-0/+49725
* | | Merge pull request #64 from DarkDimius/PostTyperTransformerSébastien Doeraene2014-03-1310-46/+421
|\ \ \ | |/ / |/| |
| * | CreateCompanionObjects transformerDmitry Petrashko2014-03-132-0/+170
| * | 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