Skip to content

Releases: dtolnay/thiserror

1.0.57

11 Feb 18:49
1.0.57
1d106b1

Choose a tag to compare

  • Generate more efficient Display impl for error message which do not contain any interpolated value (#286, thanks @nyurik)

1.0.56

02 Jan 06:09
1.0.56
77d0af4

Choose a tag to compare

  • Update proc-macro2 to fix caching issue when using a rustc-wrapper such as sccache

1.0.55

02 Jan 04:47
1.0.55
6089273

Choose a tag to compare

  • Work around improperly cached build script result by sccache – second attempt (#280)

1.0.54

02 Jan 04:46
1.0.54
447c328

Choose a tag to compare

  • Work around improperly cached build script result by sccache – first attempt (#279)

1.0.53

30 Dec 21:55
1.0.53
af28d9c

Choose a tag to compare

  • Reduce spurious rebuilds under RustRover IDE when using a nightly toolchain (#270)

1.0.52

25 Dec 21:03
1.0.52
be83323

Choose a tag to compare

  • Fix interaction with RUSTC_BOOTSTRAP (#269)

1.0.51

15 Dec 22:22
1.0.51
0555b80

Choose a tag to compare

  • Improve diagnostics when an invalid attribute previously caused thiserror to generate no Error impl (#266)

1.0.50

19 Oct 18:14
1.0.50
a7d220d

Choose a tag to compare

  • Improve diagnostic when a #[source], #[from], or #[transparant] attribute refers to a type that has no std::error::Error impl (#258, thanks @de-vri-es)

1.0.49

27 Sep 00:41
1.0.49
54465b7

Choose a tag to compare

  • Access libcore types through ::core in generated code (#255, thanks @mina86)

1.0.48

02 Sep 20:51
1.0.48
5c5f342

Choose a tag to compare

  • Improve implementation of displaying Path values in a generated Display impl (#251, thanks @mina86)