rust-analyzer/crates
bors[bot] baa35b02b2
Merge #4280
4280: Add documents owner for ImplDef and SourceFile r=matklad a=edwin0cheng

When working on #3182, I found that `ImplDef` and `SourceFile` do not implemet `DocCommentsOwer` trait, and I tested it in `cargo doc` that `impl` could has some doc-comments.

I am not so sure about `SourceFile` case, but in theory if that file is a crate root, the doc comment of it should represent the whole crate documentation, right ?

Co-authored-by: Edwin Cheng <edwin0cheng@gmail.com>
2020-05-03 10:46:07 +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 Add documents owner for ImplDef and SourceFile 2020-05-03 18:00:27 +08: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 #4278 2020-05-03 09:48:44 +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