aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/backend/jvm/GenBCode.scala
Commit message (Expand)AuthorAgeFilesLines
* Move compiler and compiler tests to compiler dirFelix Mulder2016-11-221-433/+0
* Don't keep full picklers around until backend.Martin Odersky2016-11-181-2/+1
* Fix #1209: Skip redundant superclasses\supertraits.Nicolas Stucki2016-07-131-1/+9
* Add sbt incremental compilation supportGuillaume Martres2016-05-281-0/+2
* Add a `dotty-interfaces` packageGuillaume Martres2016-02-281-4/+16
* Make output directory overridableMartin Odersky2016-02-171-1/+4
* Add initial CompilerCallback implementation for IntelliJGuillaume Martres2015-12-031-0/+11
* Fix #713. Put tasty attribute on mirror class of modules.Dmitry Petrashko2015-07-141-1/+1
* Make normalizeToRef survive annotated typesMartin Odersky2015-05-211-1/+1
* Correct a large number of typos.Jason Zaugg2015-05-141-1/+1
* Do not use deprecated procedure syntax in GenBCode.Dmitry Petrashko2015-05-081-10/+10
* Change name of TASTY attribute to TASTYMartin Odersky2015-04-251-1/+1
* Produce one TASTY pickling per top-level class.Martin Odersky2015-04-241-8/+6
* Save TASTY in attribute of classfiles.Dmitry Petrashko2015-04-241-1/+11
* Stop using deprecated methods in GenBcode.Dmitry Petrashko2014-12-161-3/+3
* GenBcode phase implemented.Dmitry Petrashko2014-12-161-16/+25
* Sharing backend between scalac and dotty.Dmitry Petrashko2014-12-161-0/+381