aboutsummaryrefslogtreecommitdiff
path: root/bin
Commit message (Collapse)AuthorAgeFilesLines
* Update version of scalac forkDmitry Petrashko2014-12-161-1/+1
|
* Modify runner script to include modified scalac on class path.Dmitry Petrashko2014-12-161-3/+10
|
* Add option to optimize the JVM for short-runnning applicationsGuillaume Martres2014-11-171-0/+3
| | | | | | | | | | Ideally, dotc should reuse a resident compiler and we should not fork sbt for every task. Until this happens, this option is useful for development. Fixes #222. Usage: $ sbt -DOshort="" $ ./bin/dotc -Oshort foo.scala
* Use the final scala 2.11.George Leontiev2014-06-231-2/+3
|
* Bringing back dotc script that was accidentely deleted.Dmitry Petrashko2014-03-071-0/+232
|
* Performance improvement: Avoid unncecessary allocations of ListBufferMartin Odersky2014-02-261-232/+0
| | | | There were a lot in StoreReporter, as we are creating about 0.5M new ones per self-compile.
* Script for running compiler outside sbtDmitry Petrashko2014-02-201-0/+232