Dan Gohman
967da59181
Fix shellcheck warnings in shell scripts.
2018-06-12 05:02:25 -07:00
Dan Gohman
6b88cd44a8
Update to rustfmt-preview ( #348 )
...
* Update to rustfmt-preview.
* Run "cargo fmt --all" with rustfmt 0.4.1.
rustfmt 0.4.1 is the latest release of rustfmt-preview available on the
stable channel.
* Fix a long line that rustfmt 0.4.1 can't handle.
* Remove unneeded commas left behind by rustfmt.
2018-05-25 11:38:38 -07:00
Dan Gohman
d394ae0902
Enable "set -euo pipefail" in all bash scripts.
...
This enables "set -e", "set -u", and "set -o pipefail", which
catch common errors.
2018-02-27 15:32:21 -08:00
Dan Gohman
ddf967962f
Use --all in some scripts. ( #154 )
...
This avoids the need to list all the packages in test-all.sh.
2017-09-12 13:27:58 -07:00
Jakob Stoklund Olesen
38bb98cf39
Make sure we can find rustfmt.
2017-01-25 15:57:43 -08:00
Jakob Stoklund Olesen
f9734458f8
Promote the src/tools crate to the top-level workspace.
...
The 'src' and 'tests' top-level directories now contain tools sources
and integration tests for any of the library crates.
2016-10-17 15:04:29 -07:00