| Commit message (Expand) | Author | Age | Files | Lines |
* | Rename ghci.sh and build.sh to ghci and build respectively | Xavier Denis | 2020-02-29 | 1 | -2/+2 |
* | Re-layout validate script | Ben Gamari | 2019-12-10 | 1 | -144/+142 |
* | Use Hadrian by default in validate script (#17527) | Sylvain Henry | 2019-11-30 | 1 | -7/+9 |
* | validate: Use Hadrian's validate flavour | Ben Gamari | 2019-10-08 | 1 | -3/+9 |
* | Allow validation with Hadrian built with Stack [skip ci] | Sylvain Henry | 2019-09-16 | 1 | -3/+18 |
* | add an --hadrian mode to ./validate | Alp Mestanogullari | 2019-05-23 | 1 | -57/+144 |
* | Update Wiki URLs to point to GitLab | Takenobu Tani | 2019-03-25 | 1 | -2/+2 |
* | Cleanup boot and validate | Krzysztof Gogolewski | 2018-10-15 | 1 | -13/+1 |
* | circleci: Detect core count | Ben Gamari | 2018-07-06 | 1 | -23/+1 |
* | vectorise: Put it out of its misery | Ben Gamari | 2018-06-02 | 1 | -6/+0 |
* | Rewrite boot in Python | Ben Gamari | 2017-10-02 | 1 | -2/+2 |
* | testsuite: Produce JUnit output | Ben Gamari | 2017-07-28 | 1 | -0/+2 |
* | Revert "Rewrite boot in Python" | Ben Gamari | 2017-05-26 | 1 | -2/+2 |
* | Rewrite boot in Python | Ben Gamari | 2017-05-22 | 1 | -2/+2 |
* | validate: Clean GMP trees | Ben Gamari | 2017-04-04 | 1 | -1/+1 |
* | validate: Allow user to override Python interpreter | Ben Gamari | 2016-10-17 | 1 | -2/+8 |
* | validate: Add --build-only | Ben Gamari | 2016-10-01 | 1 | -0/+15 |
* | Validate: use `rm -f` instead of `rm` | Thomas Miedema | 2016-06-18 | 1 | -1/+1 |
* | Testsuite: validate the tests/stage1 directory with the stage1 compiler | Thomas Miedema | 2016-06-18 | 1 | -3/+28 |
* | Testsuite: run tests in <testdir>.run instead of /tmp | Thomas Miedema | 2016-06-18 | 1 | -1/+2 |
* | validate: Note existence of config_args variable | Ben Gamari | 2016-04-17 | 1 | -0/+3 |
* | validate: Use gz compression during bindist check | Ben Gamari | 2016-01-18 | 1 | -2/+6 |
* | Build system: delete ghc-pwd | Thomas Miedema | 2016-01-04 | 1 | -3/+3 |
* | Rewrite checkUniques and incorporate into validate | Ben Gamari | 2015-11-24 | 1 | -0/+2 |
* | Revert "Build system: don't create mk/are-validating.mk" | Thomas Miedema | 2015-10-29 | 1 | -7/+11 |
* | Build system: don't create mk/are-validating.mk | Thomas Miedema | 2015-10-04 | 1 | -11/+7 |
* | Build system: delete the InstallExtraPackages variable | Thomas Miedema | 2015-09-08 | 1 | -5/+0 |
* | Testsuite: by default run all tests for a single way | Thomas Miedema | 2015-09-02 | 1 | -5/+5 |
* | Build system: delete half-baked Cygwin support | Thomas Miedema | 2015-08-20 | 1 | -4/+0 |
* | Travis: prevent 10' no output, by setting VERBOSE=2 | Thomas Miedema | 2015-08-17 | 1 | -3/+6 |
* | Validate: explain THREADS instead of CPUS in --help | Thomas Miedema | 2015-07-22 | 1 | -8/+9 |
* | Validate: document --quiet [skip ci] | Thomas Miedema | 2015-07-22 | 1 | -2/+3 |
* | Validate: by default do show commands | Thomas Miedema | 2015-07-21 | 1 | -3/+22 |
* | Build system: do not build stm and parallel by default | Thomas Miedema | 2015-07-14 | 1 | -0/+5 |
* | Make validate more quiet | Thomas Miedema | 2015-06-04 | 1 | -28/+30 |
* | testdriver: delete unused ways | Thomas Miedema | 2015-04-07 | 1 | -1/+2 |
* | Filter out `-Rghc-timing` for V=0 builds (#10223) | Thomas Miedema | 2015-04-01 | 1 | -1/+0 |
* | `make test` in root directory now runs fulltest | Thomas Miedema | 2015-03-02 | 1 | -2/+2 |
* | Don't use absolute paths for perl in validate | Mateusz Kowalczyk | 2014-11-17 | 1 | -3/+2 |
* | Have validate take into account stat test failures too. | Gintautas Miliauskas | 2014-11-07 | 1 | -0/+1 |
* | First stab at making ./validate less verbose | Austin Seipp | 2014-10-01 | 1 | -3/+25 |
* | validate: add simple CPU count autodetection | Sergei Trofimovich | 2014-08-19 | 1 | -5/+27 |
* | Re-add `--no-dph` option to ./validate | Herbert Valerio Riedel | 2014-08-12 | 1 | -0/+3 |
* | Don't build or test dph by default | Austin Seipp | 2014-08-10 | 1 | -13/+10 |
* | Add BUILD_DPH variable to GHC build-system | Herbert Valerio Riedel | 2014-06-29 | 1 | -3/+10 |
* | Update `sync-all` and others files w.r.t. merged testsuite (re #8545) | Herbert Valerio Riedel | 2014-01-12 | 1 | -2/+1 |
* | Add a --no-dph flag to ./validate | Austin Seipp | 2013-09-04 | 1 | -1/+12 |
* | Teach `validate` script how to `--help` | Herbert Valerio Riedel | 2013-08-31 | 1 | -15/+35 |
* | Run ghc-pkg check during validate | Ian Lynagh | 2013-05-30 | 1 | -0/+19 |
* | Ship transformers with GHC | Ian Lynagh | 2013-01-02 | 1 | -6/+3 |