bors[bot] ab53bb8718
Merge #6320 #6321
6320: Textmate grammar: prevent line comments from breaking block comments (closes #6281) r=matklad a=dustypomerleau

Fixes https://github.com/rust-analyzer/rust-analyzer/issues/6281.

Previously, line comments were able to break block comments by essentially commenting out the closing `*/`, resulting in a never-ending comment. This PR splits block comments into a separate repository group to fix this problem.

Since the comment scopes also include ignored parameters and inferred types, I've added the change proposed by @bnjjj in https://github.com/rust-analyzer/rust-analyzer/pull/6317, in order to close https://github.com/rust-analyzer/rust-analyzer/issues/6311 as well.

6321: Fix opening module documentation opening parent documentation instead r=matklad a=zacps

The whole path/URL joining code is kind of ugly which is what led to
this, but at the same time I don't really want to rewrite it right
now...

Fixes https://github.com/rust-analyzer/rust-analyzer/issues/6286

Co-authored-by: Dusty Pomerleau <dustypomerleau@users.noreply.github.com>
Co-authored-by: Zac Pullar-Strecker <zacmps@gmail.com>
2020-10-22 12:04:50 +00:00
..
2020-08-24 13:29:10 +02:00
2020-10-20 17:09:03 +02:00
2020-10-20 17:36:02 -04:00
2020-10-21 20:09:11 +00:00
2020-10-21 21:51:53 +02:00
2020-10-21 20:09:11 +00:00
2020-10-15 17:38:51 +02:00
2020-10-07 11:55:20 +02:00
2020-10-20 17:36:02 -04:00
2020-10-20 17:36:02 -04:00
2020-09-30 15:22:49 -04:00
2020-10-20 17:03:19 +00:00
2020-09-03 13:37:36 +02:00