Open
Conversation
68ce83e to
d86a7c7
Compare
d86a7c7 to
846c1c6
Compare
846c1c6 to
eeb5c45
Compare
eeb5c45 to
1467c00
Compare
1467c00 to
970334c
Compare
449f92e to
797275b
Compare
afff5ed to
33f6922
Compare
aa3e92f to
130b96d
Compare
d334f8a to
614eff6
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:
2.0->2.0.106Release Notes
dtolnay/syn (syn)
v2.0.106Compare Source
~constsyntax with[const]conditionally const syntax in trait bounds (#1896, https://github.com/rust-lang/rust/pull/139858)v2.0.105Compare Source
impl !T {}(#1881, https://github.com/rust-lang/rust/pull/144386)v2.0.104Compare Source
v2.0.103Compare Source
v2.0.102Compare Source
v2.0.101Compare Source
v2.0.100Compare Source
Visit::visit_token_stream,VisitMut::visit_token_stream_mut,Fold::fold_token_streamfor processing TokenStream during syntax tree traversals (#1852)v2.0.99Compare Source
v2.0.98Compare Source
ParseStream::callandPunctuatedparsers (#1847)v2.0.97Compare Source
v2.0.96Compare Source
v2.0.95Compare Source
v2.0.94Compare Source
v2.0.93Compare Source
x as T <<= y(#1804),break as T(#1805),match x { _ if .. => {} }(#1807)|| -> T 'a: {}(#1806),if break x {}(#1808, #1810)v2.0.92Compare Source
v2.0.91Compare Source
Vec<Arm>usingparse_quote!(#1796, #1797)v2.0.90Compare Source
(#[attr] thing).field(#1785)(thing.field)()andthing.0()(#1786)v2.0.89Compare Source
v2.0.88Compare Source
parse_str(#1783)v2.0.87Compare Source
Cursor::any_group(#1777)Expr::peek(#1778)v2.0.86Compare Source
parse_quote!to produce Vec<Attribute> (#1775)v2.0.85Compare Source
v2.0.84Compare Source
impl Sized + use<Self>(#1772)v2.0.83Compare Source
v2.0.82Compare Source
Parseimpls for PreciseCapture and CapturedParam (#1757, #1758)unsafeattributes (#1759)v2.0.81Compare Source
impl Trait + use<'a, T>(#1752, #1753, #1754)v2.0.80Compare Source
Expr::RawAddr(#1743)v2.0.79Compare Source
useitems containing absolute paths (#1742)v2.0.78Compare Source
v2.0.77Compare Source
Expr::Tuplein non-"full" mode (#1727)v2.0.76Compare Source
becomekeyword is followed by an expression (#1725)v2.0.75Compare Source
v2.0.74Compare Source
Genericsiterator methods (#1719)v2.0.73Compare Source
Fields::membersiterator (#1716, thanks @Fancyflame)v2.0.72Compare Source
use<'a, T>precise capturing bounds (#1707, thanks @compiler-errors)v2.0.71Compare Source
v2.0.70Compare Source
v2.0.69Compare Source
Punctuated::getandget_mut(#1693)v2.0.68Compare Source
parse_quote!parses invalid syntax (#1690, thanks @stepancheg)GroupandLifetime(#1687)v2.0.67Compare Source
LitCStrin ParseStream::peek (#1682)v2.0.66Compare Source
v2.0.65Compare Source
Foldto compile faster (#1666, #1667, #1668)v2.0.64Compare Source
catch_unwind(#1646)breakandreturnin loop headers (#1656)v2.0.63Compare Source
v2.0.62Compare Source
v2.0.61Compare Source
v2.0.60Compare Source
peek(#1625)v2.0.59Compare Source
c"…"andcr"…"C-string literal syntax asLit::CStr(#1502)v2.0.58Compare Source
$incustom_punctuation!macro (#1611)v2.0.57Compare Source
quotewhen built with default-features disabled and the "proc-macro" feature enabled (#1608, thanks @BD103)v2.0.56Compare Source
v2.0.55Compare Source
v2.0.54Compare Source
custom_keyword!with syn's "printing" feature disabled (#1602)v2.0.53Compare Source
v2.0.52Compare Source
v2.0.51Compare Source
v2.0.50Compare Source
v2.0.49Compare Source
LitStr::parse(#1590)v2.0.48Compare Source
else(#1578)v2.0.47Compare Source
v2.0.46Compare Source
v2.0.45Compare Source
DeriveInputasExpr::Verbatimin non-"full" mode, instead of error (#1513)PatTypewithparse_quote!(#1573)v2.0.44Compare Source
v2.0.43Compare Source
v2.0.42Compare Source
v2.0.41Compare Source
parse_quote!(#1548)v2.0.40Compare Source
v2.0.39Compare Source
v2.0.38Compare Source
boolas a custom keyword (#1518, thanks @Vanille-N)v2.0.37Compare Source
v2.0.36Compare Source
--generate-link-to-definitiondocumentation builds (#1514)v2.0.35Compare Source
Token!macro (#1510, #1512)v2.0.34Compare Source
v2.0.33Compare Source
(/*ERROR*/)placeholder that rustc uses for macros that fail to expandv2.0.32Compare Source
Path::require_identaccessor (#1496, thanks @Fancyflame)v2.0.31Compare Source
v2.0.30Compare Source
v2.0.29Compare Source
v2.0.28Compare Source
v2.0.27Compare Source
v2.0.26Compare Source
SpannedforQSelf(#1465)v2.0.25Compare Source
v2.0.24Compare Source
v2.0.23Compare Source
where [(); { T::COUNT }]:in non-"full" mode (#1478)v2.0.22Compare Source
c"…"c-string literals (tracking issue: https://github.com/rust-lang/rust/issues/105723)v2.0.21Compare Source
LitByteStr::valuein the case of a cooked byte string literal containing form feed or vertical tab characters following an escaped newline (#1474)v2.0.20Compare Source
v2.0.19Compare Source
v2.0.18Compare Source
v2.0.17Compare Source
v2.0.16Compare Source
builtin #syntax as Expr::Verbatim (https://github.com/rust-lang/rust/issues/110680, #1454)v2.0.15Compare Source
Type::Tupleof length 1 prints as a tuple even if trailing comma is not provided in the Punctuated (#1444, thanks @Fancyflame)v2.0.14Compare Source
v2.0.13Compare Source
v2.0.12Compare Source
compile_error!by absolute path in token stream produced by syn::Error::to_compile_error (#1431, thanks @smoelius)v2.0.11Compare Source
v2.0.10Compare Source
v2.0.9Compare Source
typeitems in an extern block, trait, or module from being markeddefaultimpl T { fn f(&self); }— omitted function bodies are allowed by TraitItemFn, but inimplblocks this syntax is now parsed as ImplItem::Verbatim rather than ImplItem::Fnv2.0.8Compare Source
trykeyword as 2015-edition identifier in definition of try macro (#1422)v2.0.7Compare Source
mut selfinside of Type::BareFnv2.0.6Compare Source
v2.0.5Compare Source
ExprMacrodata structure even whenfeatures="full"is not used (#1417)v2.0.4Compare Source
v2.0.3Compare Source
ExprGroupdata structure even whenfeatures="full"is not used (#1412)v2.0.2Compare Source
v2.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.