aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update version of scalac-compiler fork.Dmitry Petrashko2015-04-162-6/+6
* Force loading LambdaMetaFactory.Dmitry Petrashko2015-04-161-0/+4
* 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
| * Add scalastyle to dependencies, with default config.Dmitry Petrashko2015-04-092-0/+120
|/
* Merge pull request #468 from dotty-staging/add/no-double-bindingsDmitry Petrashko2015-04-091-4/+4
|\
| * Disabled -Yno-double-bindings for a neg test.Martin Odersky2015-04-091-1/+1
| * Make -Yno-double-bindings the default for all tests.Martin Odersky2015-04-091-3/+3
* | Merge pull request #456 from dotty-staging/patmat-eqeqDmitry Petrashko2015-04-096-11/+49
|\|
| * Fixed selection in InterceptedMethods that caused a data raceMartin Odersky2015-04-092-5/+42
| * Rename -YnoDoubleBindings to -Yno-double-bindingsMartin Odersky2015-04-093-5/+5
| * Fix #453, patternMatcher should use ==Dmitry Petrashko2015-04-091-1/+2
* | Merge pull request #467 from dotty-staging/drop/invalidateCompanionsDmitry Petrashko2015-04-091-14/+0
|\ \ | |/ |/|
| * Drop the invalidate undefined companions code in restoreScopesMartin Odersky2015-04-091-14/+0
|/
* Merge pull request #465 from dotty-staging/fix/picklingDmitry Petrashko2015-04-0916-222/+270
|\
| * Refactor checking in NamedTypes.Dmitry Petrashko2015-04-081-9/+4
| * Simplified unpickling of refined types via nextUnsharedTagMartin Odersky2015-04-071-11/+5
| * Change of TERMREFsymbol/TYPEREFsymbol semanticsMartin Odersky2015-04-075-59/+53
| * Homogenize #Apply projections.Martin Odersky2015-04-072-1/+14
| * Fix Deferred flag determination when unpicklingMartin Odersky2015-04-071-2/+14
| * Fixes to double binding check.Martin Odersky2015-04-071-3/+8
| * Allow change of symbols in WithFixedSym#newLikeThisMartin Odersky2015-04-071-2/+5
| * Move normalizeClassRef to readTemplateMartin Odersky2015-04-071-12/+8
| * Some more pickling testsMartin Odersky2015-04-071-0/+2