aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/core/Contexts.scala
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #889 from dotty-staging/fix-#877odersky2015-11-051-6/+10
|\
| * Make a new fresh name creator for each unitMartin Odersky2015-10-301-6/+10
* | Check that access to context base is singlethreaded.Martin Odersky2015-10-311-0/+10
|/
* Replace withMode by addModeMartin Odersky2015-10-011-4/+4
* Revert "Workaround #742 and add a test for it."Martin Odersky2015-08-051-19/+18
* Workaround #742 and add a test for it.Dmitry Petrashko2015-07-281-18/+19
* Add @sharable annotationMartin Odersky2015-07-061-2/+3
* Avoid double context creation when modes change on a fresh context.Martin Odersky2015-06-221-7/+15
* Compute outer.path in lambdaLift at correct phase.Martin Odersky2015-06-031-0/+3
* Move findMember count tracking from TypeComparer to ContextMartin Odersky2015-05-211-0/+8
* Move threshold values to ConfigMartin Odersky2015-05-211-18/+3
* Correct a large number of typos.Jason Zaugg2015-05-141-5/+5
* Remove trailing spaces in Dotty source.Dmitry Petrashko2015-04-091-1/+1
* Removing whitespaces before `[`Dmitry Petrashko2015-04-091-2/+2
* Addres reviewers comments #377Dmitry Petrashko2015-02-261-2/+2
* Allow disabling squarshingDmitry Petrashko2015-02-191-3/+6
* Harden implicit scope computation against CyclicReference errors.Martin Odersky2014-12-191-1/+5
* Merge pull request #271 from dotty-staging/fix/i268-gadtsodersky2014-12-191-0/+15
|\
| * Made gadt map better encapsulated.Martin Odersky2014-12-161-1/+6
| * Fixed #264 - failure to typecheck GADTsMartin Odersky2014-12-161-0/+10
* | Merge pull request #270 from dotty-staging/change/type-aliasesodersky2014-12-171-2/+2
|\ \ | |/ |/|
| * Create TypeAlias subclass of TypeBouundsMartin Odersky2014-12-101-2/+2
* | Make sure the period of a context always contains a single phaseMartin Odersky2014-12-141-3/+5
|/
* Previous scheme was buggy; leaked Array types to backend.Martin Odersky2014-11-281-1/+1
* Take supercalls into account for statement contextMartin Odersky2014-11-091-4/+9
* Print whole TreeTransform name in Ycheck and XprintDmitry Petrashko2014-10-301-0/+4
* Fix to primaryConstructorMartin Odersky2014-10-111-1/+1
* Add inSuperCall mode and flag.Martin Odersky2014-09-041-1/+2
* Special context for self constructor argsMartin Odersky2014-08-241-8/+5
* Fix context for super callsMartin Odersky2014-08-241-0/+50
* Better printing of denotations.Martin Odersky2014-04-081-2/+1
* Merge pull request #99 from samuelgruetter/infostring2odersky2014-04-041-3/+0
|\
| * remove var ContextBase.suppressNonSensicalErrors, andSamuel Gruetter2014-04-021-3/+0
* | Merge pull request #105 from DarkDimius/docsDmitry Petrashko2014-04-021-0/+5
|\ \
| * | Documentation and a bit of cleanup.Dmitry Petrashko2014-04-011-0/+5
| |/
* / Intercepted methods transformerDmitry Petrashko2014-04-021-1/+3
|/
* Memoizing Context#withPhaseDmitry Petrashko2014-03-311-18/+33
* Renaming clear->setNewMartin Odersky2014-03-311-2/+2
* Maintaining owners during transformationsMartin Odersky2014-03-311-0/+3
* Fix #95: Phases now have their own periods.Dmitry Petrashko2014-03-271-4/+8
* Rename methods on FreshContext to make mutation obviousDmitry Petrashko2014-03-271-32/+32
* Fix context.withPhaseMartin Odersky2014-03-271-5/+5
* Merge pull request #89 from dotty-staging/fix/transform-contextsDmitry Petrashko2014-03-241-2/+7
|\
| * Fix phase of context for denotation transformerMartin Odersky2014-03-241-2/+6
|/
* Removed explicit tuplings from dotc codebase.Martin Odersky2014-03-201-1/+1
* Allow MiniPhase to be DenotTransformerDmitry Petrashko2014-03-191-3/+8
* Refactored denotation transformersMartin Odersky2014-03-181-1/+4
* Renaming core.Transformer(s) -> core.DenotTransformer(s)Martin Odersky2014-03-181-1/+1
* Scond step to typer reorg: Introduce TypeAssigners.Martin Odersky2014-03-071-5/+8
* Typos corrected.Dmitry Petrashko2014-03-031-1/+1