Skip to content

Releases: dtolnay/proc-macro2

1.0.44

24 Sep 22:11
1.0.44
8f4fd2c
Compare
Choose a tag to compare
  • Expose span.before() and span.after() to access an empty Span located immediately before or after the input span (#348, upstream tracking issue: rust-lang/rust#87552)

1.0.43

03 Aug 03:53
1.0.43
774a265
Compare
Choose a tag to compare
  • Add keywords to crates.io metadata

1.0.42

25 Jul 23:23
1.0.42
a77588b
Compare
Choose a tag to compare
  • Improve parsing performance in non-macro mode (#335)
  • Expose a size_hint() for TokenStream's iterator (#334)

1.0.41

25 Jul 04:46
1.0.41
67778bc
Compare
Choose a tag to compare
  • Produce an accurate .size_hint() from TokenStream's iterator (#334)

1.0.40

20 Jun 01:45
1.0.40
e6bc873
Compare
Choose a tag to compare
  • Stabilize Ident::new_raw constructor (#331, thanks @mystor)

1.0.39

16 May 22:31
1.0.39
6e59fa0
Compare
Choose a tag to compare

1.0.38

06 May 04:48
1.0.38
b501cdf
Compare
Choose a tag to compare
  • Reduce allocations done by Literal::byte_string constructor (#328)

1.0.37

06 May 04:47
1.0.37
df73b6a
Compare
Choose a tag to compare
  • Rely on unicode-xid to optimize ASCII properly (#325)

1.0.36

27 Dec 20:04
1.0.36
7ecea3b
Compare
Choose a tag to compare
  • Improve performance of creating literal tokens through quote! macro

1.0.35

26 Dec 22:06
1.0.35
a7eabbd
Compare
Choose a tag to compare
  • Try to diagnose "cannot find type SourceFile" errors better (#311)