rust-analyzer/crates/ra_hir_ty/src
bors[bot] aa82b5915d
Merge #3494
3494: Implement include macro r=matklad a=edwin0cheng

This PR implement builtin `include` macro.

* It does not support include as expression yet.
* It doesn't consider `env!("OUT_DIR")` yet.


Co-authored-by: Edwin Cheng <edwin0cheng@gmail.com>
2020-03-06 15:08:41 +00:00
..
infer Merge #3397 #3398 2020-03-02 13:31:56 +00:00
tests Merge #3494 2020-03-06 15:08:41 +00:00
traits Drop larlpop-intern dep 2020-03-03 07:57:16 +02:00
autoderef.rs Clippy lints 2019-12-20 15:14:30 -05:00
db.rs Rename ast::ImplBlock -> ast::ImplDef 2020-02-29 21:33:15 +01:00
diagnostics.rs More manual clippy fixes 2020-02-18 16:12:37 +02:00
display.rs Move hir_fmt code to display module 2020-02-14 15:01:42 +01:00
expr.rs Source map returns a result 2020-03-06 14:44:44 +01:00
infer.rs Support aliases and Self in struct literals 2020-03-06 15:43:14 +01:00
lib.rs Fix #3373 2020-03-01 14:31:35 +01:00
lower.rs Rework find_super_trait_path to protect against cycles 2020-02-22 13:14:39 +01:00
marks.rs Merge #3147 2020-02-14 20:32:55 +00:00
method_resolution.rs Fix #3373 2020-03-01 14:31:35 +01:00
op.rs More manual clippy fixes 2020-02-18 16:12:37 +02:00
primitive.rs Doc primitives 2019-11-26 15:41:48 +03:00
test_db.rs More manual clippy fixes 2020-02-18 16:12:37 +02:00
tests.rs Source map returns a result 2020-03-06 14:44:44 +01:00
traits.rs Rename ast::ImplBlock -> ast::ImplDef 2020-02-29 21:33:15 +01:00
utils.rs Rework find_super_trait_path to protect against cycles 2020-02-22 13:14:39 +01:00