summaryrefslogtreecommitdiff
path: root/src/compiler/scala/tools/nsc/settings/MutableSettings.scala
Commit message (Expand)AuthorAgeFilesLines
* Fix Greek Mythology references in compiler packageJanek Bogucki2017-04-101-2/+2
* SI-9729 -Xmaxerrs to limit messagesSom Snytt2017-01-311-5/+5
* Merge 2.11.x into 2.12.xAdriaan Moors2016-10-181-5/+13
|\
| * SI-9832 -Xlint:help shows defaultSom Snytt2016-10-111-5/+13
* | Allow per-choice help in ChoiceSettingLukas Rytz2016-09-021-8/+23
* | Allow all settings to be helpingLukas Rytz2016-09-011-2/+2
* | Require and target Java 8Jason Zaugg2015-05-261-0/+7
|/
* Fix default value for ScalaVersionSettingLukas Rytz2014-11-041-9/+17
* SI-6502 Repl reset/replay take settings argsSom Snytt2014-09-221-6/+19
* Make MultiChoiceSetting.compute easier to understandLukas Rytz2014-09-081-18/+11
* Address PR feedback, fix MultiChoiceSetting.containsLukas Rytz2014-09-081-3/+4
* Use Enumeration for MultiChoiceSettingSom Snytt2014-09-051-87/+154
* -Ystatistics accepts a list of phases, cleanups in MultiChoiceSettingLukas Rytz2014-09-021-24/+98
* SI-8736 Error if no arg and no defaultSom Snytt2014-07-201-6/+9
* SI-8736 Restore -language to former glorySom Snytt2014-07-201-6/+13
* SI-8525 MultiChoice takes a helper functionSom Snytt2014-07-181-5/+8
* SI-8525 Multichoice helpSom Snytt2014-07-171-6/+11
* SI-8525 Clarify usage of -Xlint:_,flagSom Snytt2014-07-161-5/+4
* SI-8525 Add -Xlint:-warn-missing-interpolatorSom Snytt2014-07-081-25/+36
* SI-8616 Error on -deprecation:true,falseSom Snytt2014-07-081-2/+3
* SI-8610 -Xlint is multichoice optionSom Snytt2014-07-081-17/+31
* SI-5905 Restore -language:_Som Snytt2014-03-021-0/+3
* SI-5905 Sanity check -language optionsSom Snytt2014-02-281-3/+19
* Group settings should honor user-set individual optionsJason Zaugg2014-02-171-0/+10
* Expose a means to disable boolean settingsJason Zaugg2014-02-171-0/+11
* SI-4594 Enable mutating mutable multi settingsSom Snytt2013-07-041-32/+39
* Remove dependency on combinators from CommandLinerParser.Adriaan Moors2013-06-251-1/+1
* SI-7337 Error out on missing -d directory.Jason Zaugg2013-04-061-2/+1
* Merge pull request #2239 from paulp/pr/warningsAdriaan Moors2013-03-211-5/+3
|\
| * Eliminate a bunch of -Xlint warnings.Paul Phillips2013-03-121-5/+3
* | SI-874 actual JSR-223 implementationRaphael Jolly2013-03-111-2/+2
|/
* Name boolean arguments in src/compiler.Jason Zaugg2013-03-051-7/+7
* Be explicit about empty param list calls.Jason Zaugg2013-02-241-2/+2
* Merge commit 'b403234a27' into wip/fresh-merge2Paul Phillips2013-02-011-0/+30
|\
| * SI-6963 Add version to -XmigrationJames Iry2013-01-291-0/+30
* | Remove code from compiler central.Paul Phillips2012-11-201-5/+5
* | Revert "Commenting out unused members."Paul Phillips2012-11-191-5/+5
* | Commenting out unused members.Paul Phillips2012-11-191-5/+5
* | Address obvious bug in MutableSettings.Paul Phillips2012-11-131-21/+14
* | Removed unused imports.Paul Phillips2012-11-061-1/+0
|/
* Brings all copyrights (in comments) up-to-date, from 2011/12 to 2013Heather Miller2012-11-021-1/+1
* Fixes SI-6268. Review by @paulp and @lrytz.Josh Suereth2012-09-121-1/+1
* Merge pull request #1072 from adriaanm/copyrightJosh Suereth2012-08-071-1/+1
|\
| * update and normalize copyright noticeAdriaan Moors2012-08-071-1/+1
* | Fix for SI-4945, repl hang on -i input.Paul Phillips2012-08-061-2/+2
|/
* moves positions to scala.reflect.internal.utilEugene Burmako2012-06-081-3/+4
* removes tags and their incantations from PredefEugene Burmako2012-06-081-0/+1
* ClassTag.erasure => ClassTag.runtimeClassEugene Burmako2012-06-081-1/+1
* migrates stdlib and compiler to tagsEugene Burmako2012-04-231-2/+2
* Enabling postfix ops feature warning, and working on libs to avoid them.Martin Odersky2012-04-121-1/+1