aboutsummaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1887 from dotty-staging/fix-#1867Guillaume Martres2017-01-071-0/+3
|\
| * Fix #1867: Set position of empty refined typesMartin Odersky2017-01-041-0/+3
* | Merge pull request #1873 from dotty-staging/fix-#1865odersky2017-01-051-0/+24
|\ \
| * | Address reviewer commentsMartin Odersky2017-01-041-0/+0
| * | Fix #1865: Compute outer path at right phaseMartin Odersky2017-01-031-0/+24
| |/
* | Fix #1878: Generate fields for final vars.Nicolas Stucki2017-01-052-0/+24
* | Merge pull request #1869 from dotty-staging/fix-#1868odersky2017-01-041-0/+7
|\ \
| * | Fix #1868 - Fix logic bug in matchMartin Odersky2017-01-021-0/+7
| |/
* / Add test caseMartin Odersky2017-01-031-0/+15
|/
* Merge pull request #1850 from dotty-staging/fix-#1845odersky2016-12-281-0/+3
|\
| * Annotate other error line in testMartin Odersky2016-12-261-1/+1
| * Add // error to neg testMartin Odersky2016-12-221-1/+1
| * Fix #1845: Survive illegal this-type prefixesMartin Odersky2016-12-221-0/+3
* | Move test into the right directoryMartin Odersky2016-12-261-0/+0
* | Fix #1716: Don't allow wildcards as type arguments to methodsMartin Odersky2016-12-251-0/+9
* | Merge pull request #1826 from dotty-staging/fix-compile-stdlibGuillaume Martres2016-12-211-0/+6
|\ \
| * | Fix subtyping of hk types with wildcard argumentsMartin Odersky2016-12-201-0/+6
| |/
* / Fix #1795: Avoid infinite recursion between member and asSeenFromMartin Odersky2016-12-211-0/+13
|/
* 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
|\ \ \ \ \