Commit graph

772 commits

Author SHA1 Message Date
David Tolnay
c6dcc694ba
Generalize backtrace capture to From<Backtrace> 2020-10-06 16:49:02 -07:00
David Tolnay
256576e718
Add test of capturing Arc<Backtrace> 2020-10-06 16:49:01 -07:00
David Tolnay
1baf746f7d
Merge pull request #101 from dtolnay/backtrace-from
Add test of capturing Backtrace/Option<Backtrace> in a From impl
2020-10-06 16:48:54 -07:00
David Tolnay
f83eb46586
Add test of capturing Backtrace/Option<Backtrace> in a From impl 2020-10-06 16:43:09 -07:00
David Tolnay
bf947a2945
Merge pull request #100 from dtolnay/arc-backtrace
Add test involving Arc<Backtrace>
2020-10-06 16:39:27 -07:00
David Tolnay
bd459c8cf3
Add test involving Arc<Backtrace> 2020-10-06 16:15:37 -07:00
David Tolnay
04b91d7646
Change ui tests to work whether or not rust-src is installed 2020-09-04 23:39:02 -07:00
David Tolnay
663d835689
Update ui tests to nightly-2020-09-05 2020-09-04 23:31:10 -07:00
David Tolnay
2a7b7abbb7
Suppress option_if_let_else clippy pedantic lint in test 2020-07-15 18:47:18 -07:00
David Tolnay
de996c863d
Update ui tests to nightly-2020-07-06 2020-07-06 19:18:54 -07:00
David Tolnay
42b537acf0
Release 1.0.20 2020-06-15 16:22:15 -07:00
David Tolnay
f42549e0ef
Work around test suite warning in rustc older than 1.39
Apparently this is fine in 1.39 and up, but older compilers warn.

    warning: enum is never used: `Error`
       --> tests/test_display.rs:151:5
        |
    151 |     pub enum Error {}
        |     ^^^^^^^^^^^^^^
        |
        = note: `#[warn(dead_code)]` on by default

    warning: struct is never constructed: `MyError`
      --> tests/test_lints.rs:15:5
       |
    15 |     pub struct MyError;
       |     ^^^^^^^^^^^^^^^^^^^
       |
       = note: `#[warn(dead_code)]` on by default
2020-06-15 16:21:48 -07:00
David Tolnay
bcb60bd1b5
Merge pull request #92 from dtolnay/qual
Suppress unused_qualifications lint
2020-06-15 16:21:40 -07:00
David Tolnay
d0ece37338
Suppress unused_qualifications lint 2020-06-15 16:12:16 -07:00
David Tolnay
3a80d0325a
Add test involving unused_qualifications 2020-06-15 16:12:16 -07:00
David Tolnay
8305a8cc8a
Release 1.0.19 2020-05-21 19:05:57 -07:00
David Tolnay
8ade6a4420
Merge pull request #89 from dtolnay/clippy
Try to catch clippy::pedantic violations in generated code
2020-05-21 19:05:30 -07:00
David Tolnay
e5191e76ad
Run clippy on test suite in CI 2020-05-21 18:45:01 -07:00
David Tolnay
737b8513b4
Suppress clippy empty_enum pedantic lint in test suite 2020-05-21 18:41:56 -07:00
David Tolnay
0868cd0f62
Resolve clippy useless_format lint in test suite 2020-05-21 18:41:42 -07:00
David Tolnay
4623f923ff
Suppress clippy trivially_copy_pass_by_ref pedantic lint in test suite 2020-05-21 18:41:29 -07:00
David Tolnay
ecb595b389
Suppress clippy used_underscore_binding pedantic lint 2020-05-21 18:41:17 -07:00
David Tolnay
21b5dabc25
Try to catch clippy::pedantic violations in generated code 2020-05-21 18:41:13 -07:00
David Tolnay
3e48c540f6
Resolve clippy map_unwrap_or pedantic lint in test suite 2020-05-21 18:41:05 -07:00
David Tolnay
54adff8fc5
Update name of renamed block_in_if_condition_stmt lint
warning: lint `clippy::block_in_if_condition_stmt` has been renamed to `clippy::blocks_in_if_conditions`
     --> impl/src/lib.rs:1:10
      |
    1 | #![allow(clippy::block_in_if_condition_stmt, clippy::range_plus_one)]
      |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `clippy::blocks_in_if_conditions`
      |
      = note: `#[warn(renamed_and_removed_lints)]` on by default
2020-05-18 18:50:43 -07:00
David Tolnay
25632e8afb
Release 1.0.18 2020-05-15 16:50:39 -07:00
David Tolnay
72aaea5e1f
Merge pull request #87 from dtolnay/span
Reconstruct span information lost by compiler
2020-05-15 16:50:16 -07:00
David Tolnay
3a49609f78
Inherit span from enum to variants 2020-05-15 16:37:07 -07:00
David Tolnay
57b4e9218f
Add failing variation of _0 span test 2020-05-15 16:33:21 -07:00
David Tolnay
3891d985fb
Take a useful span for constructed idents 2020-05-15 16:30:57 -07:00
David Tolnay
7dc7219635
Add failing regression test for issue 86
error[E0425]: cannot find value `_0` in this scope
       --> tests/test_display.rs:208:29
        |
    208 |             #[derive(Debug, Error)]
        |                             ^^^^^ not found in this scope
2020-05-15 16:30:29 -07:00
David Tolnay
f79a85f72b
Release 1.0.17 2020-05-12 22:47:13 -07:00
David Tolnay
627c278a86
Try out a new style of readme badges 2020-05-12 22:46:47 -07:00
David Tolnay
e9e04263d7
Add crosslink icons to top of rustdoc 2020-05-12 21:38:24 -07:00
David Tolnay
d9e27fb249
Update build status badge to GitHub Actions 2020-05-06 00:13:01 -07:00
David Tolnay
8c5ba438e0
Remove Travis configuration 2020-05-03 23:33:57 -07:00
David Tolnay
9bae80e4dc
Merge pull request #84 from dtolnay/actions
Enable GitHub Actions
2020-05-03 01:26:08 -07:00
David Tolnay
4c639125f8
Enable GitHub Actions 2020-05-03 01:17:30 -07:00
David Tolnay
186509da2a
Remove CI badge from Cargo.toml
Support for badges has been deprecated by crates.io.
2020-05-01 21:07:16 -07:00
David Tolnay
94e62a81bc
Release 1.0.16 2020-04-27 15:53:18 -07:00
David Tolnay
fc3ad54411
Merge pull request #82 from dtolnay/transparent
Reject transparent attr in field attribute position
2020-04-27 15:52:47 -07:00
David Tolnay
85b0944eac
Reject transparent attr in field attribute position 2020-04-27 15:48:44 -07:00
David Tolnay
c1ab55293d
Run clippy on latest nightly that has clippy 2020-04-23 10:41:56 -07:00
David Tolnay
dbdb5a2f2b
Update ui tests to nightly-2020-04-20
Relevant rustc bug: https://github.com/rust-lang/rust/issues/71363
2020-04-20 11:37:16 -07:00
David Tolnay
d8d55e6655
Release 1.0.15 2020-04-11 11:37:53 -07:00
David Tolnay
382445c05c
Merge pull request #76 from dtolnay/span
Improve span of missing Display impl error
2020-04-11 11:36:53 -07:00
David Tolnay
4885372ced
Improve span of missing Display impl error 2020-04-11 10:34:26 -07:00
David Tolnay
b649704973
Check which Error the error message refers to 2020-04-11 10:26:37 -07:00
David Tolnay
5075cebf81
Add ui test for Error without Display impl 2020-04-11 10:13:11 -07:00
David Tolnay
6fd4059298
Release 1.0.14 2020-03-29 08:47:11 -07:00