Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Share import_assets and related entities | Kirill Bulatov | 2021-01-16 | 1 | -248/+3 |
| | |||||
* | Introduce more appropriate assertion mechanism | Aleksey Kladov | 2021-01-14 | 1 | -4/+2 |
| | | | | | | | rust-analyzer is a long-running program, so we *should* handle assertion failures. See also https://www.sqlite.org/assert.html. | ||||
* | Add a test for #7110 | Aleksey Kladov | 2021-01-14 | 1 | -0/+31 |
| | |||||
* | Change <|> to $0 - Rebase | Kevaundray Wedderburn | 2021-01-07 | 1 | -41/+41 |
| | |||||
* | Align config's API with usage | Aleksey Kladov | 2021-01-06 | 1 | -10/+8 |
| | | | | The config now is mostly immutable, optimize for that. | ||||
* | YAGNI active_resolve_capabilities | Aleksey Kladov | 2021-01-06 | 1 | -6/+2 |
| | | | | | | | | | This leaks a lot of LSP details into ide layer, which we want to avoid: https://github.com/rust-analyzer/rust-analyzer/tree/c9cec381bcfd97e5f3536e31a9c546ab5c0665e6/docs/dev#lsp-independence Additionally, all what this infra does is providing a toggle for auto-import completion, but we already have one! | ||||
* | Small helpers | Kirill Bulatov | 2021-01-04 | 1 | -1/+1 |
| | |||||
* | Code review fixes | Kirill Bulatov | 2021-01-04 | 1 | -9/+2 |
| | |||||
* | Ignore associated items during unqialified path fuzzy completions | Kirill Bulatov | 2021-01-04 | 1 | -1/+9 |
| | |||||
* | Avoid a couple of allocations | Laurențiu Nicola | 2020-12-29 | 1 | -2/+2 |
| | |||||
* | Tweak the fuzzy search limits | Kirill Bulatov | 2020-12-28 | 1 | -1/+6 |
| | |||||
* | Add docs and optimisations | Kirill Bulatov | 2020-12-28 | 1 | -2/+2 |
| | |||||
* | Better query api and fuzzy search | Kirill Bulatov | 2020-12-28 | 1 | -1/+1 |
| | |||||
* | Draft the module exclusion in modules | Kirill Bulatov | 2020-12-28 | 1 | -1/+1 |
| | |||||
* | Show enum variant completions for ref scrutinee | Lukas Wirth | 2020-12-20 | 1 | -1/+26 |
| | |||||
* | Fewer allocations | Kirill Bulatov | 2020-12-19 | 1 | -5/+7 |
| | |||||
* | Tidy up | Kirill Bulatov | 2020-12-19 | 1 | -27/+21 |
| | |||||
* | Keep the original completion order in tests | Kirill Bulatov | 2020-12-19 | 1 | -37/+37 |
| | |||||
* | Add a slightly better fuzzy search heuristics | Kirill Bulatov | 2020-12-19 | 1 | -10/+62 |
| | |||||
* | Show first fuzzy completions fully containing the input | Kirill Bulatov | 2020-12-17 | 1 | -5/+14 |
| | |||||
* | Remove some redundant allocations | Jeremy Kolb | 2020-12-12 | 1 | -1/+1 |
| | |||||
* | Remove debug print | Aleksey Kladov | 2020-12-10 | 1 | -7/+5 |
| | |||||
* | Minor, more orthogonal code | Aleksey Kladov | 2020-12-10 | 1 | -9/+7 |
| | | | | It's better to accept things as arguments rather than store them. | ||||
* | Normalize spelling to American English | Aleksey Kladov | 2020-12-10 | 1 | -5/+5 |
| | |||||
* | Tweak the search query params for better lookup speed | Kirill Bulatov | 2020-12-08 | 1 | -31/+29 |
| | |||||
* | Better config name | Kirill Bulatov | 2020-12-08 | 1 | -2/+4 |
| | |||||
* | Disable the completion for no corresponding client resolve capabilities | Kirill Bulatov | 2020-12-07 | 1 | -76/+58 |
| | |||||
* | Document the feature | Kirill Bulatov | 2020-12-07 | 1 | -0/+43 |
| | |||||
* | Less panic, more tests | Kirill Bulatov | 2020-12-07 | 1 | -2/+39 |
| | |||||
* | Use stateless completion resolve | Kirill Bulatov | 2020-12-07 | 1 | -4/+6 |
| | |||||
* | Move the helpers into ide_db | Kirill Bulatov | 2020-11-28 | 1 | -1/+1 |
| | |||||
* | Extract the import code into the shared module | Kirill Bulatov | 2020-11-27 | 1 | -1/+1 |
| | |||||
* | Merge #6614 #6632 | bors[bot] | 2020-11-26 | 1 | -26/+28 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 6614: Improve autoimports on completion speed r=matklad a=SomeoneToIgnore Presumably closes https://github.com/rust-analyzer/rust-analyzer/issues/6594 May help https://github.com/rust-analyzer/rust-analyzer/issues/6612 * Ignore modules eaferly * Do less completion string rendering 6632: Pin cargo_metadata r=matklad a=kjeremy See: https://github.com/oli-obk/cargo_metadata/pull/142#issuecomment-733653275 Co-authored-by: Kirill Bulatov <[email protected]> Co-authored-by: kjeremy <[email protected]> | ||||
| * | Improve autoimports on completion speed | Kirill Bulatov | 2020-11-24 | 1 | -26/+28 |
| | | | | | | | | | | * Ignore modules eaferly * Do less completion string rendering | ||||
* | | Gate autoimports begind experimental completions flag | Kirill Bulatov | 2020-11-24 | 1 | -1/+3 |
|/ | |||||
* | Avoid turning completion objects into builders | Kirill Bulatov | 2020-11-16 | 1 | -32/+10 |
| | |||||
* | Remove query aliases | Kirill Bulatov | 2020-11-16 | 1 | -1/+1 |
| | |||||
* | Fix the other test | Kirill Bulatov | 2020-11-16 | 1 | -3/+3 |
| | |||||
* | Qualify autoimport completion suggestions | Kirill Bulatov | 2020-11-16 | 1 | -12/+23 |
| | |||||
* | Better filter mod paths | Kirill Bulatov | 2020-11-16 | 1 | -25/+27 |
| | |||||
* | Move autoimport completion into the unqialified_path module | Kirill Bulatov | 2020-11-16 | 1 | -2/+139 |
| | |||||
* | Reorganize completions structure | Igor Aleksanov | 2020-10-25 | 1 | -0/+679 |