aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | Don't duplicate rustc diagnostics fixesJonas Schievink2021-01-155-282/+32
| | |/ / / / | |/| | | |
* | | | | | Merge #7286bors[bot]2021-01-159-28/+20
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 7286: Remove useless wrapper r=matklad a=matklad bors r+ 🤖 Co-authored-by: Aleksey Kladov <[email protected]>
| * | | | | Remove useless wrapperAleksey Kladov2021-01-159-28/+20
| |/ / / /
* | | | | Merge #7209bors[bot]2021-01-1512-52/+152
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 7209: Support yield keyword r=Veykril a=sasurau4 Part of #4309 The inference of yield will be implemented at another PR. Co-authored-by: Daiki Ihara <[email protected]>
| * | | | Add test for yield_exprDaiki Ihara2021-01-152-0/+32
| | | | |
| * | | | Add support for yiled keywordDaiki Ihara2021-01-158-27/+95
| | | | |
| * | | | Upgrade ungrammar to v1.7Daiki Ihara2021-01-152-25/+25
|/ / / /
* | | | Merge #7281bors[bot]2021-01-152-35/+89
|\ \ \ \ | |/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | 7281: Insert `;` when completing keywords in let r=matklad a=matklad bors r+ 🤖 Co-authored-by: Aleksey Kladov <[email protected]>
| * | | Insert `;` when completing keywords in letAleksey Kladov2021-01-152-7/+69
| | | |
| * | | SimplifyAleksey Kladov2021-01-151-27/+19
| | | |
| * | | Add braces when completing ifsAleksey Kladov2021-01-151-2/+2
|/ / /
* | | Merge #7272bors[bot]2021-01-1516-267/+240
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | 7272: Group file source edits by FileId r=matklad a=Veykril Co-authored-by: Lukas Wirth <[email protected]>
| * | | Phase out SourceFileEdits in favour of a plain HashMapLukas Wirth2021-01-1415-214/+179
| | | |
| * | | Fix assert_never invoking assert_alwaysLukas Wirth2021-01-141-1/+1
| | | |
| * | | Group file source edits by FileIdLukas Wirth2021-01-1415-176/+184
| |/ /
* | | Merge #7278bors[bot]2021-01-152-10/+10
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 7278: bump arena r=matklad a=matklad bors r+ 🤖 Co-authored-by: Aleksey Kladov <[email protected]>
| * | | bump arenaAleksey Kladov2021-01-151-8/+8
| | | |
| * | | bump arenaAleksey Kladov2021-01-151-2/+2
|/ / /
* | | Merge #7274bors[bot]2021-01-153-4/+88
|\ \ \ | |/ / |/| | | | | | | | | | | | | | | | | 7274: Flesh out la-arena crate r=lnicola a=arzg As requested in #7267, I’ve added some basic documentation and added more keys to the crate’s `Cargo.toml`. Co-authored-by: Aramis Razzaghipour <[email protected]>
| * | Add more keys to la-arena Cargo.tomlAramis Razzaghipour2021-01-141-0/+3
| | |
| * | Add docs to la-arena crateAramis Razzaghipour2021-01-143-4/+85
|/ /
* | Merge #7271bors[bot]2021-01-1433-42/+49
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | 7271: prepare to publish el libro de arena r=matklad a=matklad bors r+ 🤖 Co-authored-by: Aleksey Kladov <[email protected]>
| * | prepare to publish el libro de arenaAleksey Kladov2021-01-1433-42/+49
| | |
* | | Merge #7270bors[bot]2021-01-148-7/+72
|\ \ \ | |/ / |/| | | | | | | | | | | | | | | | | | | | 7270: Introduce more appropriate assertion mechanism r=matklad a=matklad bors r+ 🤖 Co-authored-by: Aleksey Kladov <[email protected]>
| * | Introduce more appropriate assertion mechanismAleksey Kladov2021-01-148-7/+72
| | | | | | | | | | | | | | | | | | | | | rust-analyzer is a long-running program, so we *should* handle assertion failures. See also https://www.sqlite.org/assert.html.
* | | Merge #7269bors[bot]2021-01-141-1/+1
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | 7269: Fix server path comparison r=lnicola a=lnicola Co-authored-by: LaurenÈ›iu Nicola <[email protected]>
| * | | Fix server path comparisonLaurențiu Nicola2021-01-141-1/+1
|/ / /
* | | Merge #7266bors[bot]2021-01-145-26/+29
|\| | | | | | | | | | | | | | | | | | | | | | | | | | 7266: Make printin the backtrace more convenient r=matklad a=matklad bors r+ 🤖 Co-authored-by: Aleksey Kladov <[email protected]>
| * | Make printin the backtrace more convenientAleksey Kladov2021-01-145-26/+29
| | |
* | | Merge #7265bors[bot]2021-01-141-0/+31
|\| | | | | | | | | | | | | | | | | | | | | | | | | | 7265: Add a test for #7110 r=matklad a=matklad bors r+ 🤖 Co-authored-by: Aleksey Kladov <[email protected]>
| * | Add a test for #7110Aleksey Kladov2021-01-141-0/+31
| | |
* | | Merge #7264bors[bot]2021-01-141-1/+1
|\ \ \ | |/ / |/| | | | | | | | | | | | | | | | | 7264: Use --workspace when loading extern resources r=edwin0cheng a=chinedufn https://github.com/rust-analyzer/rust-analyzer/issues/5040#issuecomment-759853153 Co-authored-by: Chinedu Francis Nwafili <[email protected]>
| * | Use --workspace when loading extern resourcesChinedu Francis Nwafili2021-01-141-1/+1
| | | | | | | | | https://github.com/rust-analyzer/rust-analyzer/issues/5040#issuecomment-759853153
* | | Merge #7211bors[bot]2021-01-142-4/+35
|\ \ \ | |/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 7211: Fixed expr meta var after path colons in mbe r=matklad a=edwin0cheng Fixes #7207 Added `L_DOLLAR` in `ITEM_RECOVERY_SET` , but I don't know whether it is a good idea. r? @matklad Co-authored-by: Edwin Cheng <[email protected]>
| * | Fixed expr meta var after path colons in mbeEdwin Cheng2021-01-102-4/+35
| | |
* | | Merge #7257bors[bot]2021-01-146-4/+321
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | 7257: vfs documentation r=matklad a=arnaudgolfouse This documents every item in the `vfs` crate, except for a few private, windows-specific items. Co-authored-by: Arnaud <[email protected]>
| * | | Document vfs private itemsArnaud2021-01-125-2/+117
| | | |
| * | | Document vfs public itemsArnaud2021-01-125-2/+204
| | | |
* | | | Merge #7110bors[bot]2021-01-143-4/+10
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 7110: Deduplicate macros when offering completion r=matklad a=AdnoC Closes https://github.com/rust-analyzer/rust-analyzer/issues/7081 When iterating over the names within the `hir_def::resolver::Scope` for a module, track what macros are in the `hir_def::item_scope::ItemScope::legacy_macros` collection for the module. When iterating over names from the prelude, do not proccess the name if it had been in the `legacy_macros` collection. This is implemented with a `FxHashSet` in the `Scope::process_names` function that is populated when iterating over `legacy_macros` and checked when iterating over the prelude. Alternative implementation could instead query the `legacy_macros` `FxHashMap` directly when processing names in the prelude. Also, I'd like to add a test for this, but I'm not sure where it could be added. Co-authored-by: AdnoC <[email protected]>
| * | | | we can have one less call to name.clone()AdnoC2020-12-311-2/+3
| | | | |
| * | | | deduplicate macro completions from legacy macros and preludeAdnoC2020-12-313-4/+9
| | | | |
* | | | | Merge #7260bors[bot]2021-01-147-118/+253
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 7260: Render Fn* trait objects and impl types as rust does r=matklad a=Veykril Also fixes raw ptr impl types being rendered ambiguously with multiple predicates. This moves out the `FamousDefs::Fixture` into its own file as well, cause I figured it is big enough to get its own file at this point + we also get highlighting this way when editing it. Fixes #3012 Co-authored-by: Lukas Wirth <[email protected]>
| * | | | | Render Fn* trait objects and impl types as rust doesLukas Wirth2021-01-136-30/+133
| | | | | |
| * | | | | Move FamousDefs fixture out into its own fileLukas Wirth2021-01-122-88/+120
| | |/ / / | |/| | |
* | | | | Merge #6809bors[bot]2021-01-133-0/+238
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 6809: Add quick fix to sort impl methods by trait definition r=fisherdarling a=fisherdarling Closes #6110 Co-authored-by: Fisher Darling <[email protected]>
| * | | | | Sort impls by trait definitionFisher Darling2021-01-133-0/+238
|/ / / / / | | | | | | | | | | | | | | | Closes #6110
* | | | | Merge #7263bors[bot]2021-01-133-17/+5
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 7263: Use upstream TextSize API r=matklad a=matklad bors r+ 🤖 Co-authored-by: Aleksey Kladov <[email protected]>
| * | | | | Use upstream TextSize APIAleksey Kladov2021-01-133-17/+5
| | | | | |
* | | | | | Merge #7220bors[bot]2021-01-133-14/+178
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 7220: same level folder rename for will_rename_files r=kjeremy a=ShuiRuTian use tricky way to support folder rename. Another step after #7009 and for #4471 Co-authored-by: ShuiRuTian <[email protected]> Co-authored-by: Song Gao <[email protected]>
| * | | | | fix windows test.ShuiRuTian2021-01-131-2/+2
| | | | | |