rust-analyzer/crates
bors fa3dd33c27 Auto merge of #17620 - Veykril:edition-aware-parser, r=Veykril
Edition aware parser

Fixes https://github.com/rust-lang/rust-analyzer/issues/16324 by allowing us to properly thread through the edition to the parser
2024-07-19 14:56:56 +00:00
..
base-db Encode edition within FileId in the hir layer 2024-07-18 08:49:10 +02:00
cfg Use symbol in cfg 2024-07-16 10:41:42 +02:00
flycheck feature: move linked_projects discovery to the rust-analyzer server 2024-07-18 12:01:27 -04:00
hir Encode edition within FileId in the hir layer 2024-07-18 08:49:10 +02:00
hir-def Test macros doing edition dependent parsing 2024-07-19 16:43:58 +02:00
hir-expand Test macros doing edition dependent parsing 2024-07-19 16:43:58 +02:00
hir-ty Auto merge of #17620 - Veykril:edition-aware-parser, r=Veykril 2024-07-19 14:56:56 +00:00
ide Update test fixtures 2024-07-18 09:09:31 +02:00
ide-assists Encode edition within FileId in the hir layer 2024-07-18 08:49:10 +02:00
ide-completion Encode edition within FileId in the hir layer 2024-07-18 08:49:10 +02:00
ide-db Update test fixtures 2024-07-18 09:09:31 +02:00
ide-diagnostics Encode edition within FileId in the hir layer 2024-07-18 08:49:10 +02:00
ide-ssr Parse try as a keyword only in edition 2018 and up 2024-07-19 15:43:20 +02:00
intern Support rustc_skip_during_method_dispatch 2024-07-17 11:46:36 +02:00
limit Remove inline rust_2018_idioms, unused_lifetimes lint warn, Cargo.toml already enforces this 2024-06-30 15:23:54 +02:00
load-cargo feature: move linked_projects discovery to the rust-analyzer server 2024-07-18 12:01:27 -04:00
mbe Test macros doing edition dependent parsing 2024-07-19 16:43:58 +02:00
parser Prevent generated runner module from being format checked 2024-07-19 16:01:47 +02:00
paths Remove inline rust_2018_idioms, unused_lifetimes lint warn, Cargo.toml already enforces this 2024-06-30 15:23:54 +02:00
proc-macro-api Encode edition within FileId in the hir layer 2024-07-18 08:49:10 +02:00
proc-macro-srv Encode edition within FileId in the hir layer 2024-07-18 08:49:10 +02:00
proc-macro-srv-cli Abstract proc-macro-srv protocol format 2024-06-30 16:56:30 +02:00
profile Fix stop_watch on linux 2024-07-07 08:40:41 +02:00
project-model Auto merge of #17620 - Veykril:edition-aware-parser, r=Veykril 2024-07-19 14:56:56 +00:00
rust-analyzer Auto merge of #17620 - Veykril:edition-aware-parser, r=Veykril 2024-07-19 14:56:56 +00:00
salsa Encode ident rawness and literal kind separately in tt::Leaf 2024-07-15 12:24:40 +02:00
span Encode edition within FileId in the hir layer 2024-07-18 08:49:10 +02:00
stdx Merge from rust-lang/rust 2024-07-11 20:06:05 +03:00
syntax Encode edition within FileId in the hir layer 2024-07-18 08:49:10 +02:00
test-fixture Encode edition within FileId in the hir layer 2024-07-18 08:49:10 +02:00
test-utils Add f16 and f128 support 2024-07-10 10:43:14 +01:00
text-edit Remove inline rust_2018_idioms, unused_lifetimes lint warn, Cargo.toml already enforces this 2024-06-30 15:23:54 +02:00
toolchain Remove inline rust_2018_idioms, unused_lifetimes lint warn, Cargo.toml already enforces this 2024-06-30 15:23:54 +02:00
tt Switch token trees to use Symbols 2024-07-16 10:11:59 +02:00
vfs Encode edition within FileId in the hir layer 2024-07-18 08:49:10 +02:00
vfs-notify Remove inline rust_2018_idioms, unused_lifetimes lint warn, Cargo.toml already enforces this 2024-06-30 15:23:54 +02:00