| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2014-01-03 | test: Make all the run-pass tests use `pub fn main` | Patrick Walton | -1/+1 | |
| 2013-12-24 | Test fixes and rebase problems | Alex Crichton | -1/+0 | |
| Note that this removes a number of run-pass tests which are exercising behavior of the old runtime. This functionality no longer exists and is thoroughly tested inside of libgreen and libnative. There isn't really the notion of "starting the runtime" any more. The major notion now is "bootstrapping the initial task". | ||||
| 2013-11-26 | librustc: Make `||` lambdas not infer to `proc`s | Patrick Walton | -1/+1 | |
| 2013-11-10 | Remove a debug! statement before I/O is ready | Alex Crichton | -0/+22 | |
| The logging macros all use libuv-based I/O, and there was one stray debug statement in task::spawn which was executing before the I/O context was ready. Remove it and add a test to make sure that we can continue to debug this sort of code. Closes #10405 | ||||
