rust-analyzer/crates
bors[bot] 3232fd5179
Merge #4220 #4240
4220: Introduce LowerCtx r=matklad a=edwin0cheng

This PR introduces `LowerCtx` for path lowering. 

After this PR, there are only 2 places remains for using deprecated `Path::from_ast`, which is related to `AstTransform` I am not familiar. I would like to change these in another PR by others ;)

related disscusiion:  https://rust-lang.zulipchat.com/#narrow/stream/185405-t-compiler.2Fwg-rls-2.2E0/topic/Path.3A.3Afrom_src

And also fixed part of https://github.com/rust-analyzer/rust-analyzer/issues/4176#issuecomment-620672930

4240: Bump deps r=matklad a=lnicola



Co-authored-by: Edwin Cheng <edwin0cheng@gmail.com>
Co-authored-by: Laurențiu Nicola <lnicola@dend.ro>
2020-05-01 20:16:25 +00:00
..
ra_arena Extract messy tree handling out of profiling code 2020-04-25 21:22:40 +02:00
ra_assists Remove lower_path from AssistCtx to Semantic 2020-05-01 20:05:12 +08: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 Fix a bunch of false-positives in join-lines 2020-04-30 22:08:50 +02:00
ra_hir Remove lower_path from AssistCtx to Semantic 2020-05-01 20:05:12 +08:00
ra_hir_def Introduce LowerCtx for path lowering 2020-05-01 20:01:17 +08:00
ra_hir_expand Introduce LowerCtx for path lowering 2020-05-01 20:01:17 +08:00
ra_hir_ty Merge #4220 #4240 2020-05-01 20:16:25 +00:00
ra_ide Test for unsafe trait 2020-05-01 11:49:51 -04:00
ra_ide_db Rename StructField -> Field 2020-04-25 14:23:34 +02:00
ra_mbe Merge #4139 2020-04-25 16:26:51 +00:00
ra_parser Remove dead code, which elaborately pretends to be alive 2020-04-30 22:41:14 +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 Merge #4220 #4240 2020-05-01 20:16:25 +00: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 #4220 #4240 2020-05-01 20:16:25 +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