Skip to content

Releases: dtolnay/thiserror

1.0.53

30 Dec 21:55
1.0.53
af28d9c
Compare
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
Compare
Choose a tag to compare
  • Fix interaction with RUSTC_BOOTSTRAP (#269)

1.0.51

15 Dec 22:22
1.0.51
0555b80
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare
  • Improve implementation of displaying Path values in a generated Display impl (#251, thanks @mina86)

1.0.47

17 Aug 02:58
1.0.47
0495eaa
Compare
Choose a tag to compare

1.0.46

15 Aug 15:23
1.0.46
5ada5d5
Compare
Choose a tag to compare
  • Add bootstrap workaround to allow rustc to depend on thiserror (#248, thanks @RalfJung)

1.0.45

15 Aug 06:22
1.0.45
06f1895
Compare
Choose a tag to compare

1.0.44

21 Jul 05:14
1.0.44
54b70cf
Compare
Choose a tag to compare
  • Documentation improvements