summaryrefslogtreecommitdiff
path: root/src/project.rs
AgeCommit message (Expand)Author
2024-03-25Add commentmo8it
2024-03-25Add write_project_jsonmo8it
2024-03-25Optimize the serialized data typesmo8it
2024-03-25RustAnalyzerProject is not deserializedmo8it
2024-03-25Remove unneeded check if crates is emptymo8it
2024-03-25Use the parsed exercises instead of globmo8it
2024-03-25Don't capture stderrmo8it
2024-03-25Avoid allocations on every call to Path::joinmo8it
2024-03-25Merge get_sysroot_src into the constructormo8it
2024-03-25Use a custom capacity for the JSON buffermo8it
2024-03-18Fix the sysroot path when it contains whitespacesmo8it
2023-08-26Run clippy --fixmo8it
2023-05-17fix: revert back to using relative pathsliv
2023-05-17feat: write absolute root module paths for lspliv
2023-01-03Merge pull request #1316 from tklauser/fix-fn-typoliv
2023-01-03Fix typo in method nameTobias Klauser
2022-12-10when generating lsp config use RUST_SRC_PATH if setDavid Barroso
2022-06-17Add lsp command to fix rust-analyzerJack Clayton