All Versions
52
Latest Version
Avg Release Cycle
28 days
Latest Release
1626 days ago

Changelog History
Page 5

  • v2.0.9 Changes

    • ๐Ÿ‘Œ 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
  • v2.0.8 Changes

    • ๐Ÿ›  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
  • v2.0.7 Changes

    • ๐Ÿ›  Fix panic with macros called impl* #701
    • ๐Ÿ˜Œ Relax semver specs
  • v2.0.6 Changes

    • resolve Self (e.g. in-impl function calls like Self::myfunction())
    • ๐Ÿ›  Fix stack overflow issue on unresolvable imports :tada: #698
  • v2.0.5 Changes

    • Chained completions on separate lines now work #686
  • v2.0.4 Changes

    • ๐Ÿ›  Fix for find-doc not always returning full doc string #675
  • v2.0.3 Changes

    • ๐Ÿ›  Fix for recursion in certain use foo::{self, ..} cases #669
  • v2.0.2 Changes

    • ๐Ÿ›  Internal fixes so we can publish on crates.io
  • v2.0.1 Changes

    • Syntex 0.52 #643

    • ๐Ÿ›  Fix racer --help bug from 2.0 refactor #662

    • ๐Ÿ‘Œ Support short revision identifiers for git checkout paths #664

    • ๐Ÿ– Handle self resolution when using use mymod::{self, Thing} #665

    • ๐Ÿ›  Fix type alias resolution #666

  • v2.0 Changes

    • Rework public API to hide many implementation details and allow the project to move forward without breaking changes.

    • ๐Ÿ›  Many fixes that didn't make it into the changelog, but we're going to work on that in the future!