aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/core/Contexts.scala
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1251 from felixmulder/topic/fix-stdoutredirect-replFelix Mulder2016-06-011-0/+4
|\
| * Disable "auto" alternative in `-color` flagFelix Mulder2016-06-011-1/+1
| * Factor out coloring check to new method `Context#useColors`Felix Mulder2016-05-201-0/+4
* | Add sbt incremental compilation supportGuillaume Martres2016-05-281-0/+8
* | Fix withPhaseNoLaterMartin Odersky2016-05-231-1/+1
|/
* Merge pull request #1211 from dotty-staging/fix-#1202odersky2016-04-161-3/+8
|\
| * Treat type parameters of secondary constructors as aliasesMartin Odersky2016-04-071-3/+8
* | Add binding between Symbol and Untyped tree in base contextFelix Mulder2016-04-071-0/+8
|/
* Move Mode to coreMartin Odersky2016-04-011-1/+1
* Initialize context in REPLMartin Odersky2016-03-181-1/+1
* Store the JSDefinitions in a custom platform SJSPlatform.Sébastien Doeraene2016-03-011-2/+23
* Add a `dotty-interfaces` packageGuillaume Martres2016-02-281-0/+1
* Enforce rule that laziness is preserved when overriding.Martin Odersky2016-02-091-1/+1
* Do not store context creation trace with -YdebugGuillaume Martres2016-02-061-1/+1
* Context: set compilerCallback like other context variablesGuillaume Martres2016-02-041-15/+6
* Better compiler entry pointsGuillaume Martres2016-02-041-0/+1
* Compiler: use the reporter passed from the DriverGuillaume Martres2016-02-041-1/+1
* ConsoleReporter: remove unused argument ctxGuillaume Martres2016-02-041-1/+1
* Make asSeenFrom idempotentMartin Odersky2015-12-211-1/+7
* Add initial CompilerCallback implementation for IntelliJGuillaume Martres2015-12-031-0/+15
* 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