aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/core/Contexts.scala
Commit message (Expand)AuthorAgeFilesLines
* Move compiler and compiler tests to compiler dirFelix Mulder2016-11-221-709/+0
* Move sjs, make sure that partest compiles everything in dirsFelix Mulder2016-11-221-3/+2
* fix #1274: test for dotty bootstrap based on tastyliu fengyun2016-10-131-1/+1
* Separate `ContextDocstrings` from `Context` and make it pluggableFelix Mulder2016-10-061-34/+0
* Implement docbase as propertyFelix Mulder2016-10-061-4/+5
* Move docstring cooking to dottyFelix Mulder2016-10-061-0/+2
* Fix cooking of docstringsFelix Mulder2016-10-061-0/+2
* Add `Comments` object instead of `Scanners.Comment` case classFelix Mulder2016-10-061-1/+1
* Simplify enclosingInlinedsMartin Odersky2016-10-021-4/+0
* Print inlining positions in error messagesMartin Odersky2016-10-021-6/+2
* Track Inlined nodes in ctx.sourceMartin Odersky2016-10-021-3/+7
* Make Context#moreProperties strongly typedMartin Odersky2016-10-021-5/+10
* First version of inline schemeMartin Odersky2016-10-021-0/+4
* Fix #25: move doc related structures to `DocBase`Felix Mulder2016-08-191-1/+11
* Introduce DocMiniPhase concept, fused phasesFelix Mulder2016-08-191-1/+12
* Add the scaladoc CLI args that make sense for dottydocFelix Mulder2016-08-191-1/+1
* Port cooking of strings from NSCFelix Mulder2016-08-191-3/+4
* 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