| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
| |
The configure script will determine if nightly is required for running
benchmarks, because `test` is currently an unstable feature.
|
|
|
|
|
|
|
|
|
|
|
|
| |
Given that developers should be doing TDD and therefore running this target
frequently, this has the effect of providing immediate feedback when
formatting is needed and outputting a diff. Developers will then quickly
understand what changes need to be made to avoid future issues (and can run
`cargo fmt` to fix it), at which point they'll rarely ever encounter
formatting errors.
The original purpose was to ensure pipelines fail when the formatter has not
been run.
|
|
|
|
|
| |
This is intended to permit passing `--release`, since dev builds are
terribly slow (e.g. 6s -> 0.2s). See README.md for more information.
|
|
|