aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Do not use the plain printer with -YdebugGuillaume Martres2016-02-062-1/+2
| * | | Do not store context creation trace with -YdebugGuillaume Martres2016-02-062-1/+2
| * | | Do not use println when SingleDenotation#signature failsGuillaume Martres2016-02-051-1/+1
| * | | Hide stack traces behind -YdebugGuillaume Martres2016-02-055-6/+6
| |/ /
* | | Merge pull request #1064 from dotty-staging/fix-#1044-take-3Guillaume Martres2016-02-063-5/+14
|\ \ \
| * | | Fix #1044: handle TypevarsMissContext mode in wildApproxGuillaume Martres2016-02-063-5/+14
|/ / /
* | | Merge pull request #1060 from dotty-staging/throwMethodInitodersky2016-02-051-1/+1
|\ \ \
| * | | Force the initialization of throwMethod in DefinitionsVladimirNik2016-02-051-1/+1
| |/ /
* | | Merge pull request #1062 from dotty-staging/fix-#859odersky2016-02-055-5/+15
|\ \ \ | |/ / |/| |
| * | Surive non-existing sourceModule in Scala2 pickled info.Martin Odersky2016-02-053-2/+8
| * | 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
|/ /
* | Merge pull request #1052 from smarter/fix/driver-apiGuillaume Martres2016-02-0510-71/+86
|\ \ | |/ |/|
| * 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-043-18/+51
| * Compiler: use the reporter passed from the DriverGuillaume Martres2016-02-042-4/+2
| * Driver: properly use root Context passed as argumentGuillaume Martres2016-02-043-12/+8
| * Remove useless options in testsGuillaume Martres2016-02-042-14/+1
| * Reporter: make summary available without a ContextGuillaume Martres2016-02-041-5/+16
| * ConsoleReporter: remove unused argument ctxGuillaume Martres2016-02-044-4/+4
|/
* Merge pull request #1022 from dotty-staging/fix-i939Dmitry Petrashko2016-01-243-6/+13
|\
| * Add IntMap and LongMap to collections whitelist.Dmitry Petrashko2016-01-241-5/+3
| * Test that #939 is fixedDmitry Petrashko2016-01-241-0/+8
| * 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-232-3/+28
|\
| * Fix #998Martin Odersky2016-01-202-3/+28
* | Merge pull request #1038 from dotty-staging/fix-#1037Guillaume Martres2016-01-236-8/+23
|\ \
| * | Extend testMartin Odersky2016-01-192-0/+7
| * | 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
| |/
* | Merge pull request #1040 from dotty-staging/fix-#1036Guillaume Martres2016-01-232-1/+18
|\ \ | |/ |/|
| * Fix #1036Martin Odersky2016-01-202-1/+18
|/
* Merge pull request #1014 from dotty-staging/fix/deep-subtypesGuillaume Martres2016-01-1812-53/+248
|\
| * Check AppliedTypeTrees bounds inside AppliedTypeTreeGuillaume Martres2016-01-183-7/+16
| * Avoid infinite subtyping checks when intersecting denotationsGuillaume Martres2016-01-183-13/+33
| * Adapt and add testsMartin Odersky2016-01-184-10/+147
| * 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
|/
* Merge pull request #1020 from dotty-staging/fix/tvar-ephemeralodersky2016-01-182-1/+4
|\
| * Fix caching bug: don't assume that tvars instantiation cannot be retractedGuillaume Martres2016-01-172-1/+4
* | Merge pull request #1035 from dotty-staging/upgrade/partest-1.0.11Dmitry Petrashko2016-01-181-1/+1
|\ \ | |/ |/|
| * Upgrade scala-partest to 1.0.11Guillaume Martres2016-01-171-1/+1
|/
* Merge pull request #1033 from dotty-staging/disable/t7880odersky2016-01-171-0/+1
|\
| * Stop crashes because we're out of memory by disabling t7880Guillaume Martres2016-01-171-0/+1
|/
* 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