aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* More tests and other odds and endMartin Odersky2016-12-149-0/+239
* Merge pull request #1761 from dotty-staging/topic/product-showFelix Mulder2016-12-145-5/+206
|\
| * Add comment regarding prettificationFelix Mulder2016-12-011-0/+17
| * Use Nil.type and None.type instead of superclassesFelix Mulder2016-12-011-4/+4
| * Fix literal type printingFelix Mulder2016-12-011-0/+3
| * Fix tasty bootstrapFelix Mulder2016-12-011-12/+12
| * Fix repl testsFelix Mulder2016-12-011-1/+1
| * Add documentation to `Show`Felix Mulder2016-11-301-3/+10
| * Get rid of null in evidence paramFelix Mulder2016-11-301-3/+6
| * Optimize `Show[String]` instanceFelix Mulder2016-11-301-10/+14
| * Get rid of nesting implicitsFelix Mulder2016-11-303-43/+26
| * Print List and Map abbreviatedFelix Mulder2016-11-301-1/+8
| * Make repl use show instances where possibleFelix Mulder2016-11-301-2/+15
| * Fix `Option[Nothing]` showFelix Mulder2016-11-301-2/+1
| * Add basic Show capabilityFelix Mulder2016-11-303-1/+166
* | Merge pull request #1787 from dotty-staging/fix-i1786odersky2016-12-143-1/+36
|\ \
| * | Fix #1786: support use package object in fun callliu fengyun2016-12-133-1/+36
|/ /
* | Merge pull request #1781 from dotty-staging/fix-#1776Dmitry Petrashko2016-12-122-1/+6
|\ \
| * | Add test caseMartin Odersky2016-12-121-0/+3
| * | Fix #1776: Avoid interaction between parameter forwarding and elimByNameMartin Odersky2016-12-111-1/+3
* | | Merge pull request #1783 from dotty-staging/patmat-checkliu fengyun2016-12-111-2/+2
|\ \ \
| * | | fix exhaustivity check test after repo restructuringliu fengyun2016-12-111-2/+2
|/ / /
* | | Merge pull request #1764 from dotty-staging/fix-#1757odersky2016-12-106-14/+52
|\ \ \
| * | | Add explanationMartin Odersky2016-12-021-0/+22
| * | | Add test caseMartin Odersky2016-12-021-0/+6
| * | | Fix #1757: Be more careful about positions of type variable bindersMartin Odersky2016-12-015-14/+24
* | | | Merge pull request #1766 from dotty-staging/fix-#1756odersky2016-12-103-3/+23
|\ \ \ \ | |_|/ / |/| | |
| * | | Add original test to test caseMartin Odersky2016-12-021-3/+2
| * | | Fix-1756: Use lexically enclosing class as start of outer path.Martin Odersky2016-12-023-3/+24
| |/ /
* | | Merge pull request #1768 from dotty-staging/fix-#1765odersky2016-12-105-12/+56
|\ \ \
| * | | Fix insertAfterMartin Odersky2016-12-022-3/+40
| * | | Fine-tune post-conditions.Martin Odersky2016-12-021-3/+5
| * | | Handle hk types with context bounds in desugarMartin Odersky2016-12-021-5/+10
| * | | Go to 7 bits for phase numbersMartin Odersky2016-12-021-1/+1
| |/ /
* | | Merge pull request #1769 from dotty-staging/fix-#1751odersky2016-12-102-0/+20
|\ \ \
| * | | Fix #1751: Make dominator work after erasureMartin Odersky2016-12-022-0/+20
| |/ /
* | | Merge pull request #1778 from dotty-staging/fix-i1773liu fengyun2016-12-083-0/+22
|\ \ \
| * | | fix #1773: handle patterns in interpolated stringliu fengyun2016-12-083-0/+22
* | | | Merge pull request #1772 from rethab/masterodersky2016-12-082-0/+9
|\ \ \ \ | |/ / / |/| | |
| * | | handle ConstantType in TypeComparerReto Hablützel2016-12-042-0/+9
|/ / /
* | | Merge pull request #1658 from dotty-staging/fix-#1639odersky2016-12-036-56/+111
|\ \ \
| * | | Avoid inserting multiple .apply's.Martin Odersky2016-11-243-11/+35
| * | | Avoid recomputation of companionRefsMartin Odersky2016-11-241-31/+30
| * | | Better reporting of nested implicit failuresMartin Odersky2016-11-243-15/+47
* | | | Merge pull request #1758 from dotty-staging/change-functionsodersky2016-12-0318-261/+307
|\ \ \ \
| * | | | Adress reviewers commentsMartin Odersky2016-12-013-19/+14
| * | | | Add missing fileMartin Odersky2016-11-302-1/+19
| * | | | Drop function 22 limit.Martin Odersky2016-11-306-23/+159
| * | | | Drop limit 30 of generated function classesMartin Odersky2016-11-292-26/+61
| * | | | Create FunctionN types on demandMartin Odersky2016-11-2911-164/+26