rust-analyzer/crates/hir-ty/src
bors 1b835da0f5 Auto merge of #14639 - HKalbasi:dev2, r=Veykril
Fix some typos in `StructFlags`

And a question: what is the benefit of storing things like `IS_BOX` in struct flags over using `lang_attr`?
2023-04-24 05:59:23 +00:00
..
consteval Compute closure captures 2023-04-10 23:04:34 +03:30
diagnostics Spelling 2023-04-19 09:45:55 -04:00
infer Fix need-mut large span in closures and a false positive 2023-04-21 02:15:19 +03:30
layout Fix need-mut large span in closures and a false positive 2023-04-21 02:15:19 +03:30
mir Fix panic in const eval and parameter destructing 2023-04-24 00:49:57 +03:30
tests Fix some typos in StructFlags 2023-04-23 21:55:47 +03:30
autoderef.rs Auto merge of #14448 - Veykril:infer-table, r=Veykril 2023-03-30 12:49:23 +00:00
builder.rs beginning of MIR 2023-02-27 23:45:54 +03:30
chalk_db.rs Make inherent_impls_in_block and trait_impls_in_block infallible 2023-04-14 16:03:45 +03:00
chalk_ext.rs Compute closure captures 2023-04-10 23:04:34 +03:30
consteval.rs hir_def::expr -> hir_def::hir, hir_def::type_ref -> hir_def::hir::type_ref 2023-04-06 19:36:25 +02:00
db.rs internal: Move layout logic from hir-def to hir-ty 2023-04-16 12:21:12 +02:00
diagnostics.rs lint incoherent inherent impls 2023-03-14 19:20:44 +01:00
display.rs Move Expander and LowerCtx into separate modules 2023-04-17 20:44:06 +02:00
infer.rs Auto merge of #14577 - jsoref:spelling, r=lnicola 2023-04-19 14:05:40 +00:00
inhabitedness.rs Move hir_def::adt to hir_def::data::adt 2023-04-06 19:23:29 +02:00
interner.rs Move Expander and LowerCtx into separate modules 2023-04-17 20:44:06 +02:00
lang_items.rs Fix some typos in StructFlags 2023-04-23 21:55:47 +03:30
layout.rs internal: Move layout logic from hir-def to hir-ty 2023-04-16 12:21:12 +02:00
lib.rs Spelling 2023-04-19 09:45:55 -04:00
lower.rs Move Expander and LowerCtx into separate modules 2023-04-17 20:44:06 +02:00
mapping.rs ⬆️ rust-analyzer 2022-10-11 10:37:35 +03:00
method_resolution.rs Make inherent_impls_in_block and trait_impls_in_block infallible 2023-04-14 16:03:45 +03:00
mir.rs Auto merge of #14639 - HKalbasi:dev2, r=Veykril 2023-04-24 05:59:23 +00:00
primitive.rs style: rename crates to kebab case 2022-05-01 10:48:58 +00:00
test_db.rs internal: Arc<String> -> Arc<str> 2023-04-22 09:48:37 +02:00
tests.rs internal: Arc<String> -> Arc<str> 2023-04-22 09:48:37 +02:00
tls.rs ⬆️ rust-analyzer 2023-01-09 10:36:22 -08:00
traits.rs Compute closure captures 2023-04-10 23:04:34 +03:30
utils.rs Compute closure captures 2023-04-10 23:04:34 +03:30