rust-analyzer/crates
jyn 46ce4746e6 don't ignore config values that fail to parse
previously, these would just silently be ignored. now they give a
warning such as:
```
invalid config values: /completion/snippets/custom: invalid type: null, expected a map; /cargo/extraEnv: invalid type: null, expected a string;
```
2025-04-19 10:08:05 -04:00
..
base-db Remove all upcasts! 2025-04-10 11:08:38 +03:00
cfg chore: Bump dependencies 2025-03-23 08:46:10 +01:00
edition chore: Bump Edition::CURRENT to 2024 2025-03-17 12:29:19 +01:00
hir Fix a panic when a trait method in an impl declares a lifetime parameter not in the trait declaration 2025-04-18 06:28:17 +03:00
hir-def internal: Render sigantures with view hir command 2025-04-13 12:13:28 +02:00
hir-expand Remove incorrect doc comment 2025-04-14 19:05:13 -07:00
hir-ty Merge pull request #19616 from ChayimFriedman2/transparent-diags 2025-04-18 08:53:53 +00:00
ide Merge pull request #19613 from ChayimFriedman2/subst 2025-04-18 18:51:14 +00:00
ide-assists Merge pull request #19591 from snprajwal/fix-make-macro 2025-04-16 07:47:25 +00:00
ide-completion Remove all upcasts! 2025-04-10 11:08:38 +03:00
ide-db Remove all upcasts! 2025-04-10 11:08:38 +03:00
ide-diagnostics Merge pull request #19590 from roife/fix-issue-19540 2025-04-16 07:43:43 +00:00
ide-ssr fix: Fix new nightly lints 2025-03-31 13:27:54 +02:00
intern fix: Fix format_args lowering for >=1.87 2025-04-06 10:05:56 +02:00
load-cargo prefer default over new 2025-04-04 15:49:50 +02:00
mbe Merge pull request #19511 from snprajwal/fixmes 2025-04-07 10:30:46 +00:00
parser feat: parse unsafe record fields 2025-03-25 08:55:31 +01:00
paths cargo fmt 2025-03-15 21:32:01 +01:00
proc-macro-api fix: Fix new nightly lints 2025-03-31 13:27:54 +02:00
proc-macro-srv prefer default over new 2025-04-04 15:49:50 +02:00
proc-macro-srv-cli chore: Remove salsa dependency from proc-macro server again 2025-03-27 07:27:57 +01:00
profile Fix signature of libc memory usage function on Linux 2025-04-16 16:56:45 +03:00
project-model fix: Fix format_args lowering for >=1.87 2025-04-06 10:05:56 +02:00
query-group-macro refactor: Lower type-refs before type inference 2025-04-09 10:43:23 +02:00
rust-analyzer don't ignore config values that fail to parse 2025-04-19 10:08:05 -04:00
span chore: Remove salsa dependency from proc-macro server again 2025-03-27 07:27:57 +01:00
stdx internal: fix NameGenerator's and AnyMap's rustdocs 2025-04-09 12:44:52 -04:00
syntax fix: use ast::TokenTree in make::expr_macro 2025-04-16 13:06:42 +05:30
syntax-bridge chore: Remove unused dependencies 2025-03-23 08:08:17 +01:00
test-fixture prefer default over new 2025-04-04 15:49:50 +02:00
test-utils chore: Bump dependencies 2025-03-23 08:46:10 +01:00
toolchain chore: Bump dependencies 2025-03-23 08:46:10 +01:00
tt Fix a bug in MBE expansion that arose from incorrect fixing of an older bug in MBE 2025-04-01 21:05:51 +03:00
vfs cargo fmt 2025-03-15 21:32:01 +01:00
vfs-notify chore: Bump dependencies 2025-03-23 08:46:10 +01:00