aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1587 from dotty-staging/change-tasty-posGuillaume Martres2016-11-0424-313/+441
|\
| * Address review commentMartin Odersky2016-10-311-1/+2
| * Eliminate LAMBDAtype from TASTYformatMartin Odersky2016-10-313-16/+7
| * Make cloned trees have new uniqueIdsMartin Odersky2016-10-311-5/+15
| * Keep rhs of TypeDefs until picklingMartin Odersky2016-10-312-20/+21
| * Roll normalizedTree into main PostTyper transformMartin Odersky2016-10-312-80/+50
| * Don't convert to literals before picklingMartin Odersky2016-10-313-50/+86
| * Don't convert to TypeTrees before picklingMartin Odersky2016-10-317-36/+56
| * Maintain point for positions of definitionsMartin Odersky2016-10-204-18/+27
| * Don't generate positions that can be reconstructedMartin Odersky2016-10-181-2/+9
| * Mention Inlined transformation in docsMartin Odersky2016-10-183-2/+7
| * Minimize inline call info in PostTyperMartin Odersky2016-10-171-0/+13
| * Pickle Inlined treesMartin Odersky2016-10-173-15/+20
| * Fix dropInlined to also change positions of subtreesMartin Odersky2016-10-171-2/+3
| * Keep position always with termMartin Odersky2016-10-171-1/+1
| * Drop erroneous setPos in TreeUnpickler.Martin Odersky2016-10-171-2/+2
| * Fix pickling of self type positionMartin Odersky2016-10-171-1/+1
| * Fix pickling of annotation positionsMartin Odersky2016-10-171-2/+2
| * Handle shared treesMartin Odersky2016-10-164-15/+50
| * Record position of self typeMartin Odersky2016-10-152-14/+18
| * Drop original on TypeTreeMartin Odersky2016-10-1511-59/+33
| * Preserve all positions in Tasty.Martin Odersky2016-10-158-52/+98
* | 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