Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Remove call to canonicalize in BatchDatabase::load_cargo | Ville Penttinen | 2019-02-14 | 1 | -1/+1 | |
| | | | | | | | | Instead of using canonicalize, we now join the given path to `std::env::current_dir()`, which either replaces the path, if the given path is absolute, or joins the paths. This fixes #821. | |||||
* | Merge #818 | bors[bot] | 2019-02-13 | 1 | -2/+15 | |
|\ | | | | | | | | | | | | | | | | | | | 818: In `RootConfig::contains`, check against canonicalized version of root path r=matklad a=pnkfelix In `RootConfig::contains`, check against canonicalized version of root path since OS may hand us data that uses the canonical form rather than the root as specified by the user. This is a step towards a resolution of issue #734 but does not completely fix the problem there. Co-authored-by: Felix S. Klock II <[email protected]> | |||||
| * | rustfmt | Felix S. Klock II | 2019-02-13 | 1 | -3/+3 | |
| | | ||||||
| * | In `RootConfig::contains`, check against canonicalized version of root | Felix S. Klock II | 2019-02-13 | 1 | -2/+15 | |
| | | | | | | | | | | path since OS may hand us data that uses that rather than the root as specified by the user. | |||||
* | | Complete names from prelude | Florian Diebold | 2019-02-13 | 4 | -5/+84 | |
| | | ||||||
* | | Handle extern crates better, so they work correctly in 2015 edition | Florian Diebold | 2019-02-13 | 3 | -15/+55 | |
| | | | | | | | | (see the removed comment.) | |||||
* | | Make edition handling a bit nicer and allow specifying edition in ↵ | Florian Diebold | 2019-02-13 | 5 | -25/+28 | |
| | | | | | | | | crate_graph macro | |||||
* | | Resolve 2015 style imports | Florian Diebold | 2019-02-13 | 4 | -8/+118 | |
| | | ||||||
* | | Keep track of crate edition | Florian Diebold | 2019-02-13 | 8 | -24/+44 | |
| | | ||||||
* | | Import the prelude | Florian Diebold | 2019-02-13 | 7 | -12/+99 | |
| | | ||||||
* | | Merge #813 | bors[bot] | 2019-02-13 | 4 | -17/+100 | |
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 813: Add support for container_name in workspace/symbol query r=matklad a=vipentti Currently this does not fill in the container_info if a type is defined on the top level in a file. e.g. `foo.rs` ```rust enum Foo { } ``` `Foo` will have None as the container_name, however ```rust mod foo_mod { enum Foo { } } ``` `Foo` has `foo_mod` as the container_name. This closes #559 Co-authored-by: Ville Penttinen <[email protected]> | |||||
| * | | Fix possible issue where unnamed is_symbol_def would pop stack wrongly | Ville Penttinen | 2019-02-13 | 1 | -11/+1 | |
| | | | | | | | | | | | | This removes is_symbol_def as unnecessary. | |||||
| * | | Use cloned over map + clone | Ville Penttinen | 2019-02-13 | 1 | -1/+1 | |
| | | | ||||||
| * | | Use clone directly rather than map + clone | Ville Penttinen | 2019-02-13 | 1 | -1/+1 | |
| | | | ||||||
| * | | Remove unnecessary braces | Ville Penttinen | 2019-02-13 | 1 | -31/+25 | |
| | | | ||||||
| * | | Add support for container_name in workspace/symbol query | Ville Penttinen | 2019-02-12 | 4 | -17/+116 | |
| | | | ||||||
* | | | Merge #814 | bors[bot] | 2019-02-13 | 1 | -14/+82 | |
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 814: auto_import: import in enclosing module by default r=matklad a=eulerdisk Simpler version of #795 Co-authored-by: Andrea Pretto <[email protected]> | |||||
| * | | | auto_import: import in enclosing module instead of file | Andrea Pretto | 2019-02-12 | 1 | -4/+38 | |
| | | | | ||||||
| * | | | auto_import: more tests and some refactorings | Andrea Pretto | 2019-02-12 | 1 | -12/+46 | |
| |/ / | ||||||
* / / | Fix another crash | Florian Diebold | 2019-02-12 | 3 | -2/+33 | |
|/ / | ||||||
* | | Merge #811 | bors[bot] | 2019-02-12 | 3 | -0/+49 | |
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 811: Filter attributes from the completion details/label r=kjeremy a=lnicola Before: ![image](https://user-images.githubusercontent.com/308347/52657254-efba9a00-2f00-11e9-952f-901910cfc459.png) After: ![image](https://user-images.githubusercontent.com/308347/52657278-fb0dc580-2f00-11e9-9267-8aff44c93447.png) Co-authored-by: Laurențiu Nicola <[email protected]> | |||||
| * | | Filter attributes from the completion details/label | Laurențiu Nicola | 2019-02-12 | 3 | -0/+49 | |
| | | | ||||||
* | | | make token trees eq | Aleksey Kladov | 2019-02-12 | 2 | -6/+6 | |
|/ / | ||||||
* | | Merge #809 | bors[bot] | 2019-02-12 | 1 | -1/+1 | |
|\ \ | | | | | | | | | | | | | | | | | | | | | | 809: what goes bump in the night? r=kjeremy a=kjeremy Co-authored-by: kjeremy <[email protected]> | |||||
| * | | what goes bump in the night? | kjeremy | 2019-02-12 | 1 | -1/+1 | |
| | | | ||||||
* | | | rename yellow -> syntax_node | Aleksey Kladov | 2019-02-12 | 18 | -20/+20 | |
|/ / | | | | | | | why yellow in the first place? Its red + green. | |||||
* / | Fix some typos | Pascal Hertleif | 2019-02-12 | 26 | -65/+69 | |
|/ | ||||||
* | don't distinguish Create and Write events in VFS | Aleksey Kladov | 2019-02-12 | 2 | -38/+42 | |
| | ||||||
* | Implement completion for associated items | Laurențiu Nicola | 2019-02-12 | 7 | -1/+265 | |
| | ||||||
* | replace clone with copy | Aleksey Kladov | 2019-02-12 | 1 | -1/+1 | |
| | ||||||
* | fix obsolete comment | Aleksey Kladov | 2019-02-12 | 1 | -2/+2 | |
| | ||||||
* | fix regression in self-referential completion | Aleksey Kladov | 2019-02-11 | 3 | -15/+32 | |
| | ||||||
* | remove hard-coded query-group macro | Aleksey Kladov | 2019-02-11 | 5 | -67/+4 | |
| | ||||||
* | docs | Aleksey Kladov | 2019-02-11 | 2 | -1/+15 | |
| | ||||||
* | assign ids when converting tt | Aleksey Kladov | 2019-02-11 | 2 | -10/+36 | |
| | ||||||
* | assign ids to tokens | Aleksey Kladov | 2019-02-11 | 4 | -3/+15 | |
| | ||||||
* | Merge #781 | bors[bot] | 2019-02-11 | 13 | -64/+145 | |
|\ | | | | | | | | | | | | | | | 781: Refactor to allow for multiple assists r=matklad a=eulerdisk This is necessary to allow assist "providers" (which currently are simple free function) to produce multiple assists. I'm not sure this is the best possible refactoring tough. Co-authored-by: Andrea Pretto <[email protected]> | |||||
| * | ra_assists: assist "providers" can produce multiple assists | Andrea Pretto | 2019-02-11 | 13 | -64/+145 | |
| | | ||||||
* | | Merge #790 | bors[bot] | 2019-02-11 | 8 | -16/+25 | |
|\ \ | | | | | | | | | | | | | | | | | | | | | | 790: make macro-rules eq r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]> | |||||
| * | | make macro a NameOwner | Aleksey Kladov | 2019-02-11 | 6 | -5/+14 | |
| | | | ||||||
| * | | make macro-rules eq | Aleksey Kladov | 2019-02-11 | 2 | -11/+11 | |
| |/ | ||||||
* | | typo | Aleksey Kladov | 2019-02-11 | 2 | -2/+2 | |
| | | ||||||
* | | remove useless hash | Aleksey Kladov | 2019-02-11 | 2 | -2/+2 | |
|/ | ||||||
* | remove query_definitions | Aleksey Kladov | 2019-02-11 | 4 | -34/+20 | |
| | ||||||
* | rename combine -> or | Aleksey Kladov | 2019-02-11 | 2 | -3/+3 | |
| | | | | | | This way we match API of Option https://doc.rust-lang.org/std/option/enum.Option.html#method.or | |||||
* | use extern prelude in Resolver | Aleksey Kladov | 2019-02-11 | 5 | -18/+81 | |
| | | | | | | | This fixes two bugs: - completion for paths works again - we handle extern prelude shadowing more correctly | |||||
* | Merge #784 | bors[bot] | 2019-02-11 | 3 | -116/+146 | |
|\ | | | | | | | | | | | | | | | 784: WIP: improve multi-crate fixtures r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]> | |||||
| * | add graph fixture | Aleksey Kladov | 2019-02-11 | 3 | -71/+81 | |
| | | ||||||
| * | Handle SourceRoots automatically in fixtures | Aleksey Kladov | 2019-02-11 | 2 | -55/+75 | |
| | | ||||||
* | | Fix typo in Cargo.toml authors | Ville Penttinen | 2019-02-11 | 21 | -21/+21 | |
| | | | | | | | | Fixes typo introduced in #782 |