Skip to content

0.4.4

Choose a tag to compare

@dtolnay dtolnay released this 29 May 03:16
· 1080 commits to master since this release
0.4.4
8d71928
  • Deprecate TokenStream::empty, provide equivalent TokenStream::new (rust-lang/rust#51073)
  • Performance improvement for the common case of parsing ASCII identifiers (#94, thanks @nnethercote)