Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | Send dynamic didSave only if the client supports | vsrs | 2020-07-24 | 2 | -32/+42 | |
| * | | | Prepare server capabilities based on client ones. | vsrs | 2020-07-24 | 1 | -36/+72 | |
| |/ / | ||||||
* | | | Merge #5518 | bors[bot] | 2020-07-24 | 20 | -393/+1431 | |
|\ \ \ | |_|/ |/| | | ||||||
| * | | SSR: Fix a typescript lint warning | David Lattimore | 2020-07-24 | 1 | -1/+1 | |
| * | | SSR: Allow function calls to match method calls | David Lattimore | 2020-07-24 | 6 | -25/+169 | |
| * | | SSR: Disable matching within use declarations | David Lattimore | 2020-07-24 | 2 | -1/+51 | |
| * | | SSR: Use Definition::find_usages to speed up matching. | David Lattimore | 2020-07-24 | 5 | -24/+157 | |
| * | | SSR: Match paths based on what they resolve to | David Lattimore | 2020-07-24 | 9 | -61/+482 | |
| * | | SSR: Pass current file position through to SSR code. | David Lattimore | 2020-07-24 | 11 | -32/+88 | |
| * | | SSR: Refactor to not rely on recursive search for nesting of matches | David Lattimore | 2020-07-24 | 4 | -27/+120 | |
| * | | SSR: Add a couple of tests for non-recursive search | David Lattimore | 2020-07-24 | 1 | -0/+33 | |
| * | | SSR tests: Define all paths needed for templates | David Lattimore | 2020-07-24 | 1 | -26/+76 | |
| * | | Move iteration over all files into the SSR crate | David Lattimore | 2020-07-24 | 6 | -89/+92 | |
| * | | SSR: Move search code into a submodule | David Lattimore | 2020-07-24 | 2 | -48/+56 | |
| * | | SSR: Parse template as Rust code. | David Lattimore | 2020-07-24 | 5 | -82/+112 | |
| * | | SSR: Change the way rules are stored internally. | David Lattimore | 2020-07-24 | 4 | -107/+123 | |
| * | | SSR: Use expect! in tests | David Lattimore | 2020-07-24 | 3 | -37/+38 | |
* | | | Merge #5519 | bors[bot] | 2020-07-24 | 1 | -2/+14 | |
|\ \ \ | ||||||
| * | | | Cache macro expansion in semantics | Aleksey Kladov | 2020-07-24 | 1 | -2/+14 | |
* | | | | Merge #5517 | bors[bot] | 2020-07-24 | 1 | -0/+1 | |
|\| | | | |/ / |/| | | ||||||
| * | | Add missing cancellation point | Aleksey Kladov | 2020-07-24 | 1 | -0/+1 | |
|/ / | ||||||
* | | Merge #5515 | bors[bot] | 2020-07-24 | 1 | -0/+1 | |
|\ \ | |/ |/| | ||||||
| * | Add profiling call | Aleksey Kladov | 2020-07-24 | 1 | -0/+1 | |
* | | Merge #5511 | bors[bot] | 2020-07-23 | 1 | -3/+6 | |
|\ \ | ||||||
| * | | Set the document version after changes are applied but before vfs | kjeremy | 2020-07-23 | 1 | -3/+6 | |
| |/ | ||||||
* | | Merge #5510 | bors[bot] | 2020-07-23 | 5 | -34/+75 | |
|\ \ | |/ |/| | ||||||
| * | Lighter weight tempdir | Aleksey Kladov | 2020-07-23 | 5 | -34/+75 | |
|/ | ||||||
* | Merge #5508 | bors[bot] | 2020-07-23 | 1 | -2/+2 | |
|\ | ||||||
| * | Update tracing | kjeremy | 2020-07-23 | 1 | -2/+2 | |
|/ | ||||||
* | Merge #5507 | bors[bot] | 2020-07-23 | 6 | -71/+107 | |
|\ | ||||||
| * | Require quotes around key-value cfg flags in rust-project.json | Aleksey Kladov | 2020-07-23 | 6 | -71/+107 | |
|/ | ||||||
* | Merge #5506 | bors[bot] | 2020-07-23 | 4 | -8/+9 | |
|\ | ||||||
| * | Rename modules | Aleksey Kladov | 2020-07-23 | 4 | -8/+9 | |
* | | Merge #5505 | bors[bot] | 2020-07-23 | 6 | -67/+44 | |
|\| | ||||||
| * | Cleanup CFG API | Aleksey Kladov | 2020-07-23 | 6 | -63/+44 | |
| * | Remove dead code | Aleksey Kladov | 2020-07-23 | 1 | -4/+0 | |
* | | Merge #5473 | bors[bot] | 2020-07-23 | 8 | -111/+117 | |
|\ \ | |/ |/| | ||||||
| * | More Rustic API for Env | Aleksey Kladov | 2020-07-21 | 4 | -20/+8 | |
| * | Apply suggestions from code review | Aleksey Kladov | 2020-07-21 | 1 | -4/+4 | |
| * | Document new rust-project.json format | Aleksey Kladov | 2020-07-21 | 1 | -5/+28 | |
| * | Replace OUT_DIR in project.json with general env | Aleksey Kladov | 2020-07-21 | 2 | -9/+7 | |
| * | Replace roots with include/exclude directories | Aleksey Kladov | 2020-07-21 | 2 | -31/+32 | |
| * | Expose package roots more directly | Aleksey Kladov | 2020-07-21 | 3 | -54/+50 | |
* | | Merge #5504 | bors[bot] | 2020-07-23 | 1 | -3/+3 | |
|\ \ | ||||||
| * | | Reduce visibility | Aleksey Kladov | 2020-07-23 | 1 | -3/+3 | |
* | | | Merge #5498 | bors[bot] | 2020-07-23 | 1 | -1/+1 | |
|\ \ \ | |/ / |/| | | ||||||
| * | | assists: change_return_type_to_result: clarify assist description | Matthias Krüger | 2020-07-22 | 1 | -1/+1 | |
* | | | Merge #5480 | bors[bot] | 2020-07-23 | 1 | -0/+4 | |
|\ \ \ | ||||||
| * | | | Fix snippetTextEdits applying to other files | Timo Freiberg | 2020-07-22 | 1 | -0/+4 | |
* | | | | Merge #5500 | bors[bot] | 2020-07-23 | 2 | -3/+10 | |
|\ \ \ \ |