aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/backend/jvm/LabelDefs.scala
Commit message (Expand)AuthorAgeFilesLines
* Address some of dotty deviations in backend.Dmitry Petrashko2015-05-081-1/+1
* Ensure spaces after `if` in Dotty source.Dmitry Petrashko2015-04-091-6/+6
* Handle boxing inside labels, jump back to box.Dmitry Petrashko2015-03-181-42/+67
* Rework LabelDefs. Fixes boxing of a unit label killing backend.Dmitry Petrashko2015-02-131-45/+58
* Implemented handling of <label> DefDefs in backend.Dmitry Petrashko2014-12-161-0/+185