index
:
rustlings.git
main
Rustlings course
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
project.rs
Age
Commit message (
Expand
)
Author
2024-03-29
Replace rust-project.json with Cargo.toml
mo8it
2024-03-28
POC done
mo8it
2024-03-25
Add comment
mo8it
2024-03-25
Add write_project_json
mo8it
2024-03-25
Optimize the serialized data types
mo8it
2024-03-25
RustAnalyzerProject is not deserialized
mo8it
2024-03-25
Remove unneeded check if crates is empty
mo8it
2024-03-25
Use the parsed exercises instead of glob
mo8it
2024-03-25
Don't capture stderr
mo8it
2024-03-25
Avoid allocations on every call to Path::join
mo8it
2024-03-25
Merge get_sysroot_src into the constructor
mo8it
2024-03-25
Use a custom capacity for the JSON buffer
mo8it
2024-03-18
Fix the sysroot path when it contains whitespaces
mo8it
2023-08-26
Run clippy --fix
mo8it
2023-05-17
fix: revert back to using relative paths
liv
2023-05-17
feat: write absolute root module paths for lsp
liv
2023-01-03
Merge pull request #1316 from tklauser/fix-fn-typo
liv
2023-01-03
Fix typo in method name
Tobias Klauser
2022-12-10
when generating lsp config use RUST_SRC_PATH if set
David Barroso
2022-06-17
Add lsp command to fix rust-analyzer
Jack Clayton