aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add builtin derives to attribute completion fixturesLukas Wirth2021-06-161-7/+67
|
* Merge #9299bors[bot]2021-06-166-71/+94
|\ | | | | | | | | | | | | | | 9299: minor: Filter out non-type completions in the respective completions modules instead r=Veykril a=Veykril bors r+ Co-authored-by: Lukas Wirth <[email protected]>
| * Filter out non-type completions in the respective completions modules insteadLukas Wirth2021-06-166-71/+94
| |
* | Merge #9297bors[bot]2021-06-167-345/+307
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | 9297: internal: add fn to minicore r=matklad a=matklad bors r+ 🤖 Co-authored-by: Aleksey Kladov <[email protected]>
| * | internal: add fn to minicoreAleksey Kladov2021-06-166-310/+258
| | |
| * | internal: add deref_mut to minicoreAleksey Kladov2021-06-163-35/+49
|/ /
| |
| \
*-. \ Merge #9267 #9279bors[bot]2021-06-155-21/+24
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 9267: fix: Code: update the LSP server without asking r=matklad a=lnicola Most LSP extensions seem to do the same thing, and this is causing some confusion for users who don't notice the update prompt before Code hides it. 9279: minor: Document installation via Homebrew r=matklad a=Svetlitski `rust-analyzer` can be installed via [Homebrew](https://brew.sh) (AKA`brew`) on macOS. I've added instructions on how to do so to the documentation. Additionally, I added a `.gitignore` rule to ignore the HTML documentation produced by `asciidoctor manual.adoc` so that it is not accidentally checked into `git`. Co-authored-by: Laurențiu Nicola <[email protected]> Co-authored-by: Kevin Svetlitski <[email protected]> Co-authored-by: Aleksey Kladov <[email protected]>
| | * | Update docs/user/manual.adocAleksey Kladov2021-06-151-1/+1
| | | |
| | * | Document installation via Homebrew; Add gitignore entry for asciidoctor outputKevin Svetlitski2021-06-142-0/+10
| | | |
| * | | Consolidate the privacy notesLaurențiu Nicola2021-06-153-20/+13
| | | |
| * | | Code: automatically update the LSP serverLaurențiu Nicola2021-06-142-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | Most LSP extensions seem to do the same thing, and this is causing some confusion for users who don't notice the update prompt before Code hides it.
* | | | Merge #9293bors[bot]2021-06-151-3/+4
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 9293: fix: Show diagnostic fixes before assists r=matklad a=lnicola Closes #9212 Co-authored-by: Laurențiu Nicola <[email protected]>
| * | | | Show diagnostic fixes before assistsLaurențiu Nicola2021-06-151-3/+4
| | | | |
* | | | | Merge #9294bors[bot]2021-06-1513-1027/+1149
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 9294: internal: introduce minicore -- a subset of libcore for testing r=matklad a=matklad Clearly, we need one more fixed point iteration loop! Co-authored-by: Aleksey Kladov <[email protected]>
| * | | | | internal: switch some tests to minicoreAleksey Kladov2021-06-152-18/+9
| | | | | |
| * | | | | internal: add result to minicoreAleksey Kladov2021-06-152-21/+18
| | | | | |
| * | | | | internal: switch some tests to minicoreAleksey Kladov2021-06-151-17/+3
| | | | | |
| * | | | | internal: add option to minicoreAleksey Kladov2021-06-153-41/+25
| | | | | |
| * | | | | internal: add future to minicoreAleksey Kladov2021-06-152-12/+39
| | | | | |
| * | | | | internal: sanity-check minicore flagsAleksey Kladov2021-06-152-2/+11
| | | | | |
| * | | | | internal: switch some tests to minicoreAleksey Kladov2021-06-153-70/+59
| | | | | |
| * | | | | internal: switch some tests to minicoreAleksey Kladov2021-06-152-55/+32
| | | | | |
| * | | | | internal: add ranges to minicoreAleksey Kladov2021-06-152-28/+42
| | | | | |
| * | | | | internal: unindent some testsAleksey Kladov2021-06-151-255/+252
| | | | | |
| * | | | | internal: switch some tests to minicoreAleksey Kladov2021-06-152-111/+102
| | | | | |
| * | | | | internal: switch some tests to minicoreAleksey Kladov2021-06-153-62/+75
| | | | | |
| * | | | | internal: switch some tests to minicoreAleksey Kladov2021-06-151-181/+129
| | | | | |
| * | | | | internal: switch some tests to minicoreAleksey Kladov2021-06-152-118/+88
| | | | | |
| * | | | | internal: introduce minicore -- a subset of libcore for testingAleksey Kladov2021-06-156-42/+271
| | | | | |
* | | | | | Merge #9292bors[bot]2021-06-153-15/+23
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 9292: fix: Code: clean-up #8951 r=wxb1ank a=wxb1ank #8951 was a major change in the VS Code extension and caused quite a few problems. This PR is a catch-all for bugs and improvements in the new code. This should fix: - #9284 - [this unreported bug](https://github.com/rust-analyzer/rust-analyzer/pull/8951/files#r651570446) - ...and one or two uncaught exceptions I just found The original lack of testing was my own fault, but this area of the VS Code API is also tricky for a couple reasons: - The [FileSystem](https://github.com/rust-analyzer/rust-analyzer/pull/8951/files#r651570446) API does not list or warn about any exceptions, but [FileSystemProvider](https://github.com/rust-analyzer/rust-analyzer/pull/8951/files#r651570446) (which `FileSystem` is a wrapper of, AFAICT) does. - At first glance, [Uri.path](https://github.com/rust-analyzer/rust-analyzer/pull/8951/files#r651570446) *looks* like it works for FS operations. It does not, at least, on Windows. You need to use `Uri.fsPath`. I only use Windows, so I need people on macOS, Linux, and (possibly) NixOS to test this. Co-authored-by: wxb1ank <[email protected]>
| * | | | | | Use `.then()` for Thenablewxb1ank2021-06-151-3/+1
| | | | | | |
| * | | | | | fix: clean-up #8951wxb1ank2021-06-153-15/+25
| | | | | | |
* | | | | | | Merge #9295bors[bot]2021-06-1513-19/+60
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 9295: fix: Highlight unsafe trait refs as unsafe only in impl blocks and definitions r=Veykril a=Veykril bors r+ Co-authored-by: Lukas Wirth <[email protected]>
| * | | | | | Highlight unsafe trait refs as unsafe only in impl blocks and definitionsLukas Wirth2021-06-1513-19/+60
|/ / / / / /
* | | | | | Merge #9291bors[bot]2021-06-151-1/+1
|\ \ \ \ \ \ | | |/ / / / | |/| | | / | |_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | 9291: minor: fix typo r=matklad a=matklad bors r+ 🤖 Co-authored-by: Aleksey Kladov <[email protected]>
| * | | | minor: fix typoAleksey Kladov2021-06-151-1/+1
| | | | |
* | | | | Merge #9290bors[bot]2021-06-157-85/+60
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 9290: internal: enforce no #[ignore] and no #[should_panic] r=matklad a=matklad bors r+ 🤖 Co-authored-by: Aleksey Kladov <[email protected]>
| * | | | internal: enforce no #[ignore] and no #[should_panic]Aleksey Kladov2021-06-153-2/+33
| | | | |
| * | | | internal: don't #[ignore] testsAleksey Kladov2021-06-154-83/+27
|/ / / / | | | | | | | | | | | | See the style.md for motivation
* | | | Merge #9288bors[bot]2021-06-153-613/+600
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 9288: internal: cleanup tests r=matklad a=matklad bors r+ 🤖 Co-authored-by: Aleksey Kladov <[email protected]>
| * | | | internal: cleanup testsAleksey Kladov2021-06-153-613/+600
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * ensure standard, non-indented style (should add this check to `fixture` some day) * removed a couple of ignores
* | | | | Merge #9285bors[bot]2021-06-151-5/+13
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 9285: minor: add a test variation r=matklad a=matklad bors r+ 🤖 Co-authored-by: Aleksey Kladov <[email protected]>
| * | | | minor: add a test variationAleksey Kladov2021-06-151-5/+13
|/ / / /
* | | | Merge #9278bors[bot]2021-06-158-71/+86
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 9278: internal: document that we don't #[ignore] tests r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]>
| * | | | internal: document that we don't #[ignore] testsAleksey Kladov2021-06-158-71/+86
| | | | |
* | | | | Merge #9282bors[bot]2021-06-153-6/+6
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 9282: fix: Use objects instead of bools for markers in package.json r=lnicola a=lnicola Addresses https://github.com/rust-analyzer/rust-analyzer/issues/9174#issue-913980665. Co-authored-by: Laurențiu Nicola <[email protected]>
| * | | | | Use objects instead of bools for markers in package.jsonLaurențiu Nicola2021-06-153-6/+6
| | |_|_|/ | |/| | |
* | | | | Merge #9281bors[bot]2021-06-151-5/+7
|\ \ \ \ \ | |/ / / / |/| | / / | | |/ / | |/| | | | | | | | | | | | | | 9281: fix: Code: use `Uri.toString()` for URLs r=lnicola a=wxb1ank I believe this should fix #9280. Testing is needed but I wanted to quickly push a hotfix. Co-authored-by: wxb1ank <[email protected]>
| * | | Use `Uri.toString()` for URLswxb1ank2021-06-151-5/+7
|/ / /
* | | Merge #9277bors[bot]2021-06-145-12/+12
|\| | | | | | | | | | | | | | | | | | | | | | | | | | 9277: internal: more natural order of sources for TypeParam r=matklad a=matklad bors r+ 🤖 Co-authored-by: Aleksey Kladov <[email protected]>