| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2014-10-02 | remove the uv_support code | Daniel Micay | -169/+0 | |
| 2014-03-25 | rustuv: Handle short writes in uv_fs_write | Alex Crichton | -1/+1 | |
| The libuv fs wrappers are very thin wrappers around the syscalls they correspond to, and a notable worrisome case is the write syscall. This syscall is not guaranteed to write the entire buffer provided, so we may have to continue calling uv_fs_write if a short write occurs. Closes #13130 | ||||
| 2014-01-26 | Removed all instances of XXX in preparation for relaxing of FIXME rule | Salem Talha | -1/+1 | |
| 2014-01-20 | rustuv: Re-work sockaddr glue to not use malloc | Alex Crichton | -44/+0 | |
| This means we can purge even more C from src/rt! | ||||
| 2013-12-24 | Remove rust_globals.h | Brian Anderson | -2/+3 | |
| 2013-11-18 | Move runtime files to C instead of C++ | Alex Crichton | -0/+212 | |
| Explicitly have the only C++ portion of the runtime be one file with exception handling. All other runtime files must now live in C and be fully defined in C. | ||||
