aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Tailrec:report error if method containing @tailrec callsite isn't finalDmitry Petrashko2016-04-181-2/+16
* Test #1221.Dmitry Petrashko2016-04-182-0/+20
* Implement #1221. Allow to specify per-callsite @tailrec annotation.Dmitry Petrashko2016-04-181-3/+4
* Merge pull request #1205 from dotty-staging/method-checkDmitry Petrashko2016-04-181-1/+10
|\
| * Ycheck that all methods have method typeliu fengyun2016-04-151-1/+10
* | Merge pull request #1218 from dotty-staging/benchmarksDmitry Petrashko2016-04-182-9/+57
|\ \
| * | store all benchmark results instead of doing expoential backoffliu fengyun2016-04-151-0/+3
| * | workaround for ScalaMeter incorrect report pathliu fengyun2016-04-142-9/+54
* | | Merge pull request #1200 from dotty-staging/docs-denotationsodersky2016-04-161-12/+29
|\ \ \
| * | | Fix commentMartin Odersky2016-04-031-4/+5
| * | | Fix copy-paste errorMartin Odersky2016-04-031-2/+2
| * | | Docs and polishing for denotation insertionsMartin Odersky2016-04-031-10/+26
* | | | Merge pull request #1211 from dotty-staging/fix-#1202odersky2016-04-1623-80/+165
|\ \ \ \ | |_|_|/ |/| | |
| * | | Update TASTY tests for dotty/srcVladimirNik2016-04-131-14/+3
| * | | Rearrange pickle testsMartin Odersky2016-04-093-1/+5
| * | | Avoid creating a SourceFile annotation for SourceFile itselfMartin Odersky2016-04-091-1/+3
| * | | Simplify handling of sourcefiles in Tasty infoMartin Odersky2016-04-095-33/+17
| * | | Store source files as normal paths, not canonical ones.Martin Odersky2016-04-082-2/+16
| * | | Explain isTyper field in Phase.Martin Odersky2016-04-081-1/+5
| * | | Add source file for SourceFile annotationMartin Odersky2016-04-081-0/+10
| * | | Fix unpickling of Java SeqLiteralsMartin Odersky2016-04-072-3/+15
| * | | Update TastyFormat for SeqLiteralMartin Odersky2016-04-071-1/+1
| * | | Fix flags when unpickling setters of parameter accessorsMartin Odersky2016-04-072-0/+6
| * | | Test casesMartin Odersky2016-04-072-0/+16
| * | | Take SourceFile annotations into account when computing sourceFileMartin Odersky2016-04-072-13/+17
| * | | Add unpickled source file path as annotation to root symbolsMartin Odersky2016-04-071-4/+8
| * | | Pickle sourcefile attribute with canonical pathMartin Odersky2016-04-071-1/+1
| * | | Fix reading of SourceFile attribute from TastyMartin Odersky2016-04-071-2/+4
| * | | Add dotty.annotation.internal.SourceFile annotationMartin Odersky2016-04-072-0/+5
| * | | Make first phase of FromTasty not be a TyperMartin Odersky2016-04-071-0/+3
| * | | Augment test caseMartin Odersky2016-04-071-0/+14
| * | | Treat type parameters of secondary constructors as aliasesMartin Odersky2016-04-072-11/+19
| * | | Take type parameters for this(...) constructor calls from prefixMartin Odersky2016-04-071-1/+1
| * | | Search implicit arguments in the same context as typing explicit onesMartin Odersky2016-04-072-7/+11
* | | | Merge pull request #1217 from dotty-staging/fix-1216Guillaume Martres2016-04-153-2/+27
|\ \ \ \ | |_|_|/ |/| | |
| * | | Check that #1216 is fixed.Dmitry Petrashko2016-04-142-0/+22
| * | | Fix #1216 Desugar: vals that are desugared PatDef may need setters.Dmitry Petrashko2016-04-141-2/+5
* | | | Merge pull request #1213 from felixmulder/topic/comment-parsing-fixDmitry Petrashko2016-04-113-4/+34
|\ \ \ \ | |/ / / |/| | |
| * | | Fix issues with `enterBlock` for comment parsingFelix Mulder2016-04-113-4/+34
|/ / /
* | | Merge pull request #1151 from felixmulder/topic/wip-docstringsodersky2016-04-0811-46/+605
|\ \ \
| * | | Remove old datastructure for commentsFelix Mulder2016-04-071-7/+0
| * | | Add commandline argument `-Ykeep-comments` to remove hardcodingFelix Mulder2016-04-073-7/+12
| * | | Add binding between Symbol and Untyped tree in base contextFelix Mulder2016-04-076-41/+95
| * | | Implement comments as attachments instead of tree membersFelix Mulder2016-04-074-19/+16
| * | | Change tests to be based on JUnit, rename comments variableFelix Mulder2016-04-073-515/+463
| * | | Add docstring support for types, vals, vars and defsFelix Mulder2016-04-072-15/+150
| * | | Fix association of docstrings based on posisitionFelix Mulder2016-04-073-11/+71
| * | | Add package object supportFelix Mulder2016-04-072-7/+99
| * | | Add ability to parse nested classes/traits docstringsFelix Mulder2016-04-073-26/+85
| * | | Fix traits w/o bodies not getting the correct docstringFelix Mulder2016-04-072-13/+38