index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
Lines
2012-07-01
syntax: Stop parsing old closure syntax
Brian Anderson
-26
/
+10
2012-07-01
Convert to new closure syntax
Brian Anderson
-3252
/
+3229
2012-07-01
syntax: Pretty print new closures correctly
Brian Anderson
-6
/
+5
2012-06-30
syntax: Fix lambda parsing following 'ret'
Brian Anderson
-0
/
+7
2012-06-30
Register snapshots
Brian Anderson
-2
/
+9
2012-06-30
Temporary FreeBSD snapshot
Brian Anderson
-0
/
+3
2012-06-30
syntax: Add support for new lambda syntax
Brian Anderson
-10
/
+81
2012-06-30
Remove old sugared call syntax
Brian Anderson
-28
/
+19
2012-06-30
Eliminate usages of old sugared call syntax
Brian Anderson
-1537
/
+1538
2012-06-30
syntax: Pretty-print 'do' correctly
Brian Anderson
-0
/
+8
2012-06-30
Properly highlight nested comments in vim
Ben Striegel
-9
/
+4
2012-06-30
Fix combine-tests.py for new vec syntax
Brian Anderson
-0
/
+2
2012-06-30
Check in changes I forgot to check in
Tim Chevalier
-7
/
+7
2012-06-30
make script executable
Gareth Daniel Smith
-0
/
+0
2012-06-30
change the test suite `//! kind` syntax to `//~ kind` in order to avoid a
Gareth Daniel Smith
-596
/
+596
2012-06-30
initial draft of fix for issue #2498:
Gareth Daniel Smith
-59
/
+454
2012-06-30
Descend into ty_boxes in type_use
Tim Chevalier
-25
/
+46
2012-06-29
Allow empty enums to be sent (#2737)
Eric Holk
-1
/
+1
2012-06-29
Adding a bunch of atomic intrinsics.
Eric Holk
-3
/
+166
2012-06-29
Switch the compiler over to using ~[] notation instead of []/~. Closes #2759.
Michael Sullivan
-4079
/
+4078
2012-06-29
Ignore various uv tests that fail
Brian Anderson
-1
/
+6
2012-06-29
std: uv::ll fixes for 32bit linux
Jeff Olson
-13
/
+54
2012-06-29
std: adding some basic docs for net::ip::get_addr
Jeff Olson
-63
/
+76
2012-06-29
std: cleanups, post-rebase
Jeff Olson
-1
/
+2
2012-06-29
std/rt: cleanup and adding sockaddr_in6 mapping for win32
Jeff Olson
-23
/
+30
2012-06-29
rename net::ip tests en masse
Jeff Olson
-6
/
+6
2012-06-29
std: fix errors from recent rebase and vec expr/type syntax update
Jeff Olson
-36
/
+34
2012-06-29
std: addressing #2656 (ipv6 support in net::tcp)
Jeff Olson
-42
/
+88
2012-06-29
std: add test for net::ip::get_addr failure
Jeff Olson
-0
/
+10
2012-06-29
std: beef up ipv4 validation a bit
Jeff Olson
-7
/
+55
2012-06-29
std: add uv::ll::is_ipv6_addrinfo and get_INADDR_NONE
Jeff Olson
-0
/
+8
2012-06-29
rt: get rid of unused helpers for AF_INET and add bool-based ones, instead
Jeff Olson
-12
/
+6
2012-06-29
std: whitespace/comment clean
Jeff Olson
-29
/
+14
2012-06-29
rt: whitespace cleanup in rust_uv
Jeff Olson
-15
/
+15
2012-06-29
std: net::ip::get_addr is working w/ happy path test. needs more.
Jeff Olson
-32
/
+77
2012-06-29
rt: adding uv_freeaddrinfo binding and tweek signature for uv_getaddrinfo
Jeff Olson
-2
/
+9
2012-06-29
WIP set aside unshift
Jeff Olson
-1
/
+3
2012-06-29
fix typo in rustrt.def.in
Jeff Olson
-1
/
+1
2012-06-29
std: roughcut impl of net::ip::get_addr()
Jeff Olson
-1
/
+98
2012-06-29
std: wire-up low-level bindings to libuv's uv_getaddrinfo API and friends
Jeff Olson
-3
/
+33
2012-06-29
rt: more helper functions to get uv_getaddrinfo going
Jeff Olson
-0
/
+21
2012-06-29
std: mapped addrinfo, addr_in and uv_getaddrinfo_t as rust records
Jeff Olson
-2
/
+78
2012-06-29
rt: more sizeof helpers + misc consts for uv_getaddrinfo
Jeff Olson
-0
/
+37
2012-06-29
std: adding net::ip::v6 utils and rudimentary tests, huzzah! (see caveats)
Jeff Olson
-8
/
+107
2012-06-29
std: getting uv_ip6_* utils working in uv::ll
Jeff Olson
-4
/
+22
2012-06-29
std: adding uv::ll::ip4_name and refactored net::ip to use it
Jeff Olson
-35
/
+55
2012-06-29
std: mapping additional libuv ip string helpers.. add test for sockaddr_in6
Jeff Olson
-2
/
+35
2012-06-29
rt: add remaining ip string parser/formatter helpers from uv
Jeff Olson
-0
/
+24
2012-06-29
core: str::as_slice is unneeded, yay! fixes std::net::tcp socket_buf test
Jeff Olson
-18
/
+5
2012-06-29
std: test impl for using tcp_socket_buf and its reader/writer impls. fails.
Jeff Olson
-5
/
+91
[prev]
[next]