aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/core
Commit message (Expand)AuthorAgeFilesLines
* Remove debug message from ClassfileParser.Dmitry Petrashko2015-04-091-4/+0
* Ensure spaces after `if` in Dotty source.Dmitry Petrashko2015-04-094-4/+4
* Add spaces around + in dotty source.Dmitry Petrashko2015-04-0910-16/+16
* Remove trailing spaces in Dotty source.Dmitry Petrashko2015-04-0931-511/+511
* Removing whitespaces before `[`Dmitry Petrashko2015-04-091-2/+2
* Code simplifications stimulated by SimplifyBooleanExpressionChecker.Dmitry Petrashko2015-04-091-1/+1
* Replace tabs with 4 spaces in Dotty source.Dmitry Petrashko2015-04-092-20/+20
* Make all Dotty source files end in newline.Dmitry Petrashko2015-04-0914-14/+14
* 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-071-0/+11
* 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
* Test stillValid at initial phase, revive -twiceMartin Odersky2015-04-071-11/+13
* Cleanup of installAfterMartin Odersky2015-04-071-10/+9
* Avoid reading symbol's denotation before overwriting them in UnpicklerMartin Odersky2015-04-071-29/+29
* Use invalidateInheritedSymbols instead of syncWithParentsMartin Odersky2015-04-072-17/+28
* 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-031-2/+10
|\ \ | |/ |/|
| * Address reviewer comments on #416Dmitry Petrashko2015-04-031-6/+2
| * Populate addresses of symbols after picklerDmitry Petrashko2015-03-181-1/+5
| * Update address maps of symbols after compactionDmitry Petrashko2015-03-181-1/+9
* | Merge pull request #436 from dotty-staging/linked-classDmitry Petrashko2015-04-027-22/+98
|\ \
| * | Simplify methods implemented in #436Dmitry Petrashko2015-04-022-14/+12
| * | Both module and class being unpickled need to register links.Dmitry Petrashko2015-03-301-4/+10
| * | Fix #443, set moduleClass of class being lazily unpickled.Dmitry Petrashko2015-03-301-1/+5
| * | Allow to enter private symbols into Frozen scopes.Dmitry Petrashko2015-03-301-1/+1
| * | companionModule needs to return ModuleVal for Module.Dmitry Petrashko2015-03-301-6/+8
| * | Do not synthesizeCompanionMethod twice, and do not rewrite the existing symbol.Dmitry Petrashko2015-03-301-5/+11
| * | Fix #440: entering symbol into scope also enters it into future scopes.Dmitry Petrashko2015-03-302-3/+9
| * | Fix companion_class_method nameDmitry Petrashko2015-03-301-1/+1
| * | Use methods to find companion modulesDmitry Petrashko2015-03-282-16/+12
| * | Make companion-module links in ClassfileParserDmitry Petrashko2015-03-281-2/+8
| * | Make companion-module links in UnPicklerDmitry Petrashko2015-03-281-1/+6
| * | Guard against absent symbols in synthesizeCompanionMethod.Dmitry Petrashko2015-03-281-1/+1
| * | Remove code duplication between Namer, ClassfileParser and UnPicklerDmitry Petrashko2015-03-263-14/+15
| * | Fix installAfter for a Denotation List of single denotationDmitry Petrashko2015-03-261-1/+5
| * | Add companion class methods for files read from scala & javaDmitry Petrashko2015-03-252-0/+20
| * | #353 use methods to find companion classDmitry Petrashko2015-03-253-9/+31
* | | Fix TreeTypeMap and mapSymbols to create a copy of decls for duplicated classes.Dmitry Petrashko2015-04-021-1/+1