aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Drop redundant context parameterMartin Odersky2016-02-081-1/+1
* Slight optimizationMartin Odersky2016-02-041-6/+8
* Try to make refinements match in approximateUnionsMartin Odersky2016-02-042-2/+41
* Push `|' into corresponding RefinedTypes in approximateUnionMartin Odersky2016-02-041-22/+41
* Fix i939: Patmat shouldn't compare selectors to module TypeTrees.Dmitry Petrashko2016-01-241-1/+2
* Merge pull request #1039 from dotty-staging/fix-#998Guillaume Martres2016-01-231-3/+22
|\
| * Fix #998Martin Odersky2016-01-201-3/+22
* | Merge pull request #1038 from dotty-staging/fix-#1037Guillaume Martres2016-01-234-8/+16
|\ \
| * | Perform isCurrent at transform phaseMartin Odersky2016-01-191-3/+8
| * | Small refactoringMartin Odersky2016-01-191-2/+5
| * | Don't force symbol denotation when taking fingerprint.Martin Odersky2016-01-192-2/+2
| * | Avoid repeated evaluations of parentIsYounger.Martin Odersky2016-01-191-1/+1
| |/
* / Fix #1036Martin Odersky2016-01-201-1/+6
|/
* Check AppliedTypeTrees bounds inside AppliedTypeTreeGuillaume Martres2016-01-181-7/+10
* Avoid infinite subtyping checks when intersecting denotationsGuillaume Martres2016-01-182-12/+32
* Avoid caching the wrong bounds in TypeRefsMartin Odersky2016-01-181-1/+16
* Check bounds everywhereMartin Odersky2016-01-183-29/+35
* Keep rhs of TypeDef in typed treeMartin Odersky2016-01-182-2/+10
* Fix caching bug: don't assume that tvars instantiation cannot be retractedGuillaume Martres2016-01-171-1/+4
* Merge pull request #1021 from dotty-staging/fix/procedure-migrationodersky2016-01-171-1/+1
|\
| * Improve migration message for Scala 2 proceduresGuillaume Martres2016-01-141-1/+1
* | Always eta-expand AppliedTypeTrees argumentsGuillaume Martres2016-01-161-1/+1
* | Compute type params in namer without completing the whole infoMartin Odersky2016-01-164-15/+49
* | Fix checkNonCyclic.Martin Odersky2016-01-161-6/+6
* | Make skolems uncachedMartin Odersky2016-01-161-2/+2
|/
* Partest dotty non-bootstrapped.Dmitry Petrashko2016-01-131-1/+1
* Merge pull request #1004 from dotty-staging/linker/typesodersky2016-01-063-30/+38
|\
| * Mark TermRefWithFixedSym as non-final.Dmitry Petrashko2016-01-041-2/+3
| * Allow comparisons between TypeRefs and ThisTypes.Dmitry Petrashko2016-01-041-1/+1
| * Linker specific: add note to withSymAndName.Dmitry Petrashko2015-12-201-0/+4
| * LinkerSpecific: make functionality of ResolveSuper accessible.Dmitry Petrashko2015-12-201-27/+30
* | VCArrayPrototype: replace override "def clone" by "def clone()"Guillaume Martres2016-01-041-1/+1
* | 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