rust/crates/hir-def/src
2024-02-10 00:14:17 +09:00
..
attr Remove ffi_returns_twice references 2024-02-07 19:42:07 +00:00
body Lint debug prints and disallowed types with clippy 2024-02-01 17:57:27 +01:00
data internal: Make data queries transparent over their diagnostics variant 2024-01-16 10:47:54 +01:00
dyn_map Deduplicate 2024-01-15 10:58:05 +01:00
hir new_without_default 2024-01-31 19:06:36 +01:00
item_tree feat:Record FnAbi 2024-01-19 15:15:23 +01:00
macro_expansion_tests fix: preserve where clause when builtin derive 2024-02-08 22:44:39 +08:00
nameres Swap Subtree::token_trees from Vec to boxed slice 2024-02-04 00:28:22 +00:00
path redundant_pattern_matching 2024-01-19 17:31:01 +01:00
attr.rs clippy: Enable self_named_constructors rule 2024-02-09 22:31:21 +09:00
body.rs internal: switch to tracing from log 2024-01-30 12:27:31 -05:00
builtin_type.rs
child_by_source.rs Deduplicate 2024-01-15 10:58:05 +01:00
data.rs useless_conversion 2024-01-31 19:06:18 +01:00
db.rs internal: switch to tracing from log 2024-01-30 12:27:31 -05:00
dyn_map.rs
expander.rs internal: Cleanup Expander a bit 2023-12-22 13:01:13 +01:00
find_path.rs Auto merge of #16474 - davidbarsky:david/import-on-the-fly-improvements, r=lnicola 2024-02-05 09:01:58 +00:00
generics.rs clippy: Enable borrowed_box rule 2024-02-10 00:14:17 +09:00
hir.rs Re-order mod declarations 2024-01-27 11:02:34 +01:00
import_map.rs unnecessary_cast 2024-01-31 19:06:18 +01:00
item_scope.rs Auto merge of #16470 - Veykril:clippy-disallow, r=lnicola 2024-02-05 17:20:43 +00:00
item_tree.rs clippy: Enable non_canonical_clone_impl rule 2024-02-09 22:37:42 +09:00
lang_item.rs internal: switch to tracing from log 2024-01-30 12:27:31 -05:00
lib.rs clippy: Enable derived_hash_with_manual_eq rule 2024-02-10 00:14:17 +09:00
lower.rs internal: Split out a span crate 2023-12-18 14:08:33 +01:00
nameres.rs minor: correct some typos 2024-02-02 18:22:54 +08:00
path.rs needless_borrow 2024-01-19 17:31:01 +01:00
per_ns.rs derivable_impls 2024-01-31 19:06:18 +01:00
pretty.rs feat:Record FnAbi 2024-01-19 15:15:23 +01:00
resolver.rs search_is_some 2024-01-19 17:52:55 +01:00
src.rs Cleanup 2024-01-15 12:22:51 +01:00
test_db.rs borrow_deref_ref 2024-01-31 19:06:18 +01:00
trace.rs Cleanup 2024-01-15 12:22:51 +01:00
visibility.rs Auto merge of #16474 - davidbarsky:david/import-on-the-fly-improvements, r=lnicola 2024-02-05 09:01:58 +00:00