Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | More precise ranges in remove hashes assist | Aleksey Kladov | 2020-07-17 | 1 | -79/+52 |
| | |||||
* | Remove insta for ra_hir_def | Aleksey Kladov | 2020-07-17 | 3 | -164/+169 |
| | |||||
* | Fix out of bounds panic in active parameter | Aleksey Kladov | 2020-07-17 | 2 | -0/+20 |
| | |||||
* | Rewrite def map tests from insta to expect | Aleksey Kladov | 2020-07-17 | 5 | -1938/+1821 |
| | | | | Those indentation markers are annoying... | ||||
* | Move tests | Aleksey Kladov | 2020-07-17 | 2 | -74/+71 |
| | |||||
* | Merge #5327 | bors[bot] | 2020-07-17 | 9 | -0/+20 |
|\ | | | | | | | | | | | | | | | | | | | 5327: Mark fixes from check as preferred r=matklad a=kjeremy This allows us to run the auto fix command from vscode to automatically fix diagnostics in the file. They are also distinguished in the UI. Co-authored-by: Jeremy Kolb <[email protected]> | ||||
| * | Mark machine applicable fixes as preferred | Jeremy Kolb | 2020-07-16 | 9 | -0/+20 |
| | | | | | | | | | | | | | | This allows us to run the auto fix command from vscode to automatically fix all diagnostics in the file. They are also distinguished in the UI. | ||||
* | | Merge #5417 | bors[bot] | 2020-07-17 | 5 | -35/+86 |
|\ \ | | | | | | | | | | | | | | | | | | | | | | 5417: Mismatched arg count works for lambdas r=jonas-schievink a=matklad Co-authored-by: Aleksey Kladov <[email protected]> | ||||
| * | | Add test for fn pointers | Aleksey Kladov | 2020-07-17 | 1 | -0/+15 |
| | | | |||||
| * | | call_info works with closures | Aleksey Kladov | 2020-07-17 | 4 | -26/+42 |
| | | | |||||
| * | | Mismatched arg count works for lambdas | Aleksey Kladov | 2020-07-17 | 2 | -10/+30 |
| | | | |||||
* | | | Unclutter NavigationTarget API | Aleksey Kladov | 2020-07-17 | 11 | -198/+166 |
| | | | |||||
* | | | Continue non-doc comments with trailing space | Aleksey Kladov | 2020-07-17 | 2 | -9/+59 |
|/ / | |||||
* | | Remove FunctionSignature | Aleksey Kladov | 2020-07-16 | 4 | -181/+8 |
| | | |||||
* | | Inlay hints use callables | Aleksey Kladov | 2020-07-16 | 3 | -140/+35 |
| | | |||||
* | | Rename | Aleksey Kladov | 2020-07-16 | 4 | -10/+11 |
| | | |||||
* | | Don't use function signature for Display | Aleksey Kladov | 2020-07-16 | 4 | -62/+47 |
| | | |||||
* | | Take label offets client capability into account | Aleksey Kladov | 2020-07-16 | 3 | -10/+66 |
| | | |||||
* | | Redner self as param for call infor for assoc fn call | Aleksey Kladov | 2020-07-16 | 2 | -9/+40 |
| | | |||||
* | | Better module structure | Aleksey Kladov | 2020-07-16 | 4 | -24/+27 |
| | | |||||
* | | Reduce visibility | Aleksey Kladov | 2020-07-16 | 6 | -29/+26 |
| | | |||||
* | | Semantical call info | Aleksey Kladov | 2020-07-16 | 12 | -258/+310 |
|/ | |||||
* | Merge #4676 | bors[bot] | 2020-07-16 | 4 | -9/+29 |
|\ | | | | | | | | | | | | | | | | | | | 4676: proc_macro: fix current nightly/future stable ABI incompatibility r=matklad a=robojumper With rust-lang/rust#72233, the proc_macro ABI has changed, leading to the `test_derive_serialize_proc_macro` test believing that `serde` wants to pass the struct name as a byte string literal instead of a string literal. Fixes #4866. Co-authored-by: robojumper <[email protected]> | ||||
| * | proc_macro: fix current nightly/future stable ABI incompatibility | robojumper | 2020-05-31 | 4 | -9/+29 |
| | | |||||
* | | Align CallableDefId naming with other ids | Aleksey Kladov | 2020-07-16 | 14 | -57/+59 |
| | | |||||
* | | Rename CallableDefId -> InternedCallabelDefid | Aleksey Kladov | 2020-07-16 | 3 | -11/+11 |
| | | |||||
* | | Simplify | Aleksey Kladov | 2020-07-16 | 1 | -47/+19 |
| | | |||||
* | | Move type | Aleksey Kladov | 2020-07-16 | 2 | -9/+10 |
| | | |||||
* | | simplify | Aleksey Kladov | 2020-07-16 | 1 | -60/+47 |
| | | |||||
* | | Merge #5401 | bors[bot] | 2020-07-16 | 11 | -387/+108 |
|\ \ | | | | | | | | | | | | | | | | | | | | | | 5401: Implement Chalk closure support r=matklad a=flodiebold This makes use of Chalk's closure support, which means we can get rid of our last built-in impls and a bunch of other surrounding stuff. Co-authored-by: Florian Diebold <[email protected]> | ||||
| * | | Remove TypeCtor interning | Florian Diebold | 2020-07-15 | 8 | -38/+28 |
| | | | | | | | | | | | | Our TypeCtor and Chalk's TypeName match now! | ||||
| * | | Use Chalk closure support | Florian Diebold | 2020-07-15 | 8 | -355/+86 |
| | | | |||||
* | | | Update lsp-types for HoverOptions | Jeremy Kolb | 2020-07-15 | 2 | -3/+3 |
|/ / | |||||
* | | Merge #5350 | bors[bot] | 2020-07-15 | 6 | -8/+141 |
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 5350: Filter assists r=matklad a=kjeremy Uses the `CodeActionContext::only` field to compute only those assists the client cares about. It works but I don't really like the implementation. Co-authored-by: kjeremy <[email protected]> Co-authored-by: Jeremy Kolb <[email protected]> | ||||
| * | | Move allow list into AssistConfig | Jeremy Kolb | 2020-07-15 | 6 | -44/+40 |
| | | | |||||
| * | | Invert condition | Jeremy Kolb | 2020-07-15 | 1 | -1/+1 |
| | | | |||||
| * | | Fix conversion | Jeremy Kolb | 2020-07-15 | 1 | -3/+3 |
| | | | |||||
| * | | Filter assists | kjeremy | 2020-07-13 | 6 | -20/+157 |
| | | | |||||
* | | | Merge #5396 | bors[bot] | 2020-07-15 | 2 | -1/+20 |
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 5396: Cap macro expansion depth for IDE features r=matklad a=matklad closes #4453 bors r+ 🤖 Co-authored-by: Aleksey Kladov <[email protected]> | ||||
| * | | | Cap macro expansion depth for IDE features | Aleksey Kladov | 2020-07-15 | 2 | -1/+20 |
| | | | | | | | | | | | | | | | | closes #4453 | ||||
* | | | | Add new `Punctuation` highlight tag | Leander Tentrup | 2020-07-15 | 10 | -194/+198 |
| | | | | |||||
* | | | | Highlight punctuation as `HighlightTag::Operator` | Leander Tentrup | 2020-07-15 | 7 | -197/+198 |
| | | | | |||||
* | | | | Merge #5395 | bors[bot] | 2020-07-15 | 1 | -2/+2 |
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 5395: Show fewer syntax errors r=matklad a=matklad bors r+ 🤖 Co-authored-by: Aleksey Kladov <[email protected]> | ||||
| * | | | Show fewer syntax errors | Aleksey Kladov | 2020-07-15 | 1 | -2/+2 |
| | | | | |||||
* | | | | Merge #5394 | bors[bot] | 2020-07-15 | 1 | -12/+14 |
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 5394: Add missing cancellation point r=matklad a=matklad bors r+ 🤖 Co-authored-by: Aleksey Kladov <[email protected]> | ||||
| * | | | Cleanup limits | Aleksey Kladov | 2020-07-15 | 1 | -7/+7 |
| | | | | |||||
| * | | | Check cancellation when updating imports recursively | Aleksey Kladov | 2020-07-15 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | For winapi, this takes a lot of CPU time without doing queries and causes the main event loop to stall on cancellation. | ||||
| * | | | Micro-optimize update | Aleksey Kladov | 2020-07-15 | 1 | -5/+6 |
| | | | | |||||
* | | | | Merge #5390 | bors[bot] | 2020-07-15 | 3 | -22/+25 |
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 5390: Don't drop flycheck messages during restart r=matklad a=matklad closes #5386 bors r+ 🤖 Co-authored-by: Aleksey Kladov <[email protected]> | ||||
| * | | | Don't drop flycheck messages during restart | Aleksey Kladov | 2020-07-15 | 3 | -22/+25 |
| | | | | | | | | | | | | | | | | closes #5386 |