Skip to content

Releases: Manishearth/compiletest-rs

v0.9.0

23 Sep 08:49
6bcae19
Compare
Choose a tag to compare
Release 0.9.0

v0.8.0

22 May 20:08
3d21595
Compare
Choose a tag to compare
Bump to v0.8.0

v0.7.0

23 Apr 08:09
5eec29d
Compare
Choose a tag to compare
Bump to 0.7.0

v0.6.0

10 Feb 14:35
77df2f4
Compare
Choose a tag to compare

This release adds:

  • Basic "bless" support (#231)
  • Assembly tests (#225)

v0.3.19

03 Mar 14:58
Compare
Choose a tag to compare

Just a small point-release that adds a a new flag to TestOpts on nightly (see 250a638 and rust-lang/rust#58689), and a dead-link fix in the README.

Thanks to and @mati865 and @kevinmehall

v0.3.18

03 Jan 13:46
Compare
Choose a tag to compare

This is a semi-small release adding rustfix support, and fixing some deprecation warnings.

Thanks to @phansch!

v0.3.17

09 Nov 13:12
Compare
Choose a tag to compare

I haven't done releases for the past two releases, so I'll try to summarize the changes since 0.3.14 here:

  • Travis has been added to the build process, building both nightly, beta and stable
  • Warnings have been fixed in stable builds
  • Tests in test-project have been updated
  • The ConfigWithTemp struct is now publically exposed, so users can construct it themselves
  • The tester crate (an added dependency to support stable) has been updated to fix the issues we had with RunIgnored

Thanks to @dtolnay @phansch @RalfJung @SergioBenitez @messense @nabijaczleweli for their efforts.

v0.3.14

17 Aug 08:30
Compare
Choose a tag to compare
  • Add regex support to replacements

Thanks to @SergioBenitez

v0.3.13

27 Jul 10:03
Compare
Choose a tag to compare
  • Match errors using the callsite of macro expansions (closes #119, corresponds to rust-lang/rust#52175)
  • Fix expected error message in a test, and run tests on AppVeyor (closes #113)

All thanks to @fpoli

v0.3.12

23 Jul 10:56
Compare
Choose a tag to compare
  • Stabilize slice::rotate_left (#115)
  • Fix error code for latest nightly (#118)

Thanks to @SergioBenitez and @messense