summaryrefslogtreecommitdiff
path: root/src/compiler/scala/tools/nsc/CompileSocket.scala
Commit message (Expand)AuthorAgeFilesLines
* Remove unused imports and other minor cleanupsSimon Ochsenreither2015-12-181-6/+6
* Add option -port to fscTeemu Lehtinen2014-10-131-9/+21
* SI-1264 fsc compiler output should go to stderr, like scalacAntoine Gourlay2014-08-251-1/+2
* Remove octal escape literals from the codebaseSimon Schaefer2013-09-251-1/+1
* Make all numeric coercions explicit.Paul Phillips2013-05-271-4/+4
* Name boolean arguments in src/compiler.Jason Zaugg2013-03-051-1/+1
* Merge remote-tracking branch 'origin/2.10.x' into pr/merge-210Paul Phillips2013-01-291-1/+1
|\
| * SI-4733 - fsc no longer creates a single temp directory for all users.Cody Mello2013-01-261-1/+1
* | Removed unused imports.Paul Phillips2012-11-061-5/+1
|/
* Brings all copyrights (in comments) up-to-date, from 2011/12 to 2013Heather Miller2012-11-021-1/+1
* update and normalize copyright noticeAdriaan Moors2012-08-071-1/+1
* moves positions to scala.reflect.internal.utilEugene Burmako2012-06-081-1/+1
* Enabling postfix ops feature warning, and working on libs to avoid them.Martin Odersky2012-04-121-2/+2
* Pulled daemonized from the process API based on...Paul Phillips2011-04-111-1/+6
* A paltry 570 cases failing in -Xcheckinit due t...Paul Phillips2011-03-281-1/+1
* Accumulated work on fsc.Paul Phillips2011-03-181-44/+28
* Added daemonized() method to ProcessBuilder so ...Paul Phillips2011-02-221-2/+4
* Working on fsc.Paul Phillips2011-02-081-2/+2
* Eliminating duplication and trying to outrun ob...Paul Phillips2011-02-011-4/+29
* Closes #4204, an issue with fsc.Paul Phillips2011-01-301-2/+2
* Deleted the former Process code in the compiler.Paul Phillips2011-01-211-7/+6
* Updated copyright notices to 2011Antonio Cunei2011-01-201-1/+1
* Mopping up after the deprecation of exit and er...Paul Phillips2010-12-051-3/+3
* Removed more than 3400 svn '$Id' keywords and r...Antonio Cunei2010-05-121-1/+0
* Some minor I/O changes. No review.Paul Phillips2010-03-261-1/+1
* Some much needed housecleaning regarding system...Paul Phillips2010-02-231-4/+3
* More work on classpaths.Paul Phillips2010-02-101-28/+28
* Some work on classpaths.Paul Phillips2010-02-081-12/+5
* A few compiler IO lib bits I have been needing:...Paul Phillips2010-01-291-30/+16
* Updated copyright notices to 2010Antonio Cunei2009-12-071-1/+1
* Resurrected the former contents of scala.io in ...Paul Phillips2009-09-111-74/+58
* Reverts scala.io.* to its natural state, and th...Paul Phillips2009-09-071-58/+74
* Changed createDirectory and createFile to accept aPaul Phillips2009-09-011-2/+2
* One more try to unbreak fsc all the way.Paul Phillips2009-08-311-0/+1
* Unbreaking fsc with ensureDirectory().Paul Phillips2009-08-311-2/+2
* Unbroke the build, sorry about that.Paul Phillips2009-08-311-1/+1
* Large Path/File/Directory checkin.Paul Phillips2009-08-301-9/+7
* Taking a little more advantage of some recent a...Paul Phillips2009-08-241-25/+23
* A bunch of cleanup on scriptrunner and fsc perf...Paul Phillips2009-08-181-53/+40
* Fix for #1498.Paul Phillips2009-08-051-35/+7
* removed deprecated warning, updated svn props, ...michelou2009-03-101-5/+5
* Fix for #1743.Paul Phillips2009-02-271-16/+10
* Fix for #934Antonio Cunei2009-02-091-1/+1
* Updated (all) copyright notices to 2009Antonio Cunei2009-01-131-1/+1
* fix for occasional fsc silent quittingAntonio Cunei2008-11-261-1/+12
* Removed unnecessary "getHostName()", see ticket...Antonio Cunei2008-10-151-2/+2
* Use a java.security.SecureRandom for better Geoffrey Washburn2008-03-041-1/+1
* fixed #59michelou2007-09-111-1/+1
* when looking for a temporary directory, try to ...Lex Spoon2007-07-221-2/+5
* Refactored ScriptRunner and the offline compila...Lex Spoon2007-06-141-12/+19