aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix of t0786: view boundsMartin Odersky2014-03-212-4/+4
* More testsMartin Odersky2014-03-2115-5/+47
* Fix of t0591: implicitlyMartin Odersky2014-03-212-6/+1
* Fix of t0504: _root_ not foundMartin Odersky2014-03-212-2/+15
* Fix of t0438 - lambdas and eta expansionMartin Odersky2014-03-217-45/+26
* Tests t01xx and t02xxMartin Odersky2014-03-2111-3/+4
* Merge pull request #87 from gzm0/context-in-prep-transformDmitry Petrashko2014-03-211-65/+65
|\
| * Make context available in TreeTransform.prepareForXX methodsTobias Schlatter2014-03-201-65/+65
* | Merge pull request #88 from dotty-staging/try/hygienic-desugaringodersky2014-03-2133-56/+458
|\ \ | |/ |/|
| * Minor improvements to tests (remove old comments)Tobias Schlatter2014-03-207-22/+7
| * Hygienic desugaringMartin Odersky2014-03-2032-77/+447
| * Generalize derived type tree scheme.Martin Odersky2014-03-203-34/+25
| * New scheme for TypeTrees that refer to othersMartin Odersky2014-03-204-12/+68
| * Better diagnostics for failing stub count testsMartin Odersky2014-03-201-1/+1
|/
* Merge pull request #85 from dotty-staging/topic/language-featuresDmitry Petrashko2014-03-2021-42/+384
|\
| * Removed annotations forced by union typesMartin Odersky2014-03-202-4/+6
| * Appromiximate union types by intersections.Martin Odersky2014-03-205-2/+175
| * Merge refined types when distributing via "|".Martin Odersky2014-03-201-12/+23
| * Allow And/OrTypes in baseType operationsMartin Odersky2014-03-202-9/+31
| * Removed explicit tuplings from dotc codebase.Martin Odersky2014-03-206-10/+10
| * Added auto-tupling.Martin Odersky2014-03-209-5/+73
| * Add language feature mechanismMartin Odersky2014-03-205-1/+67
|/
* 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
|\ \ \ | |/ / |/| |