Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | Make it clear which client-side commands we use | Aleksey Kladov | 2021-02-14 | 2 | -81/+96 | |
* | | | Merge #7656 | bors[bot] | 2021-02-14 | 2 | -103/+172 | |
|\ \ \ | |/ / |/| | | ||||||
| * | | Only use HIR when searching for enum constructors, otherwise fall back to AST | Lukas Wirth | 2021-02-13 | 1 | -48/+34 | |
| * | | Implement constructor usage search for almost all items | Lukas Wirth | 2021-02-12 | 2 | -108/+191 | |
| | | | ||||||
| \ \ | ||||||
*-. \ \ | Merge #7643 #7663 | bors[bot] | 2021-02-14 | 5 | -18/+65 | |
|\ \ \ \ | ||||||
| * | | | | Allow automatically detect the rustc-src directory (fixes #3517). | Benjamin Bouvier | 2021-02-13 | 5 | -18/+65 | |
* | | | | | Merge #7668 | bors[bot] | 2021-02-14 | 2 | -51/+133 | |
|\ \ \ \ \ | ||||||
| * | | | | | Don't rename field record patterns directly | Lukas Wirth | 2021-02-13 | 2 | -39/+73 | |
| * | | | | | Fallback to renaming input NameRef node for macros when inside macro | Lukas Wirth | 2021-02-13 | 1 | -16/+53 | |
| * | | | | | Prevent aliases from being renamed for now | Lukas Wirth | 2021-02-13 | 1 | -13/+24 | |
| | |_|_|/ | |/| | | | ||||||
* | | | | | strip type parameter defaults when generating impl generics | Domantas Jadenkus | 2021-02-13 | 2 | -7/+49 | |
* | | | | | Merge #7664 | bors[bot] | 2021-02-13 | 4 | -98/+55 | |
|\ \ \ \ \ | ||||||
| * | | | | | cargo fmt | Domantas Jadenkus | 2021-02-13 | 4 | -14/+21 | |
| * | | | | | use generate_impl_text in replace_derive_with_manual_impl | Domantas Jadenkus | 2021-02-13 | 1 | -20/+12 | |
| * | | | | | use generate_impl_text in generate_impl | Domantas Jadenkus | 2021-02-13 | 2 | -41/+14 | |
| * | | | | | use generate_impl_text in generate_from_impl | Domantas Jadenkus | 2021-02-13 | 2 | -45/+30 | |
| | |_|/ / | |/| | | | ||||||
* | | | | | Merge #7665 | bors[bot] | 2021-02-13 | 2 | -3/+46 | |
|\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| * | | | | Don't classify attribute macros as their path unless it's a function with the... | Lukas Wirth | 2021-02-13 | 2 | -3/+46 | |
| |/ / / | ||||||
* / / / | Group generate getter/setter assist | Lukas Wirth | 2021-02-13 | 3 | -12/+12 | |
|/ / / | ||||||
* | | | Merge #7596 | bors[bot] | 2021-02-13 | 6 | -201/+1171 | |
|\ \ \ | |/ / |/| | | ||||||
| * | | Make annotations tests similar to those in runnables | ivan770 | 2021-02-13 | 1 | -188/+707 | |
| * | | Improve runnable annotations order, fix incorrect ignore detection | ivan770 | 2021-02-13 | 1 | -5/+13 | |
| * | | Added annotation tests | ivan770 | 2021-02-13 | 1 | -0/+267 | |
| * | | Fix incorrect references annotation | ivan770 | 2021-02-13 | 1 | -2/+3 | |
| * | | Moved CodeLens to ide crate | ivan770 | 2021-02-13 | 6 | -201/+376 | |
| |/ | ||||||
* | | cargo fmt | Domantas Jadenkus | 2021-02-13 | 1 | -1/+4 | |
* | | make it work for record-style variants | Domantas Jadenkus | 2021-02-13 | 1 | -14/+46 | |
* | | update doc | Domantas Jadenkus | 2021-02-13 | 2 | -2/+2 | |
* | | handle generic enums | Domantas Jadenkus | 2021-02-13 | 1 | -8/+58 | |
* | | allow any field type | Domantas Jadenkus | 2021-02-13 | 1 | -5/+16 | |
* | | use Self instead of enum name | Domantas Jadenkus | 2021-02-13 | 1 | -5/+5 | |
|/ | ||||||
* | Update references test output | Lukas Wirth | 2021-02-12 | 1 | -2/+2 | |
* | Use NameLike in FileReference directly as its not exported from ide anymore | Lukas Wirth | 2021-02-12 | 5 | -59/+29 | |
* | Refactor reference searching to work with the ast | Lukas Wirth | 2021-02-12 | 8 | -406/+489 | |
* | Remove unused ReferenceSearchResult functions | Lukas Wirth | 2021-02-12 | 1 | -24/+5 | |
* | Add `find_impl_block_end` assist helper | Yoshua Wuyts | 2021-02-12 | 6 | -18/+171 | |
* | Fix slow tests sometimes failing | Florian Diebold | 2021-02-12 | 6 | -14/+51 | |
* | Merge #7644 | bors[bot] | 2021-02-12 | 10 | -29/+89 | |
|\ | ||||||
| * | Complete builtin type paths | Jonas Schievink | 2021-02-11 | 1 | -1/+33 | |
| * | Wrap `BuiltinType` in code model | Jonas Schievink | 2021-02-11 | 9 | -28/+56 | |
| | | ||||||
| \ | ||||||
*-. \ | Merge #7638 #7648 | bors[bot] | 2021-02-12 | 3 | -4/+4 | |
|\ \ \ | ||||||
| | * | | fix nightly warning `legacy_derive_helpers` | Peter Wischer | 2021-02-12 | 1 | -1/+1 | |
| |/ / |/| | | ||||||
* | | | Pin Rust to 1.49.0 on CI | Jonas Schievink | 2021-02-12 | 4 | -10/+12 | |
| |/ |/| | ||||||
| * | libloading 0.7 | kjeremy | 2021-02-11 | 2 | -3/+3 | |
|/ | ||||||
* | Add test for #1165 | Jonas Schievink | 2021-02-10 | 1 | -0/+29 | |
* | Slightly expand test | Jonas Schievink | 2021-02-10 | 1 | -0/+3 | |
* | Add more tests | Jonas Schievink | 2021-02-10 | 2 | -8/+84 | |
* | Put the old resolver back | Jonas Schievink | 2021-02-10 | 1 | -3/+8 | |
* | Update fixed tests | Jonas Schievink | 2021-02-10 | 3 | -18/+21 | |
* | infer: update resolver when descending into block | Jonas Schievink | 2021-02-10 | 2 | -16/+39 |