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
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libstd
Age
Commit message (
Expand
)
Author
Lines
2012-10-20
std: Shuffle around test ports some more
Brian Anderson
-1
/
+1
2012-10-20
Long lines
Brian Anderson
-1
/
+2
2012-10-20
Remove old fixed-length vector syntax
Ben Striegel
-2
/
+2
2012-10-20
std: Use unique ports in tcp tests
Brian Anderson
-2
/
+2
2012-10-20
std: rename getpeername to get_peer_addr
Luqman Aden
-9
/
+12
2012-10-20
std: Add test for getpeername
Brian Anderson
-0
/
+55
2012-10-20
uv: use just getpeername for both ipv4 and ipv6.
Luqman Aden
-12
/
+22
2012-10-20
uv: implement a way to get client's ip/port.
Luqman Aden
-2
/
+59
2012-10-19
Remove superfluous by-ref in option::get, option::get_default, option::expect
Tim Chevalier
-1
/
+1
2012-10-18
Rename str::to_unique to str::to_owned.
Erick Tryzelaar
-1
/
+1
2012-10-17
Merge pull request #3739 from killerswan/usagemsg
Tim Chevalier
-3
/
+409
2012-10-17
Fix whitespace
Tim Chevalier
-3
/
+3
2012-10-17
std::treemap - changing types to reflect constraints, adding equality check (...
Daniel Patterson
-10
/
+46
2012-10-17
Add a module to getopts to support verbose option definition
Kevin Cantu
-3
/
+409
2012-10-17
Export std::net_url::encode_component
Tim Chevalier
-1
/
+1
2012-10-15
libstd: make Serializer a trait-level typaram
Erick Tryzelaar
-0
/
+515
2012-10-12
Make moves explicit in std tests
Tim Chevalier
-96
/
+98
2012-10-12
bump version to 0.5.
Graydon Hoare
-2
/
+2
2012-10-12
Replace several common macros of the form #m[...] with m!(...)
Kevin Cantu
-11
/
+10
2012-10-11
Fix from_buf in test cases
Tim Chevalier
-2
/
+2
2012-10-11
Remove comment that is now false
Tim Chevalier
-6
/
+4
2012-10-11
Update FIXME number
Tim Chevalier
-3
/
+3
2012-10-11
Remove Copy bound from std::timer::delayed_send
Tim Chevalier
-1
/
+1
2012-10-11
Make to_str pure and fix const parameters for str-mutating functions
Tim Chevalier
-22
/
+30
2012-10-09
Remove old serialization2 vestigial code
Erick Tryzelaar
-12
/
+0
2012-10-07
Remove the old serializers (needs snapshot)
Erick Tryzelaar
-1792
/
+774
2012-10-05
Finally removing all uses of by-mut-ref
Tim Chevalier
-144
/
+4
2012-10-05
Remove uses of mutable ref mode.
Tim Chevalier
-1
/
+29
2012-10-05
Revert "wip"
Tim Chevalier
-29
/
+1
2012-10-05
wip
Tim Chevalier
-1
/
+29
2012-10-05
Demode some code using by-mutbl-ref; warn about by-mutbl-ref
Tim Chevalier
-0
/
+115
2012-10-05
std: Silence remaining warnings
Brian Anderson
-1
/
+3
2012-10-05
Silence most of the remaining warnings
Brian Anderson
-1
/
+4
2012-10-05
std: Revert demoding of uv_ll. It can't be done without FFI changes
Brian Anderson
-6
/
+6
2012-10-04
Remove by-copy mode from std, mostly
Tim Chevalier
-79
/
+83
2012-10-04
Kill bootstrapping code in ptr
Tim Chevalier
-1
/
+1
2012-10-04
De-mode comm::Chan
Tim Chevalier
-39
/
+39
2012-10-04
Fix long line.
Graydon Hoare
-1
/
+2
2012-10-04
Finish de-exporting std. Part of #3583.
Graydon Hoare
-98
/
+80
2012-10-03
libstd: Make vec_from_set pure
Patrick Walton
-1
/
+1
2012-10-03
std: Fix double free in uv
Brian Anderson
-3
/
+3
2012-10-03
De-export net::*. Part of #3583.
Graydon Hoare
-91
/
+46
2012-10-03
Remove crud
Tim Chevalier
-1
/
+0
2012-10-03
Remove uses of + mode from libstd
Tim Chevalier
-114
/
+112
2012-10-03
De-export std::{json, getopts}. Part of #3583.
Graydon Hoare
-38
/
+18
2012-10-03
De-export std::{ebml, ebml2}. Part of #3583.
Graydon Hoare
-89
/
+41
2012-10-02
Removing explicit uses of + mode
Tim Chevalier
-8
/
+11
2012-10-02
libstd: Switch off legacy modes in both core and std.
Patrick Walton
-41
/
+40
2012-10-02
De-export std::{fun_treemap, list, map}. Part of #3583.
Graydon Hoare
-47
/
+30
2012-10-01
Add deserializable and more types to serialization2
Erick Tryzelaar
-129
/
+411
[next]