-
Notifications
You must be signed in to change notification settings - Fork 0
Update Rust crate proc-macro2 to v1.0.103 #26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
renovate
wants to merge
1
commit into
master
Choose a base branch
from
renovate/proc-macro2-1.x-lockfile
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5d6f169 to
678003d
Compare
678003d to
f950e10
Compare
f950e10 to
721355f
Compare
721355f to
b59a8db
Compare
b59a8db to
e4a32b3
Compare
e4a32b3 to
da27b93
Compare
da27b93 to
6b8c5bf
Compare
6b8c5bf to
fe0b5f0
Compare
fe0b5f0 to
de6e505
Compare
de6e505 to
a33073f
Compare
a33073f to
4fd35b2
Compare
4fd35b2 to
0a81624
Compare
0a81624 to
cdcabe6
Compare
cdcabe6 to
efd14cd
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
1.0.19->1.0.103Release Notes
dtolnay/proc-macro2 (proc-macro2)
v1.0.103Compare Source
Literalmethodsstr_value,cstr_value,byte_str_value(#525)v1.0.102Compare Source
v1.0.101Compare Source
v1.0.100Compare Source
Spanmethods on Rust 1.88+:start,end,line,column,file,local_file(#517, #518)v1.0.99Compare Source
v1.0.98Compare Source
'prefix#lifetime(#514, rust-lang/rust#126452)v1.0.97Compare Source
v1.0.96Compare Source
v1.0.95Compare Source
RUSTFLAGS=--cfg=procmacro2_semver_exemptto that of nightly-2025-04-16 (#497)v1.0.94Compare Source
v1.0.93Compare Source
v1.0.92Compare Source
v1.0.91Compare Source
v1.0.90Compare Source
v1.0.89Compare Source
v1.0.88Compare Source
Span::startandSpan::endinside proc macros on nightly (#472)v1.0.87Compare Source
Punct::new(#470)v1.0.86Compare Source
v1.0.85Compare Source
v1.0.84Compare Source
v1.0.83Compare Source
Ident(#462)v1.0.82Compare Source
v1.0.81Compare Source
v1.0.80Compare Source
Literal::byte_characterconstructor (#449)Literal::c_stringconstructor #450)v1.0.79Compare Source
v1.0.78Compare Source
v1.0.77Compare Source
v1.0.76Compare Source
dead_codewarning false positive (#435)v1.0.75Compare Source
v1.0.74Compare Source
v1.0.73Compare Source
v1.0.72Compare Source
v1.0.71Compare Source
deny(unsafe_op_in_unsafe_fn)lintv1.0.70Compare Source
Ident::newso that panics on invalid input are attributed to the caller (#423)v1.0.69Compare Source
v1.0.68Compare Source
v1.0.67Compare Source
(/*ERROR*/)placeholder that rustc uses for macros that fail to expand (#405)v1.0.66Compare Source
v1.0.65Compare Source
v1.0.64Compare Source
\rin between tokens (#399)v1.0.63Compare Source
c"…"c-string literals (tracking issue: rust-lang/rust#105723)v1.0.62Compare Source
yanked
v1.0.61Compare Source
v1.0.60Compare Source
v1.0.59Compare Source
v1.0.58Compare Source
v1.0.57Compare Source
start()/end()implementation onSpanwhile the upstream API is iterated on (#383, rust-lang/rust#111571)v1.0.56Compare Source
v1.0.55Compare Source
Spanfor literals produced via theFromStrimpl ofLiteral(#378)Literal::subspanin non-macro contexts when "span-locations" feature is enabled (#379)v1.0.54Compare Source
v1.0.53Compare Source
source_text()method (#350)v1.0.52Compare Source
Group::delim_span(#366)v1.0.51Compare Source
#used for delimiting a raw string literal: 255 (#364)v1.0.50Compare Source
v1.0.49Compare Source
-Zrustdoc-scrape-exampleson docs.rs for nowv1.0.48Compare Source
v1.0.47Compare Source
v1.0.46Compare Source
FromStrimpl consistent with proc_macro::TokenStream's on strings that begin with a byte order mark\u{feff}(#353)v1.0.45Compare Source
r#self(#351)v1.0.44Compare Source
span.before()andspan.after()to access an emptySpanlocated immediately before or after the input span (#348, upstream tracking issue: rust-lang/rust#87552)v1.0.43Compare Source
v1.0.42Compare Source
v1.0.41Compare Source
.size_hint()fromTokenStream's iterator (#334)v1.0.40Compare Source
Ident::new_rawconstructor (#331, thanks @mystor)v1.0.39Compare Source
v1.0.38Compare Source
Literal::byte_stringconstructor (#328)v1.0.37Compare Source
v1.0.36Compare Source
quote!macrov1.0.35Compare Source
v1.0.34Compare Source
v1.0.33Compare Source
Group::span_open/span_closeon Rust 1.55+ to reflect their stabilization in rustc (#305, rust-lang/rust#86136)v1.0.32Compare Source
v1.0.31Compare Source
v1.0.30Compare Source
v1.0.29Compare Source
impl FromStr for Literal(#287)v1.0.28Compare Source
v1.0.27Compare Source
impl FromStr for Literal(#286, rust-lang/rust#84717)v1.0.26Compare Source
impl LexError { pub fn span(&self) -> Span }(#283)v1.0.25Compare Source
v1.0.24Compare Source
v1.0.23Compare Source
v1.0.22Compare Source
v1.0.21Compare Source
v1.0.20Compare Source
Configuration
📅 Schedule: Branch creation - "after 9am on Saturday" in timezone Asia/Tokyo, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.