aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/config
Commit message (Expand)AuthorAgeFilesLines
* 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
* Re-org of pickling framework to enter before readMartin Odersky2015-03-181-1/+1
* More fixes to unpicklingMartin Odersky2015-03-181-1/+1
* Added testing hooks for unpicklerMartin Odersky2015-03-181-0/+1
* Companion objects of abstract case classes are not functions.Martin Odersky2015-03-181-1/+1
* Add hooks for unpickling positions to trees.Martin Odersky2015-03-181-1/+1
* Make pickling output printer-dependent.Martin Odersky2015-03-181-0/+1
* add/strictMartin Odersky2015-03-131-0/+1
* Cleanups prompted by reviews.Martin Odersky2015-01-281-1/+1
* New constraint implementation: OrderingConstraintMartin Odersky2015-01-241-1/+1
* Make checkPropagated configurableMartin Odersky2015-01-191-0/+6
* New constraint handlingMartin Odersky2015-01-182-7/+1
* Made refinement subtype fastpath insensitive to RefineedThis#binder.Martin Odersky2015-01-091-1/+1
* More aggressive reduction in lookupRefinedThis.Martin Odersky2015-01-091-1/+1
* Made fast path for refined subtype checking configurable.Martin Odersky2015-01-091-0/+4
* Fix problem in constraint handlingMartin Odersky2015-01-091-0/+5
* Remove choice between new and old scheme for subtyping refined types.Martin Odersky2015-01-081-1/+1
* Add transitive check for cycles in constraints.Martin Odersky2015-01-081-1/+15
* -Ylog:X now only log phase X, use -Ylog:X+ to also log phase X+1Guillaume Martres2014-12-181-4/+6
* Stay compatible with scalac and javac in -d cli optionDmitry Petrashko2014-12-161-1/+1