aboutsummaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | Merge pull request #2065 from dotty-staging/change-implicit-conv2odersky2017-03-099-9/+34
|\ \ \ \ \
| * | | | | Drop special case around Function1Martin Odersky2017-03-085-6/+8
| * | | | | Add puzzler 54 as a testMartin Odersky2017-03-081-0/+13
| * | | | | Disallow subtypes of Function1 acting as implicit conversionsMartin Odersky2017-03-084-3/+13
| | |_|/ / | |/| | |
* / | | | Fix #2067: Compute defKind at Typer, not NamerMartin Odersky2017-03-081-0/+3
|/ / / /
* | | | Don't set PureInterface when a default param is presentGuillaume Martres2017-03-081-0/+3
* | | | Disable most tests that depend on scala-reflectGuillaume Martres2017-03-086-0/+0
| |/ / |/| |
* | | Merge pull request #2059 from dotty-staging/fix/inline-EmptyTreeodersky2017-03-071-0/+13
|\ \ \ | |_|/ |/| |
| * | Fix #2056: Backend crash when inlined method contains tryGuillaume Martres2017-03-071-0/+13
* | | Update repl check filesMartin Odersky2017-03-052-3/+3
* | | Drop named type parameters in classesMartin Odersky2017-03-041-0/+12
|/ /
* | Merge pull request #2031 from dotty-staging/fix-#2030odersky2017-03-033-8/+11
|\ \
| * | Test polishingMartin Odersky2017-02-272-8/+6
| * | Don't chain implicit conversionsMartin Odersky2017-02-271-0/+5
* | | Allow abstract type members in objects.Nicolas Stucki2017-03-012-2/+3
| |/ |/|
* | Merge pull request #2035 from dotty-staging/fix-#2033Guillaume Martres2017-02-281-0/+21
|\ \
| * | Fix #2033: Improve handling of unresolved overloaded argumentsMartin Odersky2017-02-271-0/+21
| |/
* | Merge pull request #2011 from dotty-staging/hmap-testodersky2017-02-271-0/+97
|\ \ | |/ |/|
| * Update HMap testOlivier Blanvillain2017-02-201-44/+24
| * Add HMap test caseOlivier Blanvillain2017-02-201-0/+117
* | Merge pull request #1993 from dotty-staging/add-lazy-implicitsodersky2017-02-254-0/+150
|\ \
| * | Treat implicit by-name arguments as lazy valuesMartin Odersky2017-02-174-0/+150
* | | Merge pull request #2026 from dotty-staging/fix-#2001odersky2017-02-241-0/+6
|\ \ \
| * | | Better error messages for missing type of recursive definitionsMartin Odersky2017-02-231-0/+6
* | | | Merge pull request #2015 from dotty-staging/add-pf-overloadingodersky2017-02-231-0/+41
|\ \ \ \ | |/ / / |/| | |
| * | | Extend argument pretyping to case-closuresMartin Odersky2017-02-211-5/+5
| * | | Add overloading support for case-closuresMartin Odersky2017-02-211-0/+41
* | | | Merge pull request #2021 from dotty-staging/fix-#2020Guillaume Martres2017-02-221-0/+8
|\ \ \ \
| * | | | Fix #2020: Only the first parameters of a case class are caseaccessorsMartin Odersky2017-02-221-0/+8
* | | | | Fix #2009: Fix placeholder params logic for lambdas (#2019)odersky2017-02-221-0/+9
|/ / / /
* | | | Merge pull request #2014 from dotty-staging/fix-#2002odersky2017-02-222-0/+27
|\ \ \ \
| * | | | Fix #2000: Make implicit and non-implicit functions incomparable with <:<Martin Odersky2017-02-212-0/+27
| | |_|/ | |/| |
* | | | Merge pull request #1997 from dotty-staging/fix-#1992odersky2017-02-222-0/+16
|\ \ \ \
| * | | | Fixed #2005: Add test case.Nicolas Stucki2017-02-211-0/+7
| * | | | Fix off-by-one error in forward reference checkingMartin Odersky2017-02-181-0/+9
* | | | | Merge pull request #1974 from dotty-staging/fix/ctx-captureodersky2017-02-211-1/+1
|\ \ \ \ \
| * | | | | typedApply: Avoid using incorrect context in tryEitherGuillaume Martres2017-02-181-1/+1
* | | | | | Merge pull request #1984 from dotty-staging/fix-#1747-v2odersky2017-02-211-0/+3
|\ \ \ \ \ \
| * | | | | | Fix test case^2Martin Odersky2017-02-151-2/+2
| * | | | | | Fix test caseMartin Odersky2017-02-151-1/+1
| * | | | | | Tweak printing of polymrophic methodsMartin Odersky2017-02-141-0/+3
* | | | | | | Merge pull request #2013 from dotty-staging/fix-#2006Nicolas Stucki2017-02-211-0/+10
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | |
| * | | | | | Don't inline when errors are detectedMartin Odersky2017-02-211-0/+10
| | |_|_|/ / | |/| | | |
* | | | | | Merge pull request #1996 from dotty-staging/fix-#1990odersky2017-02-216-0/+105
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Harden outer proxy computation of inlined codeMartin Odersky2017-02-192-0/+21
| * | | | | Fix sorting of accessed this-proxiesMartin Odersky2017-02-191-0/+20
| * | | | | Bonus test: builder patternMartin Odersky2017-02-182-0/+52
| * | | | | Fix #1990: Handle case where inlining changes class of outerMartin Odersky2017-02-181-0/+12
| | |_|_|/ | |/| | |
* | | | | Merge pull request #1987 from dotty-staging/topic/remove-unused-flagsFelix Mulder2017-02-201-2/+0
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Make non-existent compiler options emit warnings instead of failingFelix Mulder2017-02-201-2/+0
| |/ / /