aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Specialization-specific names.Dmitry Petrashko2015-04-202-2/+40
* Add specialized versions of Function SAM'sDmitry Petrashko2015-04-20134-893/+2125
* Merge pull request #478 from dotty-staging/fix-restoreScopesDmitry Petrashko2015-04-204-2/+34
|\
| * Make checkCompanion stable against future DefsDmitry Petrashko2015-04-161-1/+3
| * Revert "Disable checking of presence of companion objects: forces to much."Dmitry Petrashko2015-04-161-3/+1
| * Companion_Module method is not a method with extension.Dmitry Petrashko2015-04-161-1/+3
| * Disable checking of presence of companion objects: forces to much.Dmitry Petrashko2015-04-151-1/+3
| * Fix RestoreScopes from destroying companion links.Dmitry Petrashko2015-04-151-0/+14
| * Ycheck that companions do not disappear.Dmitry Petrashko2015-04-151-0/+12
| * Companion methods should have Method flag.Dmitry Petrashko2015-04-151-1/+3
* | Merge pull request #486 from dotty-staging/fix/lambdaLiftDmitry Petrashko2015-04-174-15/+71
|\ \
| * | Fix #342 Lambda lift idents need to get new prefixMartin Odersky2015-04-172-2/+17
| * | Reset inSuperCall when lifting methodsMartin Odersky2015-04-171-1/+1
| * | Improve documentation and minimze testMartin Odersky2015-04-173-5/+39
| * | Fix #480 in LambdaLiftMartin Odersky2015-04-171-10/+17
|/ /
* | Merge pull request #483 from dotty-staging/fix-java8-altDmitry Petrashko2015-04-163-7/+11
|\ \
| * | Better workaround for #342. This one works also for symbols which are InSuper...Dmitry Petrashko2015-04-161-1/+1
| * | Update version of scalac-compiler fork.Dmitry Petrashko2015-04-162-6/+6
| * | Force loading LambdaMetaFactory.Dmitry Petrashko2015-04-161-0/+4
* | | Merge pull request #485 from dotty-staging/interceptedMDmitry Petrashko2015-04-161-48/+34
|\ \ \
| * | | Simplify InterceptedMethods. Fix #439Dmitry Petrashko2015-04-161-48/+34
| | |/ | |/|
* | | Merge pull request #479 from dotty-staging/fix/#477Dmitry Petrashko2015-04-161-5/+26
|\ \ \ | |/ / |/| / | |/
| * Give more precise types in desugarIdent.Dmitry Petrashko2015-04-161-3/+3
| * Refactor BackendInterface.Select: desuggar only once.Dmitry Petrashko2015-04-161-10/+20
| * Make dotty Idents transparent for common interfaceDmitry Petrashko2015-04-151-2/+13
|/
* Merge pull request #469 from dotty-staging/stylecheckDmitry Petrashko2015-04-10356-1417/+1541
|\
| * Enable scalastyle on travis.Dmitry Petrashko2015-04-091-1/+1
| * Remove debug message from ClassfileParser.Dmitry Petrashko2015-04-091-4/+0
| * Ensure spaces after `if` in Dotty tests.Dmitry Petrashko2015-04-0917-20/+20
| * Ensure spaces after `if` in Dotty source.Dmitry Petrashko2015-04-0924-51/+51
| * EnsureSingleSpaceAfterTokenChecker doesn't work. Use regexp instead.Dmitry Petrashko2015-04-091-2/+2
| * Use EnsureSingleSpaceAfterTokenChecker to discover forgotten spaces after `if`Dmitry Petrashko2015-04-091-0/+5
| * Disabling SimplifyBooleanExpressionChecker: not have a hard to rewrite counte...Dmitry Petrashko2015-04-091-1/+1
| * Disabling SpacesAfterPlusChecker: false positives for variances.Dmitry Petrashko2015-04-091-1/+1
| * Add spaces around + in tests.Dmitry Petrashko2015-04-0935-86/+86
| * Add spaces around + in dotty source.Dmitry Petrashko2015-04-0930-69/+69
| * We sometimes define object with a lowercase nameDmitry Petrashko2015-04-091-1/+1
| * Disabling more style checks that do not apply to dotty.Dmitry Petrashko2015-04-091-7/+7
| * Remove trailing spaces in Dotty tests.Dmitry Petrashko2015-04-0943-151/+151
| * Remove trailing spaces in Dotty source.Dmitry Petrashko2015-04-0963-634/+634
| * Removing whitespaces before `[`Dmitry Petrashko2015-04-091-2/+2
| * Code simplifications stimulated by SimplifyBooleanExpressionChecker.Dmitry Petrashko2015-04-093-3/+6
| * ScalaStyle gives spurious errors for braces in ifs.Dmitry Petrashko2015-04-091-3/+3
| * Disable MethodNameChecker.Dmitry Petrashko2015-04-091-1/+1
| * Allow setters in method name reggae.Dmitry Petrashko2015-04-091-1/+1
| * Replace tabs with 4 spaces in Dotty tests.Dmitry Petrashko2015-04-0999-274/+274
| * Replace tabs with 4 spaces in Dotty source.Dmitry Petrashko2015-04-097-26/+26
| * Disable style tests that are known not to pass.Dmitry Petrashko2015-04-091-8/+8
| * Make all dotty tests end in newlineDmitry Petrashko2015-04-0931-31/+31
| * Make all Dotty source files end in newline.Dmitry Petrashko2015-04-0973-73/+73