Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert "Merge #5516" | Aleksey Kladov | 2020-07-24 | 2 | -43/+32 |
* | Merge #5522 | bors[bot] | 2020-07-24 | 1 | -1/+1 |
|\ | |||||
| * | Increace tracing-tree version from 0.1.3 to 0.1.4 | Bram van den Heuvel | 2020-07-24 | 1 | -1/+1 |
* | | Merge #5516 | bors[bot] | 2020-07-24 | 2 | -32/+43 |
|\ \ | |||||
| * | | Always send experimental & semantic server caps. | vsrs | 2020-07-24 | 1 | -72/+36 |
| * | | Code formatting | vsrs | 2020-07-24 | 1 | -1/+2 |
| * | | 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 | 16 | -389/+1411 |
|\ \ | |||||
| * | | 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 | 8 | -28/+69 |
| * | | 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 | 2 | -37/+37 |
* | | | Cache macro expansion in semantics | Aleksey Kladov | 2020-07-24 | 1 | -2/+14 |
* | | | 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 |
| |/ | |||||
* / | Lighter weight tempdir | Aleksey Kladov | 2020-07-23 | 4 | -10/+75 |
|/ | |||||
* | 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 | 7 | -106/+89 |
|\ \ | |/ |/| | |||||
| * | More Rustic API for Env | Aleksey Kladov | 2020-07-21 | 4 | -20/+8 |
| * | 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 #5503 | bors[bot] | 2020-07-23 | 3 | -5/+36 |
|\ \ \ | |||||
| * | | | Replace superslice with API on path to stabilization | Aleksey Kladov | 2020-07-23 | 3 | -5/+36 |
* | | | | Merge #5497 | bors[bot] | 2020-07-23 | 5 | -13/+20 |
|\ \ \ \ | |/ / / |/| | | | |||||
| * | | | Store macro invocation parameters as text instead of tt | Laurențiu Nicola | 2020-07-22 | 5 | -13/+20 |
* | | | | minor | Aleksey Kladov | 2020-07-23 | 1 | -16/+16 |
| |/ / |/| | | |||||
* | | | Move deprecated attribute to where it is needed | kjeremy | 2020-07-22 | 1 | -2/+6 |