| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2021-11-18 | Move some tests to more reasonable directories | Caio | -139/+0 | |
| 2021-05-27 | Test THIR unsafeck for unsafe ops in closures | LeSeulArtichaut | -0/+2 | |
| 2020-11-22 | Drop support for cloudabi targets | Lzu Tao | -1/+0 | |
| 2020-09-27 | Reopen standard streams when they are closed on Unix | Tomasz Miąsko | -2/+20 | |
| The syscalls returning a new file descriptors generally use lowest-numbered file descriptor not currently opened, without any exceptions for those corresponding to the standard streams. Previously when any of standard streams has been closed before starting the application, operations on std::io::{stderr,stdin,stdout} objects were likely to operate on other logically unrelated file resources opened afterwards. Avoid the issue by reopening the standard streams when they are closed. | ||||
| 2019-07-27 | tests: Move run-pass tests without naming conflicts to ui | Vadim Petrochenkov | -0/+120 | |
