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
/
sys
/
common
Age
Commit message (
Expand
)
Author
Lines
2015-05-28
Implement RFC 1047 - socket timeouts
Steven Fackler
-7
/
+39
2015-05-27
Use `const fn` to abstract away the contents of UnsafeCell & friends.
Eduard Burtescu
-46
/
+41
2015-05-17
Make debug builders take &mut self, add entries method
Steven Fackler
-10
/
+10
2015-05-09
Squeeze the last bits of `task`s in documentation in favor of `thread`
Barosl Lee
-4
/
+4
2015-05-07
std: Remove a double-box in ReentrantMutex
Alex Crichton
-7
/
+11
2015-05-07
std: Remove unused helper_thread.rs file
Alex Crichton
-170
/
+0
2015-05-07
std: Rename sys::foo2 modules to sys::foo
Alex Crichton
-1
/
+1
2015-05-03
Change 'inner' field name to 'fd'/'socket' on Unix/Windows in Debug impls
Nick Hamann
-3
/
+6
2015-05-03
Unwrap address values in Debug implementations for TcpStream/TcpListener/UdpS...
Nick Hamann
-13
/
+28
2015-05-03
Implement Debug for std::net::{UdpSocket,TcpStream,TcpListener,Shutdown}
Nick Hamann
-0
/
+29
2015-05-01
Rollup merge of #25021 - frewsxcv:an-utf, r=steveklabnik
Manish Goregaokar
-4
/
+4
2015-04-30
Replaces instanced of 'an UTF' with 'a UTF'
Corey Farwell
-4
/
+4
2015-04-30
Add downcasting to std::error::Error
Aaron Turon
-3
/
+4
2015-04-28
Register new snapshots
Tamir Duberstein
-2
/
+0
2015-04-27
std: Don't assume thread::current() works on panic
Alex Crichton
-6
/
+5
2015-04-24
Change name of unit test sub-module to "tests".
Johannes Oertel
-1
/
+1
2015-04-24
Auto merge of #24594 - doomsplayer:patch-2, r=alexcrichton
bors
-2
/
+6
2015-04-23
implement set_tcp_keepalive for linux
Young Wu
-2
/
+6
2015-04-22
std: Audit std::thread implementations
Alex Crichton
-14
/
+14
2015-04-21
rollup merge of #24636: alexcrichton/remove-deprecated
Alex Crichton
-2
/
+0
2015-04-21
rollup merge of #24541: alexcrichton/issue-24538
Alex Crichton
-1
/
+1
2015-04-21
std: Remove deprecated/unstable num functionality
Alex Crichton
-973
/
+0
2015-04-21
Remove unused files
Tamir Duberstein
-971
/
+0
2015-04-17
std: Add Default/IntoIterator/ToOwned to the prelude
Alex Crichton
-1
/
+1
2015-04-16
deprecate Unicode functions that will be moved to crates.io
kwantam
-1
/
+1
2015-04-14
Negative case of `len()` -> `is_empty()`
Tamir Duberstein
-2
/
+2
2015-04-14
rollup merge of #24377: apasel422/docs
Alex Crichton
-45
/
+45
2015-04-14
std: Remove old_io/old_path/rand modules
Alex Crichton
-91
/
+0
2015-04-13
pluralize doc comment verbs and add missing periods
Andrew Paseltiner
-45
/
+45
2015-04-08
Implement reentrant mutexes and make stdio use them
Simonas Kazlauskas
-0
/
+422
2015-04-02
Tweak relese notes + rebase fixes
Alex Crichton
-2
/
+2
2015-04-01
Remove `Thunk` struct and `Invoke` trait; change `Thunk` to be an alias
Niko Matsakis
-1
/
+2
2015-03-31
rollup merge of #23919: alexcrichton/stabilize-io-error
Alex Crichton
-3
/
+2
2015-03-31
std: Stabilize last bits of io::Error
Alex Crichton
-3
/
+2
2015-03-31
rollup merge of #23766: alexcrichton/stabilize-raw-fd
Alex Crichton
-0
/
+18
2015-03-31
rollup merge of #23549: aturon/stab-num
Alex Crichton
-0
/
+2
2015-03-31
Auto merge of #23549 - aturon:stab-num, r=alexcrichton
bors
-0
/
+2
2015-03-31
Stabilize std::num
Aaron Turon
-0
/
+2
2015-03-30
std: Standardize (input, output) param orderings
Alex Crichton
-1
/
+1
2015-03-27
rollup merge of #23741: alexcrichton/remove-int-uint
Alex Crichton
-98
/
+98
2015-03-27
rollup merge of #23738: alexcrichton/snapshots
Alex Crichton
-79
/
+0
2015-03-26
Add `std::net::lookup_addr` for reverse DNS lookup
Murarth
-1
/
+38
2015-03-26
std: Stabilize parts of std::os::platform::io
Alex Crichton
-0
/
+18
2015-03-26
Mass rename uint/int to usize/isize
Alex Crichton
-98
/
+98
2015-03-26
Register new snapshots
Alex Crichton
-79
/
+0
2015-03-25
std: Add net::IpAddr, destabilize lookup_host
Alex Crichton
-12
/
+12
2015-03-24
rollup merge of #23638: pnkfelix/fsk-reject-specialized-drops
Alex Crichton
-1
/
+1
2015-03-24
rollup merge of #23592: alexcrichton/tweak-at-exit
Alex Crichton
-1
/
+1
2015-03-24
Added `T:Send` bound to `sync::mpsc::Receiver` and `sync::mpsc::Sender`.
Felix S. Klock II
-1
/
+1
2015-03-23
rollup merge of #23601: nikomatsakis/by-value-index
Alex Crichton
-0
/
+79
[next]