Changelog for
racer-2.0.12-18.11.x86_64.rpm :
Sun Nov 26 13:00:00 2017 jones_ldAATTprotonmail.com
- 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
Tue Sep 5 14:00:00 2017 luke.nukem.jonesAATTgmail.com
- 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
Fri Jun 9 14:00:00 2017 luke.nukem.jonesAATTgmail.com
-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
Tue May 2 14:00:00 2017 luke.nukem.jonesAATTgmail.com
- resolve Self (e.g. in-impl function calls like Self::myfunction())
- Fix stack overflow issue on unresolvable imports
Fri Feb 10 13:00:00 2017 luke.nukem.jonesAATTgmail.com
- Update to 2.0.5
* No changlog provided by upstream
Sun Jul 3 14:00:00 2016 kgronlundAATTsuse.com
- Switch to packaging using cargo-vendor
Wed Jun 29 14:00:00 2016 kgronlundAATTsuse.com
- Initial packaging (version 1.2.5)