rust/crates/proc-macro-srv/src/abis
Nika Layzell 2c7f2c105b proc_macro/bridge: send diagnostics over the bridge as a struct
This removes some RPC when creating and emitting diagnostics, and
simplifies the bridge slightly.

After this change, there are no remaining methods which take advantage
of the support for `&mut` references to objects in the store as
arguments, meaning that support for them could technically be removed if
we wanted. The only remaining uses of immutable references into the
store are `TokenStream` and `SourceFile`.
2022-08-06 15:49:43 -04:00
..
abi_1_58 Rename proc macro server from 'Rustc' to 'RustAnalyzer' 2022-07-20 15:40:23 +02:00
abi_1_63 Rename proc macro server from 'Rustc' to 'RustAnalyzer' 2022-07-20 15:40:23 +02:00
abi_1_64 Rename proc macro server from 'Rustc' to 'RustAnalyzer' 2022-07-20 15:40:23 +02:00
abi_sysroot proc_macro/bridge: send diagnostics over the bridge as a struct 2022-08-06 15:49:43 -04:00
mod.rs Move version string to RustcInfo, read '.rustc' section only once 2022-07-21 13:57:36 +02:00