aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Erasure: Erase constant literals.Dmitry Petrashko2016-04-181-2/+3
* Update to new version of DottyBackendInterface.Dmitry Petrashko2016-04-181-8/+1
* Decouple handling array constructors from typer.Dmitry Petrashko2016-04-185-14/+67
* Get rid of all new***Array methods expect one.Dmitry Petrashko2016-04-183-53/+22
* Fix #1167: Remove the magic from Arrays.newRefArray.Sébastien Doeraene2016-04-188-67/+36
* Implement loading static fields in the Scala.js back-end.Sébastien Doeraene2016-04-181-3/+21
* 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 #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-1615-65/+122
|\ \ \ | |_|/ |/| |
| * | 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-071-3/+11
| * | Update TastyFormat for SeqLiteralMartin Odersky2016-04-071-1/+1
| * | Fix flags when unpickling setters of parameter accessorsMartin Odersky2016-04-071-0/+5
| * | 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
| * | 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-151-2/+5
|\ \ \
| * | | Fix #1216 Desugar: vals that are desugared PatDef may need setters.Dmitry Petrashko2016-04-141-2/+5
* | | | Fix issues with `enterBlock` for comment parsingFelix Mulder2016-04-112-4/+4
|/ / /
* | | Merge pull request #1151 from felixmulder/topic/wip-docstringsodersky2016-04-088-44/+113
|\ \ \
| * | | Remove old datastructure for commentsFelix Mulder2016-04-071-7/+0
| * | | Add commandline argument `-Ykeep-comments` to remove hardcodingFelix Mulder2016-04-072-7/+10
| * | | Add binding between Symbol and Untyped tree in base contextFelix Mulder2016-04-074-4/+23
| * | | Implement comments as attachments instead of tree membersFelix Mulder2016-04-073-18/+15
| * | | Change tests to be based on JUnit, rename comments variableFelix Mulder2016-04-071-9/+9
| * | | Add docstring support for types, vals, vars and defsFelix Mulder2016-04-071-11/+13
| * | | Fix association of docstrings based on posisitionFelix Mulder2016-04-072-10/+21
| * | | Add package object supportFelix Mulder2016-04-071-5/+6
| * | | Add ability to parse nested classes/traits docstringsFelix Mulder2016-04-072-25/+38
| * | | Fix traits w/o bodies not getting the correct docstringFelix Mulder2016-04-071-9/+6
| * | | Add tests for classes and traitsFelix Mulder2016-04-071-1/+2
| * | | 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-0610-168/+239
|\ \ \
| * | | Domain checking for named type parametersMartin Odersky2016-03-301-0/+5