trybuild

Test harness for ui tests of compiler diagnostics

APACHE-2.0 License

Downloads
14M
Stars
784
Committers
22
trybuild - Latest Release

Published by dtolnay 3 months ago

  • Fix enabling of default features for workspace dependencies (#282, thanks @gui1117)
trybuild -

Published by dtolnay 4 months ago

  • Normalize number of types listed in "the following other types implement trait" diagnostics (#277)
trybuild -

Published by dtolnay 5 months ago

  • Support Windows builds that have OUT_DIR prefixed with \\?\ (#271)
trybuild -

Published by dtolnay 6 months ago

  • 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)
trybuild -

Published by dtolnay 6 months ago

  • Resolve unexpected_cfgs warning (#268)
trybuild -

Published by dtolnay 6 months ago

  • Remove dependency on once_cell crate (#266, thanks @taiki-e)
trybuild -

Published by dtolnay 6 months ago

  • Update normalization of verbose type paths to accommodate error message changes in rust 1.78 (#265, thanks @weiznich)
trybuild -

Published by dtolnay 7 months ago

  • Update required Rust version to 1.70 (#262, thanks @csnover)
trybuild -

Published by dtolnay 7 months ago

  • Support dotted key syntax in workspace Cargo.toml when using edition={workspace=true} (#257)
trybuild -

Published by dtolnay 9 months ago

  • Normalize compiler build date messages (#254)
trybuild -

Published by dtolnay 10 months ago

  • Work around dead_code warning false positive (#253)
trybuild -

Published by dtolnay 10 months ago

  • Update proc-macro2 to fix caching issue when using a rustc-wrapper such as sccache
trybuild -

Published by dtolnay 10 months ago

  • Support edition 2024 (#250, #252, thanks @mohe2015)
trybuild -

Published by dtolnay about 1 year ago

  • Set thread name to produce better message on panic (#243, #244)
trybuild -

Published by dtolnay about 1 year ago

trybuild -

Published by dtolnay about 1 year ago

  • Improve normalization of code blocks after 'help:' (#238)
trybuild -

Published by dtolnay over 1 year ago

  • Documentation improvements
trybuild -

Published by dtolnay over 1 year ago

trybuild -

Published by dtolnay over 1 year ago

  • Improve normalization of error messages when using Cargo sparse registry protocol (#227, thanks @MingweiSamuel0)
trybuild -

Published by dtolnay over 1 year ago

  • Use the more preferred .cargo/config.toml for configuring generated test package, rather than .cargo/config (#226)