Skip to content
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

Update Rust crate proc-macro2 to 1.0.81 - autoclosed #26

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Aug 1, 2021

Mend Renovate

This PR contains the following updates:

Package Type Update Change
proc-macro2 dependencies patch 1.0.27 -> 1.0.81

Release Notes

dtolnay/proc-macro2 (proc-macro2)

v1.0.81

Compare Source

  • Documentation improvements

v1.0.80

Compare Source

  • Add Literal::byte_character constructor (#​449)
  • Add Literal::c_string constructor #​450)

v1.0.79

Compare Source

  • Clean up dead code

v1.0.78

Compare Source

v1.0.77

Compare Source

v1.0.76

Compare Source

  • Work around dead_code warning false positive (#​435)

v1.0.75

Compare Source

  • Improve error messages related to proc_macro::LexError (#​434)

v1.0.74

Compare Source

  • Work around improperly cached build script result by sccache (#​432)

v1.0.73

Compare Source

  • Documentation improvements

v1.0.72

Compare Source

  • Improve build script to be robust to proc_macro::Span unstable API changes

v1.0.71

Compare Source

  • Turn on deny(unsafe_op_in_unsafe_fn) lint

v1.0.70

Compare Source

  • Add #[track_caller] on Ident::new so that panics on invalid input are attributed to the caller (#​423)

v1.0.69

Compare Source

  • Fix Span::source_text() bug causing panics or incorrect source text (#​410)

v1.0.68

Compare Source

  • Fix panic in Span::source_text() when source contains multibyte characters (#​408)

v1.0.67

Compare Source

  • Special handling for the (/*ERROR*/) placeholder that rustc uses for macros that fail to expand (#​405)

v1.0.66

Compare Source

  • Raise required compiler from Rust 1.31 to 1.56

v1.0.65

Compare Source

  • Documentation improvements

v1.0.64

Compare Source

  • Fix parsing of bare \r in between tokens (#​399)

v1.0.63

Compare Source

v1.0.62

Compare Source

yanked

v1.0.61

Compare Source

  • Stricter parsing of whitespace in cooked string literals and between tokens (#​392, #​393)

v1.0.60

Compare Source

  • Eliminate uses of unstable proc_macro::Span::before/after (#​391)

v1.0.59

Compare Source

  • Enable proc_macro support on wasm targets (#​388)

v1.0.58

Compare Source

  • Make rustc version detection more robust by compiling against modernest stable features (#​384)

v1.0.57

Compare Source

v1.0.56

Compare Source

  • Circumvent clippy::octal_escapes lint inside generated string and byte-string literals (#​363, #​380)
  • Provide RefUnwindSafe impls for compilers older than 1.58 (#​382)

v1.0.55

Compare Source

  • Set a meaningful Span for literals produced via the FromStr impl of Literal (#​378)
  • Implement Literal::subspan in non-macro contexts when "span-locations" feature is enabled (#​379)

v1.0.54

Compare Source

  • Performance improvement to "span-locations" feature (#​373)
  • Fix unbounded memory usage when calling proc-macro2's parser from a fuzzer (#​374)

v1.0.53

Compare Source

  • Add support for Rust 1.66's source_text() method (#​350)

v1.0.52

Compare Source

v1.0.51

Compare Source

  • Implement rustc's limit on the number of # used for delimiting a raw string literal: 255 (#​364)

v1.0.50

Compare Source

  • Implement Hash for proc_macro2::LineColumn (#​362)

v1.0.49

Compare Source

  • Opt out of -Zrustdoc-scrape-examples on docs.rs for now

v1.0.48

Compare Source

  • Documentation improvements

v1.0.47

Compare Source

  • Fix integer overflow when nesting depth of nested comments exceeds 4 billion (#​357)

v1.0.46

Compare Source

  • Make proc_macro2::TokenStream's FromStr impl consistent with proc_macro::TokenStream's on strings that begin with a byte order mark \u{feff} (#​353)

v1.0.45

Compare Source

  • Fix panic on parsing disallowed raw identifiers such as r#self (#​351)

v1.0.44

Compare Source

v1.0.43

Compare Source

  • Add keywords to crates.io metadata

v1.0.42

Compare Source

  • Improve parsing performance in non-macro mode (#​335)
  • Expose a size_hint() for TokenStream's iterator (#​334)

v1.0.41

Compare Source

  • Produce an accurate .size_hint() from TokenStream's iterator (#​334)

v1.0.40

Compare Source

v1.0.39

Compare Source

v1.0.38

Compare Source

  • Reduce allocations done by Literal::byte_string constructor (#​328)

v1.0.37

Compare Source

  • Rely on unicode-xid to optimize ASCII properly (#​325)

v1.0.36

Compare Source

  • Improve performance of creating literal tokens through quote! macro

v1.0.35

Compare Source

  • Try to diagnose "cannot find type SourceFile" errors better (#​311)

v1.0.34

Compare Source

  • Work around doc build failure due to docs.rs flags change (#​310)

v1.0.33

Compare Source

v1.0.32

Compare Source

v1.0.31

Compare Source

  • Update Cargo metadata to new repository location

v1.0.30

Compare Source

  • Use proc_macro::is_available on Rust 1.57+ to support projects built with panic=abort or cg_clif (#​300, thanks @​bjorn3)

v1.0.29

Compare Source

  • Pick up stable implementation of proc_macro's impl FromStr for Literal (#​287)

v1.0.28

Compare Source


Configuration

📅 Schedule: Branch creation - "before 3am on the first day of the month" (UTC), 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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot changed the title Update Rust crate proc-macro2 to 1.0.28 Update Rust crate proc-macro2 to 1.0.30 Oct 18, 2021
@renovate renovate bot changed the title Update Rust crate proc-macro2 to 1.0.30 Update Rust crate proc-macro2 to 1.0.36 Mar 7, 2022
@renovate renovate bot force-pushed the renovate/proc-macro2-1.x branch from b39018c to 9d700a1 Compare March 7, 2022 10:48
@renovate renovate bot changed the title Update Rust crate proc-macro2 to 1.0.36 Update Rust crate proc-macro2 to 1.0.37 Apr 24, 2022
@renovate renovate bot force-pushed the renovate/proc-macro2-1.x branch from 9d700a1 to 26e04ea Compare April 24, 2022 19:23
@renovate renovate bot changed the title Update Rust crate proc-macro2 to 1.0.37 Update Rust crate proc-macro2 to 1.0.38 May 16, 2022
@renovate renovate bot force-pushed the renovate/proc-macro2-1.x branch from 26e04ea to 99c386d Compare May 16, 2022 02:39
@renovate renovate bot force-pushed the renovate/proc-macro2-1.x branch from 99c386d to d0ceb4a Compare June 18, 2022 17:32
@renovate renovate bot changed the title Update Rust crate proc-macro2 to 1.0.38 Update Rust crate proc-macro2 to 1.0.39 Jun 18, 2022
@renovate renovate bot force-pushed the renovate/proc-macro2-1.x branch from d0ceb4a to d8d2462 Compare June 23, 2022 20:15
@renovate renovate bot changed the title Update Rust crate proc-macro2 to 1.0.39 Update Rust crate proc-macro2 to 1.0.40 Jun 23, 2022
@renovate renovate bot changed the title Update Rust crate proc-macro2 to 1.0.40 Update Rust crate proc-macro2 to 1.0.44 Sep 25, 2022
@renovate renovate bot changed the title Update Rust crate proc-macro2 to 1.0.44 Update Rust crate proc-macro2 to 1.0.47 Nov 20, 2022
@renovate renovate bot force-pushed the renovate/proc-macro2-1.x branch from 0906657 to ffb4cc8 Compare March 18, 2023 08:05
@renovate renovate bot changed the title Update Rust crate proc-macro2 to 1.0.47 Update Rust crate proc-macro2 to 1.0.52 Mar 18, 2023
@renovate renovate bot changed the title Update Rust crate proc-macro2 to 1.0.52 Update Rust crate proc-macro2 to 1.0.53 Mar 23, 2023
@renovate renovate bot force-pushed the renovate/proc-macro2-1.x branch from ffb4cc8 to bcc6de4 Compare March 23, 2023 13:40
@renovate renovate bot changed the title Update Rust crate proc-macro2 to 1.0.53 Update Rust crate proc-macro2 to 1.0.54 Mar 26, 2023
@renovate renovate bot force-pushed the renovate/proc-macro2-1.x branch from bcc6de4 to 7570b94 Compare March 26, 2023 18:42
@renovate renovate bot changed the title Update Rust crate proc-macro2 to 1.0.54 Update Rust crate proc-macro2 to 1.0.56 Apr 3, 2023
@renovate renovate bot force-pushed the renovate/proc-macro2-1.x branch from 7570b94 to e1584b0 Compare April 3, 2023 10:23
@renovate renovate bot force-pushed the renovate/proc-macro2-1.x branch from e1584b0 to 729a973 Compare May 28, 2023 10:11
@renovate renovate bot changed the title Update Rust crate proc-macro2 to 1.0.56 Update Rust crate proc-macro2 to 1.0.59 May 28, 2023
@renovate renovate bot force-pushed the renovate/proc-macro2-1.x branch from 729a973 to 40ea692 Compare June 8, 2023 07:40
@renovate renovate bot changed the title Update Rust crate proc-macro2 to 1.0.59 Update Rust crate proc-macro2 to 1.0.60 Jun 8, 2023
@renovate renovate bot force-pushed the renovate/proc-macro2-1.x branch from 40ea692 to abde479 Compare June 24, 2023 23:11
@renovate renovate bot changed the title Update Rust crate proc-macro2 to 1.0.60 Update Rust crate proc-macro2 to 1.0.61 Jun 24, 2023
@renovate renovate bot force-pushed the renovate/proc-macro2-1.x branch from 5f58056 to f6f5e86 Compare October 6, 2023 06:05
@renovate renovate bot changed the title Update Rust crate proc-macro2 to 1.0.67 Update Rust crate proc-macro2 to 1.0.68 Oct 6, 2023
@renovate renovate bot changed the title Update Rust crate proc-macro2 to 1.0.68 Update Rust crate proc-macro2 to 1.0.69 Oct 9, 2023
@renovate renovate bot force-pushed the renovate/proc-macro2-1.x branch from f6f5e86 to b30554b Compare October 9, 2023 04:38
@renovate renovate bot changed the title Update Rust crate proc-macro2 to 1.0.69 Update Rust crate proc-macro2 to 1.0.70 Nov 26, 2023
@renovate renovate bot changed the title Update Rust crate proc-macro2 to 1.0.70 Update Rust crate proc-macro2 to 1.0.71 Dec 21, 2023
@renovate renovate bot changed the title Update Rust crate proc-macro2 to 1.0.71 Update Rust crate proc-macro2 to 1.0.72 Dec 31, 2023
@renovate renovate bot force-pushed the renovate/proc-macro2-1.x branch from a28ecd8 to 3a599de Compare January 1, 2024 01:41
@renovate renovate bot changed the title Update Rust crate proc-macro2 to 1.0.72 Update Rust crate proc-macro2 to 1.0.73 Jan 1, 2024
@renovate renovate bot force-pushed the renovate/proc-macro2-1.x branch from 3a599de to 01f71cd Compare January 2, 2024 07:52
@renovate renovate bot changed the title Update Rust crate proc-macro2 to 1.0.73 Update Rust crate proc-macro2 to 1.0.74 Jan 2, 2024
@renovate renovate bot force-pushed the renovate/proc-macro2-1.x branch from 01f71cd to fb157f0 Compare January 4, 2024 02:07
@renovate renovate bot changed the title Update Rust crate proc-macro2 to 1.0.74 Update Rust crate proc-macro2 to 1.0.75 Jan 4, 2024
@renovate renovate bot force-pushed the renovate/proc-macro2-1.x branch from fb157f0 to e729632 Compare January 6, 2024 05:01
@renovate renovate bot changed the title Update Rust crate proc-macro2 to 1.0.75 Update Rust crate proc-macro2 to 1.0.76 Jan 6, 2024
@renovate renovate bot changed the title Update Rust crate proc-macro2 to 1.0.76 Update Rust crate proc-macro2 to 1.0.78 Jan 21, 2024
@renovate renovate bot force-pushed the renovate/proc-macro2-1.x branch from 758d7f4 to f9b22bc Compare March 12, 2024 04:27
@renovate renovate bot changed the title Update Rust crate proc-macro2 to 1.0.78 Update Rust crate proc-macro2 to 1.0.79 Mar 12, 2024
@renovate renovate bot force-pushed the renovate/proc-macro2-1.x branch from f9b22bc to 3a38f71 Compare April 15, 2024 01:50
@renovate renovate bot changed the title Update Rust crate proc-macro2 to 1.0.79 Update Rust crate proc-macro2 to 1.0.80 Apr 15, 2024
@renovate renovate bot force-pushed the renovate/proc-macro2-1.x branch from 3a38f71 to e6c1865 Compare April 17, 2024 05:16
@renovate renovate bot changed the title Update Rust crate proc-macro2 to 1.0.80 Update Rust crate proc-macro2 to 1.0.81 Apr 17, 2024
@renovate renovate bot changed the title Update Rust crate proc-macro2 to 1.0.81 Update Rust crate proc-macro2 to 1.0.81 - autoclosed May 5, 2024
@renovate renovate bot closed this May 5, 2024
@renovate renovate bot deleted the renovate/proc-macro2-1.x branch May 5, 2024 10:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants