Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
Changelog
=========
Merge pull request #792 from GoldenBadger/add-workspace-support (532534d)
Added a comment for clarification. (f6ce10a)
Made some tweaks for readability. (267f1d6)
Added workspace support. (40d762a)
|
|
Changelog
=========
Merge pull request #788 from TedDriggs/bugfix/no_pub_restricted_in_racer (cb264ca)
Remove usage of pub(crate) from two methods; fixes #787 (733f2bc)
|
|
|
|
|
|
|
|
Changelog
=========
Fix location where rustup will install sources (3659c71)
|
|
Changelog
=========
Merge pull request #768 from TedDriggs/link_updates (8db81c1)
Update Travis and GitHub links to use `racer-rust` instead of `phildawes` (d40e2b0)
|
|
|
|
Changelog
=========
Merge pull request #759 from TedDriggs/use_as_braces (e54c719)
Update changelog and remove a debug statement (aadb14d)
Fix #753 by resolving "use as" inside braces (9da2fc6)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Changelog
=========
Merge pull request #703 from Voultapher/fix-atom-link (7441e0c)
Update atom racer package link (46f5cef)
|
|
Changelog
=========
Release version 2.0.6 (f60b6f1)
Merge pull request #698 from FraGag/fix-stack-overflows (8069fa9)
Follow glob imports recursively again (e1d9a24)
Don't overflow the stack when trying to resolve unresolvable imports (769e868)
Delay all imports (68ea931)
|
|
|
|
Changelog
=========
Version 2.0.5 (93eac5c)
Merge pull request #686 from andjo403/method_chained (c3030e9)
handle whitespace and comments in call chain fix #481 (9c97099)
|
|
Changelog
=========
Version 2.0.4 (fa228df)
Merge pull request #676 from foollbar/patch-1 (e3cf90e)
Merge pull request #675 from andjo403/last_doc_line (e937058)
Update README.md (32b24ff)
fixes #618 and fixes #594 when the find_doc is called with a point at the line before the match the last line in the doc is missing e.g. when fn declaration is at begining of line. Use the match point instead to make sure the correct line is used. (6951e88)
|
|
Changelog
=========
Version 2.0.3 (b35bfe4)
Merge pull request #669 from sinkuu/use_ident_self (d104e93)
Fix infinite recursion (41d1cae)
Fix `use foo::bar::self;` not followed (d7ca646)
|
|
Changelog
=========
Version 2.0.2 (aebec47)
Remove test_fixtures dependency (1f0f942)
Update lockfile (91c24d0)
Version 2.0.1 (b182926)
Merge pull request #664 from sinkuu/short_id (2d98f38)
Merge pull request #666 from sinkuu/fix_type_alias (69b971c)
Merge pull request #665 from sinkuu/use_self (c81b7cd)
Fix type alias resolution (b28ac4e)
Handle `self` after use path (7dc230f)
Support short IDs in git checkout path (c756eae)
|
|
Changelog
=========
Merge pull request #662 from xieke91/master (5258a29)
use repository name instead of package name (789eddd)
|
|
Changelog
=========
Merge pull request #660 from andjo403/validateLater (9074593)
validate rust_src path later to fix #643 (b91fca3)
|
|
Changelog
=========
Merge pull request #659 from pmarcelll/update (fbfa038)
Update dependencies (9958fa7)
|
|
Changelog
=========
Merge pull request #656 from jwilm/fix-find-definition-print (30bee37)
Remove println from find_definition (09c1889)
Merge pull request #658 from jwilm/run-clippy-on-travis (b83811c)
Run clippy on travis (c50883c)
|
|
Changelog
=========
Merge pull request #632 from jwilm/version-2.0 (9dc0da5)
Add blanket FileLoader impl for Arc<T> (d3da5eb)
Rename Cursor to Location (00885ef)
Public methods take Into<Cursor> (927f4d4)
Bump version to 2.0 (80d20af)
Offer more control over racer's file management (fb584dd)
Privatize IndexedSource, Src (fbc2015)
Add Coordinate type (5fb7b9d)
Initial v2 of the racer library API (1157378)
|
|
Changelog
=========
Merge pull request #651 from eddy-geek/patch-1 (bb8c533)
Update kate plugin status & git URL (6eabc59)
|
|
Changelog
=========
Merge pull request #622 from andjo403/field_method (b165ed5)
Merge pull request #636 from andjo403/return_self (3e2b273)
remove not needed mut and clone from get_return_type_of_function (2312caf)
add support to get concrete type of method with return type Self (5229aef)
Merge branch 'field_method' of https://github.com/andjo403/racer into field_method (38b1916)
find method definition when field share name. for method calls it was not possible to find definition if a field used the same name (406c9f3)
find method defenition when field share name. for method calls it was not possible to find defenition if a feild used the same name (d43ff0e)
|
|
Changelog
=========
Merge pull request #626 from colin-kiegel/patch-1 (2829fd0)
Alternate configuration step (df2a912)
|
|
Changelog
=========
Merge pull request #623 from andjo403/canonicalize (c680530)
canonicalize path to make test pass in windows the canonicalize add \\?\ at the begining of the path so to make the test pass in windows canonicalize neds to be on actual and expected, (9a4ab21)
|
|
Changelog
=========
Merge pull request #606 from jwilm/search-cargo-overrides (b36a9a6)
Demote some log calls (d6fac85)
Cache cargo artifacts (2a9ff98)
Add support for .cargo/config overrides (3320ec5)
|
|
|
|
|
|
Changelog
=========
Merge pull request #598 from Diggsey/master (a1ebc93)
Automatic discovery of source path (3298298)
|
|
|
|
|
|
Changelog
=========
Merge pull request #578 from andjo403/trait_methods (887e345)
Merge pull request #579 from Jonesey13/completes_vec_for (50f5d8e)
Merge pull request #577 from hotpxl/master (bcd2049)
Merge pull request #576 from Jonesey13/fix_benchmarks (a87c4c0)
Merge pull request #573 from jaxx/clippy-1 (6cdf375)
Merge pull request #571 from xieke91/master (b3feedc)
complete methods from trait in impl of trait (94fe9f0)
Fixed the test for travis (995dc98)
Added for loop variable completion for vec (acd81ba)
Fix benchmark tests (a6a5542)
[master] Early return on first generic close. (30463e3)
[master] Fix bug where generic may occur in return type. (fixes phildawes/racer#575) (a6edff6)
clippy lints (da54e65)
use repository name instead of package name (07b254f)
|
|
Changelog
=========
Merge pull request #570 from Jonesey13/late_struct_declare_fixes (65a6b5f)
Merge pull request #563 from yodalee/handle-multiple-use-correctly-in-complete-from-file (41dd40f)
Fixed test examples (6e9d4a8)
Corrected impl lookup to search whole scope and fixed a bug with tuple/unit structs at end of scope (5149026)
handle multiple use with correct parsed path (1429f01)
add test against comma-separated multiple use (3bb0a2e)
add test against complete with leading bracket (855205b)
remove executable property of system.rs (74c63a7)
|
|
Changelog
=========
Merge pull request #568 from yodalee/remove-tmp-directory-after-testing (f877a06)
prevent tmp directory remain after run tests (81aaaa2)
|
|
|
|
|
|
Changelog
=========
Merge pull request #552 from DamnWidget/master (dda25f1)
Merge pull request #557 from yodalee/remove-bracket-before-complete-search (8429fcc)
Merge pull request #556 from leodasvacas/Clippy-run (8d6c100)
remove leading bracket in search string (5029909)
Clippy run (98b7929)
added anaconda_rust to Sublime Text 3 integration (9ecc703)
|