Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | Merge #5178 | bors[bot] | 2020-07-01 | 4 | -318/+329 | |
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | ||||||
| * | | | | | | Fold multiline calls | Aleksey Kladov | 2020-07-01 | 3 | -105/+114 | |
| * | | | | | | Update file structure tests | Aleksey Kladov | 2020-07-01 | 1 | -213/+215 | |
* | | | | | | | Update expand macro tests | Aleksey Kladov | 2020-07-01 | 1 | -126/+115 | |
|/ / / / / / | ||||||
* | | | | | | Merge #5167 | bors[bot] | 2020-07-01 | 7 | -39/+39 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Reuse Semantics instances | Laurențiu Nicola | 2020-07-01 | 7 | -39/+39 | |
* | | | | | | | Merge #5173 | bors[bot] | 2020-07-01 | 3 | -5/+8 | |
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | | | ||||||
| * | | | | | | Automatically reload project on config change | Aleksey Kladov | 2020-07-01 | 3 | -5/+8 | |
* | | | | | | | Merge #5171 | bors[bot] | 2020-07-01 | 2 | -6/+8 | |
|\| | | | | | | |_|/ / / / |/| | | | | | ||||||
| * | | | | | Better account for project reload | Aleksey Kladov | 2020-07-01 | 2 | -6/+8 | |
* | | | | | | Merge #5169 | bors[bot] | 2020-07-01 | 2 | -4/+4 | |
|\| | | | | | ||||||
| * | | | | | Add reload workspace command | Aleksey Kladov | 2020-07-01 | 2 | -4/+4 | |
| |/ / / / | ||||||
* / / / / | Log flycheck command | Aleksey Kladov | 2020-07-01 | 1 | -0/+1 | |
|/ / / / | ||||||
* | | | | Use the selection range when resolving call hierarchy items | Jeremy Kolb | 2020-07-01 | 2 | -2/+39 | |
* | | | | Merge #5162 | bors[bot] | 2020-07-01 | 2 | -57/+204 | |
|\ \ \ \ | ||||||
| * | | | | Make less code generic | Laurențiu Nicola | 2020-07-01 | 1 | -69/+47 | |
| * | | | | Try to reduce Semantics monomorphisations | Laurențiu Nicola | 2020-07-01 | 2 | -24/+193 | |
* | | | | | Dont show empty progress for empty workspaces | Aleksey Kladov | 2020-07-01 | 1 | -16/+18 | |
* | | | | | Unify magic env var name | Aleksey Kladov | 2020-07-01 | 1 | -1/+1 | |
* | | | | | Move parser specific tests utils to parser tests | Aleksey Kladov | 2020-07-01 | 2 | -102/+104 | |
* | | | | | Merge #5159 | bors[bot] | 2020-07-01 | 9 | -34/+87 | |
|\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| * | | | | Move test data to test_data directory | Aleksey Kladov | 2020-07-01 | 8 | -7/+7 | |
| * | | | | Add file support to expect | Aleksey Kladov | 2020-07-01 | 3 | -21/+63 | |
| * | | | | Cleanup | Aleksey Kladov | 2020-07-01 | 1 | -13/+23 | |
| * | | | | Don't fail tests when updating snapshot | Aleksey Kladov | 2020-07-01 | 1 | -8/+9 | |
* | | | | | Use the existing Semantics in auto_import | Laurențiu Nicola | 2020-07-01 | 2 | -52/+48 | |
| |_|/ / |/| | | | ||||||
| | | | | ||||||
| \ \ \ | ||||||
*-. \ \ \ | Merge #5154 #5157 | bors[bot] | 2020-07-01 | 10 | -169/+291 | |
|\ \ \ \ \ | |_|/ / / |/| | | | | ||||||
| | * | | | Use dynamic dispatch in AstDiagnostic | Laurențiu Nicola | 2020-07-01 | 2 | -6/+6 | |
| * | | | | Structured search debugging | David Lattimore | 2020-07-01 | 8 | -163/+285 | |
* | | | | | Merge #5158 | bors[bot] | 2020-07-01 | 8 | -29/+45 | |
|\ \ \ \ \ | |_|/ / / |/| | | | | ||||||
| * | | | | Use Strings for display names | Aleksey Kladov | 2020-07-01 | 5 | -15/+15 | |
| * | | | | Use CrateName for semantic names | Aleksey Kladov | 2020-07-01 | 5 | -14/+30 | |
* | | | | | Remove db from AssistsContext | Laurențiu Nicola | 2020-07-01 | 11 | -35/+37 | |
* | | | | | Merge #5153 | bors[bot] | 2020-07-01 | 3 | -19/+15 | |
|\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| * | | | | Make SemanticsScope non-generic | Laurențiu Nicola | 2020-07-01 | 3 | -19/+15 | |
| |/ / / | ||||||
* / / / | FileSetConfig works with empty set of roots | Aleksey Kladov | 2020-07-01 | 1 | -1/+1 | |
|/ / / | ||||||
* | | | Merge #5142 | bors[bot] | 2020-06-30 | 4 | -5/+42 | |
|\ \ \ | ||||||
| * | | | analysis-stats: allow parallel type inference | Jonas Schievink | 2020-06-30 | 4 | -5/+42 | |
* | | | | Don't crash on empty out_dirs with older cargos | Aleksey Kladov | 2020-06-30 | 1 | -4/+13 | |
* | | | | Switch to expect for the rest of inlay tests | Aleksey Kladov | 2020-06-30 | 1 | -74/+100 | |
| |/ / |/| | | ||||||
* | | | Simplify most of the inlay hints tests | Aleksey Kladov | 2020-06-30 | 2 | -631/+199 | |
|/ / | ||||||
* | | Merge #5138 | bors[bot] | 2020-06-30 | 1 | -525/+511 | |
|\ \ | ||||||
| * | | Refactor runnable tests | Aleksey Kladov | 2020-06-30 | 1 | -525/+511 | |
* | | | Merge #5136 | bors[bot] | 2020-06-30 | 2 | -44/+73 | |
|\ \ \ | |/ / |/| | | ||||||
| * | | Remove `entries_without_primitives` | Jonas Schievink | 2020-06-30 | 2 | -11/+3 | |
| * | | Simplify entry API usage | Jonas Schievink | 2020-06-30 | 1 | -21/+12 | |
| * | | Reorder imports | Jonas Schievink | 2020-06-30 | 1 | -1/+2 | |
| * | | Split namespace maps in `ItemScope` | Jonas Schievink | 2020-06-30 | 1 | -34/+79 | |
* | | | Remove confusing API | Aleksey Kladov | 2020-06-30 | 4 | -27/+32 | |
* | | | Rewrite goto implementation tests | Aleksey Kladov | 2020-06-30 | 3 | -104/+119 |