rust/crates
bors[bot] 682c079043
Merge #4276
4276: Don't count start of non-ASCII characters as being inside of them r=matklad a=lnicola

I'm still not sure that `utf16_to_utf8_col` is correct for code points from Supplementary Planes. These have two UTF-16 code units, and I feel we're not going to count them correctly.

Fixes the crash in https://github.com/rust-analyzer/rust-analyzer/issues/4263#issuecomment-622988258.

Co-authored-by: Laurențiu Nicola <lnicola@dend.ro>
2020-05-03 08:57:02 +00:00
..
ra_arena Extract messy tree handling out of profiling code 2020-04-25 21:22:40 +02:00
ra_assists Add unwrap block assist #4156 2020-05-02 12:31:11 +02:00
ra_cfg Update versions 2020-02-18 16:12:40 +02:00
ra_db Convert code to text-size 2020-04-25 11:59:18 +02:00
ra_flycheck lsp-types 0.74 2020-04-26 16:05:22 -04:00
ra_fmt Introduce EffectExpr 2020-05-02 11:21:39 +02:00
ra_hir Propose custom derives in completion 2020-05-02 22:24:27 +03:00
ra_hir_def Merge #4234 2020-05-02 10:30:49 +00:00
ra_hir_expand Merge #4234 2020-05-02 10:30:49 +00:00
ra_hir_ty Merge #4234 2020-05-02 10:30:49 +00:00
ra_ide Fix derive argument parsing 2020-05-02 23:47:51 +03:00
ra_ide_db Don't count start of non-ASCII characters as being inside of them 2020-05-03 09:54:39 +03:00
ra_mbe Introduce EffectExpr 2020-05-02 11:21:39 +02:00
ra_parser Fix parsing of blocks without { 2020-05-02 14:35:17 +02:00
ra_proc_macro proc_macro: add ability to log to stderr and view output in vscode 2020-04-23 01:57:02 +03:00
ra_proc_macro_srv Bump deps 2020-05-01 15:29:03 +03:00
ra_prof Simplify profiler impl (bubble up Option and shorten code 2020-04-26 00:55:49 +03:00
ra_project_model Bump deps 2020-05-01 15:29:03 +03:00
ra_syntax Fix the extension method 2020-05-02 21:41:02 +03:00
ra_text_edit text-size 1.0.0 2020-04-25 12:15:32 +02:00
ra_tt Improve tt::Subtree debug print 2020-04-10 00:17:32 +08:00
rust-analyzer Merge #4207 #4253 2020-05-02 12:44:55 +00:00
stdx Move timeit to stdx 2020-04-10 20:46:42 +02:00
test_utils text-size 1.0.0 2020-04-25 12:15:32 +02:00