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
/
libstd
/
net_ip.rs
Age
Commit message (
Expand
)
Author
Lines
2012-10-03
De-export net::*. Part of #3583.
Graydon Hoare
-22
/
+13
2012-10-01
Move over to calling ptr::addr_of
Tim Chevalier
-3
/
+3
2012-09-28
Demode extfmt
Tim Chevalier
-4
/
+4
2012-09-28
demode vec
Niko Matsakis
-1
/
+1
2012-09-28
Long lines
Brian Anderson
-4
/
+4
2012-09-28
std: Eliminate deprecated patterns
Brian Anderson
-9
/
+8
2012-09-26
Demode vec::push (and convert to method)
Niko Matsakis
-1
/
+1
2012-09-25
Demode core::result
Brian Anderson
-8
/
+8
2012-09-21
De-mode vec::map, vec::eachi, vec::rev_each, vec::rev_eachi
Niko Matsakis
-1
/
+1
2012-09-21
Install new pub/priv/export rules as defaults, old rules accessible under #[l...
Graydon Hoare
-0
/
+3
2012-09-19
De-mode vec::each() and many of the str iteration routines
Niko Matsakis
-2
/
+2
2012-09-18
Revert "replace explicit calls to vec::each with vec::each_ref, partially dem...
Niko Matsakis
-3
/
+3
2012-09-18
replace explicit calls to vec::each with vec::each_ref, partially demode str
Niko Matsakis
-3
/
+3
2012-09-13
Fix implicit-instantiation of non-implicitly-copyable warnings.
Graydon Hoare
-1
/
+1
2012-09-11
Make moves explicit in arguments
Tim Chevalier
-2
/
+2
2012-09-04
Demode libstd/net_ip.rs
Kevin Cantu
-14
/
+16
2012-09-04
libstd: "import" -> "use"
Patrick Walton
-19
/
+17
2012-08-31
std: Camel case net modules
Brian Anderson
-34
/
+34
2012-08-29
std: More camel casing
Brian Anderson
-1
/
+1
2012-08-27
Convert core::result to camel case
Brian Anderson
-27
/
+27
2012-08-26
Camel case the option type
Brian Anderson
-1
/
+1
2012-08-24
Add a bunch more unsafe blocks to prepare for the new semantics of unsafe/clo...
Michael Sullivan
-3
/
+3
2012-08-23
`m1!{...}` -> `m1!(...)`
Paul Stansifer
-23
/
+23
2012-08-16
Add std::comm with DuplexStream
Eric Holk
-1
/
+2
2012-08-15
Convert more core types to camel case
Brian Anderson
-1
/
+1
2012-08-08
Convert impls to new syntax
Brian Anderson
-2
/
+1
2012-08-07
syntax: Make match arm parsing more restrictive again
Brian Anderson
-1
/
+1
2012-08-06
Convert alt to match. Stop parsing alt
Brian Anderson
-8
/
+8
2012-08-05
Switch alts to use arrows
Brian Anderson
-36
/
+24
2012-08-01
Convert ret to return
Brian Anderson
-3
/
+3
2012-07-30
Change syntax extension syntax: `#m[...]` -> `m!{...}`.
Paul Stansifer
-23
/
+23
2012-07-24
Update some str functions to slices, merge as_buf and unpack_slice.
Graydon Hoare
-1
/
+1
2012-07-17
rustc: Implement and enforce instance coherence
Patrick Walton
-1
/
+6
2012-07-14
Move the world over to using the new style string literals and types. Closes ...
Michael Sullivan
-30
/
+30
2012-07-12
Get rid of all of the remaining /~s in the code base.
Michael Sullivan
-5
/
+5
2012-07-09
rustc: Switch to the new resolution pass
Patrick Walton
-1
/
+2
2012-07-06
Revert "rustc: Switch to the new resolution pass"
Niko Matsakis
-2
/
+1
2012-07-06
rustc: Switch to the new resolution pass
Patrick Walton
-1
/
+2
2012-07-04
convert doc-attributes to doc-comments using ./src/etc/sugarise-doc-comments....
Gareth Daniel Smith
-62
/
+56
2012-07-03
Change crust -> extern.
Graydon Hoare
-1
/
+1
2012-07-02
Merge remote-tracking branch 'brson/uv'
Brian Anderson
-24
/
+319
2012-07-01
Convert to new closure syntax
Brian Anderson
-1
/
+1
2012-06-29
Ignore various uv tests that fail
Brian Anderson
-0
/
+2
2012-06-29
std: adding some basic docs for net::ip::get_addr
Jeff Olson
-63
/
+76
2012-06-29
std/rt: cleanup and adding sockaddr_in6 mapping for win32
Jeff Olson
-0
/
+1
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
-4
/
+4
2012-06-29
std: addressing #2656 (ipv6 support in net::tcp)
Jeff Olson
-2
/
+2
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
[next]