aboutsummaryrefslogtreecommitdiff
path: root/src/dotty
Commit message (Expand)AuthorAgeFilesLines
* Make some tree fields lazyMartin Odersky2015-03-1815-78/+113
* Add auxiliary constructor for TastyPrinterMartin Odersky2015-03-182-2/+3
* Weaks to formatMartin Odersky2015-03-182-86/+87
* Tweaks in commentsMartin Odersky2015-03-183-9/+7
* Stop type inference from creating oprphans.Martin Odersky2015-03-184-7/+19
* Tightening of orphans tests.Martin Odersky2015-03-181-0/+2
* Change scheme of translating array creations new Array(...)Martin Odersky2015-03-181-7/+7
* Make Definitions#rootPackage a root.Martin Odersky2015-03-181-1/+1
* Fix serialization of Bind-defined types in type patterns.Martin Odersky2015-03-184-8/+25
* Make pickling output printer-dependent.Martin Odersky2015-03-183-3/+5
* Turn on pickling.Martin Odersky2015-03-181-1/+1
* Turn on full compression of Tasty tree buffers.Martin Odersky2015-03-181-9/+26
* Changes to Tasty format:Martin Odersky2015-03-183-27/+49
* Eliminate raw numbers from Tasy formatMartin Odersky2015-03-183-16/+5
* Avoid pickling for Java-parsed compilation units.Martin Odersky2015-03-181-10/+11
* Add TASTY readers and printers for TASTy info.Martin Odersky2015-03-1811-95/+602
* Treat <root> as staticMartin Odersky2015-03-181-1/+1
* Make bestFit work for partially filled arraysMartin Odersky2015-03-183-9/+7
* Allow up to 64 phases.Martin Odersky2015-03-181-1/+1
* First prototype of pickler.Martin Odersky2015-03-189-6/+1135
* Disallow refinements of types or methods that do not appear in parent.Martin Odersky2015-03-181-0/+4
* Fix desugaring of refined types with "&"-parent.Martin Odersky2015-03-181-9/+10
* Merge pull request #361 from dotty-staging/fix/testLiftedDmitry Petrashko2015-03-182-4/+13
|\
| * Fix to testLiftedMartin Odersky2015-02-112-4/+13
* | Merge pull request #404 from dotty-staging/backend-mergeDmitry Petrashko2015-03-1810-54/+151
|\ \
| * | Fix printing errors in ClassfileParser.Dmitry Petrashko2015-03-181-1/+1
| * | Fix backend not emitting fields.Dmitry Petrashko2015-03-181-1/+3
| * | Remove workaround for #348.Dmitry Petrashko2015-03-181-4/+1
| * | Handle inner classes in RestoreScopesMartin Odersky2015-03-181-1/+5
| * | Fix isCoDefinedWith to also work with non-existing symbolsDmitry Petrashko2015-03-181-1/+3
| * | ClassfileParser.innerClasses - fix error message.Dmitry Petrashko2015-03-181-1/+1
| * | Fix TreeMap transforming ValDef children twiceDmitry Petrashko2015-03-181-1/+1
| * | Add comment in Typer.typedReturnDmitry Petrashko2015-03-181-2/+2
| * | Handle boxing inside labels, jump back to box.Dmitry Petrashko2015-03-181-42/+67
| * | Workaround #371 module classes read from byte code have no syperclassDmitry Petrashko2015-03-111-1/+11
| * | Fix eliding of non-elidable prefix in TypeMap.andThenDmitry Petrashko2015-03-111-1/+4
| * | Workaround #348, linkedClass is broken after flattenDmitry Petrashko2015-03-111-1/+6
| * | New phase: ElimWildcardIdents.Dmitry Petrashko2015-03-112-1/+50
* | | Merge pull request #378 from dotty-staging/ycheck-for-symblsDmitry Petrashko2015-03-172-1/+41
|\ \ \
| * | | YCheck now checks symbols for validity.Dmitry Petrashko2015-03-171-1/+38
| * | | Add isAnonymousModuleValDmitry Petrashko2015-02-271-0/+3
* | | | Merge pull request #407 from dotty-staging/fix/#400odersky2015-03-131-1/+2
|\ \ \ \
| * | | | Fix #400Martin Odersky2015-03-131-1/+2
* | | | | Merge pull request #408 from dotty-staging/test/#390Dmitry Petrashko2015-03-131-1/+1
|\ \ \ \ \
| * | | | | New test for valueclassesMartin Odersky2015-03-131-1/+1
| |/ / / /
* / / / / add/strictMartin Odersky2015-03-133-1/+6
|/ / / /
* | | | Merge pull request #390 from smarter/fix/isDerivedValueClassodersky2015-03-131-1/+4
|\ \ \ \
| * | | | AnyVal is not a derived value classGuillaume Martres2015-03-051-1/+4
* | | | | Fixes to class field initializationMartin Odersky2015-03-114-19/+38
| |_|/ / |/| | |
* | | | Compiler#newRun: reset the context _before_ initializing a new runGuillaume Martres2015-03-101-5/+3