aboutsummaryrefslogtreecommitdiff
path: root/compiler/src
Commit message (Expand)AuthorAgeFilesLines
* Address reviewer's commentsMartin Odersky2016-12-212-6/+5
* Fix #1795: Avoid infinite recursion between member and asSeenFromMartin Odersky2016-12-213-6/+25
* Merge pull request #1832 from dotty-staging/fix-1810odersky2016-12-201-7/+17
|\
| * Fix #1812, Symbols.mapSymbols shouldn't force annotation transformation.Dmitry Petrashko2016-12-191-1/+2
| * Fix #1812, Symbols.mapSymbols shouldn't replace denotationsDmitry Petrashko2016-12-191-6/+15
* | Merge pull request #1821 from dotty-staging/fix-i1820odersky2016-12-201-7/+13
|\ \
| * | address review: rename hasOuterFlag to clsHasOuterliu fengyun2016-12-201-3/+3
| * | refine previous commitliu fengyun2016-12-191-2/+2
| * | Fix #1820: condition of whether generates outerliu fengyun2016-12-191-1/+2
| * | fix #1820: make sure outer of traits implementedliu fengyun2016-12-181-7/+12
* | | Merge pull request #1833 from dotty-staging/fix-#1793odersky2016-12-191-1/+11
|\ \ \
| * | | Move `eqNullable` check to `assumedCanEqual`Felix Mulder2016-12-191-20/+12
| * | | Fix #1793: allow multiversal comparisons between Null and XFelix Mulder2016-12-191-2/+20
* | | | Merge pull request #1825 from dotty-staging/fix-#1824Guillaume Martres2016-12-191-2/+1
|\ \ \ \ | |/ / / |/| | |
| * | | Fix-#1824 Logic fix in desugarMartin Odersky2016-12-181-2/+1
* | | | Merge pull request #1823 from dotty-staging/fix-#1789Nicolas Stucki2016-12-181-2/+4
|\ \ \ \
| * | | | Fix #1789: Fix signature of unit result typeMartin Odersky2016-12-181-2/+4
| | |/ / | |/| |
* | | | Merge pull request #1822 from dotty-staging/fix-#1792odersky2016-12-181-0/+2
|\ \ \ \ | |_|/ / |/| | |
| * | | Fix #1792: Allow newline in front of `{` when supporting procedure syntax.Martin Odersky2016-12-141-0/+2
* | | | Merge pull request #1775 from dotty-staging/add-implicit-funtypesodersky2016-12-1828-176/+550
|\ \ \ \
| * | | | Fix commentMartin Odersky2016-12-171-1/+1
| * | | | Fix formattingMartin Odersky2016-12-171-2/+1
| * | | | Fix rebase breakageMartin Odersky2016-12-171-1/+5
| * | | | Fix typo in commentMartin Odersky2016-12-171-1/+1
| * | | | Drop Override flag for non-overriding direct methodsMartin Odersky2016-12-171-2/+5
| * | | | Make specialization tweakableMartin Odersky2016-12-171-3/+22
| * | | | Fix rebase breakageMartin Odersky2016-12-171-1/+1
| * | | | Fix toString in ImplicitFunction treeMartin Odersky2016-12-171-1/+1
| * | | | New ShortcutImplicits phaseMartin Odersky2016-12-176-1/+151
| * | | | initialDenot method for symbolsMartin Odersky2016-12-171-0/+4
| * | | | Ref copier that works for Idents and SelectsMartin Odersky2016-12-172-1/+7
| * | | | Fix "wrong number of args" reportingMartin Odersky2016-12-174-8/+11
| * | | | 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-173-15/+14
| * | | | 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
|\ \ \ \ \