Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Simplify | Aleksey Kladov | 2020-05-07 | 5 | -6/+5 |
| | |||||
* | Nicer API | Aleksey Kladov | 2020-05-07 | 3 | -42/+42 |
| | |||||
* | Rename AssitLabel -> Assist | Aleksey Kladov | 2020-05-07 | 4 | -24/+24 |
| | |||||
* | Refactor assists API to be more convenient for adding new assists | Aleksey Kladov | 2020-05-07 | 38 | -593/+521 |
| | | | | It now duplicates completion API in its shape. | ||||
* | Fix panic in FunctionSignature | Aleksey Kladov | 2020-05-07 | 1 | -1/+7 |
| | |||||
* | Merge #4316 #4351 | bors[bot] | 2020-05-06 | 1 | -4/+45 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | 4316: do not truncate display for hover r=matklad a=bnjjj close #4311 4351: Fix Windows server path r=matklad a=lnicola CC @Coder-256. Co-authored-by: Benjamin Coenen <[email protected]> Co-authored-by: Laurențiu Nicola <[email protected]> | ||||
| * | do not truncate display for hover | Benjamin Coenen | 2020-05-06 | 1 | -2/+2 |
| | | | | | | | | Signed-off-by: Benjamin Coenen <[email protected]> | ||||
| * | do not truncate display for hover | Benjamin Coenen | 2020-05-06 | 1 | -1/+42 |
| | | | | | | | | Signed-off-by: Benjamin Coenen <[email protected]> | ||||
| * | Merge branch 'master' of github.com:rust-analyzer/rust-analyzer into fix_4311 | Benjamin Coenen | 2020-05-06 | 55 | -425/+634 |
| |\ | |||||
| * | | do not truncate display for hover #4311 | Benjamin Coenen | 2020-05-05 | 1 | -1/+1 |
| | | | | | | | | | | | | Signed-off-by: Benjamin Coenen <[email protected]> | ||||
* | | | Merge #4331 | bors[bot] | 2020-05-06 | 2 | -10/+140 |
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 4331: Fixture improvements r=TimoFreiberg a=TimoFreiberg As mentioned in [Zulip](https://rust-lang.zulipchat.com/#narrow/stream/185405-t-compiler.2Fwg-rls-2.2E0/topic/resolve_path.20between.20fixture.20files) :) I think always allowing unindented first lines is friendlier than making the user fix it and I don't see any drawbacks. Co-authored-by: Timo Freiberg <[email protected]> | ||||
| * | | | Allow fixture strings with unindented first line | Timo Freiberg | 2020-05-06 | 1 | -9/+95 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This allows fixtures like "//- /lib.rs ... //- /foo.rs ... " | ||||
| * | | | Add fixture doc comment | Timo Freiberg | 2020-05-06 | 1 | -1/+45 |
| | | | | |||||
* | | | | add Ok wrapping | Benjamin Coenen | 2020-05-06 | 3 | -0/+986 |
|/ / / | | | | | | | | | | Signed-off-by: Benjamin Coenen <[email protected]> | ||||
* | | | Merge #4347 | bors[bot] | 2020-05-06 | 1 | -6/+23 |
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 4347: Fix usefulness check for never type r=flodiebold a=MikailBag Co-authored-by: Mikail Bagishov <[email protected]> | ||||
| * | | | Fix usefulness check for never type | Mikail Bagishov | 2020-05-06 | 1 | -6/+23 |
| | | | | |||||
* | | | | Simplify | Aleksey Kladov | 2020-05-06 | 3 | -33/+17 |
| | | | | |||||
* | | | | Minor | Aleksey Kladov | 2020-05-06 | 1 | -1/+2 |
| | | | | |||||
* | | | | Rename | Aleksey Kladov | 2020-05-06 | 4 | -13/+13 |
|/ / / | |||||
* | | | Use SourceChange for assists | Aleksey Kladov | 2020-05-06 | 6 | -87/+60 |
| | | | |||||
* | | | Fix TODO | Aleksey Kladov | 2020-05-06 | 3 | -19/+17 |
| | | | |||||
* | | | Move target to AssistLabel | Aleksey Kladov | 2020-05-06 | 36 | -256/+292 |
| | | | | | | | | | | | | | | | Target is used for assists sorting, so we need it before we compute the action. | ||||
* | | | Lift SourceChange to the ra_ide_db | Aleksey Kladov | 2020-05-06 | 6 | -25/+25 |
| | | | |||||
* | | | Fix capitalization | Aleksey Kladov | 2020-05-06 | 1 | -2/+2 |
| | | | |||||
* | | | Regenerate | Aleksey Kladov | 2020-05-06 | 2 | -38/+40 |
| | | | |||||
* | | | Merge doc_tests and tests | Aleksey Kladov | 2020-05-06 | 4 | -41/+28 |
| | | | |||||
* | | | Merge assits::test_helpers and tests | Aleksey Kladov | 2020-05-06 | 35 | -180/+172 |
| |/ |/| | |||||
* | | Merge #4332 | bors[bot] | 2020-05-05 | 19 | -226/+271 |
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | 4332: Refactor TextEdit r=matklad a=matklad bors r+ 🤖 Co-authored-by: Aleksey Kladov <[email protected]> | ||||
| * | | Fixup tests | Aleksey Kladov | 2020-05-05 | 9 | -43/+71 |
| | | | |||||
| * | | Use more natural signature for Edit::apply | Aleksey Kladov | 2020-05-05 | 4 | -20/+42 |
| | | | |||||
| * | | Rename AtomTextEdit -> Indel | Aleksey Kladov | 2020-05-05 | 10 | -162/+154 |
| | | | |||||
| * | | Minor cleanups | Aleksey Kladov | 2020-05-05 | 2 | -6/+9 |
| | | | |||||
* | | | add the allFeatures flag (true by default) | guigui64 | 2020-05-05 | 2 | -3/+8 |
|/ / | |||||
* | | Merge #4327 | bors[bot] | 2020-05-05 | 8 | -45/+42 |
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 4327: Refactor assists r=matklad a=matklad bors r+ 🤖 Co-authored-by: Aleksey Kladov <[email protected]> | ||||
| * | | Normalize naming of diagnostics | Aleksey Kladov | 2020-05-05 | 5 | -21/+23 |
| | | | |||||
| * | | Fix compilation | Aleksey Kladov | 2020-05-05 | 2 | -13/+8 |
| | | | |||||
| * | | Move group_label where it belongs | Aleksey Kladov | 2020-05-05 | 2 | -7/+6 |
| | | | |||||
| * | | use GroupLabel for type safety | Aleksey Kladov | 2020-05-05 | 1 | -3/+4 |
| | | | |||||
| * | | Minor rename | Aleksey Kladov | 2020-05-05 | 1 | -3/+3 |
| | | | |||||
| * | | Flip Assist::new arguments | Aleksey Kladov | 2020-05-05 | 2 | -4/+4 |
| | | | |||||
* | | | Merge #4325 | bors[bot] | 2020-05-05 | 1 | -2/+15 |
|\ \ \ | |/ / |/| | | | | | | | | | | | | | | | | | 4325: Fix column conversion for supplementary plane characters r=matklad a=lnicola Fixes https://github.com/rust-analyzer/rust-analyzer/pull/4276#issuecomment-623079855. Co-authored-by: Laurențiu Nicola <[email protected]> | ||||
| * | | Fix column conversion for supplementary plane characters | Laurențiu Nicola | 2020-05-05 | 1 | -2/+15 |
| | | | |||||
* | | | Merge #4166 | bors[bot] | 2020-05-05 | 5 | -7/+17 |
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 4166: Defining a default target to support cross-compilation targets r=matklad a=FuriouZz Related to #4163 Co-authored-by: Christophe MASSOLIN <[email protected]> | ||||
| * | | | Remove code duplicates | Christophe MASSOLIN | 2020-05-05 | 1 | -12/+6 |
| | | | | |||||
| * | | | Pass cargo.target to rustc | Christophe MASSOLIN | 2020-05-05 | 3 | -7/+15 |
| | | | | |||||
| * | | | Rename `defaultTarget` to target | Christophe MASSOLIN | 2020-05-05 | 2 | -4/+4 |
| | | | | |||||
| * | | | [config] remove RustcConfig | Christophe MASSOLIN | 2020-04-27 | 1 | -5/+0 |
| | | | | |||||
| * | | | [config] rename cargo.defaultTarget | Christophe MASSOLIN | 2020-04-27 | 2 | -5/+5 |
| | | | | |||||
| * | | | Started rust-analyzer.cargo.defaultTarget implementation | Christophe MASSOLIN | 2020-04-26 | 2 | -0/+13 |
| | | | | |||||
* | | | | Merge #4323 | bors[bot] | 2020-05-05 | 1 | -0/+12 |
|\ \ \ \ | | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | | 4323: Add tests for #4306 r=kjeremy a=lnicola CC @kjeremy Co-authored-by: Laurențiu Nicola <[email protected]> |