aboutsummaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1832 from dotty-staging/fix-1810odersky2016-12-202-0/+23
|\
| * Add tests verifying that i1812 stays fixed.Dmitry Petrashko2016-12-192-0/+23
* | Merge pull request #1821 from dotty-staging/fix-i1820odersky2016-12-204-0/+38
|\ \
| * | Fix #1820: condition of whether generates outerliu fengyun2016-12-193-2/+22
| * | fix #1820: make sure outer of traits implementedliu fengyun2016-12-182-0/+18
* | | Add neg test for multiversal eq Nullable fixFelix Mulder2016-12-191-0/+7
* | | Fix #1793: allow multiversal comparisons between Null and XFelix Mulder2016-12-191-0/+7
* | | Merge pull request #1822 from dotty-staging/fix-#1792odersky2016-12-181-0/+8
|\ \ \
| * | | Fix #1792: Allow newline in front of `{` when supporting procedure syntax.Martin Odersky2016-12-141-0/+8
* | | | Merge pull request #1775 from dotty-staging/add-implicit-funtypesodersky2016-12-188-0/+588
|\ \ \ \
| * | | | Drop Override flag for non-overriding direct methodsMartin Odersky2016-12-171-1/+5
| * | | | Fix typoMartin Odersky2016-12-171-1/+1
| * | | | Fix more types, add linkMartin Odersky2016-12-171-4/+4
| * | | | Add linked to codeMartin Odersky2016-12-171-3/+5
| * | | | Fix typos in results.mdMartin Odersky2016-12-171-4/+5
| * | | | Add benchmarksMartin Odersky2016-12-177-0/+324
| * | | | New ShortcutImplicits phaseMartin Odersky2016-12-171-0/+44
| * | | | More tests and starting a blog postMartin Odersky2016-12-171-1/+118
| * | | | Enrich test caseMartin Odersky2016-12-171-0/+41
| * | | | Create implicit closures to math expected implicit functionsMartin Odersky2016-12-171-0/+23
| * | | | Fix erasure of implicit functionsMartin Odersky2016-12-172-36/+32
| * | | | Always insert apply for expressions of implicit function typeMartin Odersky2016-12-171-0/+6
| * | | | Add syntax for implicit functionsMartin Odersky2016-12-171-0/+30
* | | | | Merge pull request #1817 from dotty-staging/fix-#1802odersky2016-12-181-0/+21
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Make errors are not swept under the carpetMartin Odersky2016-12-171-0/+21
| |/ / /
* | | | Merge pull request #1819 from dotty-staging/fix-#1803Nicolas Stucki2016-12-171-0/+7
|\ \ \ \
| * | | | Infer type parameters of anonymous class parents from expected typeMartin Odersky2016-12-171-0/+7
| |/ / /
* | | | Merge pull request #1815 from dotty-staging/fix-#1797Nicolas Stucki2016-12-171-0/+1
|\ \ \ \
| * | | | Fix #1797: Allow case class params with names _1, _2, ...Martin Odersky2016-12-151-0/+1
* | | | | Merge pull request #1767 from dotty-staging/fix-#1755odersky2016-12-171-0/+21
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Fix #1755: Make sure references in outer args are accessibleMartin Odersky2016-12-021-0/+21
* | | | | Merge pull request #1813 from dotty-staging/fix-#1806Dmitry Petrashko2016-12-162-0/+12
|\ \ \ \ \
| * | | | | Fix #1806: Define outer accessors at the right phaseMartin Odersky2016-12-161-0/+5
| * | | | | Test caseMartin Odersky2016-12-151-0/+7
* | | | | | Merge pull request #1801 from dotty-staging/fix-#1790Dmitry Petrashko2016-12-165-5/+48
|\| | | | | | |_|/ / / |/| | | |
| * | | | Implement new rules for name-based pattern matchingMartin Odersky2016-12-151-0/+28
| * | | | Change by-name pattern matching.Martin Odersky2016-12-144-5/+20
| | |/ / | |/| |
* | | | Merge pull request #1785 from dotty-staging/fix-#1784odersky2016-12-152-0/+12
|\ \ \ \
| * | | | Fix neg test caseMartin Odersky2016-12-121-1/+1
| * | | | Better diagnosis for cyclic references caused by implicit searchMartin Odersky2016-12-121-0/+7
| * | | | Fix #1784: allow to omit types for local implicit valsMartin Odersky2016-12-121-0/+5
* | | | | Merge pull request #1682 from dotty-staging/vclassodersky2016-12-155-2/+5
|\ \ \ \ \
| * | | | | fix test i705-inner-value-class2.scalaliu fengyun2016-11-241-1/+1
| * | | | | fix failing neg testsliu fengyun2016-11-242-2/+2
| * | | | | remove invalid field in value classliu fengyun2016-11-241-1/+0
| * | | | | fix #1642: disallow value classe wrapping value classliu fengyun2016-11-243-1/+4
| * | | | | fix #1670: move the check of value class to typerliu fengyun2016-11-241-0/+1
* | | | | | Merge pull request #1780 from dotty-staging/fix-i1779odersky2016-12-153-0/+27
|\ \ \ \ \ \
| * | | | | | only allow $_ in patternsliu fengyun2016-12-121-0/+13
| * | | | | | fix #1779: support $_ and $_id in interpolated stringliu fengyun2016-12-082-0/+14