aboutsummaryrefslogtreecommitdiff
path: root/bin
Commit message (Expand)AuthorAgeFilesLines
* Fix #2184: Hyper Bootstrap! Integrate the backend as a git submoduleGuillaume Martres2017-04-132-7/+7
* fix #1484: position of while incorrect in debugliu fengyun2017-02-101-1/+16
* println in executeScript, hoping to get around CI timeoutOlivier Blanvillain2017-02-101-1/+1
* Fix dotr/dotc to handle corrupted .packagesOlivier Blanvillain2017-02-102-3/+4
* Quote every string in scriptOlivier Blanvillain2017-02-103-35/+36
* Add println in TestScripts to prevent CI timeoutOlivier Blanvillain2017-02-071-1/+3
* Test that dotc script works after deleting .packagesOlivier Blanvillain2017-02-071-5/+12
* Fix dotr/dotc scriptsOlivier Blanvillain2017-02-071-1/+1
* Fix script choosing wrong artefactFelix Mulder2016-11-221-1/+1
* bin/common: jar is dotty-compiler, not dottyGuillaume Martres2016-11-221-1/+1
* Fix rebuild on change in scriptsFelix Mulder2016-11-221-0/+1
* Move compiler and compiler tests to compiler dirFelix Mulder2016-11-222-14/+14
* Add bin project to separate scripted tests from compiler testsFelix Mulder2016-11-221-0/+91
* Create dotty-lib.jar for run testsFelix Mulder2016-11-221-2/+2
* Remove compiler when running applications via dotrFelix Mulder2016-11-221-2/+1
* separate lib from compilerFelix Mulder2016-11-222-7/+14
* use usr/bin/env bash since it's more general then /bin/bashGuillaume Massé2016-10-113-3/+3
* Fix #1525: start repl if first arg to dotr starts with hyphenFelix Mulder2016-10-101-0/+4
* Fix #1437: handle build failure in bin/dotc.Ólafur Páll Geirsson2016-08-021-1/+14
* Merge pull request #1397 from dotty-staging/fix/dotc-pathDmitry Petrashko2016-07-281-1/+1
|\
| * bin/common: make check_jar work outside of dotty rootGuillaume Martres2016-07-171-1/+1
* | Fixes #1316: Remove JLineKazuyoshi Kato2016-07-272-9/+3
|/
* Fix #1328: move search of jar deps to after buildingFelix Mulder2016-06-221-21/+21
* Fix #1327: redirect stderr from find_jarFelix Mulder2016-06-221-1/+1
* Remove hardcoded scala versionFelix Mulder2016-06-222-6/+6
* Die if `java` bin is not found or specifiedFelix Mulder2016-06-211-0/+1
* Extract common variables to common script in bin dirFelix Mulder2016-06-213-154/+141
* Remove call to `scala` in dotrFelix Mulder2016-06-211-3/+31
* Fix #1323: change sbt interface dependency to allow artifact resolution by co...Felix Mulder2016-06-211-17/+24
* Rework dotc to choose correct packages fixing #1321Felix Mulder2016-06-201-38/+80
* Add sbt incremental compilation supportGuillaume Martres2016-05-281-3/+10
* silence `cd` in scriptFelix Mulder2016-05-261-1/+1
* Rename `dotty` script to `dotr`Felix Mulder2016-05-261-0/+0
* Start REPL on no args in dotty script, fix backticksFelix Mulder2016-05-262-10/+8
* Add dotty runner script able to run dotty-compiled class with `main`Felix Mulder2016-05-261-0/+25
* fix newline in DOTTY_ROOT when cd produces outputOndrej Lhotak2016-05-251-1/+1
* simple integration with jlineliu fengyun2016-04-051-1/+1
* fix command line processing errorliu fengyun2016-03-151-2/+2
* Fix `bin/dotc` checkjar of wrong packageFelix Mulder2016-03-011-1/+1
* Add a `dotty-interfaces` packageGuillaume Martres2016-02-281-7/+11
* bin/dotc: fix "-d" argumentGuillaume Martres2016-01-041-2/+2
* Fix bug in dotc script.Dmitry Petrashko2015-10-231-1/+1
* Quick&dirty bootstrapDmitry Petrashko2015-10-221-3/+13
* bin/dotc: add an option to run -tasty.Dmitry Petrashko2015-09-141-1/+2
* Closes 703Alexander Myltsev2015-07-091-4/+23
* Support rebuilding tests in dotc, be smart about sbt incremental compilation.Dmitry Petrashko2015-05-271-3/+4
* Rebuild dotc if new *.scala files are found in `dotty/src`Dmitry Petrashko2015-05-271-0/+9
* dotc: Get versions of all dependencies from Build.scalaDmitry Petrashko2015-05-041-13/+21
* Fix quadratic running type of bin/dotc bash script.Dmitry Petrashko2015-04-231-3/+3
* Update version of scalac-compiler fork.Dmitry Petrashko2015-04-161-5/+5