about summary refs log tree commit diff
path: root/crates/proc-macro-api/src/process.rs
AgeCommit message (Expand)AuthorLines
2024-01-09Auto merge of #16312 - Veykril:win-proc-macro-srv, r=Veykrilbors-4/+11
2024-01-09Recognize proc macro server unexpectedly exiting and report the exit codeLukas Wirth-8/+43
2024-01-09fix: Fix rust-analyzer-proc-macro-srv failing to spawn on windowsLukas Wirth-4/+11
2023-12-22More general server config message for proc-macro-apiLukas Wirth-2/+4
2023-12-21Add rust-analyzer-span server feature equivalent to the ID serverLukas Wirth-8/+26
2023-04-26Remove proc-macro server command from the rust-analyzer binaryLukas Wirth-19/+5
2023-04-14Encode closing delimiter span in FlatTreesLukas Wirth-0/+4
2023-02-09Hide proc macro server version detection errorsLaurențiu Nicola-6/+9
2023-02-03Fail spawning proc-macro servers when their api version is newer than r-a'sLukas Wirth-1/+8
2023-02-01Implement proc-macro-api versioningLukas Wirth-6/+32
2022-12-25Moar linting: needless_borrow, let_unit_value, ...Yuri Astrakhan-1/+1
2022-07-25Gate and rename binary, use it if it's in the sysrootAmos Wenger-0/+1
2022-05-01style: rename crates to kebab casePeh-0/+106