| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2022-06-13 | internal: Bring back JodChild into flychecking for cancellation | Lukas Wirth | -36/+48 | |
| 2021-10-14 | Kill the child process before waiting in streaming_output | Lukas Wirth | -0/+1 | |
| 2021-10-03 | Add semicolons for consistency | Aramis Razzaghipour | -2/+2 | |
| `clippy::semicolon_if_nothing_returned` | ||||
| 2021-06-22 | Fix compilation on WASM | Florian Diebold | -0/+16 | |
| Fixes #9214. Fixes #9210. | ||||
| 2021-06-13 | tree-wide: make rustdoc links spiky so they are clickable | Jade | -2/+2 | |
| 2021-04-20 | fix: no longer get stuck on windows | Aleksey Kladov | -0/+238 | |
| reading both stdout & stderr is a common gotcha, you need to drain them concurrently to avoid deadlocks. Not sure why I didn't do the right thing from the start. Seems like I assumed the stderr is short? That's not the case when cargo spams `compiling xyz` messages | ||||
