Skip to content

Releases: dtolnay/trybuild

1.0.51

26 Oct 02:57
1.0.51
f74cd93
Compare
Choose a tag to compare
  • Strip line numbers from every file other than the one that was the argument to fn compile_fail (#136)

1.0.50

12 Oct 00:53
1.0.50
df0dcc7
Compare
Choose a tag to compare
  • Fix a case of normalization unexpectedly replacing a URL component as if it were a directory path (#134)

1.0.49

08 Oct 05:33
1.0.49
7ddf992
Compare
Choose a tag to compare
  • Improvements to normalization of project directory in compiler output (#130, #131, #132)

1.0.48

08 Oct 05:32
1.0.48
996ca19
Compare
Choose a tag to compare
  • Eliminate inconsistency between windows and unix filepaths in diagnostics

1.0.47

07 Oct 04:14
1.0.47
c1916bd
Compare
Choose a tag to compare
  • Normalize extern crate filepaths after --> to account for upstream rustc diagnostics changes (#128)

1.0.46

05 Oct 19:36
1.0.46
cb75f40
Compare
Choose a tag to compare
  • Support edition = "2021"

1.0.45

15 Aug 00:19
1.0.45
a6b3b2c
Compare
Choose a tag to compare
  • Expose a cfg that forces building as host architecture during a cross build (#123, thanks @taiki-e)

1.0.44

07 Aug 17:46
1.0.44
0b33c0b
Compare
Choose a tag to compare
  • Make ui tests compatible with -Z instrument-coverage and other uses of RUSTFLAGS (#121, thanks @taiki-e)

1.0.43

26 Jul 23:13
1.0.43
9825a4b
Compare
Choose a tag to compare
  • Replace path to cargo registry with normalized path (#117, thanks @bkchr)

1.0.42

10 Apr 02:27
1.0.42
39600a2
Compare
Choose a tag to compare
  • Prevent concurrent test runs from clashing on project directory (#58, #114)