aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * Backend: emit all annotations.Dmitry Petrashko2015-04-031-18/+43
| * Backend: Emmit simple annotationsDmitry Petrashko2015-04-033-12/+155
* | Merge pull request #459 from dotty-staging/fix/toString-stubDmitry Petrashko2015-04-032-2/+5
|\ \ | |/ |/|
| * Fixed test failure for core_pickling.Martin Odersky2015-04-032-2/+5
|/
* Merge pull request #406 from dotty-staging/inner-classesodersky2015-04-033-9/+20
|\
| * Update version of scalac fork.Dmitry Petrashko2015-04-021-1/+1
| * Handle inner classes defined in suppercalls.Dmitry Petrashko2015-04-022-1/+4
| * Emit inner classes table.Dmitry Petrashko2015-04-021-7/+15
* | Merge pull request #457 from dotty-staging/ycheckallodersky2015-04-031-1/+2
|\ \
| * | Fix #451: support -Ycheck:all.Dmitry Petrashko2015-04-031-1/+2
| |/
* | Merge pull request #416 from dotty-staging/pickler-modularDmitry Petrashko2015-04-034-11/+43
|\ \ | |/ |/|