Nick Cameron
|
78957d371e
|
Use crates.io for everything
|
2015-12-14 08:03:58 +13:00 |
|
Nick Cameron
|
e94bd34a06
|
cargo upgrade, bug fix, and prepare for packaging
|
2015-12-08 16:19:23 +13:00 |
|
Alex Crichton
|
26958a1c10
|
Move option parsing to crates.io-based getopts crate
Should help adding more options in the future as well!
|
2015-10-23 13:46:14 -07:00 |
|
Alex Crichton
|
579fb34417
|
Remove dependence on rustc/rustc_driver, use syntex
Instead just parse manually with the `syntex_syntax` crate which is a clone of
libsyntax on crates.io which builds on stable Rust.
|
2015-10-23 13:46:14 -07:00 |
|
Alex Crichton
|
cda463275e
|
Use the log/env_logger crates from crates.io
|
2015-10-23 13:46:14 -07:00 |
|
Steve Klabnik
|
67e5c28fd9
|
Use newer style in Cargo.toml
This keeps everything under dependencies, which is nice.
|
2015-10-08 11:09:54 -04:00 |
|
Marcus Klaas
|
da3d2f57da
|
Bump diff.rs version
This should make the computation of diffs quite a bit faster, which is particularly noticable in tests.
|
2015-09-14 20:22:07 +02:00 |
|
Sinh Pham
|
e7a5f9327e
|
Add diff write mode https://github.com/nrc/rustfmt/issues/261
|
2015-09-10 18:30:07 -04:00 |
|
Sinh Pham
|
e47646b44b
|
Small style fixes.
|
2015-09-09 07:56:56 -04:00 |
|
Sinh Pham
|
61f642f6f8
|
Support unicode in string literals.
|
2015-09-03 23:41:25 -04:00 |
|
Marcus Klaas
|
adeafb3e45
|
Refactor diff handling in tests
This splits the generation and display of mismatches. Mismatches now include a few lines of context. Finally, diffs are now coloured.
|
2015-08-30 22:31:26 +02:00 |
|
Simon Bernier St-Pierre
|
9ead47151e
|
Add project-specific configuration file support
|
2015-08-25 19:05:30 -04:00 |
|
Marcus Klaas
|
98c9c6e9ef
|
implement framework for system tests
|
2015-06-05 17:50:22 +02:00 |
|
Nick Cameron
|
1a09a6d00a
|
Use config file for constants
|
2015-05-23 17:53:53 +12:00 |
|
Nick Cameron
|
aa6f7e8d3c
|
Add default.toml and modify the build system for it
|
2015-05-23 15:28:41 +12:00 |
|
Marcus Klaas
|
4ecde410c4
|
Show diffs for failing tests
|
2015-05-12 02:19:14 +02:00 |
|
Tobias Bucher
|
2145108043
|
Rename src/mod.rs to src/main.rs to adhere to the standard crate format
|
2015-04-30 13:37:09 +02:00 |
|
Nick Cameron
|
8f5b899c85
|
Use strings.rs rather than local modules
|
2015-04-14 13:13:35 +12:00 |
|
Nick Cameron
|
7417ab5aed
|
Working prototype
Implements a few formatting options using an approach where we modify the source using a rope. Uses very ad-hoc rules for formatting.
|
2015-03-08 11:46:35 +13:00 |
|