All Versions
52
Latest Version
Avg Release Cycle
28 days
Latest Release
1626 days ago
Changelog History
Page 5
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
- ๐ Support completion after using try operator
-
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
- ๐ Fix panic with macros called
-
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
- ๐ Fix for recursion in certain
-
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!