Skip to content

Releases: dtolnay/trybuild

1.0.88

06 Jan 02:49
1.0.88
52caff6
Compare
Choose a tag to compare
  • Work around dead_code warning false positive (#253)

1.0.87

02 Jan 17:40
1.0.87
0081291
Compare
Choose a tag to compare
  • Update proc-macro2 to fix caching issue when using a rustc-wrapper such as sccache

1.0.86

20 Dec 03:23
1.0.86
a6cbfe8
Compare
Choose a tag to compare

1.0.85

16 Sep 19:37
1.0.85
9692965
Compare
Choose a tag to compare
  • Set thread name to produce better message on panic (#243, #244)

1.0.84

10 Sep 19:23
1.0.84
c26438e
Compare
Choose a tag to compare
  • Stabilize usage of Cargo's --keep-going build mode, which parallelizes test compilation for a significant speedup (rust-lang/cargo#12568, #240)

1.0.83

10 Sep 19:22
1.0.83
eec8ca6
Compare
Choose a tag to compare
  • Improve normalization of code blocks after 'help:' (#238)

1.0.82

21 Jul 05:15
1.0.82
58b2d89
Compare
Choose a tag to compare
  • Documentation improvements

1.0.81

04 Jul 17:18
1.0.81
6ebfd13
Compare
Choose a tag to compare
Release 1.0.81

1.0.80

20 Mar 11:58
1.0.80
a408546
Compare
Choose a tag to compare
  • Improve normalization of error messages when using Cargo sparse registry protocol (#227, thanks @MingweiSamuel0)

1.0.79

05 Mar 22:55
1.0.79
3e2da69
Compare
Choose a tag to compare
  • Use the more preferred .cargo/config.toml for configuring generated test package, rather than .cargo/config (#226)