| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2013-05-22 | libstd: Rename libcore to libstd and libstd to libextra; update makefiles. | Patrick Walton | -492/+0 | |
| This only changes the directory names; it does not change the "real" metadata names. | ||||
| 2013-05-20 | core::rt: Convert unsafe_borrow_io to a Local impl | Brian Anderson | -4/+7 | |
| 2013-05-20 | core::rt: Remove local_sched module | Brian Anderson | -1/+1 | |
| 2013-05-19 | Use assert_eq! rather than assert! where possible | Corey Richardson | -1/+1 | |
| 2013-05-15 | core::rt: Unignore a fixed TCP test | Brian Anderson | -1/+1 | |
| 2013-05-15 | core::rt: Fix TCP test on mac | Brian Anderson | -1/+2 | |
| 2013-05-15 | core::rt: Warnings | Brian Anderson | -1/+1 | |
| 2013-05-15 | core::rt: `read` raises `read_error` | Brian Anderson | -2/+2 | |
| 2013-05-15 | core::rt: Error handling for TcpStream.read | Brian Anderson | -7/+82 | |
| 2013-05-14 | core::rt: Ignore tcp test multiple_connect_interleaved_lazy_schedule | Brian Anderson | -1/+1 | |
| Hangs on mac. | ||||
| 2013-05-14 | core::rt: Register stacks with valgrind. #6428 | Brian Anderson | -1/+1 | |
| 2013-05-14 | core::rt: Make TCP servers work | Brian Anderson | -3/+83 | |
| 2013-05-14 | Tidy | Brian Anderson | -3/+3 | |
| 2013-05-14 | core::rt: Just a small fix to TcpStream | Brian Anderson | -0/+26 | |
| 2013-05-14 | core::rt: Fix the finalizer on UvTcpStream and UvTcpListener | Brian Anderson | -13/+0 | |
| Eliminates a lot of calls to `close` | ||||
| 2013-05-14 | core::rt: Use unsafe pointers instead of transmuted regions | Brian Anderson | -2/+2 | |
| 2013-05-13 | core::rt: Clean up the interface to rtio | Brian Anderson | -11/+12 | |
| Make names that better match rt::io. Return error types. | ||||
| 2013-05-13 | core::rt: Begin implementing TcpStream | Brian Anderson | -24/+140 | |
| This ended up touching a lot of code related to error handling. | ||||
| 2013-05-13 | core::rt: Remove Close trait | Brian Anderson | -12/+0 | |
| We will just use RAII for now. | ||||
| 2013-05-03 | add gitattributes and fix whitespace issues | Daniel Micay | -3/+0 | |
| 2013-04-24 | core: Warning police | Brian Anderson | -5/+0 | |
| 2013-04-22 | core::rt: Move the definition of Listener to rt::io | Brian Anderson | -31/+0 | |
| 2013-04-22 | core::rt: Make I/O constructors return Option instead of Result | Brian Anderson | -6/+6 | |
| For consistency, for all I/O calls, inspecting the error can be done with the io_error condition. | ||||
| 2013-04-20 | core::rt: Listener constructors are called and return a | Brian Anderson | -3/+30 | |
| 2013-04-19 | wip | Brian Anderson | -1/+1 | |
| 2013-04-19 | core::rt: Rename Closeable to Close, Seekable to Seek, blocking to native | Brian Anderson | -3/+3 | |
| 2013-04-19 | Tidy | Brian Anderson | -1/+1 | |
| 2013-04-19 | core::rt: Declare large parts of the I/O API | Brian Anderson | -0/+227 | |
