summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
2012-07-11Fix some version numbers.Graydon Hoare-2/+2
2012-07-10std: Fix deadlock by unsupervising the global I/O taskBrian Anderson-0/+1
2012-07-10libcore: add a task::set_sched_mode fnErick Tryzelaar-18/+3
2012-07-09Switch 'cont' to 'again' everywhere. Close #2229.Graydon Hoare-1/+1
2012-07-09Merge pull request #2846 from gwillen/1c882842e06431767676887f97f9dcc0ee50a7b9Brian Anderson-1/+25
2012-07-09rustc: Switch to the new resolution passPatrick Walton-1/+2
2012-07-08Add clear() to the map interface.Glenn Willen-1/+25
2012-07-06Revert "rustc: Switch to the new resolution pass"Niko Matsakis-2/+1
2012-07-06rustc: Switch to the new resolution passPatrick Walton-1/+2
2012-07-05Comments only: change TODOs to FIXMEs and annotate themTim Chevalier-5/+7
2012-07-05Mostly change TODOs to FIXMEs and annotate themTim Chevalier-8/+9
2012-07-05std: Actually buildbase64Brian Anderson-0/+1
2012-07-05std: Export base64Brian Anderson-0/+1
2012-07-04convert doc-attributes to doc-comments using ./src/etc/sugarise-doc-comments....Gareth Daniel Smith-1502/+1474
2012-07-04Remove empty argument lists from do expressionsBen Striegel-40/+40
2012-07-04TidyBrian Anderson-2/+5
2012-07-04Merge pull request #2798 from erickt/incomingBrian Anderson-0/+158
2012-07-04When getopts encounters an option that takes an argument, it should treat the...Josh Matthews-1/+39
2012-07-03Add a basic base64 moduleErick Tryzelaar-0/+158
2012-07-03oops, fix option.expect() and use it in libstd/map.rsBen Blum-2/+2
2012-07-03core: Convert iter::repeat to the for protocolBrian Anderson-10/+10
2012-07-03rustc: Speed up def ID parsing in the metadataPatrick Walton-0/+5
2012-07-03Change crust -> extern.Graydon Hoare-33/+33
2012-07-03Mop up a few extra native -> foreign changes.Graydon Hoare-12/+12
2012-07-03Switch 'native' to 'extern' (or 'foreign' in some descriptions)Graydon Hoare-24/+24
2012-07-03core: Eliminate some overloading of the name "future" in future.rsPatrick Walton-4/+4
2012-07-03Remove some bogus exports.Michael Sullivan-1/+1
2012-07-02Merge remote-tracking branch 'brson/uv'Brian Anderson-569/+1200
2012-07-02rustc: Implement a new resolve pass behind a compile flagPatrick Walton-1/+9
2012-07-02std: Ignore a test that doesn't terminate on windowsBrian Anderson-0/+1
2012-07-02std: Add missing cfg attr for freebsdBrian Anderson-0/+1
2012-07-02Merge remote-tracking branch 'brson/uv'Brian Anderson-569/+1198
2012-07-02Make list::from_vec take a slice, not a ~.Ben Blum-1/+1
2012-07-01Convert to new closure syntaxBrian Anderson-219/+217
2012-06-30Eliminate usages of old sugared call syntaxBrian Anderson-155/+155
2012-06-29Switch the compiler over to using ~[] notation instead of []/~. Closes #2759.Michael Sullivan-420/+420
2012-06-29Ignore various uv tests that failBrian Anderson-1/+6
2012-06-29std: uv::ll fixes for 32bit linuxJeff Olson-11/+54
2012-06-29std: adding some basic docs for net::ip::get_addrJeff Olson-63/+76
2012-06-29std: cleanups, post-rebaseJeff Olson-1/+2
2012-06-29std/rt: cleanup and adding sockaddr_in6 mapping for win32Jeff Olson-18/+23
2012-06-29rename net::ip tests en masseJeff Olson-6/+6
2012-06-29std: fix errors from recent rebase and vec expr/type syntax updateJeff Olson-36/+34
2012-06-29std: addressing #2656 (ipv6 support in net::tcp)Jeff Olson-27/+68
2012-06-29std: add test for net::ip::get_addr failureJeff Olson-0/+10
2012-06-29std: beef up ipv4 validation a bitJeff Olson-7/+55
2012-06-29std: add uv::ll::is_ipv6_addrinfo and get_INADDR_NONEJeff Olson-0/+8
2012-06-29std: whitespace/comment cleanJeff Olson-29/+14
2012-06-29std: net::ip::get_addr is working w/ happy path test. needs more.Jeff Olson-32/+77
2012-06-29WIP set aside unshiftJeff Olson-1/+3