rust-analyzer/crates/hir-ty/src
Nicholas Nethercote 89f5cf66b2 Change message type in bug functions.
From `impl Into<DiagnosticMessage>` to `impl Into<Cow<'static, str>>`.

Because these functions don't produce user-facing output and we don't
want their strings to be translated.
2024-03-05 17:11:42 +11:00
..
consteval hir-ty: Fix warnings about clippy str_to_string rule 2024-02-10 01:00:40 +09:00
diagnostics internal: format code 2024-02-26 19:10:50 +08:00
infer Auto merge of #16630 - ShoyuVanilla:fix-closure-kind-inference, r=Veykril 2024-02-27 14:41:23 +00:00
layout fix: Split toolchain and datalayout out of CrateData 2024-02-16 14:48:25 +01:00
mir Merge commit '4ef6a49b44e8aa380da7522442234bfd7a52c55e' into sync-from-ra 2024-03-03 09:17:31 +02:00
tests Update expectation tests 2024-02-27 00:18:40 +09:00
autoderef.rs Merge commit '0113bc9388b480fa42c632f57f4f0f7af5813ec1' into sync-from-ra 2024-02-04 10:37:58 +02:00
builder.rs internal: add some more tracing spans inside of hir-ty 2024-02-01 16:10:32 -05:00
chalk_db.rs Avoid using cfg(FALSE) 2024-02-25 09:58:11 +02:00
chalk_ext.rs Merge commit 'a9116523604c998e7781f60d3b5a6f586e0414a9' into sync-from-ra 2024-01-21 16:53:06 +02:00
consteval.rs Merge commit 'a9116523604c998e7781f60d3b5a6f586e0414a9' into sync-from-ra 2024-01-21 16:53:06 +02:00
db.rs remove repetitive words 2024-02-23 18:45:03 +08:00
diagnostics.rs Merge commit '7219414e81810fd4d967136c4a0650523892c157' into sync-from-ra 2024-01-28 15:56:54 +02:00
display.rs internal: Remove SELF_REF hack for self referential SyntaxContexts 2024-02-10 16:20:02 +01:00
infer.rs feat: add unresolved-ident diagnostic 2024-02-19 14:12:18 +01:00
inhabitedness.rs Merge commit '0113bc9388b480fa42c632f57f4f0f7af5813ec1' into sync-from-ra 2024-02-04 10:37:58 +02: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 Change message type in bug functions. 2024-03-05 17:11:42 +11:00
lib.rs Introduce term search to rust-analyzer 2024-02-11 13:33:29 +02:00
lower.rs internal: Remove SELF_REF hack for self referential SyntaxContexts 2024-02-10 16:20:02 +01:00
mapping.rs Merge commit 'a9116523604c998e7781f60d3b5a6f586e0414a9' into sync-from-ra 2024-01-21 16:53:06 +02:00
method_resolution.rs internal: Remove dead branches in method_resolutiopn::is_valid_candidate 2024-02-27 10:00:45 +01:00
mir.rs Merge BorrowKind::Unique into BorrowKind::Mut 2024-02-26 01:57:03 +09: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 hir-ty: Fix warnings about clippy str_to_string rule 2024-02-10 01:00:40 +09:00
tls.rs Merge commit 'a9116523604c998e7781f60d3b5a6f586e0414a9' into sync-from-ra 2024-01-21 16:53:06 +02:00
traits.rs Auto merge of #16630 - ShoyuVanilla:fix-closure-kind-inference, r=Veykril 2024-02-27 14:41:23 +00:00
utils.rs Port closure kind deduction logic from rustc 2024-02-27 00:18:38 +09:00