Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | Protect against `{}` | kjeremy | 2020-07-20 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | Allow client to respond to workspace/configuration with null values | kjeremy | 2020-07-20 | 2 | -0/+7 | |
| | |/ | |/| | | | | | | | | | | This is allowed per the spec if the client doesn't know about the configuration we've requested. | |||||
* | | | Merge #5471 | bors[bot] | 2020-07-21 | 2 | -5/+5 | |
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 5471: Typo r=matklad a=matklad bors r+ 🤖 Co-authored-by: Aleksey Kladov <[email protected]> | |||||
| * | | | Typo | Aleksey Kladov | 2020-07-21 | 2 | -5/+5 | |
| | | | | ||||||
* | | | | Merge #5470 | bors[bot] | 2020-07-21 | 2 | -2/+11 | |
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 5470: Propagate cargo.target to checkOnSave r=matklad a=matklad bors r+ 🤖 Co-authored-by: Aleksey Kladov <[email protected]> | |||||
| * | | | Propagate cargo.target to checkOnSave | Aleksey Kladov | 2020-07-21 | 2 | -2/+11 | |
| |/ / | ||||||
* | | | Merge #5458 | bors[bot] | 2020-07-21 | 3 | -849/+896 | |
|\ \ \ | |/ / |/| | | | | | | | | | | | | | | | | | 5458: Use expect in some ra_hir_ty tests r=flodiebold a=lnicola Co-authored-by: Laurențiu Nicola <[email protected]> | |||||
| * | | Inline lang items in coercion tests | Laurențiu Nicola | 2020-07-20 | 2 | -27/+65 | |
| | | | ||||||
| * | | Use expect in never_type tests | Laurențiu Nicola | 2020-07-20 | 3 | -186/+185 | |
| | | | ||||||
| * | | Use expect in coercion tests | Laurențiu Nicola | 2020-07-20 | 1 | -674/+684 | |
| | | | ||||||
* | | | Merge #5440 | bors[bot] | 2020-07-20 | 7 | -8/+8 | |
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 5440: Minor perf tweaks per clippy r=matklad a=kjeremy Co-authored-by: Jeremy Kolb <[email protected]> | |||||
| * | | | Minor perf tweaks per clippy | Jeremy Kolb | 2020-07-19 | 7 | -8/+8 | |
| | | | | ||||||
* | | | | Simplify | Aleksey Kladov | 2020-07-20 | 1 | -9/+5 | |
| | | | | ||||||
* | | | | Add is_workspace_member for rust-project.json | Aleksey Kladov | 2020-07-20 | 1 | -24/+36 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It is currently unused, but, in the future, it will be used to: * drive certain UX (symbols search by default will look only in the members) * improve performance (rust-analyzer will assume that non-members change rarely) If not specified, is_workspace member is inferred from the path | |||||
* | | | | Simplify | Aleksey Kladov | 2020-07-20 | 2 | -11/+11 | |
| |_|/ |/| | | ||||||
* | | | Fix a typo in completion docs | Pascal Hertleif | 2020-07-19 | 1 | -1/+1 | |
|/ / | ||||||
* / | Specify default adt representation for chalk integration | Wilco Kusee | 2020-07-19 | 1 | -1/+1 | |
|/ | ||||||
* | Simplify exclusion logic | Aleksey Kladov | 2020-07-18 | 5 | -110/+120 | |
| | ||||||
* | Don't show docs in concise signature help | Aleksey Kladov | 2020-07-18 | 1 | -5/+9 | |
| | ||||||
* | Add turbo-fish works after `()` | Aleksey Kladov | 2020-07-18 | 1 | -1/+28 | |
| | ||||||
* | Merge #5423 | bors[bot] | 2020-07-17 | 2 | -0/+102 | |
|\ | | | | | | | | | | | | | | | 5423: Correctly resolve assoc. types in path bindings r=matklad a=jonas-schievink Previously invoking goto def on `impl Iterator<Item<|> = ()>` would go to `Iterator`, not `Item`. This fixes that. Co-authored-by: Jonas Schievink <[email protected]> | |||||
| * | Correctly resolve assoc. types in path bindings | Jonas Schievink | 2020-07-17 | 2 | -0/+102 | |
| | | ||||||
* | | 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 | |
| | |