aboutsummaryrefslogtreecommitdiff
path: root/project/Build.scala
Commit message (Expand)AuthorAgeFilesLines
...
* Dotty: actually put dotty.jar into bootclasspath.Dmitry Petrashko2016-07-281-1/+1
* Fixes #1316: Remove JLineKazuyoshi Kato2016-07-271-1/+0
* Fix #1312: Improve XprintNicolas Stucki2016-07-151-0/+1
* Change versioning to SNAPSHOT and nightly releases for nowFelix Mulder2016-06-251-4/+21
* Fix #1323: change sbt interface dependency to allow artifact resolution by co...Felix Mulder2016-06-211-3/+2
* Change versioning to a sonatype approved schemeFelix Mulder2016-06-101-2/+2
* remove `dotty-core` project and publish individually insteadFelix Mulder2016-06-101-7/+1
* Add developers and license to POMFelix Mulder2016-06-091-0/+36
* Disable binary publishing in bridgeFelix Mulder2016-06-091-2/+5
* Add date and hash to publishing versionFelix Mulder2016-06-091-2/+4
* Remove duplicate lineFelix Mulder2016-06-091-1/+0
* Add virtual project `dotty-core` to aggregate publishing of necessary artifactsFelix Mulder2016-06-091-2/+11
* Merge pull request #1306 from dotty-staging/add/dotty-bridgeFelix Mulder2016-06-071-0/+52
|\
| * Make the dotty-bridge sbt project a subproject of dottyGuillaume Martres2016-06-071-0/+52
* | Add ability to publish snapshots to sonatypeFelix Mulder2016-06-071-1/+23
|/
* Switch organization from org.scala-lang to ch.epfl.lampGuillaume Martres2016-06-021-1/+1
* fix benchmarks exceptionliu fengyun2016-05-301-3/+7
* Add sbt incremental compilation supportGuillaume Martres2016-05-281-1/+2
* Fix stdin/out for repl launched by SBTFelix Mulder2016-04-281-0/+4
* Update to new version of DottyBackendInterface.Dmitry Petrashko2016-04-181-1/+1
* workaround for ScalaMeter incorrect report pathliu fengyun2016-04-141-1/+0
* Removed invalid javacOptions in (Compile, doc)andreaTP2016-03-091-1/+3
* Add the sources of scalajs-ir to dotty instead of its binaries.Sébastien Doeraene2016-03-041-2/+32
* Initial infrastructure and hello world for the Scala.js back-end.Sébastien Doeraene2016-03-011-0/+151
* Build.scala: increase Jenkins max heap from 1.1G to 1.3GGuillaume Martres2016-03-011-3/+1
* Rename travisMemLimit to jenkinsMemLimit, we don't use travis anymoreGuillaume Martres2016-03-011-2/+2
* Add a `dotty-interfaces` packageGuillaume Martres2016-02-281-1/+10
* Modernize and clean up the build.Sébastien Doeraene2016-02-171-160/+151
* Upgrade scala-partest to 1.0.11Guillaume Martres2016-01-171-1/+1
* Increase the maximum heap size on JenkinsGuillaume Martres2016-01-161-1/+3
* Partest dotty non-bootstrapped.Dmitry Petrashko2016-01-131-1/+2
* Build.scala: only enable features we useGuillaume Martres2016-01-041-2/+2
* Add a compiler.properties resource file like in Scala 2Guillaume Martres2015-12-311-0/+8
* Build.scala: Fix deprecation warningsGuillaume Martres2015-10-251-2/+2
* Run partest under bootstrapped dotty.Dmitry Petrashko2015-10-231-3/+3
* Update version of bundled backend.Dmitry Petrashko2015-10-221-1/+1
* Merge pull request #735 from dotty-staging/ycheck-methodsodersky2015-08-041-1/+1
|\
| * Update version of shared backend.Dmitry Petrashko2015-07-141-1/+1
| * Upgrade shared backend.Dmitry Petrashko2015-07-131-1/+1
* | Enable -Ycheck:all in Jenkins.Dmitry Petrashko2015-07-201-5/+5
|/
* Arrays.newRefArray has multiple symbols that coexist during bootstrap.Dmitry Petrashko2015-07-051-1/+1
* Package dotty before running partest.Dmitry Petrashko2015-05-281-6/+6
* Added partest-only sbt target and less verbose file generationvsalvis2015-05-221-1/+2
* Partest command line options (same as scala) useable from sbtvsalvis2015-05-131-3/+7
* Removing pickle tests because directory doesn't exist anymore.vsalvis2015-05-121-2/+2
* More robust partest/test switching for concurrent sbt instancesvsalvis2015-05-121-43/+38
* Better documentation for partest dottyJar optionvsalvis2015-05-121-3/+13
* Run tests for partestvsalvis2015-05-121-11/+33
* Merge pull request #535 from dotty-staging/Build-scalaDmitry Petrashko2015-05-091-0/+7
|\
| * Get rid of build.sbt.Dmitry Petrashko2015-05-041-0/+7