| Age | Commit message (Expand) | Author | Lines |
| 2015-07-15 | Add specializations of read_to_end for Stdin, TcpStream and File, | Alisdair Owens | -0/+140 |
| 2015-07-11 | fixing trailing whitespace | Dave Huseby | -1/+1 |
| 2015-07-11 | adding support for i686-unknown-freebsd target | Dave Huseby | -7/+9 |
| 2015-07-01 | Add netbsd amd64 support | Alex Newman | -0/+2 |
| 2015-06-17 | More test fixes and fallout of stability changes | Alex Crichton | -25/+1 |
| 2015-06-17 | std: Stabilize the sync_poison feature | Alex Crichton | -4/+4 |
| 2015-06-17 | std: Remove two internal `str_internals` functions | Alex Crichton | -25/+0 |
| 2015-06-17 | std: Split the `std_misc` feature | Alex Crichton | -4/+4 |
| 2015-06-10 | Rollup merge of #26146 - steveklabnik:remove_unsafe_pointer, r=Gankro | Manish Goregaokar | -1/+1 |
| 2015-06-09 | Exise 'unsafe pointer' in favor of 'raw pointer' | Steve Klabnik | -1/+1 |
| 2015-06-09 | fix example in comments about demangling | Andrew Straw | -1/+1 |
| 2015-06-08 | Auto merge of #26077 - SimonSapin:patch-6, r=alexcrichton | bors | -6/+6 |
| 2015-06-08 | Replace usage of String::from_str with String:from | Simon Sapin | -6/+6 |
| 2015-06-08 | Auto merge of #25823 - oli-obk:static_to_const_lint, r=alexcrichton | bors | -1/+1 |
| 2015-06-07 | change some statics to constants | Oliver 'ker' Schneider | -1/+1 |
| 2015-06-03 | Rollup merge of #25974 - richo:stack-msg, r=alexcrichton | Manish Goregaokar | -8/+4 |
| 2015-06-02 | std: clarify comments about sp* implementations | Richo Healey | -8/+4 |
| 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 |