aboutsummaryrefslogtreecommitdiff
path: root/crates
Commit message (Collapse)AuthorAgeFilesLines
* add if let and while let postfix for Option and Result #4348Benjamin Coenen2020-05-072-1/+221
| | | | Signed-off-by: Benjamin Coenen <[email protected]>
* Merge #4316 #4351bors[bot]2020-05-061-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 hoverBenjamin Coenen2020-05-061-2/+2
| | | | | | | | Signed-off-by: Benjamin Coenen <[email protected]>
| * do not truncate display for hoverBenjamin Coenen2020-05-061-1/+42
| | | | | | | | Signed-off-by: Benjamin Coenen <[email protected]>
| * Merge branch 'master' of github.com:rust-analyzer/rust-analyzer into fix_4311Benjamin Coenen2020-05-0655-425/+634
| |\
| * | do not truncate display for hover #4311Benjamin Coenen2020-05-051-1/+1
| | | | | | | | | | | | Signed-off-by: Benjamin Coenen <[email protected]>
* | | Merge #4331bors[bot]2020-05-062-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 lineTimo Freiberg2020-05-061-9/+95
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This allows fixtures like "//- /lib.rs ... //- /foo.rs ... "
| * | | Add fixture doc commentTimo Freiberg2020-05-061-1/+45
| | | |
* | | | add Ok wrappingBenjamin Coenen2020-05-063-0/+986
|/ / / | | | | | | | | | Signed-off-by: Benjamin Coenen <[email protected]>
* | | Merge #4347bors[bot]2020-05-061-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 typeMikail Bagishov2020-05-061-6/+23
| | | |
* | | | SimplifyAleksey Kladov2020-05-063-33/+17
| | | |
* | | | MinorAleksey Kladov2020-05-061-1/+2
| | | |
* | | | RenameAleksey Kladov2020-05-064-13/+13
|/ / /
* | | Use SourceChange for assistsAleksey Kladov2020-05-066-87/+60
| | |
* | | Fix TODOAleksey Kladov2020-05-063-19/+17
| | |
* | | Move target to AssistLabelAleksey Kladov2020-05-0636-256/+292
| | | | | | | | | | | | | | | Target is used for assists sorting, so we need it before we compute the action.
* | | Lift SourceChange to the ra_ide_dbAleksey Kladov2020-05-066-25/+25
| | |
* | | Fix capitalizationAleksey Kladov2020-05-061-2/+2
| | |
* | | RegenerateAleksey Kladov2020-05-062-38/+40
| | |
* | | Merge doc_tests and testsAleksey Kladov2020-05-064-41/+28
| | |
* | | Merge assits::test_helpers and testsAleksey Kladov2020-05-0635-180/+172
| |/ |/|
* | Merge #4332bors[bot]2020-05-0519-226/+271
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | 4332: Refactor TextEdit r=matklad a=matklad bors r+ šŸ¤– Co-authored-by: Aleksey Kladov <[email protected]>
| * | Fixup testsAleksey Kladov2020-05-059-43/+71
| | |
| * | Use more natural signature for Edit::applyAleksey Kladov2020-05-054-20/+42
| | |
| * | Rename AtomTextEdit -> IndelAleksey Kladov2020-05-0510-162/+154
| | |
| * | Minor cleanupsAleksey Kladov2020-05-052-6/+9
| | |
* | | add the allFeatures flag (true by default)guigui642020-05-052-3/+8
|/ /
* | Merge #4327bors[bot]2020-05-058-45/+42
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 4327: Refactor assists r=matklad a=matklad bors r+ šŸ¤– Co-authored-by: Aleksey Kladov <[email protected]>
| * | Normalize naming of diagnosticsAleksey Kladov2020-05-055-21/+23
| | |
| * | Fix compilationAleksey Kladov2020-05-052-13/+8
| | |
| * | Move group_label where it belongsAleksey Kladov2020-05-052-7/+6
| | |
| * | use GroupLabel for type safetyAleksey Kladov2020-05-051-3/+4
| | |
| * | Minor renameAleksey Kladov2020-05-051-3/+3
| | |
| * | Flip Assist::new argumentsAleksey Kladov2020-05-052-4/+4
| | |
* | | Merge #4325bors[bot]2020-05-051-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 charactersLaurențiu Nicola2020-05-051-2/+15
| | |
* | | Merge #4166bors[bot]2020-05-055-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 duplicatesChristophe MASSOLIN2020-05-051-12/+6
| | | |
| * | | Pass cargo.target to rustcChristophe MASSOLIN2020-05-053-7/+15
| | | |
| * | | Rename `defaultTarget` to targetChristophe MASSOLIN2020-05-052-4/+4
| | | |
| * | | [config] remove RustcConfigChristophe MASSOLIN2020-04-271-5/+0
| | | |
| * | | [config] rename cargo.defaultTargetChristophe MASSOLIN2020-04-272-5/+5
| | | |
| * | | Started rust-analyzer.cargo.defaultTarget implementationChristophe MASSOLIN2020-04-262-0/+13
| | | |
* | | | Merge #4323bors[bot]2020-05-051-0/+12
|\ \ \ \ | | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | 4323: Add tests for #4306 r=kjeremy a=lnicola CC @kjeremy Co-authored-by: Laurențiu Nicola <[email protected]>
| * | | Add tests for #4306Laurențiu Nicola2020-05-051-0/+12
| | | |
* | | | Merge #4320bors[bot]2020-05-053-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 #4317Benjamin Coenen2020-05-053-6/+65
| | |_|/ | |/| | | | | | | | | | Signed-off-by: Benjamin Coenen <[email protected]>
* | | | Rename ImplItem to AssocItemEdwin Cheng2020-05-0511-75/+81
| | | |