| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2012-11-07 | libstd: Implement a thread pool. r=brson | Patrick Walton | -0/+86 | |
| 2012-11-06 | Fix trailing whitespace issues | a_m0d | -3/+3 | |
| 2012-11-06 | Add end_of_file handling to TcpBufferedSocket. | a_m0d | -4/+16 | |
| This fixes #3891. Also removed debug!(...) statement from socket destructor which causes a crash when the logging level is set to debug. | ||||
| 2012-11-05 | Make std::rl unsafe. #3921 | Brian Anderson | -6/+9 | |
| 2012-11-04 | Merge remote-tracking branch 'brson/repl' | Brian Anderson | -0/+70 | |
| Conflicts: mk/install.mk src/rt/rustrt.def.in | ||||
| 2012-11-04 | Use a linenoise with win32 support | Brian Anderson | -6/+0 | |
| 2012-11-04 | Move rusti::rl to std::rl | Zack Corr | -0/+76 | |
| 2012-11-03 | Remove stage0 stuff that was awaiting snapshot | Tim Chevalier | -501/+0 | |
| and re-register snapshots Just removing unneeded code, no review | ||||
| 2012-10-29 | std: disable timsort crash-test on windows. | Graydon Hoare | -0/+1 | |
| 2012-10-25 | std: Fix build errors in sort | Brian Anderson | -4/+4 | |
| 2012-10-25 | Merge remote-tracking branch '14427/incoming' | Brian Anderson | -26/+853 | |
| Conflicts: src/libstd/sort.rs | ||||
| 2012-10-25 | Remove some unused MergeState code, add a Fixme and remove a workaround ↵ | Simon BD | -8/+5 | |
| involving pure code not being considered pure | ||||
| 2012-10-24 | Move binarysort out of MergeState | Simon BD | -36/+36 | |
| 2012-10-24 | Remove commented out code | Simon BD | -28/+0 | |
| 2012-10-24 | Remove and comment out more MergeState code | Simon BD | -28/+28 | |
| 2012-10-24 | Remove some code that MergeState used to prevent double frees | Simon BD | -33/+1 | |
| 2012-10-24 | Fix tests for Copy bound | Simon BD | -45/+9 | |
| 2012-10-24 | Add copy bound to sort | Simon BD | -104/+52 | |
| 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 | |
