aboutsummaryrefslogtreecommitdiff
path: root/compiler/src
Commit message (Expand)AuthorAgeFilesLines
* Comment FlexTypeMartin Odersky2016-12-171-0/+3
* Make errors are not swept under the carpetMartin Odersky2016-12-1718-55/+78
* 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-165-56/+92
|\| |
| * | Implement new rules for name-based pattern matchingMartin Odersky2016-12-155-26/+42
| * | Change by-name pattern matching.Martin Odersky2016-12-143-53/+73
* | | Merge pull request #1785 from dotty-staging/fix-#1784odersky2016-12-1514-22/+33
|\ \ \
| * | | 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-1212-17/+17
| * | | 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
| * | | | fix #1670: move the check of value class to typerliu fengyun2016-11-242-2/+6
* | | | | Merge pull request #1780 from dotty-staging/fix-i1779odersky2016-12-152-6/+10
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | only allow $_ in patternsliu fengyun2016-12-121-6/+6
| * | | | fix #1779: support $_ and $_id in interpolated stringliu fengyun2016-12-082-1/+5
* | | | | Merge pull request #1761 from dotty-staging/topic/product-showFelix Mulder2016-12-141-3/+32
|\ \ \ \ \
| * | | | | Add comment regarding prettificationFelix Mulder2016-12-011-0/+17
| * | | | | Fix literal type printingFelix Mulder2016-12-011-0/+3
| * | | | | Get rid of nesting implicitsFelix Mulder2016-11-301-12/+1
| * | | | | Print List and Map abbreviatedFelix Mulder2016-11-301-1/+8
| * | | | | Make repl use show instances where possibleFelix Mulder2016-11-301-2/+15
* | | | | | Fix #1786: support use package object in fun callliu fengyun2016-12-131-1/+1
* | | | | | Merge pull request #1781 from dotty-staging/fix-#1776Dmitry Petrashko2016-12-121-1/+3
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | Fix #1776: Avoid interaction between parameter forwarding and elimByNameMartin Odersky2016-12-111-1/+3
* | | | | | Merge pull request #1764 from dotty-staging/fix-#1757odersky2016-12-105-14/+46
|\ \ \ \ \ \
| * | | | | | Add explanationMartin Odersky2016-12-021-0/+22
| * | | | | | 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-102-3/+3
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | Fix-1756: Use lexically enclosing class as start of outer path.Martin Odersky2016-12-022-3/+3
| |/ / / / /
* | | | | | Merge pull request #1768 from dotty-staging/fix-#1765odersky2016-12-104-12/+35
|\ \ \ \ \ \
| * | | | | | Fix insertAfterMartin Odersky2016-12-021-3/+19
| * | | | | | 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-101-0/+3
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | Fix #1751: Make dominator work after erasureMartin Odersky2016-12-021-0/+3
| |/ / / /
* | | | | Merge pull request #1778 from dotty-staging/fix-i1773liu fengyun2016-12-081-0/+6
|\ \ \ \ \
| * | | | | fix #1773: handle patterns in interpolated stringliu fengyun2016-12-081-0/+6