aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc
Commit message (Expand)AuthorAgeFilesLines
* Specialization-specific names.Dmitry Petrashko2015-04-202-2/+40
* 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
* | Fix #342 Lambda lift idents need to get new prefixMartin Odersky2015-04-171-2/+7
* | Reset inSuperCall when lifting methodsMartin Odersky2015-04-171-1/+1
* | Improve documentation and minimze testMartin Odersky2015-04-171-5/+20
* | Fix #480 in LambdaLiftMartin Odersky2015-04-171-10/+17
* | Simplify InterceptedMethods. Fix #439Dmitry Petrashko2015-04-161-48/+34
|/
* Remove debug message from ClassfileParser.Dmitry Petrashko2015-04-091-4/+0
* Ensure spaces after `if` in Dotty source.Dmitry Petrashko2015-04-0920-36/+36
* Add spaces around + in dotty source.Dmitry Petrashko2015-04-0923-56/+56
* Remove trailing spaces in Dotty source.Dmitry Petrashko2015-04-0960-628/+628
* Removing whitespaces before `[`Dmitry Petrashko2015-04-091-2/+2
* Code simplifications stimulated by SimplifyBooleanExpressionChecker.Dmitry Petrashko2015-04-093-3/+6
* Replace tabs with 4 spaces in Dotty source.Dmitry Petrashko2015-04-095-25/+25
* Make all Dotty source files end in newline.Dmitry Petrashko2015-04-0957-57/+57
* Merge pull request #456 from dotty-staging/patmat-eqeqDmitry Petrashko2015-04-095-8/+46
|\
| * Fixed selection in InterceptedMethods that caused a data raceMartin Odersky2015-04-092-5/+42
| * Rename -YnoDoubleBindings to -Yno-double-bindingsMartin Odersky2015-04-092-2/+2
| * Fix #453, patternMatcher should use ==Dmitry Petrashko2015-04-091-1/+2
* | Drop the invalidate undefined companions code in restoreScopesMartin Odersky2015-04-091-14/+0
|/
* 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-074-56/+51
* 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
* 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
* Test stillValid at initial phase, revive -twiceMartin Odersky2015-04-071-11/+13
* 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
* Fixed test failure for core_pickling.Martin Odersky2015-04-031-1/+4
* Merge pull request #406 from dotty-staging/inner-classesodersky2015-04-031-0/+3
|\
| * Handle inner classes defined in suppercalls.Dmitry Petrashko2015-04-021-0/+3
* | 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
|\ \ | |/ |/|