aboutsummaryrefslogtreecommitdiff
path: root/helix-term/src/job.rs
Commit message (Expand)AuthorAge
* bump msrv to 1.63 (#5570)Pascal Kuthe2023-02-09
* remove Callback::Compositor variantSkyler Hawthorne2022-10-19
* Rename doc save event names to past tenseSkyler Hawthorne2022-10-19
* fix write-quit with auto formatSkyler Hawthorne2022-10-19
* fix(command): write-quit: do not quit if write failsSkyler Hawthorne2022-06-19
* use main application event loopSkyler Hawthorne2022-06-19
* Don't use block_on in jobs.finish(), we can .awaitBlaž Hrastnik2022-02-05
* Update to rust 1.58, fix a bunch of optional lintsBlaž Hrastnik2022-01-16
* Drop some &mut bounds where & would have sufficedBlaž Hrastnik2021-09-06
* fix: Temporary fix for #402Blaž Hrastnik2021-07-03
* Remove #[allow(unused)] from helix-term, and fix unused imports.Nathan Vegdahl2021-07-02
* Satisfy clippy.Joe Neeman2021-06-30
* Add some async job infrastructure.Joe Neeman2021-06-30