rust-analyzer/crates/hir-ty/src
2024-07-06 20:45:23 +02:00
..
consteval style: simplify string interpolation 2024-05-30 16:18:49 -07:00
diagnostics Skip match exhaustiveness checking if pattern type contains errors 2024-07-03 08:31:40 +02:00
infer Save a bit on empty item trees by deduplicating them 2024-06-24 10:07:32 +02:00
layout Allow sysroots to only consist of the source root dir 2024-05-23 20:12:31 +02:00
mir Also mark InferenceResult::has_errors flag when there are error types 2024-07-06 20:45:23 +02:00
tests Disallow nested impl traits 2024-07-04 23:31:55 +09:00
autoderef.rs chore: Prefer tracing span shorthand macros 2024-06-06 16:52:25 -07:00
builder.rs Fix lifetime parameters moving paramter defaults 2024-07-02 12:34:32 +02:00
chalk_db.rs Save a bit on empty item trees by deduplicating them 2024-06-24 10:07:32 +02:00
chalk_ext.rs Make GenericParams::type_or_consts private 2024-07-02 13:45:48 +02:00
consteval.rs Lazy generics 2024-06-21 18:38:37 +02:00
db.rs Save a bit on empty item trees by deduplicating them 2024-06-24 10:07:32 +02:00
diagnostics.rs Merge commit '7219414e81810fd4d967136c4a0650523892c157' into sync-from-ra 2024-01-28 15:56:54 +02:00
display.rs Save a bit on empty item trees by deduplicating them 2024-06-24 10:07:32 +02:00
generics.rs Move lifetimes in front of type and const params but after self 2024-07-02 14:17:34 +02:00
infer.rs Also mark InferenceResult::has_errors flag when there are error types 2024-07-06 20:45:23 +02:00
inhabitedness.rs chore: Prefer tracing span shorthand macros 2024-06-06 16:52:25 -07:00
interner.rs Merge commit 'a9116523604c998e7781f60d3b5a6f586e0414a9' into sync-from-ra 2024-01-21 16:53:06 +02:00
lang_items.rs Merge commit 'aa9bc8612514d216f84eec218dfd19ab83f3598a' into sync-from-ra 2023-06-05 12:04:23 +03:00
layout.rs Refactor float Primitives to a separate Float type 2024-05-06 14:56:10 +01:00
lib.rs Remove inline rust_2018_idioms, unused_lifetimes lint warn, Cargo.toml already enforces this 2024-06-30 15:23:54 +02:00
lower.rs Move lifetimes in front of type and const params but after self 2024-07-02 14:17:34 +02:00
mapping.rs include lifetime in ParamKind and in Generics::provenance_split 2024-03-18 17:18:08 +05:30
method_resolution.rs Shrink mbe's Op 2024-06-24 10:07:32 +02:00
mir.rs Register virtual workspace Cargo.toml files in the VFS 2024-06-09 12:54:50 +02:00
primitive.rs style: rename crates to kebab case 2022-05-01 10:48:58 +00:00
test_db.rs Merge commit 'a9116523604c998e7781f60d3b5a6f586e0414a9' into sync-from-ra 2024-01-21 16:53:06 +02:00
tests.rs remove redundant clone()s 2024-03-17 14:06:21 +01:00
tls.rs Merge commit 'a9116523604c998e7781f60d3b5a6f586e0414a9' into sync-from-ra 2024-01-21 16:53:06 +02:00
traits.rs chore: Prefer tracing span shorthand macros 2024-06-06 16:52:25 -07:00
utils.rs Make GenericParams::where_predicates private 2024-07-02 13:45:50 +02:00