rust/crates/hir_def/src/nameres
Maybe Waffle 6d18c5b69d feat: Honor recursion limit configuration
This patch makes RA understand `#![recursion_limit = "N"]` annotations.

- `crate_limits` query is moved to `DefDatabase`
- `DefMap` now has `recursion_limit: Option<u32>` field
2022-01-28 11:31:59 +03:00
..
tests More correct $crate handling in eager macros 2022-01-27 16:57:53 +01:00
attr_resolution.rs Expand attribute macros on impl and trait items 2022-01-06 12:30:16 +01:00
collector.rs feat: Honor recursion limit configuration 2022-01-28 11:31:59 +03:00
diagnostics.rs Use FileAstId<ast::Adt> in nameres where appropriate instead 2022-01-07 14:20:27 +01:00
mod_resolution.rs minor: Simplify 2021-11-18 21:43:54 +01:00
path_resolution.rs Replace if let with match where appropriate 2021-10-05 09:00:21 +11:00
proc_macro.rs switch log crate to tracing 2021-08-30 15:11:42 +08:00
tests.rs Fix concatenation of super mod paths 2022-01-11 15:39:13 +01:00