aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \
| * | Simplify methods implemented in #436Dmitry Petrashko2015-04-023-18/+15
| * | Revert "Workaround #440 in FirstTransform."Dmitry Petrashko2015-04-021-2/+2
| * | 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 #442.Dmitry Petrashko2015-03-301-2/+6
| * | Fix #440: entering symbol into scope also enters it into future scopes.Dmitry Petrashko2015-03-302-3/+9
| * | Workaround #440 in FirstTransform.Dmitry Petrashko2015-03-301-2/+2
| * | 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-265-36/+21
| * | Fix error message in typerDmitry Petrashko2015-03-261-1/+1
| * | #435 Fix conflict between package object and case class with same nameDmitry Petrashko2015-03-263-3/+5
| * | Add late companion symbols in firstTransformDmitry Petrashko2015-03-261-2/+14
| * | Add companion link symbols early only if companion actually existsDmitry Petrashko2015-03-262-17/+48
| * | 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-254-14/+49
* | | Merge pull request #452 from dotty-staging/fixTTM-structural-sharing-between-...Dmitry Petrashko2015-04-021-1/+1
|\ \ \
| * | | Fix TreeTypeMap and mapSymbols to create a copy of decls for duplicated classes.Dmitry Petrashko2015-04-021-1/+1
* | | | Merge pull request #449 from dotty-staging/fix-context-in-forwardersDmitry Petrashko2015-04-012-7/+15
|\ \ \ \
| * | | | Fix refPurity: was using wrong function to detect if term is stable.Dmitry Petrashko2015-04-011-1/+1
| * | | | Fix wrong owning context during adaptation inside forwarders.Dmitry Petrashko2015-04-011-6/+14
| |/ / /
* | | | Merge pull request #448 from smarter/fix/bridge-emissionDmitry Petrashko2015-04-011-3/+3
|\ \ \ \
| * | | | Erasure: actually emit bridgesGuillaume Martres2015-03-311-3/+3
| |/ / /
* / / / Bringing tailrec back to group: cannot trigger failure.Dmitry Petrashko2015-03-301-4/+2
|/ / /
* | | Merge pull request #432 from dotty-staging/patmat-optionsDmitry Petrashko2015-03-301-1/+7
|\ \ \
| * | | Fix #431: Options make 2 steps of decoding instead of oneDmitry Petrashko2015-03-251-1/+7
* | | | Merge pull request #441 from smarter/fix/applyOverloaded-non-initodersky2015-03-281-1/+7
|\ \ \ \
| * | | | Make tpd#applyOverloaded work with methods other than <init>Guillaume Martres2015-03-281-1/+7
* | | | | Implicits#viewExists: return false after typer instead of AssertionErrorGuillaume Martres2015-03-271-0/+1
|/ / / /
* | | | Merge pull request #425 from smarter/fix/isNullableClassodersky2015-03-262-11/+12
|\ \ \ \ | |/ / / |/| | |