History log of /third_party/rust/crates/syn/ (Results 1 - 1 of 1)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
fad3a1d308-Apr-2024 openharmony_ci <120357966@qq.com>

!8 syn 1.0.107升级至2.0.48
Merge pull request !8 from Future/new4


.gitattributes
.github/FUNDING.yml
.github/workflows/ci.yml
.gitignore
BUILD.gn
Cargo.toml
LICENSE-APACHE
LICENSE-MIT
README.OpenSource
README.md
benches/file.rs
benches/rust.rs
build.rs
codegen/Cargo.toml
codegen/README.md
codegen/src/cfg.rs
codegen/src/clone.rs
codegen/src/debug.rs
codegen/src/eq.rs
codegen/src/file.rs
codegen/src/fold.rs
codegen/src/full.rs
codegen/src/gen.rs
codegen/src/hash.rs
codegen/src/json.rs
codegen/src/lookup.rs
codegen/src/main.rs
codegen/src/operand.rs
codegen/src/parse.rs
codegen/src/snapshot.rs
codegen/src/version.rs
codegen/src/visit.rs
codegen/src/visit_mut.rs
codegen/src/workspace_path.rs
dev/Cargo.toml
dev/README.md
dev/main.rs
dev/parse.rs
examples/README.md
examples/dump-syntax/Cargo.toml
examples/dump-syntax/README.md
examples/dump-syntax/src/main.rs
examples/heapsize/README.md
examples/heapsize/example/Cargo.toml
examples/heapsize/example/src/main.rs
examples/heapsize/heapsize/Cargo.toml
examples/heapsize/heapsize/src/lib.rs
examples/heapsize/heapsize_derive/Cargo.toml
examples/heapsize/heapsize_derive/src/lib.rs
examples/lazy-static/README.md
examples/lazy-static/example/Cargo.toml
examples/lazy-static/example/src/main.rs
examples/lazy-static/lazy-static/Cargo.toml
examples/lazy-static/lazy-static/src/lib.rs
examples/trace-var/README.md
examples/trace-var/example/Cargo.toml
examples/trace-var/example/src/main.rs
examples/trace-var/trace-var/Cargo.toml
examples/trace-var/trace-var/src/lib.rs
fuzz/.gitignore
fuzz/Cargo.toml
fuzz/fuzz_targets/create_token_buffer.rs
fuzz/fuzz_targets/parse_file.rs
json/Cargo.toml
json/src/lib.rs
src/attr.rs
src/bigint.rs
src/buffer.rs
src/custom_keyword.rs
src/custom_punctuation.rs
src/data.rs
src/derive.rs
src/discouraged.rs
src/drops.rs
src/error.rs
src/export.rs
src/expr.rs
src/ext.rs
src/file.rs
src/gen/clone.rs
src/gen/debug.rs
src/gen/eq.rs
src/gen/fold.rs
src/gen/hash.rs
src/gen/visit.rs
src/gen/visit_mut.rs
src/gen_helper.rs
src/generics.rs
src/group.rs
src/ident.rs
src/item.rs
src/lib.rs
src/lifetime.rs
src/lit.rs
src/lookahead.rs
src/mac.rs
src/macros.rs
src/meta.rs
src/op.rs
src/parse.rs
src/parse_macro_input.rs
src/parse_quote.rs
src/pat.rs
src/path.rs
src/print.rs
src/punctuated.rs
src/restriction.rs
src/sealed.rs
src/span.rs
src/spanned.rs
src/stmt.rs
src/thread.rs
src/token.rs
src/tt.rs
src/ty.rs
src/verbatim.rs
src/whitespace.rs
syn.json
tests/common/eq.rs
tests/common/mod.rs
tests/common/parse.rs
tests/debug/gen.rs
tests/debug/mod.rs
tests/features/Cargo.toml
tests/features/lib.rs
tests/macros/mod.rs
tests/regression.rs
tests/regression/issue1108.rs
tests/regression/issue1235.rs
tests/repo/mod.rs
tests/repo/progress.rs
tests/test_asyncness.rs
tests/test_attribute.rs
tests/test_derive_input.rs
tests/test_expr.rs
tests/test_generics.rs
tests/test_grouping.rs
tests/test_ident.rs
tests/test_item.rs
tests/test_iterators.rs
tests/test_lit.rs
tests/test_meta.rs
tests/test_parse_buffer.rs
tests/test_parse_quote.rs
tests/test_parse_stream.rs
tests/test_pat.rs
tests/test_path.rs
tests/test_precedence.rs
tests/test_receiver.rs
tests/test_round_trip.rs
tests/test_shebang.rs
tests/test_should_parse.rs
tests/test_size.rs
tests/test_stmt.rs
tests/test_token_trees.rs
tests/test_ty.rs
tests/test_visibility.rs
tests/zzz_stable.rs