aboutsummaryrefslogtreecommitdiff
path: root/src/dotty
Commit message (Expand)AuthorAgeFilesLines
* Surive non-existing sourceModule in Scala2 pickled info.Martin Odersky2016-02-051-2/+4
* Handle subtyping of LazyVals that are in train of being evaluated.Martin Odersky2016-02-051-2/+5
* Make LazyRef#ref a def instead of a lazy valMartin Odersky2016-02-051-1/+2
* Use Context#setReporter where possibleGuillaume Martres2016-02-051-2/+1
* Context: set compilerCallback like other context variablesGuillaume Martres2016-02-042-16/+7
* Better compiler entry pointsGuillaume Martres2016-02-042-10/+49
* Compiler: use the reporter passed from the DriverGuillaume Martres2016-02-042-4/+2
* Driver: properly use root Context passed as argumentGuillaume Martres2016-02-041-6/+4
* Reporter: make summary available without a ContextGuillaume Martres2016-02-041-5/+16
* ConsoleReporter: remove unused argument ctxGuillaume Martres2016-02-043-3/+3
* 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