Skip to content

Releases: dtolnay/thiserror

1.0.59

20 Apr 19:14
1.0.59
e7ad85e
Compare
Choose a tag to compare
  • Unblock testing of rustc debug-fmt-detail option (#297)

1.0.58

12 Mar 02:56
1.0.58
df8bffa
Compare
Choose a tag to compare
  • Make backtrace support available when using -Dwarnings (#292)

1.0.57

11 Feb 18:49
1.0.57
1d106b1
Compare
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
Compare
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
Compare
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
Compare
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
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)