summaryrefslogtreecommitdiff
path: root/rust-cargo.el
AgeCommit message (Collapse)Author
2025-11-06support running cargo on remote machinesHEADmasterJohn Turner
2025-07-05Add `rust-cargo-clippy-default-arguments`asdfish
2024-05-20Merge pull request #546 from bradneuman/workspace-localSibi Prabakaran
Adds a customization to default to workspace or local crate.
2024-05-19Change implementation to use a list of default argumentsBrad Neuman
2024-05-14Support running interactive programsSvilen Ivanov
2024-05-13Adds a customization to default to workspace or local crate.Brad Neuman
Adds rust-locate-project-in-workspace custom variable, which controls whether or not to locate the workspace project using `--workspace` (the default) or not. In cases where there is only one create, this should make no difference. The default setting should match the existing behavior. Github issue #545
2023-01-08Add let-binding for json-object-type around json-read call in ↵Alex
rust-buffer-project function
2022-08-25rust-buffer-project: don't use rust-buffer-crate when file-remote-pbrotzeit
2022-08-25Make compilation buffer workspace-awareyanchith
This fixes incorrect paths for workspace projects when running starting compilation from a source file instead of the project root.
2022-08-18fixesbrotzeit
2022-06-24use rust-buffer-crate to get remote crate pathbrotzeit
2022-06-23Add some comments documenting the changeEthan Glasser-Camp
Thanks @brotzeit for the suggestion.
2022-06-22Pass process-environment and exec-path through with-temp-bufferEthan Glasser-Camp
This is the only place in rust-mode where we actually shell out, so I didn't extract this as a macro, but merely made the change in the one place it was necessary.
2022-02-03allow setting additional args with rust-cargo-default-argumentsbrotzeit
2021-04-23Create rust-cargo.el from existing codeJonas Bernoulli