aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | 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
| * | | Add tests for classes and traitsFelix Mulder2016-04-074-4/+163
| * | | Add initial support for raw docstrings in ASTsFelix Mulder2016-04-073-9/+41
* | | | Merge pull request #1201 from liufengyun/i972Dmitry Petrashko2016-04-081-0/+74
|\ \ \ \ | |/ / / |/| | |
| * | | Check Java classes are not used as objectsliu fengyun2016-04-041-0/+74
| | |/ | |/|
* | | Merge pull request #1186 from dotty-staging/fix-#1185odersky2016-04-0616-180/+380
|\ \ \
| * | | Domain checking for named type parametersMartin Odersky2016-03-303-10/+18
| * | | Base deskolemize on ApproximatingTypeMapMartin Odersky2016-03-301-88/+9
| * | | Add ApproximatingTypeMap classMartin Odersky2016-03-301-22/+94
| * | | Fix documentation of liftIfHKMartin Odersky2016-03-301-1/+1
| * | | Fix a case in deskolemize.Martin Odersky2016-03-301-1/+1
| * | | Simplify widenToParentsMartin Odersky2016-03-301-4/+5
| * | | Adapt type assignment for AppliedTypeTrees to new named paramsMartin Odersky2016-03-301-6/+4
| * | | Test casesMartin Odersky2016-03-302-2/+52
| * | | Don't lambda expand and/or types over named type parametersMartin Odersky2016-03-301-2/+16