aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/config/Settings.scala
Commit message (Collapse)AuthorAgeFilesLines
* honor -encoding compiler flag and defaultsMartijn Hoekstra2016-09-071-0/+2
| | | | | | | | | rename test/pos/valueclasses to pos_valueclasses tests/pos/valueclasses generates a valueclasses.flags file in /tests/partest-generated/pos that conflicts with the valueClasses.flags file that tests/neg/valueClasses.scala tries to create
* Add the scaladoc CLI args that make sense for dottydocFelix Mulder2016-08-191-2/+2
|
* Merge pull request #1180 from niktrop/dotc-settings-formatDmitry Petrashko2016-03-221-4/+6
|\ | | | | dotc settings: String options after settings with colon shouldn't be ignored
| * String options with choices should be followed by colon and argument without ↵Nikolay.Tropin2016-03-181-4/+6
| | | | | | | | | | | | whitespace Format of some of the compiler settings was incompatible with scalac. For example "-target:jvm-1.8" is a valid argument for scalac, but it should be "-target: jvm-1.8" (with a whitespace) for dotc.
* | Avoid setupMethod in DriverMartin Odersky2016-03-121-1/+8
|/ | | | | Driver should not know that patch functionality exists. Instead, introduce settings that can introduce their own stateful values.
* Make all Dotty source files end in newline.Dmitry Petrashko2015-04-091-1/+1
|
* Added version settings -migration, -sourceMartin Odersky2014-08-031-0/+9
|
* Fixing completion phaseMartin Odersky2014-03-311-1/+0
| | | | | A completer for a lazytype should run in the first phase of the validity period of the denotation that gets completed.
* Removed explicit tuplings from dotc codebase.Martin Odersky2014-03-201-1/+1
| | | | Eliminated all "Dotty deviations" which were due to lack of auto-tupling.
* Make Settings.scala dotty conformantMartin Odersky2014-01-061-2/+5
|
* Fix in parsing int settingsMartin Odersky2013-10-231-1/+1
|
* Pretty-printing improvements.Martin Odersky2013-03-201-1/+1
|
* Various fixes to get past Definitions#init.Martin Odersky2013-03-131-0/+1
|
* A fix in settings caused by a probably Scala 2.10 bugMartin Odersky2013-03-081-1/+6
|
* Filling in all ???sMartin Odersky2013-02-271-1/+2
| | | | | | | Added reporters. Added context for signatures. Implemented method signatures via erasure. Refined derivedNameType handling.
* Avoiding an unchecked warning in a switch.Martin Odersky2013-02-111-1/+2
|
* Fix Settings#value.Jason Zaugg2013-02-101-2/+2
| | | | It was returning the entire settings buffer, rather than a single entry.
* Integration of settings, platform, pathresolver, etc.Martin Odersky2013-02-031-12/+226
|
* Added config package with settings, platform.Martin Odersky2013-02-011-0/+26