rust-analyzer/crates/hir-ty/src
2024-09-17 00:06:56 +02:00
..
consteval Implement floating point casts in const eval 2024-08-22 09:16:00 -04:00
diagnostics Auto merge of #17905 - ChayimFriedman2:edition-dependent-raw-keyword, r=Veykril 2024-08-16 13:49:32 +00:00
infer Create an assist to convert closure to freestanding fn 2024-08-27 17:07:55 +03:00
layout layout computation: eagerly error for unexpected unsized fields 2024-09-16 15:53:21 +02:00
mir Preserve all spans for closure captures, not just one 2024-08-24 23:46:32 +03:00
tests Preserve all spans for closure captures, not just one 2024-08-24 23:46:32 +03:00
autoderef.rs internal: Don't allocate autoderef steps when not needed 2024-08-25 13:12:07 +02:00
builder.rs Fix lifetime parameters moving paramter defaults 2024-07-02 12:34:32 +02:00
chalk_db.rs Properly account for editions in names 2024-08-16 16:46:24 +03:00
chalk_ext.rs feat: Implement TAIT 2024-08-10 15:22:05 +09:00
consteval.rs Lazy generics 2024-06-21 18:38:37 +02:00
db.rs Make LRU opt-in 2024-07-19 18:38:08 +02:00
diagnostics.rs Merge commit '7219414e81810fd4d967136c4a0650523892c157' into sync-from-ra 2024-01-28 15:56:54 +02:00
display.rs Auto merge of #17973 - Veykril:proc-macro-curr-dir, r=Veykril 2024-08-27 11:53:04 +00: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 Preserve all spans for closure captures, not just one 2024-08-24 23:46:32 +03:00
inhabitedness.rs More symbol usage 2024-07-16 12:05:16 +02:00
interner.rs Merge commit 'a9116523604c998e7781f60d3b5a6f586e0414a9' into sync-from-ra 2024-01-21 16:53:06 +02:00
lang_items.rs Use statics + clone instead of const until const can access statics 2024-07-14 17:52:59 +02:00
layout.rs assert that unexpectedly unsized fields are sized in the param env 2024-09-17 00:06:56 +02:00
lib.rs Merge from rust-lang/rust 2024-08-29 10:02:18 +03:00
lower.rs fix: Wrong Self: Sized predicate for trait assoc items 2024-08-24 01:28:48 +09:00
mapping.rs include lifetime in ParamKind and in Generics::provenance_split 2024-03-18 17:18:08 +05:30
method_resolution.rs internal: Don't allocate autoderef steps when not needed 2024-08-25 13:12:07 +02:00
mir.rs Create an assist to convert closure to freestanding fn 2024-08-27 17:07:55 +03:00
primitive.rs Add f16 and f128 support 2024-07-10 10:43:14 +01:00
test_db.rs Simplify FileDelegate 2024-08-05 13:03:03 +02:00
tests.rs Fix few bugs in closure capture computation, and add tests 2024-08-24 22:35:49 +03:00
tls.rs Properly account for editions in names 2024-08-16 16:46:24 +03:00
traits.rs Properly account for editions in names 2024-08-16 16:46:24 +03:00
utils.rs fix: Correctly support #[rustc_deprecated_safe_2024] 2024-08-12 10:56:59 +02:00