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_tcp.rs
Age
Commit message (
Expand
)
Author
Lines
2012-10-11
Remove comment that is now false
Tim Chevalier
-4
/
+2
2012-10-05
Silence most of the remaining warnings
Brian Anderson
-1
/
+2
2012-10-04
Remove by-copy mode from std, mostly
Tim Chevalier
-10
/
+11
2012-10-04
De-mode comm::Chan
Tim Chevalier
-15
/
+15
2012-10-03
De-export net::*. Part of #3583.
Graydon Hoare
-35
/
+17
2012-10-03
Remove uses of + mode from libstd
Tim Chevalier
-7
/
+7
2012-10-02
Removing explicit uses of + mode
Tim Chevalier
-4
/
+4
2012-10-01
Move over to calling ptr::addr_of
Tim Chevalier
-21
/
+21
2012-09-28
std: More demoding
Brian Anderson
-1
/
+1
2012-09-28
demode vec
Niko Matsakis
-1
/
+1
2012-09-28
Fix missed pattern on std::net_tcp.
Graydon Hoare
-1
/
+1
2012-09-28
Long lines
Brian Anderson
-2
/
+3
2012-09-28
std: Eliminate deprecated patterns
Brian Anderson
-17
/
+17
2012-09-26
Demode vec::push (and convert to method)
Niko Matsakis
-2
/
+2
2012-09-25
Demode core::result
Brian Anderson
-14
/
+14
2012-09-21
Install new pub/priv/export rules as defaults, old rules accessible under #[l...
Graydon Hoare
-0
/
+5
2012-09-19
std: Mostly demode net::tcp
Brian Anderson
-30
/
+30
2012-09-15
vec::u8 => vec::bytes (#3444)
Erick Tryzelaar
-1
/
+1
2012-09-12
Rename vec::unsafe to vec::raw
Brian Anderson
-2
/
+2
2012-09-11
Introduce auto adjustment table to subsume autoderef/autoref/borrowings.
Niko Matsakis
-1
/
+1
2012-09-11
Make moves explicit in arguments
Tim Chevalier
-8
/
+11
2012-09-10
Make remaining moves explicit in libstd
Tim Chevalier
-4
/
+4
2012-09-09
libstd: Fix botched exports for net_tcp
Patrick Walton
-1
/
+1
2012-09-07
Remove 'let' syntax for struct fields
Brian Anderson
-2
/
+2
2012-09-04
std: Remove struct ctors
Brian Anderson
-2
/
+12
2012-09-04
Demode libstd/net_ip.rs
Kevin Cantu
-2
/
+2
2012-09-04
libstd: "import" -> "use"
Patrick Walton
-8
/
+8
2012-08-31
Make utility funs in core::int, core::uint, etc. not by-reference
Tim Chevalier
-1
/
+1
2012-08-31
std: Camel case net modules
Brian Anderson
-146
/
+146
2012-08-29
std: More camel casing
Brian Anderson
-9
/
+9
2012-08-29
core: Demode int/uint mods
Brian Anderson
-1
/
+1
2012-08-27
Camel case various core constructors
Brian Anderson
-30
/
+30
2012-08-27
Convert core::result to camel case
Brian Anderson
-53
/
+53
2012-08-27
remove ipv4 match which looks like it was... purposeless
Niko Matsakis
-58
/
+54
2012-08-26
Camel case the option type
Brian Anderson
-36
/
+36
2012-08-25
libstd: Don't make task-local GC data when creating TCP streams.
Patrick Walton
-9
/
+12
2012-08-25
libstd: Suppress warning about unused variable in net_tcp.
Erick Tryzelaar
-1
/
+1
2012-08-24
Add a bunch more unsafe blocks to prepare for the new semantics of unsafe/clo...
Michael Sullivan
-9
/
+9
2012-08-23
Rename str::bytes to str::to_bytes
Tim Chevalier
-2
/
+2
2012-08-23
`m1!{...}` -> `m1!(...)`
Paul Stansifer
-69
/
+69
2012-08-17
Remove the class keyword
Brian Anderson
-2
/
+2
2012-08-16
Add std::comm with DuplexStream
Eric Holk
-91
/
+94
2012-08-15
Convert more core types to camel case
Brian Anderson
-28
/
+28
2012-08-14
Convert more core types to camel case
Brian Anderson
-11
/
+11
2012-08-08
Convert impls to new syntax
Brian Anderson
-8
/
+5
2012-08-06
Convert alt to match. Stop parsing alt
Brian Anderson
-33
/
+33
2012-08-05
Switch alts to use arrows
Brian Anderson
-90
/
+67
2012-08-01
Convert ret to return
Brian Anderson
-2
/
+2
2012-07-31
Change remaining "iface" occurrences to "trait"; deprecate "iface"
Lindsey Kuper
-5
/
+5
2012-07-30
Change syntax extension syntax: `#m[...]` -> `m!{...}`.
Paul Stansifer
-69
/
+69
[next]