aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/config
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge pull request #1492 from dotty-staging/add-inlineGuillaume Martres2016-10-062-1/+3
|\
| * Make inline a keywordMartin Odersky2016-10-021-1/+0
| * Suppress inlining printingMartin Odersky2016-10-021-1/+1
| * Make inline annotation @scala.inline.Martin Odersky2016-10-021-0/+1
| * First version of inline schemeMartin Odersky2016-10-022-0/+2
* | Merge pull request #1494 from martijnhoekstra/wintestsFelix Mulder2016-10-061-0/+2
|\ \ | |/ |/|
| * honor -encoding compiler flag and defaultsMartijn Hoekstra2016-09-071-0/+2
* | Make positions fit for metaMartin Odersky2016-09-241-0/+3
* | Clean up config.Printers importsOlivier Blanvillain2016-09-231-2/+0
|/
* 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
* Add the scaladoc CLI args that make sense for dottydocFelix Mulder2016-08-191-2/+2
* Add module member lookupFelix Mulder2016-08-191-1/+1
* Port cooking of strings from NSCFelix Mulder2016-08-191-1/+1
* New string infterpolatorsMartin Odersky2016-08-161-2/+2
* 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
* HK reduction: Remove special-case for typerefsGuillaume Martres2016-07-181-3/+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
* | Fix bounds checking of hk applied typedMartin Odersky2016-07-141-3/+2
* | Make rewritings of hk applications configurableMartin Odersky2016-07-131-0/+7
* | Drop Config.checkKindsMartin Odersky2016-07-111-7/+0
* | Cleanup of Signature matchingMartin Odersky2016-07-111-3/+3
* | Remove refinement encoding of hk typesMartin Odersky2016-07-111-2/+0
* | Drop assertion in TypeMapMartin Odersky2016-07-111-3/+5
* | Start new, direct HK schemeMartin Odersky2016-07-111-0/+2
* | Remove old hk schemeMartin Odersky2016-07-111-2/+0
* | Optionally, check kinds match for & and |Martin Odersky2016-07-111-0/+5
* | Turn on new hk schemeMartin Odersky2016-07-111-1/+1
* | New type lambda scheme for hk typesMartin Odersky2016-07-111-0/+2
* | 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
|/
* Rename Reporting#println -> Reporting#echoMartin Odersky2016-04-271-4/+4
* Add commandline argument `-Ykeep-comments` to remove hardcodingFelix Mulder2016-04-071-0/+1
* Add binding between Symbol and Untyped tree in base contextFelix Mulder2016-04-071-0/+1
* Merge pull request #1180 from niktrop/dotc-settings-formatDmitry Petrashko2016-03-221-4/+6
|\
| * String options with choices should be followed by colon and argument without ...Nikolay.Tropin2016-03-181-4/+6