aboutsummaryrefslogtreecommitdiff
path: root/compiler/src/dotty/tools/dotc/config/ScalaSettings.scala
Commit message (Collapse)AuthorAgeFilesLines
* Fix #2186: Synchronize classpath handling with Scala 2.12Guillaume Martres2017-04-111-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | This commit is a very crude port of the classpath handling as it exists in the 2.12.x branch of scalac (hash: 232d95a198c94da0c6c8393624e83e9b9ac84e81), this replaces the existing Classpath code that was adapted from scalac years ago. This code was written by Grzegorz Kossakowski, MichaƂ Pociecha, Lukas Rytz, Jason Zaugg and other scalac contributors, many thanks to them! For more information on this implementation, see the description of the PR that originally added it to scalac: https://github.com/scala/scala/pull/4060 Changes made to the copied code to get it to compile with dotty: - Rename scala.tools.nsc.util.ClassPath to dotty.tools.io.ClassPath - Rename scala.tools.nsc.classpath.* to dotty.tools.dotc.classpath.* - Replace "private[nsc]" by "private[dotty]" - Changed `isClass` methods in FileUtils to skip Scala 2.11 implementation classes (needed until we stop being retro-compatible with Scala 2.11) I also copied PlainFile.scala from scalac to get access to `PlainNioFile`.
* Bug fixesMartin Odersky2017-04-111-1/+1
| | | | nameddefaults.scala now compiles without crashing
* Merge pull request #2025 from dotty-staging/fix-2024Nicolas Stucki2017-04-051-0/+1
|\ | | | | Fix #2024: TypeApply can be a final apply of a recursive method.
| * Change -XemitTasty to -YemitTastyDmitry Petrashko2017-04-041-1/+1
| |
| * Add support for `-XemitTasty`.Dmitry Petrashko2017-03-081-0/+1
| | | | | | | | It saves tasty output near the class file output to a *.tasty-file.
* | New flag -Ydebug-alias to never follow aliases when printing typesGuillaume Martres2017-03-161-0/+1
|/
* fixed PatternSyntaxException on WindowsNikolay.Tropin2017-03-061-1/+3
|
* Make non-existent compiler options emit warnings instead of failingFelix Mulder2017-02-201-2/+0
|
* Remove unused flagsFelix Mulder2017-02-201-164/+9
|
* Allow custom project nameFelix Mulder2017-01-311-5/+5
|
* Add static site gen to dottydoc mainFelix Mulder2017-01-311-0/+7
|
* Add markdown parsing to dottydocFelix Mulder2017-01-311-0/+1
|
* Fix #1875: Decrease -Xmax-inlines default to 32.Nicolas Stucki2017-01-041-1/+1
|
* Move compiler and compiler tests to compiler dirFelix Mulder2016-11-221-0/+267