Open
Conversation
b3d1036 to
f126974
Compare
f126974 to
b1cc176
Compare
b1cc176 to
a4365dd
Compare
a4365dd to
0d5cf40
Compare
2d5f960 to
3a1792a
Compare
8e90d9d to
1a5cfde
Compare
aae22d3 to
23fea65
Compare
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
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->1.0.101Release Notes
dtolnay/proc-macro2 (proc-macro2)
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, https://github.com/rust-lang/rust/pull/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: https://github.com/rust-lang/rust/issues/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, https://github.com/rust-lang/rust/pull/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: https://github.com/rust-lang/rust/issues/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, https://github.com/rust-lang/rust/pull/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, https://github.com/rust-lang/rust/pull/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
v1.0.19Compare Source
v1.0.18Compare Source
v1.0.17Compare Source
proc_macro2::fallback::force()from 1.0.12 at the same time asproc-macro2 = { default-features = false }(#233)v1.0.16Compare Source
v1.0.15Compare Source
v1.0.14Compare Source
cfg(procmacro2_semver_exempt)for now but will be stabilized when Rust 1.45 is released (#228, thanks @kevinmehall)v1.0.13Compare Source
br#"..."#suffix,b'?'suffix,'?'suffixv1.0.12Compare Source
v1.0.11Compare Source
(yanked)
v1.0.10Compare Source
v1.0.9Compare Source
v1.0.8Compare Source
v1.0.7Compare Source
v1.0.6Compare Source
Just retriggering a docs.rs build because 1.0.5 failed. See https://github.com/alexcrichton/proc-macro2/issues/203 and https://github.com/rust-lang/docs.rs/issues/440.
v1.0.5Compare Source
impl Extend<TokenTree> for TokenStream(#198)v1.0.4Compare Source
Literal::subspanmethod to match libproc_macro (#195)v1.0.3Compare Source
v1.0.2Compare Source
impl From<TokenTree> for TokenStreamto match libproc_macrov1.0.1Compare Source
Configuration
📅 Schedule: Branch creation - "before 8am" in timezone Europe/Berlin, 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.