aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/transform
Commit message (Expand)AuthorAgeFilesLines
* Use invalidateInheritedSymbols instead of syncWithParentsMartin Odersky2015-04-071-0/+1
* Merge pull request #416 from dotty-staging/pickler-modularDmitry Petrashko2015-04-032-7/+8
|\
| * Address reviewer comments on #416Dmitry Petrashko2015-04-031-3/+3
| * Review of #394Dmitry Petrashko2015-03-182-2/+2
| * Populate addresses of symbols after picklerDmitry Petrashko2015-03-181-0/+1
| * Export pickler and pickled addresses so that other phases can pickle their infoDmitry Petrashko2015-03-181-5/+5
* | Merge pull request #436 from dotty-staging/linked-classDmitry Petrashko2015-04-022-4/+12
|\ \
| * | Revert "Workaround #440 in FirstTransform."Dmitry Petrashko2015-04-021-2/+2
| * | Fix #442.Dmitry Petrashko2015-03-301-2/+6
| * | Workaround #440 in FirstTransform.Dmitry Petrashko2015-03-301-2/+2
| * | Remove code duplication between Namer, ClassfileParser and UnPicklerDmitry Petrashko2015-03-261-10/+2
| * | Add late companion symbols in firstTransformDmitry Petrashko2015-03-261-2/+14
* | | Merge pull request #449 from dotty-staging/fix-context-in-forwardersDmitry Petrashko2015-04-011-6/+14
|\ \ \
| * | | Fix wrong owning context during adaptation inside forwarders.Dmitry Petrashko2015-04-011-6/+14
* | | | Erasure: actually emit bridgesGuillaume Martres2015-03-311-3/+3
|/ / /
* | | 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 #425 from smarter/fix/isNullableClassodersky2015-03-261-7/+3
|\ \ \ \ | |/ / / |/| | |
| * | | Fix isNullableClass to also work after ErasureGuillaume Martres2015-03-231-7/+3
| |/ /
* | | New phase trait constructors.Dmitry Petrashko2015-03-251-0/+37
* | | Style fixes in InterceptedMethodsDmitry Petrashko2015-03-251-3/+3
|/ /
* | Remove check for duplicates in module val names.Dmitry Petrashko2015-03-231-4/+0
* | InterceptedMethods: enable interception of == and !=Guillaume Martres2015-03-231-1/+1
* | Have derivedValueClass run at initial stageMartin Odersky2015-03-221-5/+9
* | Invalidate companions of classes lifted by FlatMapMartin Odersky2015-03-211-2/+21
* | Fix Ycheck printing a lot of error about symbols that don't actually exist.Dmitry Petrashko2015-03-191-1/+1
|/
* Merge pull request #394 from dotty-staging/add/unpicklingDmitry Petrashko2015-03-1815-54/+154
|\
| * Two more tweaks to make pickling invariant under printingMartin Odersky2015-03-181-2/+11
| * Drop choice of separator in expanded name.Martin Odersky2015-03-181-1/+1
| * Rename inheritedName -> shadowedNameMartin Odersky2015-03-181-1/+1
| * Show compilation unit which failed pickling in tests.Martin Odersky2015-03-181-3/+3
| * Re-org of pickling framework to enter before readMartin Odersky2015-03-181-8/+14
| * Refinements to pickling testing frameworkMartin Odersky2015-03-181-8/+5
| * Compute PureInterface flag after pickling.Martin Odersky2015-03-182-22/+30
| * Allow several units to be pickle-tested at once.Martin Odersky2015-03-181-19/+32
| * Keeping track of unpickling definition order in Pickler.Martin Odersky2015-03-181-3/+3
| * Avoid escaping pattern bound variablesMartin Odersky2015-03-181-2/+2
| * Run unpickler tests in next run.Martin Odersky2015-03-181-14/+20
| * Pickle trait flag and compute PureInterface and NoInits in unpickler.Martin Odersky2015-03-181-1/+1
| * Added testing hooks for unpicklerMartin Odersky2015-03-181-3/+23
| * Added pickling part of new scheme.Martin Odersky2015-03-181-1/+1
| * Avoid capturing context in lazy treesMartin Odersky2015-03-184-5/+5
| * New scheme for recording positionsMartin Odersky2015-03-181-1/+1
| * Various fixes to unpicklingMartin Odersky2015-03-181-1/+1
| * Save pickled bytes in compilation unitMartin Odersky2015-03-181-0/+4
| * First version of unpickler for PositionsMartin Odersky2015-03-181-2/+2
| * First version of position pickler.Martin Odersky2015-03-181-0/+2
| * Record pickled trees in a hashmapMartin Odersky2015-03-181-1/+4
| * Make some tree fields lazyMartin Odersky2015-03-186-21/+21
| * Weaks to formatMartin Odersky2015-03-181-1/+1