| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-11-06 | support running cargo on remote machinesHEADmaster | John Turner | |
| 2025-07-05 | Add `rust-cargo-clippy-default-arguments` | asdfish | |
| 2024-05-20 | Merge pull request #546 from bradneuman/workspace-local | Sibi Prabakaran | |
| Adds a customization to default to workspace or local crate. | |||
| 2024-05-19 | Change implementation to use a list of default arguments | Brad Neuman | |
| 2024-05-14 | Support running interactive programs | Svilen Ivanov | |
| 2024-05-13 | Adds 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-08 | Add let-binding for json-object-type around json-read call in ↵ | Alex | |
| rust-buffer-project function | |||
| 2022-08-25 | rust-buffer-project: don't use rust-buffer-crate when file-remote-p | brotzeit | |
| 2022-08-25 | Make compilation buffer workspace-aware | yanchith | |
| This fixes incorrect paths for workspace projects when running starting compilation from a source file instead of the project root. | |||
| 2022-08-18 | fixes | brotzeit | |
| 2022-06-24 | use rust-buffer-crate to get remote crate path | brotzeit | |
| 2022-06-23 | Add some comments documenting the change | Ethan Glasser-Camp | |
| Thanks @brotzeit for the suggestion. | |||
| 2022-06-22 | Pass process-environment and exec-path through with-temp-buffer | Ethan 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-03 | allow setting additional args with rust-cargo-default-arguments | brotzeit | |
| 2021-04-23 | Create rust-cargo.el from existing code | Jonas Bernoulli | |
