| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2012-10-23 | Move futures to std | Brian Anderson | -0/+247 | |
| 2012-10-23 | core: Use PortOne instead of Future in future_result | Brian Anderson | -2/+2 | |
| 2012-10-23 | Remove uses of binary move - <- - from tests and libraries | Tim Chevalier | -30/+30 | |
| 2012-10-22 | Re-add bad Ord impl test | Simon BD | -0/+19 | |
| 2012-10-22 | Fix typo | Simon BD | -1/+1 | |
| 2012-10-22 | Fix long line | Simon BD | -1/+2 | |
| 2012-10-22 | Use explicit self | Simon BD | -8/+8 | |
| 2012-10-22 | Uncomment tests and fix binarysort segmentation fault | Simon BD | -95/+72 | |
| 2012-10-22 | Merge remote-tracking branch 'original/incoming' into incoming | Simon BD | -1955/+2015 | |
| 2012-10-22 | Fix up tests, export tim_sort | Simon BD | -25/+19 | |
| 2012-10-20 | std: Shuffle around test ports some more | Brian Anderson | -1/+1 | |
| 2012-10-20 | Long lines | Brian Anderson | -1/+2 | |
| 2012-10-20 | Remove old fixed-length vector syntax | Ben Striegel | -2/+2 | |
| 2012-10-20 | std: Use unique ports in tcp tests | Brian Anderson | -2/+2 | |
| 2012-10-20 | std: rename getpeername to get_peer_addr | Luqman Aden | -9/+12 | |
| 2012-10-20 | std: Add test for getpeername | Brian Anderson | -0/+55 | |
| 2012-10-20 | uv: use just getpeername for both ipv4 and ipv6. | Luqman Aden | -12/+22 | |
| 2012-10-20 | uv: implement a way to get client's ip/port. | Luqman Aden | -2/+59 | |
| 2012-10-19 | Remove superfluous by-ref in option::get, option::get_default, option::expect | Tim Chevalier | -1/+1 | |
| Superficial change, no review. | ||||
| 2012-10-18 | Rename str::to_unique to str::to_owned. | Erick Tryzelaar | -1/+1 | |
| 2012-10-17 | Merge pull request #3739 from killerswan/usagemsg | Tim Chevalier | -3/+409 | |
| Add a module to getopts for verbose option group declaration (and use it in rustc) | ||||
| 2012-10-17 | Fix whitespace | Tim Chevalier | -3/+3 | |
| 2012-10-17 | std::treemap - changing types to reflect constraints, adding equality check ↵ | Daniel Patterson | -10/+46 | |
| (space expensive) | ||||
| 2012-10-17 | Add a module to getopts to support verbose option definition | Kevin Cantu | -3/+409 | |
| This is built on top of the existing functionality, but adds a `groups` module which defines functions allowing the user to specify whole short/long/description groups at once and provides a usage message. | ||||
| 2012-10-17 | Export std::net_url::encode_component | Tim Chevalier | -1/+1 | |
| 2012-10-15 | libstd: make Serializer a trait-level typaram | Erick Tryzelaar | -0/+515 | |
| 2012-10-12 | Make moves explicit in std tests | Tim Chevalier | -96/+98 | |
| 2012-10-12 | bump version to 0.5. | Graydon Hoare | -2/+2 | |
| 2012-10-12 | Replace several common macros of the form #m[...] with m!(...) | Kevin Cantu | -11/+10 | |
| This commit replaces nearly all remaining uses of #fmt, #debug, #error, and #info, and fixes some error messages... | ||||
| 2012-10-11 | Fix from_buf in test cases | Tim Chevalier | -2/+2 | |
| 2012-10-11 | Remove comment that is now false | Tim Chevalier | -6/+4 | |
| 2012-10-11 | Update FIXME number | Tim Chevalier | -3/+3 | |
| 2012-10-11 | Remove Copy bound from std::timer::delayed_send | Tim Chevalier | -1/+1 | |
| Closes #3717 | ||||
| 2012-10-11 | Make to_str pure and fix const parameters for str-mutating functions | Tim Chevalier | -22/+30 | |
| Two separate changes that got intertwined (sorry): Make to_str pure. Closes #3691 In str, change functions like push_char to take an &mut str instead of an &str. Closes #3710 | ||||
| 2012-10-09 | Remove old serialization2 vestigial code | Erick Tryzelaar | -12/+0 | |
| 2012-10-07 | Remove the old serializers (needs snapshot) | Erick Tryzelaar | -1792/+774 | |
| 2012-10-06 | Merge remote-tracking branch 'original/incoming' into incoming | Simon BD | -225/+220 | |
| 2012-10-06 | Add a test to check that badly written Ord impl do not cause double frees | Simon BD | -0/+21 | |
| 2012-10-06 | Remove debug info | Simon BD | -2/+2 | |
| 2012-10-05 | Finally removing all uses of by-mut-ref | Tim Chevalier | -144/+4 | |
| The code for the mode itself is still there. | ||||
| 2012-10-05 | Remove uses of mutable ref mode. | Tim Chevalier | -1/+29 | |
| It's still in the compiler right now, but warned about | ||||
| 2012-10-05 | Revert "wip" | Tim Chevalier | -29/+1 | |
| This reverts commit ca49fd402af8e7bf613c43e996274b5a017958d2. | ||||
| 2012-10-05 | wip | Tim Chevalier | -1/+29 | |
| 2012-10-05 | Demode some code using by-mutbl-ref; warn about by-mutbl-ref | Tim Chevalier | -0/+115 | |
| The parser now warns about use of mutbl-ref mode, though it's kind of a lie since this commit doesn't remove support for the mode. Changed move_val_init to have stage0 and stage1/2 versions, the latter of which is demoded. Changed the type that the typechecker expects the move_val_init intrinsic to have. After this is pushed, I can make a new snapshot, which will remove the need for the stage0 versions. | ||||
| 2012-10-05 | std: Silence remaining warnings | Brian Anderson | -1/+3 | |
| 2012-10-05 | Silence most of the remaining warnings | Brian Anderson | -1/+4 | |
| 2012-10-05 | std: Revert demoding of uv_ll. It can't be done without FFI changes | Brian Anderson | -6/+6 | |
| 2012-10-04 | Remove by-copy mode from std, mostly | Tim Chevalier | -79/+83 | |
| One instance remains in net_tcp due to a foreign fn. Lots of instances remain in serialization.rs, but IIRC that is being removed. I had to do unholy things to task-perf-word-count-generic to get it to compile after demoding pipes. I may well have messed up its performance, but it passes. | ||||
| 2012-10-04 | Finish up tests, uncomment when ICE is fixed. | Simon BD | -18/+146 | |
| 2012-10-04 | Kill bootstrapping code in ptr | Tim Chevalier | -1/+1 | |
