aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| * | Fix of t1272: overloading resolutionMartin Odersky2014-03-211-3/+9
| * | Reverting decision what constitutes a double def.Martin Odersky2014-03-211-1/+1
| * | Fix of t1279a: baseTypeWithArgsMartin Odersky2014-03-211-5/+25
| * | Refactored lookupRefinedMartin Odersky2014-03-212-10/+10
| * | Fix of t1236: higher-kindedMartin Odersky2014-03-219-38/+71
| * | Fix of t1280 - type of selfMartin Odersky2014-03-211-1/+1
| * | Fix for t1292 - legal prefixesMartin Odersky2014-03-211-2/+22
| * | Fix of t1123 - Unit discardingMartin Odersky2014-03-211-1/+3
| * | Fix of t112606A - path dependent typesMartin Odersky2014-03-211-1/+14
| * | Fix of t1056 - PartialFunctionMartin Odersky2014-03-211-2/+4
| * | Fix of t0625 - compare method typesMartin Odersky2014-03-211-2/+6
| * | Fix of t0774: empty fileMartin Odersky2014-03-211-0/+1
| * | Fix of t0786: view boundsMartin Odersky2014-03-211-1/+1
| * | Fix of t0591: implicitlyMartin Odersky2014-03-211-5/+0
| * | Fix of t0504: _root_ not foundMartin Odersky2014-03-211-2/+15
| * | Fix of t0438 - lambdas and eta expansionMartin Odersky2014-03-212-14/+25
| * | Tests t01xx and t02xxMartin Odersky2014-03-211-1/+1
* | | Merge pull request #90 from samuelgruetter/java8-classfilesodersky2014-03-223-5/+29
|\ \ \ | |/ / |/| |
| * | ClassfileParser: apply scala commit e78896f (invokedynamic)Samuel Gruetter2014-03-212-2/+9
| * | ClassfileParser: apply scala commit b2c67b3 (java8 default methods)Samuel Gruetter2014-03-212-0/+10
| * | ClassfileParser: apply scala commit f91242c6959471b6c463538beSamuel Gruetter2014-03-211-3/+10
* | | 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
| |/
* | Hygienic desugaringMartin Odersky2014-03-206-77/+195
* | Generalize derived type tree scheme.Martin Odersky2014-03-203-34/+25
* | New scheme for TypeTrees that refer to othersMartin Odersky2014-03-204-12/+68
|/
* Removed annotations forced by union typesMartin Odersky2014-03-202-4/+6
* Appromiximate union types by intersections.Martin Odersky2014-03-203-2/+78
* 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-206-5/+51
* Add language feature mechanismMartin Odersky2014-03-205-1/+67
* Merge pull request #81 from DarkDimius/integration/lazyodersky2014-03-2024-180/+849
|\
| * Allow MiniPhase to be DenotTransformerDmitry Petrashko2014-03-199-90/+216
| * LazyVals phase.Dmitry Petrashko2014-03-198-7/+514
| * Refactored denotation transformersMartin Odersky2014-03-189-88/+96
| * Renaming core.Transformer(s) -> core.DenotTransformer(s)Martin Odersky2014-03-187-18/+17
| * Renamings TreeTransformer -> TreeMap, TreeMapper -> TreeTypeMapMartin Odersky2014-03-187-15/+11
| * Reorg of info transformer frameworkMartin Odersky2014-03-184-37/+70
* | 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
| |/