| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2013-07-22 | extra: Remove uv, net, timer code | Brian Anderson | -452/+0 | |
| This will all be reimplemented in the new runtime. | ||||
| 2013-07-17 | test: Fix tests. | Patrick Walton | -0/+1 | |
| 2013-07-17 | librustc: Remove all uses of "copy". | Patrick Walton | -3/+10 | |
| 2013-07-17 | librustc: Add a lint mode for unnecessary `copy` and remove a bunch of them. | Patrick Walton | -5/+3 | |
| 2013-07-16 | Rename Option swap_unwrap to take_unwrap. Fixes Issue#7764 | Austin King | -1/+1 | |
| 2013-07-07 | remove some method resolve workarounds | Daniel Micay | -1/+1 | |
| 2013-07-05 | Remove superfluous super::super:: | Chris Morgan | -14/+14 | |
| 2013-07-05 | Move `extra::net_*` to `extra::net::*` properly. | Chris Morgan | -0/+446 | |
| Where * = tcp, ip, url. Formerly, extra::net::* were aliases of extra::net_*, but were the recommended path to use. Thus, the documentation talked of the `net_*` modules while everything else was written expecting `net::*`. This moves the actual modules so that `extra::net::*` is the actual location of the modules. This will naturally break any code which used `extra::net_*` directly. They should be altered to use `extra::net::*` (which has been the documented way of doing things for some time). This ensures that there is one, and only one, obvious way of doing things. | ||||
