]> git.lizzy.rs Git - rust.git/commit
Merge #315
authorbors[bot] <bors[bot]@users.noreply.github.com>
Fri, 21 Dec 2018 22:04:32 +0000 (22:04 +0000)
committerbors[bot] <bors[bot]@users.noreply.github.com>
Fri, 21 Dec 2018 22:04:32 +0000 (22:04 +0000)
commit184665ff9b7b64730ecf481c1914a74e7191a6dd
tree4f5e97a0832821a4b06b784591d6cb3a417f1198
parent2351308d92f4c785d98cc24026a818d28945513e
parent2ae87ffc9afe67945e2ad655c3577b589ff640ab
Merge #315

315: Split completion into manageable components r=matklad a=matklad

The main idea here is to do completion in two phases:

* first, we figure out surrounding context
* then, we run a series of completers on the given context.

Co-authored-by: Aleksey Kladov <aleksey.kladov@gmail.com>