| AArch64 | |
| ppc64le | |
| s390x | |
| x86-64 |
- Update to 2.0.12
+ Fix bug that broke completions in previous release
- Version 2.0.11
+ Use rustup to find libstd path even when used as library
- Update to version 2.0.10
+ Support resolving `use as` aliases declared in multi-element `use` statements #753
+ Provide suggestions for global paths in more cases #765
+ Suggestions imported via `use as` statements now return their in-scope alias as the match string #767
+ Add new commands for converting between points and coordinates in files #776
+ Return fewer duplicate suggestions #778
+ Handle cases where mod names and trait methods collide, such as `fmt` #781
- Version 2.0.9
+ Support completion after using try operator `?` #726
+ Find methods on cooked string literals #728
+ Fix bug caused by closure completions feature #734
+ Find static methods on enums #737
+ Find doc comments on named and indexed struct fields #739
+ Find `pub(restricted)` items #748
-Update to v2.0.8
+ Fix bug finding definitions where impl contains bang #717
+ Find definition for closures #697
+ Resolve types for tuple struct fields #722
+ Resolve types for let patterns #724
+ Fix completions for reference fields #723
-Fixes from v2.0.7
+ Fix panic with macros called `impl*` #701
+ Relax semver specs
- resolve Self (e.g. in-impl function calls like Self::myfunction()) - Fix stack overflow issue on unresolvable imports
- Update to 2.0.5 * No changlog provided by upstream
- Switch to packaging using cargo-vendor
- Initial packaging (version 1.2.5)