Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
* | Remove HasVisibility implementation | Fedor Sakharov | 2020-05-07 | 3 | -12/+6 | |
| | ||||||
* | Fix rename of enum variant visible from module | Fedor Sakharov | 2020-05-06 | 4 | -2/+76 | |
| | ||||||
* | 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]> | |||||
| * | | Add tests for #4306 | LaurenČiu Nicola | 2020-05-05 | 1 | -0/+12 | |
| | | | ||||||
* | | | Merge #4320 | bors[bot] | 2020-05-05 | 3 | -6/+65 | |
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 4320: add doctest support r=matklad a=bnjjj close #4317 preview: <img width="253" alt="Capture dāeĢcran 2020-05-05 aĢ 17 39 58" src="https://user-images.githubusercontent.com/5719034/81086040-45110b80-8ef8-11ea-9c05-79c6fe400fc3.png"> Co-authored-by: Benjamin Coenen <[email protected]> | |||||
| * | | | add doctest support #4317 | Benjamin Coenen | 2020-05-05 | 3 | -6/+65 | |
| | | | | | | | | | | | | | | | | Signed-off-by: Benjamin Coenen <[email protected]> | |||||
* | | | | Rename ImplItem to AssocItem | Edwin Cheng | 2020-05-05 | 11 | -75/+81 | |
| | | | | ||||||
* | | | | Merge #4305 | bors[bot] | 2020-05-05 | 7 | -28/+90 | |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 4305: Favor types for record type struct in name resolution r=matklad a=edwin0cheng Fixed #4235 Co-authored-by: Edwin Cheng <[email protected]> | |||||
| * | | | | invert if | Edwin Cheng | 2020-05-05 | 1 | -3/+3 | |
| | | | | | ||||||
| * | | | | Change union resolve types only | Edwin Cheng | 2020-05-04 | 2 | -2/+2 | |
| | | | | | ||||||
| * | | | | Change favor_types to has_constructor | Edwin Cheng | 2020-05-04 | 3 | -9/+9 | |
| | | | | | ||||||
| * | | | | Remove unused import | Edwin Cheng | 2020-05-04 | 1 | -2/+2 | |
| | | | | | ||||||
| * | | | | Add test for issue | Edwin Cheng | 2020-05-04 | 1 | -0/+29 | |
| | | | | | ||||||
| * | | | | Fix test | Edwin Cheng | 2020-05-04 | 1 | -16/+16 | |
| | | | | | ||||||
| * | | | | Favor types for Record in name resolution | Edwin Cheng | 2020-05-04 | 4 | -12/+45 | |
| | | | | | ||||||
* | | | | | Merge #4265 | bors[bot] | 2020-05-05 | 1 | -3/+10 | |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 4265: Make `change_visibility` assist work for tuple struct fields r=matklad a=Jesse-Bakker Fixes #4206 Co-authored-by: Jesse Bakker <[email protected]> | |||||
| * | | | | | Make `change_visibility` assist work for tuple struct field visibility | Jesse Bakker | 2020-05-02 | 1 | -3/+10 | |
| | | | | | | ||||||
| | | | | | | ||||||
| \ \ \ \ \ | ||||||
*-. \ \ \ \ \ | Merge #4306 #4308 | bors[bot] | 2020-05-05 | 2 | -8/+8 | |
|\ \ \ \ \ \ \ | | | |_|/ / / | | |/| | / / | | |_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 4306: Make incremental sync opt-out and fix line index rebuild r=matklad a=lnicola 4308: Update server binary paths in docs r=matklad a=Coder-256 Fixed incorrect macOS path and converted to a list. Also, should the Windows path include `matklad.rust-analyzer`? (I can't check) Co-authored-by: LaurenČiu Nicola <[email protected]> Co-authored-by: Jacob Greenfield <[email protected]> | |||||
| * | | | | | Fix line index rebuild during incremental changes | LaurenČiu Nicola | 2020-05-04 | 1 | -5/+5 | |
| | | | | | | ||||||
| * | | | | | Make incremental sync opt-out | LaurenČiu Nicola | 2020-05-04 | 1 | -3/+3 | |
| |/ / / / |