aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/backend
Commit message (Expand)AuthorAgeFilesLines
* Handle Array.cloneDmitry Petrashko2014-12-162-9/+20
* Use correct methods to get super interfaces of a class.Dmitry Petrashko2014-12-161-1/+1
* Fix #258: string trailing $ in module names in backend.Dmitry Petrashko2014-12-161-1/+3
* Rely on Trait flag to generate interfaces.Dmitry Petrashko2014-12-161-1/+1
* Desugar dotty Idents to selectsDmitry Petrashko2014-12-161-0/+9
* Add default methods generation.Dmitry Petrashko2014-12-161-1/+2
* Handle JavaSeqLiterals.Dmitry Petrashko2014-12-161-3/+8
* Mimic scalac originalOwner.Dmitry Petrashko2014-12-161-7/+13
* Stop using deprecated methods in GenBcode.Dmitry Petrashko2014-12-161-3/+3
* Differentiate between scala and java's flags: private and finalDmitry Petrashko2014-12-161-0/+6
* Adapt backend to changes in scalac: new symbols get positions and types.Dmitry Petrashko2014-12-161-1/+5
* Fix bugs around emulating scalac linkedClassOfClass.Dmitry Petrashko2014-12-161-2/+2
* Fix generation of lambdas for Unit-returning closures.Dmitry Petrashko2014-12-161-1/+4
* implement isQualifierSafeToElideDmitry Petrashko2014-12-161-1/+1
* Fix TypeSymbol for This references in backendDmitry Petrashko2014-12-161-1/+1
* Fix originalOwner for symbols that did not exist at typer.Dmitry Petrashko2014-12-161-1/+10
* Implemented handling of Closures.Dmitry Petrashko2014-12-161-0/+16
* Adapt dotty to changes in BackendInterface that save allocation on Product1sDmitry Petrashko2014-12-161-8/+9
* Support LabelDef's with Arguments. Fixes tailrec.Dmitry Petrashko2014-12-161-1/+20
* Fix StackOverflow in handling of try. Try is now supported by backendDmitry Petrashko2014-12-161-1/+1
* Handle Arrays in backend.Dmitry Petrashko2014-12-162-5/+25
* Fix bug in dotty interface: wrong symbols used to get box\unbox methodsDmitry Petrashko2014-12-161-2/+4
* Implemented handling of <label> DefDefs in backend.Dmitry Petrashko2014-12-162-5/+200
* Complete DottyBackendInterface.Dmitry Petrashko2014-12-161-44/+309
* GenBcode phase implemented.Dmitry Petrashko2014-12-161-16/+25
* remove dependency on Btypes from DottyPrimitives. Rely on symbols instead.Dmitry Petrashko2014-12-161-39/+37
* New phase: collectEntryPointsDmitry Petrashko2014-12-162-69/+121
* Sharing backend between scalac and dotty.Dmitry Petrashko2014-12-163-0/+1326