| Age | Commit message (Expand) | Author | Lines |
| 2015-08-15 | std: Add issues to all unstable features | Alex Crichton | -2/+4 |
| 2015-08-13 | Auto merge of #27684 - alexcrichton:remove-deprecated, r=aturon | bors | -106/+11 |
| 2015-08-13 | Auto merge of #27693 - nagisa:remutex-docs, r=alexcrichton | bors | -3/+10 |
| 2015-08-12 | Remove all unstable deprecated functionality | Alex Crichton | -106/+11 |
| 2015-08-12 | Fix ReentrantMutex documentation wrt DerefMut | Simonas Kazlauskas | -3/+10 |
| 2015-08-11 | Register new snapshots | Alex Crichton | -21/+0 |
| 2015-08-10 | Remove morestack support | Alex Crichton | -319/+4 |
| 2015-08-03 | syntax: Implement #![no_core] | Alex Crichton | -2/+8 |
| 2015-07-27 | Fix escaping of characters in Debug for OsStr | diaphore | -15/+25 |
| 2015-07-23 | wtf8, char: Replace uses of `mem::transmute` with more specific functions | Tobias Bucher | -12/+19 |
| 2015-07-21 | Auto merge of #27073 - alexcrichton:less-proc-fs, r=brson | bors | -4/+4 |
| 2015-07-21 | std: Be resilient to failure in pthread_getattr_np | Alex Crichton | -4/+4 |
| 2015-07-20 | std: Add IntoRaw{Fd,Handle,Socket} traits | Alex Crichton | -0/+6 |
| 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 |