Commit Graph

416 Commits

Author SHA1 Message Date
徐未来
76b407eb79 syn 1.0.107升级至2.0.48
Signed-off-by: 徐未来 <xuweilai2@huawei.com>
2024-04-02 16:51:27 +08:00
openharmony_ci
e4c68997d9
回退 'Pull Request !6 : syn 1.0.107升级至2.0.48' 2024-04-02 03:27:54 +00:00
徐未来
20f0300a69 syn 1.0.107升级至2.0.48
Signed-off-by: 徐未来 <xuweilai2@huawei.com>
2024-04-01 20:47:12 +08:00
openharmony_ci
cf68197ecf
回退 'Pull Request !4 : syn 1.0.107升级至2.0.48' 2024-04-01 12:11:54 +00:00
徐未来
f138b90acb syn 1.0.107升级至2.0.48
Signed-off-by: 徐未来 <xuweilai2@huawei.com>
2024-03-08 17:26:00 +08:00
David Tolnay
4168f6bbdf
Release 1.0.107 2022-12-18 08:56:42 -08:00
David Tolnay
d8690f212e
Opt out -Zrustdoc-scrape-examples on docs.rs
I'd like a chance to audit all the code that rustdoc is inserting into
the docs. Currently I am skeptical that showing syn's internal usages of
APIs is a net benefit to the public documentation. I am also skeptical
that quite so many examples are needed, and that they should be featured
so prominently in comparison to handwritten docs. Lastly I wish there
were a way to turn this behavior off on a more granular basis.
2022-12-18 08:49:21 -08:00
David Tolnay
5306cdeb5f
Release 1.0.106 2022-12-17 12:03:30 -08:00
David Tolnay
998e86375b
Release 1.0.105 2022-11-30 23:51:49 -08:00
David Tolnay
78fa618e96
Release 1.0.104 2022-11-27 17:42:18 -08:00
David Tolnay
c29c2abf1b
Release 1.0.103 2022-10-20 14:38:12 -07:00
David Tolnay
e4127c706c
Release 1.0.102 2022-10-06 17:43:35 -07:00
David Tolnay
5f8ddfb5a8
Pull in proc-macro2 1.0.46 for byte order mark fix
Without this, our benchmarks fail against the current contents of the
rust-lang/rust repo.

    $ cargo test --release --bench rust --features full,test
    871050 lines in 12914 files
    read_from_disk:     elapsed=0.170s
    tokenstream_parse:  FAIL tests/rust/src/test/ui/json/json-bom-plus-crlf-multifile-aux.rs
    thread 'main' panicked at 'assertion failed: `(left == right)`
      left: `12913`,
     right: `12914`', benches/rust.rs:122:5
    note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
2022-09-28 19:02:05 -07:00
David Tolnay
96beb3bdd6
Release 1.0.101 2022-09-26 10:59:31 -07:00
David Tolnay
3d01fc3fea
Release 1.0.100 2022-09-18 17:18:53 -07:00
David Tolnay
64e34ba69f
Remove default package.readme metadata from Cargo.toml
Since cargo 1.46.0, README.md is recognized by default.
2022-09-14 09:16:01 -07:00
David Tolnay
60ecbac376
Release 1.0.99 2022-08-02 20:56:05 -07:00
David Tolnay
b8619c8460
Update keywords in crates.io metadata 2022-08-02 10:38:56 -07:00
David Tolnay
18ad352954
Add parser-implementations category to crates.io metadata 2022-08-01 00:15:29 -07:00
David Tolnay
d9da9c991f
Sort package entries in Cargo.toml 2022-07-31 19:19:06 -07:00
David Tolnay
3424444c7f
Release 1.0.98 2022-06-18 17:34:26 -07:00
David Tolnay
19b3f0b535
Release 1.0.97 2022-06-18 13:15:49 -07:00
David Tolnay
5ea8931523
Add all examples into top-level workspace 2022-06-06 13:21:50 -07:00
David Tolnay
cb8760bcdc
Release 1.0.96 2022-06-02 13:23:41 -07:00
David Tolnay
f8acab5518
Release 1.0.95 2022-05-16 15:38:18 -07:00
David Tolnay
be107389d4
Replace unicode-xid with unicode-ident crate 2022-05-16 15:30:15 -07:00
David Tolnay
fd1a51c69f
Release 1.0.94 2022-05-12 22:26:58 -07:00
David Tolnay
2e505a8471
Release 1.0.93 2022-05-09 18:45:02 -07:00
David Tolnay
069bdf5757
Release 1.0.92 2022-04-28 18:43:34 -07:00
David Tolnay
183e344d8d
Release 1.0.91 2022-04-05 16:25:42 -07:00
David Tolnay
a0f0bb3d62
Release 1.0.90 2022-03-28 09:36:06 -07:00
David Tolnay
8d4eb4c597
Release 1.0.89 2022-03-16 12:02:23 -07:00
David Tolnay
fcaca365da
Release 1.0.88 2022-03-14 20:10:09 -07:00
David Tolnay
1a0cf9d3c2
Release 1.0.87 2022-03-13 22:56:02 -07:00
David Tolnay
7ff292d5ac
Release 1.0.86 2022-01-19 17:01:06 -08:00
David Tolnay
b9c9e8a82b
Release 1.0.85 2022-01-05 21:07:04 -08:00
David Tolnay
277b55ff3e
Release 1.0.84 2021-12-25 19:15:39 -08:00
David Tolnay
27ee511721
Release 1.0.83 2021-12-22 16:21:55 -08:00
David Tolnay
c585502d81
Add a regression test harness using automod 2021-12-22 15:25:59 -08:00
David Tolnay
5697be5300
Release 1.0.82 2021-11-24 18:33:37 -08:00
David Tolnay
6044282060
Release 1.0.81 2021-10-26 12:28:26 -07:00
David Tolnay
793b1c395e
Pull in proc-macro2 negative literal support 2021-10-26 12:18:38 -07:00
David Tolnay
0fda5ad1a0
Use 'FromStr for Literal' instead of TokenStream workaround 2021-10-26 11:00:46 -07:00
David Tolnay
3255bbffe4
Release 1.0.80 2021-10-05 23:11:31 -04:00
David Tolnay
7d976183bf
Release 1.0.79 2021-10-05 21:41:35 -04:00
David Tolnay
7a946ff89d
Release 1.0.78 2021-10-02 18:41:16 -07:00
David Tolnay
a1096c2fbe
Declare minimum Rust version in Cargo metadata 2021-10-02 02:09:37 -04:00
David Tolnay
e91c00e0d9
Release 1.0.77 2021-09-23 16:22:36 -07:00
David Tolnay
733718cac5
Add test binary that runs parser on *.crate 2021-09-12 17:06:39 -07:00
David Tolnay
8820d7320f
Release 1.0.76 2021-09-03 14:22:27 -07:00