aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove debug message from ClassfileParser.Dmitry Petrashko2015-04-091-4/+0
* Ensure spaces after `if` in Dotty source.Dmitry Petrashko2015-04-0923-50/+50
* Add spaces around + in dotty source.Dmitry Petrashko2015-04-0925-61/+61
* Remove trailing spaces in Dotty source.Dmitry Petrashko2015-04-0961-630/+630
* 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-096-25/+25
* Make all Dotty source files end in newline.Dmitry Petrashko2015-04-0968-68/+68
* 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
* Merge pull request #455 from dotty-staging/backend-annotationsDmitry Petrashko2015-04-031-12/+166
|\
| * Backend: emit all annotations.Dmitry Petrashko2015-04-031-18/+43
| * Backend: Emmit simple annotationsDmitry Petrashko2015-04-031-12/+141
* | Fixed test failure for core_pickling.Martin Odersky2015-04-031-1/+4
|/
* Merge pull request #406 from dotty-staging/inner-classesodersky2015-04-032-8/+19
|\
| * 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
|\ \ | |/ |/|
| * Address reviewer comments on #416Dmitry Petrashko2015-04-033-11/+22
| * Review of #394Dmitry Petrashko2015-03-182-2/+2
| * Populate addresses of symbols after picklerDmitry Petrashko2015-03-183-1/+10
| * Update address maps of symbols after compactionDmitry Petrashko2015-03-181-1/+9
| * Export pickler and pickled addresses so that other phases can pickle their infoDmitry Petrashko2015-03-182-6/+10
* | Merge pull request #436 from dotty-staging/linked-classDmitry Petrashko2015-04-0214-36/+157
|\ \