| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2013-12-10 | librustuv: Change `with_local_io` to use RAII. | Patrick Walton | -17/+15 | |
| 2013-12-10 | libextra: Another round of de-`Cell`-ing. | Patrick Walton | -15/+7 | |
| 34 uses of `Cell` remain. | ||||
| 2013-11-26 | librustc: Make `||` lambdas not infer to `proc`s | Patrick Walton | -6/+6 | |
| 2013-11-26 | test: Remove non-procedure uses of `do` from compiletest, libstd tests, | Patrick Walton | -13/+13 | |
| compile-fail tests, run-fail tests, and run-pass tests. | ||||
| 2013-11-26 | libstd: Remove all non-`proc` uses of `do` from libstd | Patrick Walton | -4/+4 | |
| 2013-11-18 | libstd: Change all `~fn()`s to `proc`s in the standard library. | Patrick Walton | -1/+1 | |
| This makes `Cell`s no longer necessary in most cases. | ||||
| 2013-11-11 | Move std::rt::io to std::io | Alex Crichton | -0/+295 | |
