summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2012-07-01syntax: Stop parsing old closure syntaxBrian Anderson-26/+10
2012-07-01Convert to new closure syntaxBrian Anderson-3252/+3229
2012-07-01syntax: Pretty print new closures correctlyBrian Anderson-6/+5
2012-06-30syntax: Fix lambda parsing following 'ret'Brian Anderson-0/+7
2012-06-30Register snapshotsBrian Anderson-2/+9
2012-06-30Temporary FreeBSD snapshotBrian Anderson-0/+3
2012-06-30syntax: Add support for new lambda syntaxBrian Anderson-10/+81
2012-06-30Remove old sugared call syntaxBrian Anderson-28/+19
2012-06-30Eliminate usages of old sugared call syntaxBrian Anderson-1537/+1538
2012-06-30syntax: Pretty-print 'do' correctlyBrian Anderson-0/+8
2012-06-30Properly highlight nested comments in vimBen Striegel-9/+4
2012-06-30Fix combine-tests.py for new vec syntaxBrian Anderson-0/+2
2012-06-30Check in changes I forgot to check inTim Chevalier-7/+7
2012-06-30make script executableGareth Daniel Smith-0/+0
2012-06-30change the test suite `//! kind` syntax to `//~ kind` in order to avoid aGareth Daniel Smith-596/+596
2012-06-30initial draft of fix for issue #2498:Gareth Daniel Smith-59/+454
2012-06-30Descend into ty_boxes in type_useTim Chevalier-25/+46
2012-06-29Allow empty enums to be sent (#2737)Eric Holk-1/+1
2012-06-29Adding a bunch of atomic intrinsics.Eric Holk-3/+166
2012-06-29Switch the compiler over to using ~[] notation instead of []/~. Closes #2759.Michael Sullivan-4079/+4078
2012-06-29Ignore various uv tests that failBrian Anderson-1/+6
2012-06-29std: uv::ll fixes for 32bit linuxJeff Olson-13/+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-23/+30
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-42/+88
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-29rt: get rid of unused helpers for AF_INET and add bool-based ones, insteadJeff Olson-12/+6
2012-06-29std: whitespace/comment cleanJeff Olson-29/+14
2012-06-29rt: whitespace cleanup in rust_uvJeff Olson-15/+15
2012-06-29std: net::ip::get_addr is working w/ happy path test. needs more.Jeff Olson-32/+77
2012-06-29rt: adding uv_freeaddrinfo binding and tweek signature for uv_getaddrinfoJeff Olson-2/+9
2012-06-29WIP set aside unshiftJeff Olson-1/+3
2012-06-29fix typo in rustrt.def.inJeff Olson-1/+1
2012-06-29std: roughcut impl of net::ip::get_addr()Jeff Olson-1/+98
2012-06-29std: wire-up low-level bindings to libuv's uv_getaddrinfo API and friendsJeff Olson-3/+33
2012-06-29rt: more helper functions to get uv_getaddrinfo goingJeff Olson-0/+21
2012-06-29std: mapped addrinfo, addr_in and uv_getaddrinfo_t as rust recordsJeff Olson-2/+78
2012-06-29rt: more sizeof helpers + misc consts for uv_getaddrinfoJeff Olson-0/+37
2012-06-29std: adding net::ip::v6 utils and rudimentary tests, huzzah! (see caveats)Jeff Olson-8/+107
2012-06-29std: getting uv_ip6_* utils working in uv::llJeff Olson-4/+22
2012-06-29std: adding uv::ll::ip4_name and refactored net::ip to use itJeff Olson-35/+55
2012-06-29std: mapping additional libuv ip string helpers.. add test for sockaddr_in6Jeff Olson-2/+35
2012-06-29rt: add remaining ip string parser/formatter helpers from uvJeff Olson-0/+24
2012-06-29core: str::as_slice is unneeded, yay! fixes std::net::tcp socket_buf testJeff Olson-18/+5
2012-06-29std: test impl for using tcp_socket_buf and its reader/writer impls. fails.Jeff Olson-5/+91