aboutsummaryrefslogtreecommitdiffstats
path: root/crates/daemon/src/components/semantic.rs (unfollow)
Commit message (Collapse)Author
2026-07-20chore: CommitBenedikt Peetz
2026-07-20chore: CommitBenedikt Peetz
2026-07-09chore: Add more thingsBenedikt Peetz
2026-07-09chore: Separate daemon, client, server, and lib into cratesBenedikt Peetz
2026-06-13chore(treewide): Also fix all `clippy` warningsBenedikt Peetz
2026-06-13chore(treewide): Remove `cargo` warnings to 0Benedikt Peetz
There are still the `clippy` warnings, but they are for a future date.
2026-06-11chore: Remove all `pub`sBenedikt Peetz
They will not be marked by rustc/cargo as unused, and as atuin doesn't expose an API all of them _should_ be `pub(crate)`
2026-06-11chore: Move everything into one big crateBenedikt Peetz
That helps remove duplicated code and rustc/cargo will now also show dead code correctly.
2026-06-08feat: Capture command output + expose to new `atuin_output` tool (#3510)Michelle Tilley