aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/core/Periods.scala
Commit message (Expand)AuthorAgeFilesLines
* Make all Dotty source files end in newline.Dmitry Petrashko2015-04-091-1/+1
* Allow up to 64 phases.Martin Odersky2015-03-181-1/+1
* Adjust periods to allow up to 64 phases.Dmitry Petrashko2015-02-191-3/+3
* Check period validity once per run.Dmitry Petrashko2015-02-121-7/+0
* Assert for overflows in PeriodsDmitry Petrashko2015-02-111-3/+15
* Fixes to TreeTypeMapMartin Odersky2014-08-181-1/+0
* Avoid some classes of StaleSymbol errorsMartin Odersky2014-07-171-0/+7
* Fix #95: Phases now have their own periods.Dmitry Petrashko2014-03-271-0/+2
* Rename methods on FreshContext to make mutation obviousDmitry Petrashko2014-03-271-1/+1
* Fix context.withPhaseMartin Odersky2014-03-271-1/+1
* Allow MiniPhase to be DenotTransformerDmitry Petrashko2014-03-191-2/+4
* Refactored denotation transformersMartin Odersky2014-03-181-9/+5
* Renaming core.Transformer(s) -> core.DenotTransformer(s)Martin Odersky2014-03-181-1/+1
* Reorg of info transformer frameworkMartin Odersky2014-03-181-1/+1
* New scheme for attachments.Martin Odersky2014-02-111-0/+1
* Making definitions permanentMartin Odersky2013-08-171-1/+1
* Various bugfixes for namer/typer/treesMartin Odersky2013-08-161-3/+3
* First steps to make compiler start work.Martin Odersky2013-03-111-4/+24
* more docs.Martin Odersky2013-02-281-15/+21
* Filling in all ???sMartin Odersky2013-02-271-5/+5
* New Context architecture based on cloningMartin Odersky2013-01-291-13/+3
* Changed NamedType dereferencing so that we need not keep track of name validi...Martin Odersky2013-01-211-1/+4
* Made Period a value class.Martin Odersky2013-01-131-42/+65
* Postulate intersection method for intervals.Martin Odersky2013-01-121-3/+5
* (1) Moved logic from ClassDenotation to ClassInfoType. (2) Tweaks to other ty...Martin Odersky2012-12-181-0/+4
* Initial commitMartin Odersky2012-12-061-0/+99