Skip to content

Releases: dtolnay/trybuild

1.0.101

18 Oct 16:24
1.0.101
32408f9
Compare
Choose a tag to compare
  • Fix rustflags unification when using target-specific rustflags in a config.toml (#293)

1.0.100

15 Oct 00:53
1.0.100
909f751
Compare
Choose a tag to compare
  • Documentation improvements (#288, #289)

1.0.99

15 Oct 00:53
1.0.99
831f5ef
Compare
Choose a tag to compare
  • Keep track of whether manifest overrides workspace dependency's default-features (#284)

1.0.98

29 Jul 00:27
1.0.98
a4f4171
Compare
Choose a tag to compare
  • Fix enabling of default features for workspace dependencies (#282, thanks @gui1117)

1.0.97

06 Jul 20:12
1.0.97
daeef9c
Compare
Choose a tag to compare
  • Normalize number of types listed in "the following other types implement trait" diagnostics (#277)

1.0.96

14 May 21:33
1.0.96
b1b7064
Compare
Choose a tag to compare
  • Support Windows builds that have OUT_DIR prefixed with \\?\ (#271)

1.0.95

09 May 23:26
1.0.95
02e6117
Compare
Choose a tag to compare
  • Keep long type names in diagnostics so that test output does not vary depending on the length of the absolute filepath of the crate (#269)

1.0.94

07 May 02:15
1.0.94
9ed763b
Compare
Choose a tag to compare
  • Resolve unexpected_cfgs warning (#268)

1.0.93

04 May 20:49
1.0.93
8a57d8c
Compare
Choose a tag to compare
  • Remove dependency on once_cell crate (#266, thanks @taiki-e)

1.0.92

04 May 00:45
1.0.92
5fb7cae
Compare
Choose a tag to compare
  • Update normalization of verbose type paths to accommodate error message changes in rust 1.78 (#265, thanks @weiznich)