aboutsummaryrefslogtreecommitdiff
path: root/crates
Commit message (Expand)AuthorAgeFilesLines
* Actually fix runnable orderivan7702021-02-151-20/+20
* Merge #7661bors[bot]2021-02-143-2/+4
|\
| * Start LSP 3.17 supportJeremy Kolb2021-02-143-2/+4
* | Simplify find_crlfMichał Muskała2021-02-141-1/+1
|/
* Merge #7676bors[bot]2021-02-142-81/+96
|\
| * Make it clear which client-side commands we useAleksey Kladov2021-02-142-81/+96
* | Merge #7656bors[bot]2021-02-142-103/+172
|\ \ | |/ |/|
| * Only use HIR when searching for enum constructors, otherwise fall back to ASTLukas Wirth2021-02-131-48/+34
| * Implement constructor usage search for almost all itemsLukas Wirth2021-02-122-108/+191
| |
| \
*-. \ Merge #7643 #7663bors[bot]2021-02-145-18/+65
|\ \ \
| * | | Allow automatically detect the rustc-src directory (fixes #3517).Benjamin Bouvier2021-02-135-18/+65
* | | | Merge #7668bors[bot]2021-02-142-51/+133
|\ \ \ \
| * | | | Don't rename field record patterns directlyLukas Wirth2021-02-132-39/+73
| * | | | Fallback to renaming input NameRef node for macros when inside macroLukas Wirth2021-02-131-16/+53
| * | | | Prevent aliases from being renamed for nowLukas Wirth2021-02-131-13/+24
* | | | | strip type parameter defaults when generating impl genericsDomantas Jadenkus2021-02-132-7/+49
* | | | | Merge #7664bors[bot]2021-02-134-98/+55
|\ \ \ \ \
| * | | | | cargo fmtDomantas Jadenkus2021-02-134-14/+21
| * | | | | use generate_impl_text in replace_derive_with_manual_implDomantas Jadenkus2021-02-131-20/+12
| * | | | | use generate_impl_text in generate_implDomantas Jadenkus2021-02-132-41/+14
| * | | | | use generate_impl_text in generate_from_implDomantas Jadenkus2021-02-132-45/+30
| | |_|/ / | |/| | |
* | | | | Merge #7665bors[bot]2021-02-132-3/+46
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Don't classify attribute macros as their path unless it's a function with the...Lukas Wirth2021-02-132-3/+46
| |/ / /
* / / / Group generate getter/setter assistLukas Wirth2021-02-133-12/+12
|/ / /
* | | Merge #7596bors[bot]2021-02-136-201/+1171
|\ \ \ | |/ / |/| |
| * | Make annotations tests similar to those in runnablesivan7702021-02-131-188/+707
| * | Improve runnable annotations order, fix incorrect ignore detectionivan7702021-02-131-5/+13
| * | Added annotation testsivan7702021-02-131-0/+267
| * | Fix incorrect references annotationivan7702021-02-131-2/+3
| * | Moved CodeLens to ide crateivan7702021-02-136-201/+376
| |/
* | cargo fmtDomantas Jadenkus2021-02-131-1/+4
* | make it work for record-style variantsDomantas Jadenkus2021-02-131-14/+46
* | update docDomantas Jadenkus2021-02-132-2/+2
* | handle generic enumsDomantas Jadenkus2021-02-131-8/+58
* | allow any field typeDomantas Jadenkus2021-02-131-5/+16
* | use Self instead of enum nameDomantas Jadenkus2021-02-131-5/+5
|/
* Update references test outputLukas Wirth2021-02-121-2/+2
* Use NameLike in FileReference directly as its not exported from ide anymoreLukas Wirth2021-02-125-59/+29
* Refactor reference searching to work with the astLukas Wirth2021-02-128-406/+489
* Remove unused ReferenceSearchResult functionsLukas Wirth2021-02-121-24/+5
* Add `find_impl_block_end` assist helperYoshua Wuyts2021-02-126-18/+171
* Fix slow tests sometimes failingFlorian Diebold2021-02-126-14/+51
* Merge #7644bors[bot]2021-02-1210-29/+89
|\
| * Complete builtin type pathsJonas Schievink2021-02-111-1/+33
| * Wrap `BuiltinType` in code modelJonas Schievink2021-02-119-28/+56
| |
| \
*-. \ Merge #7638 #7648bors[bot]2021-02-123-4/+4
|\ \ \
| | * | fix nightly warning `legacy_derive_helpers`Peter Wischer2021-02-121-1/+1
| |/ / |/| |
* | | Pin Rust to 1.49.0 on CIJonas Schievink2021-02-124-10/+12
| |/ |/|
| * libloading 0.7kjeremy2021-02-112-3/+3
|/
* Add test for #1165Jonas Schievink2021-02-101-0/+29