aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/config
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge pull request #1148 from sjrd/scalajs-gen-exprsodersky2016-03-183-0/+17
|\ \
| * | Implement most of the Scala.js IR code generator.Sébastien Doeraene2016-03-101-0/+5
| * | Move the logic of ExpandSAMs.isJvmSam to Platform.isSam.Sébastien Doeraene2016-03-072-0/+12
* | | Merge pull request #1154 from dotty-staging/add-rewriteodersky2016-03-182-2/+12
|\ \ \ | |_|/ |/| |
| * | Better encapsulationMartin Odersky2016-03-121-2/+2
| * | Avoid setupMethod in DriverMartin Odersky2016-03-122-3/+12
| * | Add patching functionality for migrationMartin Odersky2016-03-121-0/+1
| |/
* / make variable name consistent in ScalaSettingsliu fengyun2016-03-141-6/+6
|/
* Store the JSDefinitions in a custom platform SJSPlatform.Sébastien Doeraene2016-03-011-0/+13
* 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
* Merge pull request #1058 from dotty-staging/fix-#864-v2Guillaume Martres2016-02-091-4/+5
|\
| * Fix documentation of Config.checkConstraintsSeparatedGuillaume Martres2016-02-081-4/+4
| * Fix docs and namingMartin Odersky2016-02-051-4/+5
* | 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
|/
* Don't force symbol denotation when taking fingerprint.Martin Odersky2016-01-191-1/+1
* Change name of setting: -YshowVarBounds -> -Yshow-var-boundsMartin Odersky2015-12-211-1/+1
* Optionally rewrite projections.Martin Odersky2015-12-151-0/+9
* Print bounds of TypeVars only when option is enabled.Martin Odersky2015-12-151-0/+1
* Fully type annotate PrintersMartin Odersky2015-12-061-9/+9
* Better diagnosis from completions printerMartin Odersky2015-11-091-1/+1
* Renamings in DefinitionsMartin Odersky2015-11-091-4/+2
* Add migration warningsMartin Odersky2015-11-051-0/+1
* Eliminate Config.newMatch optionMartin Odersky2015-09-291-6/+0
* Eta expand $apply projected types if neededMartin Odersky2015-09-211-0/+5
* More @sharable annotationsMartin Odersky2015-07-061-2/+2
* Add @sharable annotationMartin Odersky2015-07-062-4/+5
* Add reentrancy checkingMartin Odersky2015-07-061-0/+1
* Refactor DriverMartin Odersky2015-06-291-3/+2
* Remove -resident settingMartin Odersky2015-06-291-1/+0
* Disable checkConstraintClosed by defaultMartin Odersky2015-06-261-2/+10
* Avoid junk produced by Constraint#replace.Martin Odersky2015-06-221-0/+3
* Deskolemize types inferred for vals and defsMartin Odersky2015-06-061-0/+5
* Calibrate findMember logging thresholds and test caseMartin Odersky2015-05-211-3/+11
* Rename Reporter#echo -> printlnMartin Odersky2015-05-211-4/+4
* Move threshold values to ConfigMartin Odersky2015-05-211-0/+19
* Correct a large number of typos.Jason Zaugg2015-05-141-2/+2
* Allow disabling value classes entirely from command line.Dmitry Petrashko2015-05-051-0/+1
* Honor -Yno-imports flagMartin Odersky2015-05-041-1/+1
* Add spaces around + in dotty source.Dmitry Petrashko2015-04-091-1/+1
* Remove trailing spaces in Dotty source.Dmitry Petrashko2015-04-091-6/+6
* Make all Dotty source files end in newline.Dmitry Petrashko2015-04-094-4/+4
* Rename -YnoDoubleBindings to -Yno-double-bindingsMartin Odersky2015-04-091-1/+1
* Cleanup of import list in JavaPlatformMartin Odersky2015-04-071-3/+2