Package Release Info

racer-2.0.12-bp151.3.1

Update Info: Base Release
Available in Package Hub : 15 SP1

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

racer

Change Logs

Version: 2.0.12-bp150.2.5
* Sun Nov 26 2017 jones_ld@protonmail.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 05 2017 luke.nukem.jones@gmail.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 09 2017 luke.nukem.jones@gmail.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 02 2017 luke.nukem.jones@gmail.com
- resolve Self (e.g. in-impl function calls like Self::myfunction())
- Fix stack overflow issue on unresolvable imports
* Fri Feb 10 2017 luke.nukem.jones@gmail.com
- Update to 2.0.5
  * No changlog provided by upstream
* Sun Jul 03 2016 kgronlund@suse.com
- Switch to packaging using cargo-vendor
* Wed Jun 29 2016 kgronlund@suse.com
- Initial packaging (version 1.2.5)