about summary refs log tree commit diff
path: root/crates/proc-macro-api/src
AgeCommit message (Expand)AuthorLines
2023-05-02Use triomphe ArcLaurențiu Nicola-4/+2
2023-04-26Remove proc-macro server command from the rust-analyzer binaryLukas Wirth-25/+7
2023-04-14Encode closing delimiter span in FlatTreesLukas Wirth-22/+61
2023-03-25Remove client side proc-macro version checkLukas Wirth-12/+2
2023-02-14Cargo fmtRune Tynan-1/+1
2023-02-14Add v7 support to rust-analyzerRune Tynan-5/+8
2023-02-09Hide proc macro server version detection errorsLaurențiu Nicola-6/+9
2023-02-03Auto merge of #14070 - Veykril:proc-macro-api, r=Veykrilbors-9/+47
2023-02-03Fail spawning proc-macro servers when their api version is newer than r-a'sLukas Wirth-2/+9
2023-02-01Bump zipLaurențiu Nicola-1/+1
2023-02-01Implement proc-macro-api versioningLukas Wirth-8/+39
2023-01-31Make tt generic over the span dataLukas Wirth-30/+40
2023-01-25fix: Fix process-changes not deduplicating changes correctlyLukas Wirth-1/+1
2023-01-02remove useless operationsDaniel Eades-1/+1
2022-12-25Moar linting: needless_borrow, let_unit_value, ...Yuri Astrakhan-1/+1
2022-12-24Inline all format arguments where possibleYuri Astrakhan-5/+5
2022-08-09remove imports that are also in edition 2021's preludeKaDiWa-4/+1
2022-08-01Fix r-a spelling in some placesJonas Schievink-1/+1
2022-07-25Gate and rename binary, use it if it's in the sysrootAmos Wenger-0/+1
2022-07-21Move version string to RustcInfo, read '.rustc' section only onceAmos Wenger-1/+3
2022-07-21Assert that sysroot ABI version matches exactlyAmos Wenger-2/+2
2022-07-20Enable extra warnings required by rust-lang/rustAmos Wenger-0/+2
2022-07-08Update remaining GitHub URLsJonas Schievink-1/+1
2022-06-15Show proc-macro loading errors in unresolved-proc-macro diagnosticsLukas Wirth-10/+6
2022-05-01style: rename crates to kebab casePeh-0/+920