aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Speed up LazyVals isCompanion neededMartin Odersky2016-03-032-2/+2
* Print phases with time they needMartin Odersky2016-03-031-1/+2
* Merge pull request #1125 from dotty-staging/add/interfaceGuillaume Martres2016-02-2821-88/+419
|\
| * Add a `dotty-interfaces` packageGuillaume Martres2016-02-2819-71/+397
| * Small API changes in preparation for dotty-interfacesGuillaume Martres2016-02-255-17/+22
* | Merge pull request #1127 from dotty-staging/upgrade/sbt-0.13.11Dmitry Petrashko2016-02-282-6/+2
|\ \ | |/ |/|
| * Upgrade sbt to 0.13.11 and scalastyle-sbt-plugin to 0.8.0Guillaume Martres2016-02-282-6/+2
|/
* Merge pull request #1124 from sjrd/fix-fatalerror-ctorGuillaume Martres2016-02-241-3/+1
|\
| * Remove dotty.tools.dotc.FatalError; use dotty.tools.FatalError instead.Sébastien Doeraene2016-02-241-3/+1
| * Fix FatalError's constructor to forward `msg` to super.Sébastien Doeraene2016-02-241-1/+1
|/
* Merge pull request #1095 from sjrd/modernize-buildGuillaume Martres2016-02-231-160/+151
|\
| * Modernize and clean up the build.Sébastien Doeraene2016-02-171-160/+151
* | Merge pull request #1123 from smarter/refactor/doReportGuillaume Martres2016-02-239-72/+91
|\ \
| * | ConsoleReporter: handling of non-sensical messages is now reusableGuillaume Martres2016-02-235-27/+39
| * | Refactor DiagnosticMartin Odersky2016-02-237-49/+56
|/ /
* | Merge pull request #1117 from dotty-staging/dont-create-companionsodersky2016-02-208-6/+33
|\ \
| * | Rename unused phases.Dmitry Petrashko2016-02-203-0/+0
| * | FirstTransform: simplify needsCompanion codeDmitry Petrashko2016-02-201-4/+6
| * | Do not create companions that will be dropped later.Dmitry Petrashko2016-02-205-6/+31
|/ /
* | Merge pull request #1112 from dotty-staging/value-classes-private-this-paramDmitry Petrashko2016-02-205-7/+22
|\ \
| * | fix to neg_valueClasses testVladimirNik2016-02-191-1/+1
| * | Add support for private[this] parameter in value classesVladimirNik2016-02-194-6/+21
* | | Merge pull request #1120 from dotty-staging/fix-1114-patmatodersky2016-02-202-1/+22
|\ \ \
| * | | Test that #1114 is fixed.Dmitry Petrashko2016-02-201-0/+21
| * | | PatMat: remove one more trace of doing several steps at a timeDmitry Petrashko2016-02-201-1/+1
* | | | Merge pull request #1119 from dotty-staging/fix-#1116Dmitry Petrashko2016-02-201-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | Don't copy annotations from method to default getter.Martin Odersky2016-02-201-1/+1
| * | | Default getters accessibility fixMartin Odersky2016-02-201-1/+1
|/ / /
* | | Merge pull request #1102 from dotty-staging/fix-#1096odersky2016-02-191-6/+4
|\ \ \
| * | | Keep named arguments during eta expansionMartin Odersky2016-02-181-6/+4
* | | | Merge pull request #1066 from dotty-staging/fix-#997odersky2016-02-1913-16/+140
|\ \ \ \
| * | | | Add error markersMartin Odersky2016-02-191-2/+2
| * | | | Merge parentsWithArgs and instantiatedParentsMartin Odersky2016-02-194-9/+6
| * | | | Fix expected error countMartin Odersky2016-02-191-1/+1
| * | | | Move leak detection to CheckingMartin Odersky2016-02-193-34/+44
| * | | | Fix two private leaks in dotty compiler itself.Martin Odersky2016-02-192-3/+3
| * | | | Add checking for leaking private definitionsMartin Odersky2016-02-195-5/+98
| * | | | New utility method: Reporter#errorOrMigrationWarningMartin Odersky2016-02-191-0/+3
| * | | | Copy access flags to derived definitions during desugaringMartin Odersky2016-02-192-5/+26
| | |/ / | |/| |
* | | | Merge pull request #1072 from dotty-staging/change-isVolatile-2odersky2016-02-1929-108/+957
|\ \ \ \ | |/ / / |/| | |
| * | | Fix merge breakage.Martin Odersky2016-02-191-0/+1
| * | | Remove unused method, fix comments.Martin Odersky2016-02-192-19/+9
| * | | Simplify logic in matchNamedMartin Odersky2016-02-191-4/+3
| * | | Allow Named Arguments in TypeArgsMartin Odersky2016-02-1910-20/+121
| * | | Use hasNamedArgs instead of repeating test inline.Martin Odersky2016-02-194-8/+9
| * | | Add some flexibility in comparing named and unnamed parameterized types.Martin Odersky2016-02-192-3/+96
| * | | Take defult parameters into account for overloading resolution.Martin Odersky2016-02-191-11/+14
| * | | Fix problem of overloading resolution when receiver is not stable.Martin Odersky2016-02-194-7/+9
| * | | Fix review comment in previous PRMartin Odersky2016-02-191-2/+1
| * | | Fix assertion error messageMartin Odersky2016-02-191-1/+1