aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/typer/ConstFold.scala
Commit message (Collapse)AuthorAgeFilesLines
* Follow TermRefs when constant foldingMartin Odersky2015-09-141-4/+4
| | | | | A TermRef representing a constant value needs to be considered a constant when folding.
* Add spaces around + in dotty source.Dmitry Petrashko2015-04-091-4/+4
|
* Fix for constant foldingMartin Odersky2014-01-151-20/+19
|
* Added code for adapt and more.Martin Odersky2013-07-211-0/+183
- Pushed mode into context - Elimintaed scope nesting level - Fixed a desugar bug - Added constant folding