Skip to content

Releases: dtolnay/async-trait

0.1.38

17 Aug 17:24
0.1.38
7e82be9
Compare
Choose a tag to compare
  • Suppress trivially_copy_pass_by_ref in generated code (#120)

0.1.37

12 Aug 20:20
0.1.37
2dafce7
Compare
Choose a tag to compare
  • Work around unused_parens warning resulting from rustc bug (#118)

0.1.36

19 Jun 02:06
0.1.36
89923af
Compare
Choose a tag to compare
  • Avoid clippy needless_lifetimes lint in generated code (#110)

0.1.35

09 Jun 01:41
0.1.35
79f9aa2
Compare
Choose a tag to compare
  • Improve support for impls with elided lifetimes in the impl signature (#107, thanks @taiki-e)

0.1.34

08 Jun 23:51
0.1.34
7c746b6
Compare
Choose a tag to compare
  • Better error reporting on use of associated items behind a Self keyword (#103, thanks @taiki-e)
  • Fix errors involving "`self` value is a keyword only available in methods with `self` parameter" in apparently correct code (#105, thanks @taiki-e)

0.1.33

04 Jun 00:52
0.1.33
5220bbd
Compare
Choose a tag to compare
  • Preserve span of errors involving a Self keyword (#102, thanks @taiki-e)

0.1.32

02 Jun 18:53
0.1.32
882661d
Compare
Choose a tag to compare
  • Support applications of Self keyword inside macro invocations in impl blocks (#92, #100, thanks @taiki-e)

0.1.31

13 May 06:01
0.1.31
d2265ce
Compare
Choose a tag to compare
  • Documentation improvements

0.1.30

07 Apr 03:14
0.1.30
3aa5e48
Compare
Choose a tag to compare
  • Fix failure to parse trait objects with missing dyn keyword in Self type of impl block (#89)
  • Remove support_old_nightly unstable feature

0.1.29

02 Apr 01:03
0.1.29
eec7231
Compare
Choose a tag to compare
  • Avoid triggering more style lints than would be triggered in ordinary trait impls (#85)
  • Handle Self:: in more syntax positions (#87)