aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1003 from dotty-staging/linker/tastyDmitry Petrashko2016-01-0410-296/+339
|\
| * Address review comments.Dmitry Petrashko2016-01-041-1/+1
| * TreeUnpickler unpickle only top-level packages and imports.Dmitry Petrashko2015-12-201-2/+26
| * Postpone tree compaction till all phases finish operating TASTY.Dmitry Petrashko2015-12-202-4/+10
| * Maintain original completer in SymDenotation.Dmitry Petrashko2015-12-201-1/+1
| * Linker specific: TreePicker: export functions for reuseDmitry Petrashko2015-12-201-272/+271
| * Allow unpickler to be accessible after FromTastyDmitry Petrashko2015-12-202-1/+4
| * Have only one tree pickler per TASTY pickler.Dmitry Petrashko2015-12-202-1/+3
| * Fix reading of Longs from tasty. Fixes wrong UUID.Dmitry Petrashko2015-12-201-1/+1
| * Linker Specific: allow phases to get to TASTY section.Dmitry Petrashko2015-12-202-16/+25
* | Merge pull request #1005 from dotty-staging/ycheck-erasure-arraysDmitry Petrashko2016-01-042-2/+7
|\ \
| * | Refine interdiction of Array after erasureMartin Odersky2015-12-211-1/+5
| * | Fix erasure of raw arraysDmitry Petrashko2015-12-212-1/+2
| * | TypeErasure.isErasedType: scala.Array is invalid after Erasure.Dmitry Petrashko2015-12-201-1/+1
| |/
* | Merge pull request #1010 from dotty-staging/fix/new-asSeenFromodersky2016-01-031-1/+1
|\ \
| * | Fix #1009: Do not forget to skolemize some typesGuillaume Martres2015-12-241-1/+1
* | | Merge pull request #1006 from dotty-staging/more-testsGuillaume Martres2015-12-2611-32/+49
|\ \ \ | |/ / |/| |
| * | Fix problem dealing with symbolic import renamesMartin Odersky2015-12-201-1/+1
| * | Make isBottomType work for derives types as well.Martin Odersky2015-12-201-4/+1
| * | Fix hk comparison between class and range lambdaMartin Odersky2015-12-201-4/+15
| * | Don't do eta expansion on bottom typesMartin Odersky2015-12-202-11/+11
| * | Fix eta expansionMartin Odersky2015-12-191-1/+2
| * | Turn println into logMartin Odersky2015-12-191-1/+1
| * | Don't flag override errors for synthetic companion objects.Martin Odersky2015-12-191-2/+7
| * | Add position to implicit defs generated from implicit classes.Martin Odersky2015-12-191-1/+2
| * | Fix parsing of blocks that end in an importMartin Odersky2015-12-191-1/+2
| * | Fix desugaring of symbols.Martin Odersky2015-12-191-1/+1
| * | Fix eta lifting for functions with vararg parameters.Martin Odersky2015-12-192-6/+7
* | | Fix off by 2 error for symbol positionsMartin Odersky2015-12-221-1/+1
* | | Remove extraneous printlnMartin Odersky2015-12-211-1/+1
* | | Make asSeenFrom idempotentMartin Odersky2015-12-216-35/+88
* | | Add precondition to doc comment.Martin Odersky2015-12-211-0/+1
* | | PolishingMartin Odersky2015-12-211-1/+1
* | | Change name of setting: -YshowVarBounds -> -Yshow-var-boundsMartin Odersky2015-12-211-1/+1
|/ /
* | Refactoring of derivedSelectMartin Odersky2015-12-181-17/+17
* | Fix higher-kinded unions and intersectionsMartin Odersky2015-12-183-35/+83
* | Fix layoutMartin Odersky2015-12-151-17/+17
* | Optionally rewrite projections.Martin Odersky2015-12-152-2/+41
* | Revise alias rules in type comparisons.Martin Odersky2015-12-151-40/+36
* | Dont push `|' inside refined types.Martin Odersky2015-12-151-11/+8
* | Better error message in splitterMartin Odersky2015-12-151-1/+4
* | Print bounds of TypeVars only when option is enabled.Martin Odersky2015-12-152-1/+3
|/
* Merge pull request #1000 from dotty-staging/fix-#241odersky2015-12-1530-769/+996
|\
| * More tweaks to override checks.Martin Odersky2015-12-151-2/+2
| * Change <:< to overridesMartin Odersky2015-12-151-1/+1
| * Check types for overriding conditions.Martin Odersky2015-12-141-5/+15
| * Use symbolic refs when testing whether a TypeBounds contains a ClassInfoMartin Odersky2015-12-142-9/+14
| * Generalize overriding checking from isDefinedMartin Odersky2015-12-143-1/+9
| * Only select parameterless get methods in unapplys.Martin Odersky2015-12-141-1/+1
| * Improve printing of overloaded denotationsMartin Odersky2015-12-141-1/+1