aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools
Commit message (Expand)AuthorAgeFilesLines
* Add error message - _* syntax - Parsers.scala:1082Andrew Zurn2016-11-022-2/+28
* Clean up in `messages.scala`Felix Mulder2016-11-022-228/+225
* Fix line splitting when point is first col of lineFelix Mulder2016-11-021-1/+1
* Update error msg for Parsers.scala:1738 and 1739Lucas Burson2016-10-312-2/+19
* Add error message IdentifierExpectedThiago Pereira2016-10-313-2/+27
* Add error message Parsers.scala:1620 missing type keywordMatthias Sperl2016-10-312-1/+14
* Improve error message formattingShane Delmore2016-10-251-27/+39
* Update IllegalVariableInPatternAlternative error messageShane Delmore2016-10-252-1/+27
* Improve error message for WrongNumberOfArgsShane Delmore2016-10-254-6/+41
* Add error message - Parsers.scala:695Andrew Zurn2016-10-252-1/+25
* Merge pull request #1621 from thiagoandrade6/feature/error-messagesFelix Mulder2016-10-252-2/+40
|\
| * Add error message - Comments.scala:128Thiago Pereira2016-10-252-2/+40
* | Merge pull request #1600 from dotty-staging/fix-#1500Guillaume Martres2016-10-251-14/+43
|\ \ | |/ |/|
| * Remove fixpoint computation of interpolateUndetVarsGuillaume Martres2016-10-251-10/+5
| * Fix-#1500 Include constraining type variables when interpolatingMartin Odersky2016-10-151-5/+39
* | Merge pull request #1599 from dotty-staging/fix-#1570Guillaume Martres2016-10-252-4/+10
|\ \
| * | Fix #1570: Allow inline parameters as inline argsMartin Odersky2016-10-142-4/+10
| |/
* | Merge pull request #1624 from sebastianharko/masterFelix Mulder2016-10-252-1/+33
|\ \
| * | break linesSebastian Harko2016-10-251-14/+11
| * | add error message related to missing yield/do in for-comprehensionsSebastian Harko2016-10-242-1/+36
* | | Merge pull request #1608 from dotty-staging/modifiersodersky2016-10-252-41/+98
|\ \ \
| * | | fix error in rebase mergeliu fengyun2016-10-241-1/+1
| * | | rename val and unnecessary atPosliu fengyun2016-10-221-4/+4
| * | | address review feedbackliu fengyun2016-10-222-47/+36
| * | | add tests for modifiersliu fengyun2016-10-221-10/+22
| * | | Record syntactic information about modifiersliu fengyun2016-10-222-14/+70
* | | | Merge pull request #1620 from dotty-staging/fix-1614Felix Mulder2016-10-251-1/+5
|\ \ \ \ | |_|/ / |/| | |
| * | | Fix #1614: correctly handle polymorphic inner methodsDmitry Petrashko2016-10-231-1/+5
* | | | Update error message at Parsers.scala:1901Lucas Burson2016-10-232-3/+15
|/ / /
* / / Add explanation for "illegal start of simple expression"Jyotman Singh2016-10-232-1/+19
|/ /
* | Add unbound placeholder parameter message.ruben2016-10-222-1/+36
* | Merge pull request #1615 from sebastianharko/masterFelix Mulder2016-10-222-2/+49
|\ \
| * | add messages for interpolated string error and repeated modifier errorSebastian Harko2016-10-212-2/+49
* | | Fix #1286: Error on inexistent imports that are not used.Nicolas Stucki2016-10-211-0/+13
* | | Move files out of the dotty packageMartin Odersky2016-10-201-13/+11
* | | Introduce scalaShadowing packageMartin Odersky2016-10-201-0/+15
* | | Merge pull request #1594 from dotty-staging/fix-#1576Olivier Blanvillain2016-10-201-1/+1
|\ \ \
| * | | Fix #1576: Parameters of Java annotations should be publicMartin Odersky2016-10-131-1/+1
* | | | Merge pull request #1595 from dotty-staging/fix-#1567odersky2016-10-201-5/+15
|\ \ \ \ | |_|/ / |/| | |
| * | | Fix #1567: Widen private constructor in value classMartin Odersky2016-10-141-5/+15
| |/ /
* | | Improved error messages in Desugar.scalaShane Delmore2016-10-192-5/+87
* | | Merge pull request #1592 from dotty-staging/fix-#1590odersky2016-10-161-1/+23
|\ \ \
| * | | Refinement of interpolation directionMartin Odersky2016-10-131-1/+19
| * | | Fix #1590: Eliminate wildcards when approximating a typeMartin Odersky2016-10-131-1/+5
| |/ /
* | | Merge pull request #1588 from dotty-staging/fix-#1502odersky2016-10-161-5/+13
|\ \ \
| * | | Fix #1544: Allow long signatures in namesMartin Odersky2016-10-131-5/+13
* | | | explanation for error message related to use of early definitionsSebastian Harko2016-10-162-1/+45
* | | | Merge pull request #1597 from dotty-staging/fix-i1540odersky2016-10-141-9/+13
|\ \ \ \
| * | | | add another test for i1540liu fengyun2016-10-141-1/+1
| * | | | fix #1540: overloaded get and isDefined in option-less patmatliu fengyun2016-10-141-9/+13
| | |_|/ | |/| |