Lukas Wirth
|
8047512dca
|
Revert "feat: Diagnose some incorrect usages of the question mark operator"
|
2022-10-18 14:18:59 +02:00 |
|
Lukas Wirth
|
381366f1dd
|
Diagnose incorrect usages of the question mark operator
|
2022-10-16 12:58:24 +02:00 |
|
Lukas Wirth
|
a8ecaa1979
|
Restructure find_path into a separate functions for modules and non-module items
Also renames `prefer_core` imports config to `prefer_no_std` and changes the behavior of no_std path searching by preferring `core` paths `over` alloc
|
2022-09-13 15:15:27 +02:00 |
|
Lukas Wirth
|
7d19971666
|
Add config to unconditionally prefer core imports over std
Fixes https://github.com/rust-lang/rust-analyzer/issues/12979
|
2022-09-09 20:04:56 +02:00 |
|
hkalbasi
|
851f6db7f7
|
Import serde derives on converting json to struct
|
2022-08-06 20:12:21 +04:30 |
|
hkalbasi
|
c1a175f61e
|
Generate rust type from json
|
2022-07-29 20:06:01 +04:30 |
|
Aleksey Kladov
|
5bd84432dd
|
internal: extract common code for adjusting diagnostic range
|
2022-07-23 22:24:44 +01:00 |
|
Amos Wenger
|
23d25a3094
|
Enable extra warnings required by rust-lang/rust
|
2022-07-20 15:00:17 +02:00 |
|
Lukas Wirth
|
325ceaef19
|
fix: Check for the correct proc-macro settings in missing proc-macro diagnostics
|
2022-06-14 11:00:06 +02:00 |
|
Lukas Wirth
|
0e4eb647f6
|
More precise proc-macro errors
|
2022-06-12 18:44:46 +02:00 |
|
Peh
|
1f011fa4a3
|
style: rename crates to kebab case
|
2022-05-01 10:48:58 +00:00 |
|