aboutsummaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
| * | Fix #884 - misdiagnosed ambiguous definition.Martin Odersky2015-10-296-41/+16
* | | Set position on annotations parsed from JavaGuillaume Martres2015-10-291-0/+3
* | | Don't count suppressed errorsMartin Odersky2015-10-261-0/+9
|/ /
* | Fix hole in subtyping of modulesMartin Odersky2015-10-251-0/+9
* | Fix issue that prevented instantiating some tvars before implicit searchGuillaume Martres2015-10-251-2/+28
* | Less eager tvar interpolation: wait until method calls are fully appliedGuillaume Martres2015-10-251-0/+12
* | Merge pull request #843 from dotty-staging/fix-#830odersky2015-10-251-0/+6
|\ \ | |/ |/|
| * Fix #830: Compiler hangs on implicit search with singleton &/|Martin Odersky2015-10-221-0/+6
* | Merge pull request #832 from dotty-staging/fix-#815-hk-constructor-aliasDmitry Petrashko2015-10-231-0/+11
|\ \
| * | Fix #815.Martin Odersky2015-10-201-0/+11
* | | Better handling of merge errorsMartin Odersky2015-10-221-0/+7
* | | Merge pull request #841 from dotty-staging/fix-#831-object-selfodersky2015-10-221-0/+4
|\ \ \
| * | | Fix #831Martin Odersky2015-10-221-0/+4
| | |/ | |/|
* | | Merge pull request #835 from dotty-staging/add-more-testsodersky2015-10-2210-0/+130
|\ \ \ | |/ / |/| |
| * | Remove empty test fileMartin Odersky2015-10-221-0/+0
| * | More testsMartin Odersky2015-10-2111-0/+130
| |/
* | Add well-formedness checking for created symbolsMartin Odersky2015-10-223-0/+74
* | Fix tests to survive wellformedness checksMartin Odersky2015-10-226-8/+7
* | Test that more than 16 lazy vals can be safely used in one object.Dmitry Petrashko2015-10-221-0/+65
|/
* Merge pull request #821 from dotty-staging/fix-check-simple-kindedDmitry Petrashko2015-10-202-2/+8
|\
| * Check that some types are not higher-kinded.Martin Odersky2015-10-072-2/+8
* | Merge pull request #823 from smarter/fix/lifting-and-inferenceGuillaume Martres2015-10-191-0/+9
|\ \
| * | Always fully define the types of lifted expressionsGuillaume Martres2015-10-191-0/+9
* | | Merge pull request #817 from smarter/fix/avoidGuillaume Martres2015-10-121-0/+42
|\ \ \ | |/ / |/| |
| * | TypeAssigner#avoid: do not lose type parameters when the base type changes.Guillaume Martres2015-10-091-0/+12
| * | Add pos test about escaping refinementsGuillaume Martres2015-10-091-0/+10
| * | TypeAssigner#avoid: don't miss escaping refs in complex typesGuillaume Martres2015-10-091-1/+9
| * | TypeAssigner#avoid: more precise types for inner classesGuillaume Martres2015-10-091-0/+12
* | | Merge pull request #799 from dotty-staging/change-inferenceodersky2015-10-073-2/+25
|\ \ \ | |_|/ |/| |
| * | Generalize set of typevars instantiated before implicit searchMartin Odersky2015-09-181-0/+7
| * | Added neg testMartin Odersky2015-09-181-0/+7
| * | Add test caseMartin Odersky2015-09-181-0/+10
| * | Add test caseMartin Odersky2015-09-181-2/+1
* | | Merge pull request #820 from dotty-staging/add-collection-strawmanodersky2015-10-062-0/+238
|\ \ \
| * | | Rename collectAs -> toMartin Odersky2015-10-061-14/+14
| * | | Tweaks to conform with API set out in #818.Martin Odersky2015-10-061-14/+14
| * | | Bugfixes and move CollectionStrawMan1 into the correct directory.Martin Odersky2015-10-061-10/+10
| * | | Add ArrayBuffer as another Seq class. Make iterators inspectable.Martin Odersky2015-10-062-0/+19
| * | | Add collection strawman and its testsMartin Odersky2015-10-062-0/+219
* | | | Merge pull request #805 from dotty-staging/change-freeze-boundsodersky2015-10-062-0/+245
|\| | | | |_|/ |/| |
| * | Move failing test to pendingMartin Odersky2015-10-011-0/+0
| * | Add test caseMartin Odersky2015-10-011-0/+245
* | | Merge pull request #804 from svalaskevicius/fix-compiling-ScalaRunTimeodersky2015-10-021-0/+9
|\ \ \ | |/ / |/| |
| * | add a test for a pattern match with ignored type paramSarunas Valaskevicius2015-09-251-0/+9
* | | Move test to posMartin Odersky2015-09-291-0/+0
* | | Matching denotations should take infos into accountMartin Odersky2015-09-291-2/+2
|/ /
* | Fixes to comments suggested by reviewerMartin Odersky2015-09-211-4/+4
* | Eta expand $apply projected types if neededMartin Odersky2015-09-213-0/+625
* | Move failing test to pending.Martin Odersky2015-09-181-3/+3
* | Disallow wildcard arguments to higher-kinded types...Martin Odersky2015-09-182-1/+45