topecongiro
45146e16ee
nightly-0.2.8
2017-09-28 18:11:23 +09:00
topecongiro
bfac2755d4
Cargo update
2017-09-28 18:11:18 +09:00
Nick Cameron
02d8067f14
nightly-0.2.7
2017-09-21 10:50:45 +12:00
topecongiro
ed2687f33b
Cargo update
2017-09-15 17:05:27 +09:00
Nick Cameron
7e309a4ad8
nightly-0.2.6
2017-09-14 16:06:36 +12:00
Nick Cameron
8122f0b083
nightly-0.2.5
...
And cargo update
2017-08-31 14:32:54 +12:00
Nick Cameron
e780532239
nightly-0.2.4
2017-08-30 13:56:08 +12:00
Nick Cameron
897b224b54
nightly-0.2.3
2017-08-30 12:26:27 +12:00
Seiichi Uchida
98f737c708
Cargo update
2017-08-28 23:39:56 +09:00
Nick Cameron
bc9c65a2ac
0.2.2
2017-08-22 13:09:13 +12:00
topecongiro
a763f3b75b
Cargo update
2017-08-11 17:54:54 +09:00
Nick Cameron
cb351440e9
cargo update
2017-07-25 15:57:56 +12:00
Nick Cameron
6984c05e69
Change the writemode to overwrite
2017-07-21 11:22:51 +12:00
Nick Cameron
ed90489871
cargo update
2017-07-10 16:18:41 +12:00
Nick Cameron
818ff7a602
nightly-0.1.8
2017-07-05 15:59:24 +12:00
Nick Cameron
f028cbe760
nightly-0.1.7
2017-06-23 17:03:47 +12:00
Nick Cameron
c9d53e13d7
nightly-0.1.6
2017-06-23 16:30:19 +12:00
Nick Cameron
fbc95385d3
nightly-0.1.5
2017-06-20 17:00:01 +12:00
Nick Cameron
cd6092ebf9
nightly-0.1.4
2017-06-19 13:22:42 +12:00
Nick Cameron
34fa428471
make file_lines::Range public
2017-06-19 12:58:29 +12:00
Nick Cameron
562d218ce9
Update README for running the nightly version
2017-06-16 12:00:43 +12:00
Nick Cameron
5f1bab26c4
Move to Libsyntax
2017-06-14 14:01:56 +12:00
Nick Cameron
1f512948a0
Reformat source code using new defaults
2017-06-13 14:41:49 +12:00
Nick Cameron
67e26970c3
v0.8.5 + cargo update
2017-06-12 15:44:56 +12:00
est31
727963afe4
Update syntex_syntax
...
Bases on commit to switch to libsyntax by @nrc
2017-06-06 07:31:47 +02:00
Nick Cameron
a7b8dcc60d
Simplify --version info
2017-05-25 16:39:44 +12:00
Nick Cameron
393ba27311
Remove dependency on Itertools
2017-05-25 16:23:07 +12:00
Nick Cameron
80f3b3c9c4
Remove multimap dep
2017-05-25 15:59:06 +12:00
Nick Cameron
219822ba3f
Bump version of strings.rs and cargo update
2017-05-18 07:59:09 +12:00
Nick Cameron
18070f4041
bump version (0.8.4) and cargo update
2017-05-10 10:43:34 +12:00
est31
78d4ef1992
Drop rustc-serialize, use serde, update toml dependency
2017-05-03 10:23:50 +02:00
Nick Cameron
89f6aa2996
cargo update
2017-05-03 18:02:48 +12:00
Sheng Hau
0653b8413e
Show exit codes' meanings with the rustfmt help message
2017-04-19 00:25:48 +08:00
Nick Cameron
fa732ede8b
v0.8.2
2017-04-06 21:22:29 +12:00
Nick Cameron
7377dfc38c
release v8.1
2017-03-28 13:19:59 +13:00
Nick Cameron
4ed5a3bac7
Bump version to 0.8 and cargo update
2017-03-08 10:18:10 +13:00
Nick Cameron
c9ac348759
Fix failing test
2017-03-02 15:03:32 +13:00
Nick Cameron
2261947f6e
Catch attributes before comments
...
Closes #1280
Closes #1284
2017-01-26 15:10:47 +13:00
Nick Cameron
6572874965
Update to latest Syntex
...
As a side-effect of the Path changes, we are now a bit more aggressive about normalising paths.
2017-01-20 08:20:49 +13:00
Nick Cameron
923423fa32
v0.7.0 and cargo update
2017-01-17 13:12:08 +13:00
Nick Cameron
32cb839855
Macros in types are possible
...
Fixes #1234
2017-01-06 16:06:09 +13:00
Erick Tryzelaar
836682eef4
Version bump for toml, unicode-segmentation, itertools, and walkdir
2016-12-23 11:26:23 -08:00
Erick Tryzelaar
e67ffcfb21
Update to the latest syntex module
...
One notable feature is this this adds support for the experimental
`let x = loop { ... break $expr; }` syntax. This also includes a
test for formatting all the break and continue variations.
2016-12-23 11:20:07 -08:00
Nick Cameron
d3eba76e4d
update Serde, etc.
...
Lots of changes to how closures work
2016-11-21 11:02:18 +13:00
Nick Cameron
61ab06a92e
v0.6.3
2016-11-20 10:37:34 +13:00
Nick Cameron
f1df5c1aa9
cargo update
2016-10-07 12:58:18 +13:00
Nick Cameron
4418fab4f2
Update to latest Syntex
...
+ Cargo update
+ 0.6.2 release
2016-09-16 15:28:02 +12:00
Nick Cameron
d022f05f34
v0.6.0
2016-08-11 10:08:59 +12:00
Nick Cameron
ddda46d265
rustup
2016-07-04 15:46:58 +12:00
Kamal Marhubi
5361f61110
Include git commit and worktree status in version output ( #1060 )
...
This will help in debugging issues as rustfmt gets more users.
If the working tree is clean, output looks like
$ target/debug/rustfmt -V
0.5.0 (9f5ed3b)
If the working tree is dirty, output looks like
$ target/debug/rustfmt -V
0.5.0 (9f5ed3b worktree dirty)
If git is unavailable, output looks like
$ target/debug/rustfmt -V
0.5.0 (git commit unavailable)
To avoid rebuilds on changing tests, the build script will only rerun if
files under src/ are changed. This means the actual git status may show
changed files and this would not show up in the version. This should not
be an issue as files not in src/ should not affect the build output.
2016-06-12 10:38:03 +02:00