summaryrefslogtreecommitdiff
path: root/src/compiler/scala/tools/ant
Commit message (Expand)AuthorAgeFilesLines
* SI-10030 - added quotes in case the path contains a space and an 8.3-complian...Philippus Baalman2017-01-301-1/+1
* S-10098 Fix regression in Unix runner script with JAVA_HOME unsetJason Zaugg2016-12-081-8/+5
* Adapt to the removal of sun.boot.class.pathJason Zaugg2016-12-021-0/+8
* SI-9833 Fix -nobootcp in the Unix scala scriptJason Zaugg2016-12-021-4/+3
* Fields does bitmaps & synch for lazy vals & modulesAdriaan Moors2016-08-291-1/+1
* Merge commit '90706b0' into merge-2.11-to-2.12-june-1Lukas Rytz2016-06-011-2/+0
|\
| * Remove default value for sourcepath in scalac (ant version). (#5166)Krzysztof Romanowski2016-05-171-2/+0
* | General cleanups and less warnings during a Scala buildsoc2016-04-042-9/+6
* | Remove unused imports and other minor cleanupsSimon Ochsenreither2015-12-187-21/+9
* | Update some phase listsSimon Ochsenreither2015-11-251-1/+1
* | Remove ICodeSimon Ochsenreither2015-10-311-2/+2
|/
* tool-unix: support environments with TERM=cygwinkirillkh2015-08-091-1/+1
* add support for MSys2 to bin/scala shell scriptKirill Khazan2015-07-311-3/+8
* Fix 23 typos (t-v)Janek Bogucki2015-07-151-1/+1
* SI-9279 Improve performance of bash runner scriptJason Zaugg2015-04-231-5/+5
* Removed warningsEECOLOR2015-03-263-3/+3
* SI-4959 - UNIX bin scripts now work for paths with spacesLyle Kopnicky2015-02-151-21/+18
* Fix many typos in docs and commentsmpociecha2014-12-141-1/+1
* Merge pull request #4113 from retronym/ticket/8967Adriaan Moors2014-11-172-5/+9
|\
| * SI-8967 Only add JARs and dirs from $SCALA_HOME/lib to classpathJason Zaugg2014-11-082-5/+9
* | SI-8966 Allow use of jvm-1.8 via the Ant scalac taskJason Zaugg2014-11-071-1/+1
|/
* SI-8368 respect user-supplied scala.usejavacpAdriaan Moors2014-03-142-2/+3
* Merge pull request #3621 from szeiger/tmp/si8368Adriaan Moors2014-03-111-1/+8
|\
| * SI-8368 respect user-supplied -Dscala.usejavacp in Windows runnerStefan Zeiger2014-03-111-1/+8
* | Fixes syntax error in unix runner.François Garillot2014-03-111-1/+1
|/
* SI-8368 respect user-supplied -Dscala.usejavacp in unix runnerAdriaan Moors2014-03-071-1/+7
* SI-7962 Scalac runner does not work within Emacs's terminalRobin Green2014-02-221-3/+2
* deprecate Pair and TripleDen Shabalin2013-11-202-3/+3
* Merge commit '25bcba59ce' into merge-2.10Adriaan Moors2013-11-131-7/+10
|\
| * SI-7295 Fix windows batch file with args containing parenthesesJason Zaugg2013-10-211-7/+10
* | Add a skeletal Delambdafy phase.James Iry2013-11-011-1/+1
* | Merge remote-tracking branch 'scala/2.10.x'Grzegorz Kossakowski2013-08-291-2/+66
|\|
| * Merge pull request #2767 from gourlaysama/t4907Adriaan Moors2013-08-051-2/+66
| |\
| | * SI-4907 SI-4615 scala.bat honors -J and -D options.Antoine Gourlay2013-07-281-2/+66
* | | SI-7624 Fix a few remaining -Xlint warnings ...Simon Ochsenreither2013-08-151-1/+1
* | | Merge remote-tracking branch 'scala/2.10.x' into merge-2.10.xGrzegorz Kossakowski2013-07-291-1/+1
|\| |
| * | SI-7687 Handle spaces in %COMSPEC% path in scala.bat.Antoine Gourlay2013-07-231-1/+1
| |/
* | Unfork jline: use vanilla jline 2.11 as a dependency.Adriaan Moors2013-07-051-1/+1
* | Adds a hashCode method to the Settings class for Ant.Lex Spoon2013-06-261-0/+14
* | Absolutized paths involving the scala package.Paul Phillips2013-05-035-5/+10
* | Merge 2.10.x into masterAdriaan Moors2013-05-021-2/+3
|\|
| * SI-7355 Handle spaces in paths in Windows batch files.Bjorn Regnell2013-04-231-2/+3
* | Doc -> C-style comments for local symbols to avoid "discardingEugene Vigdorchik2013-03-211-1/+1
* | Deprecated custom ant task 'Same'.Paul Phillips2013-03-092-3/+1
* | Moved scaladoc sources into separate directory.Paul Phillips2013-03-091-695/+0
* | Disentangled RangePositions from interactive.Paul Phillips2013-03-041-5/+1
* | Address some ScaladocrotJason Zaugg2013-02-253-3/+3
* | Remove redundant explicit returns.Jason Zaugg2013-02-251-1/+1
* | Don't wrap an array just to get its length.Jason Zaugg2013-02-252-3/+3
* | Be explicit about empty param list calls.Jason Zaugg2013-02-243-8/+8