aboutsummaryrefslogtreecommitdiff
path: root/compiler
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Fix "wrong number of args" reportingMartin Odersky2016-12-174-8/+11
| * | | Fixes to testsMartin Odersky2016-12-171-3/+4
| * | | Don't look at nesting for implicit resolution under Scala2 mode.Martin Odersky2016-12-171-1/+6
| * | | Create implicit closures to math expected implicit functionsMartin Odersky2016-12-177-27/+64
| * | | Take nesting into account when ranking implicitsMartin Odersky2016-12-174-31/+59
| * | | Fix erasure of implicit functionsMartin Odersky2016-12-172-14/+16
| * | | Add code to disable old implicit closure syntax in blocksMartin Odersky2016-12-171-1/+11
| * | | Generalize syntax for implicit function valuesMartin Odersky2016-12-172-43/+76
| * | | Cleanup of implicit modifiers schemeMartin Odersky2016-12-174-18/+17
| * | | Changes for matching and subtyping implicit methodsMartin Odersky2016-12-171-4/+4
| * | | Make implicit functions have implicit function typeMartin Odersky2016-12-171-1/+1
| * | | Handle erasure of implicit function typesMartin Odersky2016-12-171-2/+9
| * | | Refactor function operations in DefinitionsMartin Odersky2016-12-175-21/+32
| * | | Always insert apply for expressions of implicit function typeMartin Odersky2016-12-172-13/+37
| * | | Add syntax for implicit functionsMartin Odersky2016-12-173-7/+21
| * | | Add ImplicitFunctionN classesMartin Odersky2016-12-173-14/+30
* | | | Merge pull request #1817 from dotty-staging/fix-#1802odersky2016-12-1818-55/+81
|\ \ \ \ | |_|_|/ |/| | |
| * | | Comment FlexTypeMartin Odersky2016-12-171-0/+3
| * | | Make errors are not swept under the carpetMartin Odersky2016-12-1718-55/+78
* | | | Merge pull request #1819 from dotty-staging/fix-#1803Nicolas Stucki2016-12-173-5/+22
|\ \ \ \
| * | | | Infer type parameters of anonymous class parents from expected typeMartin Odersky2016-12-173-5/+22
| | |/ / | |/| |
* | | | Merge pull request #1815 from dotty-staging/fix-#1797Nicolas Stucki2016-12-171-2/+3
|\ \ \ \
| * | | | Fix #1797: Allow case class params with names _1, _2, ...Martin Odersky2016-12-151-2/+3
* | | | | Merge pull request #1767 from dotty-staging/fix-#1755odersky2016-12-171-2/+21
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Fix #1755: Make sure references in outer args are accessibleMartin Odersky2016-12-021-2/+21
* | | | | Merge pull request #1816 from dotty-staging/fix-#1799odersky2016-12-171-1/+1
|\ \ \ \ \
| * | | | | Fix #1799: Make compilation of FunctionN traits possible.Martin Odersky2016-12-161-1/+1
| | |_|/ / | |/| | |
* | | | | Merge pull request #1811 from dotty-staging/fix-1810odersky2016-12-161-1/+1
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Fix #1810 LazyVals should use changeOwnerAfter.Dmitry Petrashko2016-12-151-1/+1
* | | | | Merge pull request #1763 from dotty-staging/fix/annotationsDmitry Petrashko2016-12-163-22/+41
|\ \ \ \ \
| * | | | | Fix #1741: sbt.ExtractAPI: extract annotationsGuillaume Martres2016-12-021-6/+24
| * | | | | Fix transformation of inline body annotationsGuillaume Martres2016-11-301-3/+7
| * | | | | Fix visibility of annotationsGuillaume Martres2016-11-301-11/+9
| * | | | | Fix annotations never being emittedGuillaume Martres2016-11-301-2/+1
* | | | | | Merge pull request #1813 from dotty-staging/fix-#1806Dmitry Petrashko2016-12-162-1/+5
|\ \ \ \ \ \
| * | | | | | Fix #1806: Define outer accessors at the right phaseMartin Odersky2016-12-162-1/+5
* | | | | | | Merge pull request #1801 from dotty-staging/fix-#1790Dmitry Petrashko2016-12-166-56/+94
|\| | | | | | | |_|_|_|/ / |/| | | | |
| * | | | | Implement new rules for name-based pattern matchingMartin Odersky2016-12-155-26/+42
| * | | | | Change by-name pattern matching.Martin Odersky2016-12-144-53/+75
| | |_|_|/ | |/| | |
* | | | | Merge pull request #1785 from dotty-staging/fix-#1784odersky2016-12-1515-54/+65
|\ \ \ \ \
| * | | | | Add CyclicImplicitVal error to messages (reverted from commit 559e49317912ce5...Martin Odersky2016-12-152-13/+4
| * | | | | Add CyclicImplicitVal error to messagesFelix Mulder2016-12-132-4/+13
| * | | | | Drop "Dotty deviation" messages that are no longer applicable.Martin Odersky2016-12-123-3/+3
| * | | | | Better diagnosis for cyclic references caused by implicit searchMartin Odersky2016-12-122-2/+7
| * | | | | Drop explicit types for local implicit valsMartin Odersky2016-12-1213-49/+49
| * | | | | Fix #1784: allow to omit types for local implicit valsMartin Odersky2016-12-121-3/+9
* | | | | | Merge pull request #1682 from dotty-staging/vclassodersky2016-12-157-48/+65
|\ \ \ \ \ \
| * | | | | | renable checking for TreeCheckerliu fengyun2016-11-241-1/+4
| * | | | | | don't recheck in -Ycheckliu fengyun2016-11-244-42/+48
| * | | | | | fix #1642: disallow value classe wrapping value classliu fengyun2016-11-245-12/+16