aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/config/ScalaSettings.scala
Commit message (Expand)AuthorAgeFilesLines
* Move compiler and compiler tests to compiler dirFelix Mulder2016-11-221-267/+0
* Add dotty-library to classpath in dottydoc testsFelix Mulder2016-11-221-1/+1
* fix #1274: test for dotty bootstrap based on tastyliu fengyun2016-10-131-3/+4
* Complete better structure to diagnostic messagesFelix Mulder2016-10-101-1/+1
* Add initial structure for improved explanations of error messagesFelix Mulder2016-10-101-0/+1
* Make inline a keywordMartin Odersky2016-10-021-1/+0
* Make inline annotation @scala.inline.Martin Odersky2016-10-021-0/+1
* First version of inline schemeMartin Odersky2016-10-021-0/+1
* implementation of exhaustivity and redundancy checkliu fengyun2016-08-241-0/+1
* Implement working docs requiring manually specifying resources and template f...Felix Mulder2016-08-191-4/+10
* Add setting for output dirFelix Mulder2016-08-191-0/+7
* Add test for checking if Array has documentation after compiling std libFelix Mulder2016-08-191-0/+1
* Add recursive CLI args, move other doc argsFelix Mulder2016-08-191-0/+50
* Fixes #1316: Remove JLineKazuyoshi Kato2016-07-271-1/+0
* Tweaks to printingMartin Odersky2016-07-211-1/+1
* Make -Xprint-diff an opt-in option.Nicolas Stucki2016-07-201-1/+2
* Merge pull request #1345 from dotty-staging/improve-XprintDmitry Petrashko2016-07-171-0/+1
|\
| * Fix #1312: Improve XprintNicolas Stucki2016-07-151-0/+1
* | Merge pull request #1334 from dotty-jvican/implement-no-predef-no-importDmitry Petrashko2016-07-151-1/+1
|\ \ | |/ |/|
| * Implement -Yno-predef and -Yno-importsjvican2016-06-291-1/+1
* | Remove print option from ScalaSettingsEdmund Noble2016-07-061-1/+0
|/
* Merge pull request #1251 from felixmulder/topic/fix-stdoutredirect-replFelix Mulder2016-06-011-0/+1
|\
| * Disable "auto" alternative in `-color` flagFelix Mulder2016-06-011-1/+1
| * Use ChoiceSetting for coloringFelix Mulder2016-05-121-1/+1
| * Add CLI option to disable REPL syntax highlightingFelix Mulder2016-05-121-0/+1
* | Add sbt incremental compilation supportGuillaume Martres2016-05-281-0/+2
|/
* Add commandline argument `-Ykeep-comments` to remove hardcodingFelix Mulder2016-04-071-0/+1
* Merge pull request #1154 from dotty-staging/add-rewriteodersky2016-03-181-1/+4
|\
| * Better encapsulationMartin Odersky2016-03-121-2/+2
| * Avoid setupMethod in DriverMartin Odersky2016-03-121-2/+4
| * Add patching functionality for migrationMartin Odersky2016-03-121-0/+1
* | make variable name consistent in ScalaSettingsliu fengyun2016-03-141-6/+6
|/
* Initial infrastructure and hello world for the Scala.js back-end.Sébastien Doeraene2016-03-011-0/+1
* Remove interpreterSettings logicMartin Odersky2016-02-171-1/+1
* Do not use the plain printer with -YdebugGuillaume Martres2016-02-061-0/+1
* Do not store context creation trace with -YdebugGuillaume Martres2016-02-061-0/+1
* Change name of setting: -YshowVarBounds -> -Yshow-var-boundsMartin Odersky2015-12-211-1/+1
* Print bounds of TypeVars only when option is enabled.Martin Odersky2015-12-151-0/+1
* Add migration warningsMartin Odersky2015-11-051-0/+1
* Add reentrancy checkingMartin Odersky2015-07-061-0/+1
* Remove -resident settingMartin Odersky2015-06-291-1/+0
* Allow disabling value classes entirely from command line.Dmitry Petrashko2015-05-051-0/+1
* Honor -Yno-imports flagMartin Odersky2015-05-041-1/+1
* Make all Dotty source files end in newline.Dmitry Petrashko2015-04-091-1/+1
* Rename -YnoDoubleBindings to -Yno-double-bindingsMartin Odersky2015-04-091-1/+1
* Added testing hooks for unpicklerMartin Odersky2015-03-181-0/+1
* add/strictMartin Odersky2015-03-131-0/+1
* New constraint handlingMartin Odersky2015-01-181-1/+1
* Stay compatible with scalac and javac in -d cli optionDmitry Petrashko2014-12-161-1/+1
* Java8 is the default targetDmitry Petrashko2014-12-161-2/+2