summaryrefslogtreecommitdiff
path: root/src/compiler/scala/tools/nsc/settings/MutableSettings.scala
Commit message (Expand)AuthorAgeFilesLines
...
* -Xplugin value passed by the Eclipse IDE are incorrectly parsed when itMirco Dotta2012-02-241-1/+1
* Fix for set/list/oops bug in MutableSettings#copy.Paul Phillips2012-02-131-2/+1
* Reflection toolboxes now respect settings that ...Eugene Burmako2011-11-281-0/+17
* Hand specialized SettingValue.Paul Phillips2011-09-281-7/+9
* Created infrastructure for testing icode + sett...Paul Phillips2011-08-221-6/+21
* Following up on things that -Xlint told me, som...Paul Phillips2011-07-291-1/+1
* Discard empty strings in option position, but n...Paul Phillips2011-07-261-1/+8
* scaladoc fixes and improvementsmichelou2011-07-151-3/+3
* Seeing about getting trunk building again, no r...Paul Phillips2011-07-111-8/+8
* Warning! Warning! Yes, that's what's in this co...Paul Phillips2011-06-291-2/+5
* Fixes #4490 and #4467.Kato Kazuyoshi2011-06-181-2/+2
* Altered IntSetting help syntax to be more indic...Paul Phillips2011-05-261-0/+2
* Renamed scala.reflect.common to scala.reflect.i...Paul Phillips2011-05-161-1/+1
* And the remainder of the scala.reflect refactor...Paul Phillips2011-05-161-16/+2
* After having to update the code for someone els...Paul Phillips2011-04-301-1/+1
* I wrote a warning when nullary methods return U...Paul Phillips2011-04-281-1/+1
* Upgraded -d so you can output classes directly ...Paul Phillips2011-04-281-8/+13
* Fixed an edge case setting crasher, no review.Paul Phillips2011-04-061-1/+1
* Since somewhere before 2.8.0 shipped scalac has...Paul Phillips2011-04-011-1/+2
* Wanting to deprecate -make, first I had to writ...Paul Phillips2011-03-301-0/+4
* Trying to get fsc doing the right thing with re...Paul Phillips2011-03-271-1/+1
* [I'm laptop only so there's some chance this wi...Paul Phillips2011-03-211-2/+6
* Accumulated work on fsc.Paul Phillips2011-03-181-23/+26
* Undoing some much too hacky code to implement a...Paul Phillips2011-03-161-89/+46
* Partial revert of r24325; tryToSetFromPropertyV...Eugene Vigdorchik2011-02-231-0/+5
* Changes to startup.Paul Phillips2011-02-221-4/+28
* Created invisible setting to expose empty packa...Paul Phillips2011-02-101-4/+2
* Minor fix for Choice setting plus added some de...Hubert Plociniczak2011-02-011-0/+1
* Updated copyright notices to 2011Antonio Cunei2011-01-201-1/+1
* Tackling long standing issues with startup.Paul Phillips2010-12-071-51/+1
* Cleaned up and brought up to date the help text...Paul Phillips2010-12-051-15/+39
* added -jar option to scala interpretermichelou2010-12-021-0/+36
* removed duplicated error message for bad compil...michelou2010-11-181-2/+3
* This is work on -Ycheck:icode.Paul Phillips2010-11-081-1/+1
* Some modifications to repl classloading to make...Paul Phillips2010-09-071-0/+28
* Parse ordering issue prevented passing properti...Paul Phillips2010-08-031-2/+2
* Missing bit from r21620.Hubert Plociniczak2010-04-191-2/+5
* Better fix for #2757. Review by milessabin.Hubert Plociniczak2010-04-191-1/+2
* Noticed that Settings post-set hooks were not b...Paul Phillips2010-04-121-6/+8
* Introduces scala.tools.cmd providing command li...Paul Phillips2010-04-111-6/+4
* Went ahead and implemented classpaths as descri...Paul Phillips2010-03-231-2/+0
* Added a tryToSetFromPropertyValue implementatio...Miles Sabin2010-03-191-0/+1
* Unbreak the IDE build following [21086].Miles Sabin2010-03-081-1/+1
* More progress toward immutable Settings, and va...Paul Phillips2010-03-081-10/+2
* Removed unnecessary DebugSetting, folding the s...Paul Phillips2010-03-071-29/+4
* One minute too many trying to figure out where ...Paul Phillips2010-03-071-0/+601