aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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 #1204 from liufengyun/jlineodersky2016-04-063-9/+19
|\
| * simple integration with jlineliu fengyun2016-04-053-9/+19
|/
* Merge pull request #1172 from dotty-staging/compiler-docsodersky2016-04-0135-82/+345
|\
| * Drop Mode.scala from tasty_typer testMartin Odersky2016-04-011-1/+1
| * PolishingMartin Odersky2016-04-011-10/+11
| * Better documentation of main classesMartin Odersky2016-04-015-3/+12
| * Add linksMartin Odersky2016-04-011-6/+14
| * New article: dotc's overall structureMartin Odersky2016-04-011-0/+165
| * Document phasesMartin Odersky2016-04-013-50/+52
| * Move Mode to coreMartin Odersky2016-04-0126-28/+12
| * add syntax highlightingMartin Odersky2016-04-011-0/+4
| * fix typoMartin Odersky2016-04-011-1/+1
| * Fix typoMartin Odersky2016-04-011-1/+1
| * Add more material to periods.mdMartin Odersky2016-04-011-1/+39
| * First of a series of compiler design documentsMartin Odersky2016-04-011-0/+52
* | Merge pull request #1197 from dotty-staging/debug-unpickleDmitry Petrashko2016-04-011-1/+1
|\ \ | |/ |/|
| * Temporarilly enable printing of original failure signature to debug failing b...Martin Odersky2016-03-311-1/+1
|/
* Merge pull request #1061 from sjrd/switchesDmitry Petrashko2016-03-311-2/+133
|\
| * Fix #854: Optimize matches on primitive constants as switches.Sébastien Doeraene2016-03-311-2/+133
* | Merge pull request #1091 from dotty-staging/fix1089Dmitry Petrashko2016-03-314-30/+94
|\|
| * FullParameterization: Fix indentation and a typo.Dmitry Petrashko2016-03-311-2/+2
| * Fix #1089: Special-case local methodsDmitry Petrashko2016-03-311-16/+32
| * Tailrec: drop support for polymorphic recursion.Dmitry Petrashko2016-03-312-3/+5
| * FullParametrization: allow to have $this of ThisType.Dmitry Petrashko2016-03-313-15/+61
|/
* Remove Variances.scala files accidentally leftover from #1193Guillaume Martres2016-03-312-30/+0
* Merge pull request #1193 from dotty-staging/fix-variancesDmitry Petrashko2016-03-313-2/+32
|\
| * Fix build.Dmitry Petrashko2016-03-311-2/+2
| * merge variances and VariancesMartin Odersky2016-03-312-0/+30
|/
* Merge pull request #1182 from dotty-staging/repl-fixesodersky2016-03-3114-63/+191
|\
| * Add test fileMartin Odersky2016-03-181-0/+24
| * Add docs to TestREPLMartin Odersky2016-03-181-0/+8
| * Move all overridable bits into Config classMartin Odersky2016-03-183-55/+60
| * Add REPL testsMartin Odersky2016-03-186-1/+105
| * Get rid of prompt in DriverMartin Odersky2016-03-182-2/+1
| * Get rid of indentCodeMartin Odersky2016-03-181-16/+2
| * Fix handling of imports in REPL.Martin Odersky2016-03-181-2/+2
| * Initialize context in REPLMartin Odersky2016-03-183-2/+4
* | Merge pull request #1189 from dotty-staging/tasty-dotty-testsDmitry Petrashko2016-03-301-10/+78
|\ \