rustdef
rustdef copied to clipboard
Bump quote from 1.0.10 to 1.0.25
Bumps quote from 1.0.10 to 1.0.25.
Release notes
Sourced from quote's releases.
1.0.23
- Opt out of
-Zrustdoc-scrape-exampleson docs.rs for now1.0.22
- Documentation improvements
1.0.21
- Add keywords to crates.io metadata
1.0.20
- Remove workaround for dealing with invalid spans on new enough compilers (#224, thanks
@mystor)- Use
Ident::new_rawto quote raw identifiers (#225, thanks@mystor)1.0.19
- Improve the way rustc's -Zunpretty=expanded renders quote's expanded code (#221)
1.0.18
- Special case
quote!/quote_spanned!for inputs of size 1 and 2 tokens to improve performance (#217, thanks@nnethercote)- Documentation improvement (#219)
1.0.17
- Documentation improvements
1.0.16
- Improve compile time of
quote!andquote_spanned!calls by a few percent (#209, #210, thanks@nnethercote@lqd)1.0.15
- Retrigger docs.rs build to work around rustdoc regression (rust-lang/rust#92331)
1.0.14
- Optimization to reduce calls over the proc macro bridge (#203)
1.0.13
- Documentation improvements
1.0.12
- Fix proc-macro2 dependency to work with
-Zminimal-versionsbuilds1.0.11
- Improve performance of quote invocations involving literals, lifetimes, and underscore tokens
Commits
91dfd00Release 1.0.25d9f38b5Add a ui test with ambiguous quote_spanned span364f021Merge pull request #239 from dtolnay/quotespanned7f1119fGeneralize quote_spanned to accept DelimSpan as spane8930aeMerge pull request #238 from dtolnay/pubuse9866125Split wildcard re-export in runtime module into private and public5c776cbRelease 1.0.243967c87Add another non-public comment on Spanned traitcd7c205Seal the private api Spanned traitd8551a9Merge pull request #237 from dtolnay/delim- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)