aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1813 from dotty-staging/fix-#1806Dmitry Petrashko2016-12-164-1/+17
|\
| * Fix #1806: Define outer accessors at the right phaseMartin Odersky2016-12-163-1/+10
| * Test caseMartin Odersky2016-12-151-0/+7
* | Merge pull request #1801 from dotty-staging/fix-#1790Dmitry Petrashko2016-12-1611-61/+142
|\|
| * Implement new rules for name-based pattern matchingMartin Odersky2016-12-156-26/+70
| * Change by-name pattern matching.Martin Odersky2016-12-148-58/+95
* | Merge pull request #1785 from dotty-staging/fix-#1784odersky2016-12-1517-54/+77
|\ \
| * | 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
| * | Fix neg test caseMartin Odersky2016-12-121-1/+1
| * | 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-123-2/+14
| * | Drop explicit types for local implicit valsMartin Odersky2016-12-1213-49/+49
| * | Fix #1784: allow to omit types for local implicit valsMartin Odersky2016-12-122-3/+14
* | | Merge pull request #1682 from dotty-staging/vclassodersky2016-12-1512-50/+70
|\ \ \
| * | | fix test i705-inner-value-class2.scalaliu fengyun2016-11-241-1/+1
| * | | renable checking for TreeCheckerliu fengyun2016-11-241-1/+4
| * | | fix failing neg testsliu fengyun2016-11-242-2/+2
| * | | remove invalid field in value classliu fengyun2016-11-241-1/+0
| * | | don't recheck in -Ycheckliu fengyun2016-11-244-42/+48
| * | | fix #1642: disallow value classe wrapping value classliu fengyun2016-11-248-13/+20
| * | | fix #1670: move the check of value class to typerliu fengyun2016-11-243-2/+7
* | | | Merge pull request #1780 from dotty-staging/fix-i1779odersky2016-12-155-6/+37
|\ \ \ \
| * | | | only allow $_ in patternsliu fengyun2016-12-122-6/+19
| * | | | fix #1779: support $_ and $_id in interpolated stringliu fengyun2016-12-084-1/+19
* | | | | Merge pull request #1796 from dotty-staging/add-testsodersky2016-12-159-0/+239
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | 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