aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/config
Commit message (Expand)AuthorAgeFilesLines
* 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
* Java8 is the default targetDmitry Petrashko2014-12-161-2/+2
* Disable backend by default in tests.Dmitry Petrashko2014-12-161-1/+1
* Drop NotNull class and associated code.Martin Odersky2014-12-131-1/+0
* Allow checking that trees and their defined symbols have modifiers in sync.Dmitry Petrashko2014-11-221-0/+1
* New option -Ydebug-ownersMartin Odersky2014-11-091-2/+3
* Add echo method to printers.Martin Odersky2014-10-261-0/+2
* More refined printing optionsMartin Odersky2014-10-131-2/+3
* Make rejection of deep subtype call stack optionalMartin Odersky2014-10-112-3/+1
* Patmat now succeeds tests.Dmitry Petrashko2014-09-231-2/+2
* @odersky have a look.Dmitry Petrashko2014-09-232-3/+3
* CyclicError messages now go to printerMartin Odersky2014-09-051-0/+1
* Rebinding ThisTypesMartin Odersky2014-08-271-1/+1
* Clean up printing of flags and paramsMartin Odersky2014-08-241-0/+1
* Make type creators work for erased types.Martin Odersky2014-08-241-0/+3
* More targeted eta-liftingMartin Odersky2014-08-101-0/+1
* Added version settings -migration, -sourceMartin Odersky2014-08-033-1/+194
* Optionally check variance of Lambda classes.Martin Odersky2014-06-121-1/+6
* Fix of pos/t2429Martin Odersky2014-05-201-1/+1
* Adding dependency tracking to constraint satisfactionMartin Odersky2014-05-081-0/+6
* Making dotc/transform Dotty compliantMartin Odersky2014-05-081-1/+1
* CollectEntryPoints.Dmitry Petrashko2014-05-061-1/+19
* Shadowed referencesMartin Odersky2014-04-081-2/+2
* Option for testing for double bindingsMartin Odersky2014-04-081-0/+1
* Reworked TermRef handlingMartin Odersky2014-04-081-0/+7
* Make transforms loggableMartin Odersky2014-04-041-0/+1
* Add -Ycheck capabilityMartin Odersky2014-03-311-1/+1