Skip to content

Releases: dtolnay/trybuild

1.0.56

12 Feb 06:04
1.0.56
79270de
Compare
Choose a tag to compare
  • Better normalization of Windows filepaths in diagnostics (#147)

1.0.55

30 Jan 21:35
1.0.55
e801d15
Compare
Choose a tag to compare
  • Use the same version of the Cargo resolver for the test build as used by the crate being tested (#149)

1.0.54

03 Jan 20:17
1.0.54
ce52c4e
Compare
Choose a tag to compare
  • Drop dependency on lazy_static in favor of once_cell

1.0.53

03 Dec 03:41
1.0.53
feec62d
Compare
Choose a tag to compare
  • Normalize diagnostics inside of generated sources written to the Cargo-provided OUT_DIR (#143)

1.0.52

26 Oct 17:32
1.0.52
2ee6ca1
Compare
Choose a tag to compare

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)