aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
| * Avoid spurious Deferred flag when unpickling classes.Martin Odersky2015-04-071-1/+2
| * InSuperCall is always passed explicitly.Martin Odersky2015-04-071-1/+0
| * Produce expanded names.Martin Odersky2015-04-077-15/+32
| * Better homogenized types for testing the picklerMartin Odersky2015-04-071-4/+9
| * Reduced coverage of twice testsMartin Odersky2015-04-071-7/+7
| * Test stillValid at initial phase, revive -twiceMartin Odersky2015-04-072-60/+62
| * Cleanup of installAfterMartin Odersky2015-04-071-10/+9
| * Cleanup of import list in JavaPlatformMartin Odersky2015-04-071-3/+2
| * Avoid reading symbol's denotation before overwriting them in UnpicklerMartin Odersky2015-04-071-29/+29
| * Use invalidateInheritedSymbols instead of syncWithParentsMartin Odersky2015-04-073-17/+29
|/
* Merge pull request #463 from dotty-staging/dotc-scalac-updateDmitry Petrashko2015-04-041-1/+1
|\
| * Update dotc script to use scalac 2.11.5-20150402-193021-0c75410da3Dmitry Petrashko2015-04-041-1/+1
|/
* Merge pull request #455 from dotty-staging/backend-annotationsDmitry Petrashko2015-04-033-12/+180
|\