aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/transform/Literalize.scala
Commit message (Expand)AuthorAgeFilesLines
* Rename unused phases.Dmitry Petrashko2016-02-201-95/+0
* Make literalize work for TermRefs of constant type.Martin Odersky2015-08-231-3/+7
* Make all Dotty source files end in newline.Dmitry Petrashko2015-04-091-1/+1
* Fix Literalize: (Long(2):Any) == (Int(2): Any) but constants aren't.Dmitry Petrashko2014-12-171-1/+1
* Check not only value equality of constants in Literalize postcondition but al...Dmitry Petrashko2014-12-171-3/+4
* Add checkPostCondition to LiteralizeDmitry Petrashko2014-12-171-0/+17
* Fix #300: Make literals have the same constants as their types.Martin Odersky2014-12-171-0/+8
* Remove fruitless overrides of treeTransformPhaseMartin Odersky2014-12-141-1/+0
* Make Literalize run at new default phase thisTransform.nextMartin Odersky2014-12-141-1/+2
* Rename in Phase: name -> phaseNameMartin Odersky2014-08-181-1/+1
* Disentangle phases from treetransformsMartin Odersky2014-08-091-1/+1
* New micro phase: LiteralizeMartin Odersky2014-07-171-0/+65