Skip to content

Releases: dtolnay/prettyplease

0.2.25

23 Oct 23:36
0.2.25
50de5c6
Compare
Choose a tag to compare

0.2.24

20 Oct 05:46
0.2.24
c6f0815
Compare
Choose a tag to compare
  • Improve support for use<> syntax (#83)

0.2.23

19 Oct 19:14
0.2.23
a1701f7
Compare
Choose a tag to compare
  • Support formatting &raw const place and &raw mut place expressions (#82)

0.2.22

25 Aug 19:44
0.2.22
c28d8ea
Compare
Choose a tag to compare
  • Support formatting precise capture use<> syntax (#80)

0.2.21

24 Aug 20:59
0.2.21
ea2044e
Compare
Choose a tag to compare
  • Support formatting tail-call become expressions (#79)

0.2.20

07 May 04:16
0.2.20
179974c
Compare
Choose a tag to compare
  • Resolve unexpected_cfgs warning (#73)

0.2.19

15 Apr 01:31
0.2.19
e0d74e6
Compare
Choose a tag to compare
  • Improve line placement for field assignment with multiline value (#68)

0.2.18

15 Apr 01:08
0.2.18
659fde6
Compare
Choose a tag to compare
  • Support Rust 1.77's C-string literal syntax

0.2.17

25 Mar 05:34
0.2.17
0875d2d
Compare
Choose a tag to compare
  • Fix formatting of imports that contain ::{self as (#70)

0.2.16

02 Jan 06:29
0.2.16
380c7b8
Compare
Choose a tag to compare
  • Update proc-macro2 to fix caching issue when using a rustc-wrapper such as sccache