| Age | Commit message (Expand) | Author | Lines |
| 2016-07-19 | Auto merge of #33974 - habnabit:eintr-retry-for-read-iterators, r=alexcrichton | bors | -11/+18 |
| 2016-07-16 | Revert "Refactored code to access TLS only in case of panic" | Tim Neumann | -11/+9 |
| 2016-07-16 | Merge pull request #34836 from cynicaldevil/panic-counter | Alex Crichton | -9/+11 |
| 2016-07-16 | Refactored code to access TLS only in case of panic | Nikhil Shagrithaya | -9/+11 |
| 2016-07-15 | Rollup merge of #34794 - frewsxcv:exitstatus-success, r=GuillaumeGomez | Guillaume Gomez | -0/+17 |
| 2016-07-15 | Rollup merge of #34777 - glandium:issue34697, r=GuillaumeGomez | Guillaume Gomez | -1/+3 |
| 2016-07-15 | Rollup merge of #34456 - tbu-:pr_ptr_null, r=aturon | Guillaume Gomez | -17/+22 |
| 2016-07-13 | Auto merge of #34776 - cuviper:solaris-readdir, r=alexcrichton | bors | -22/+40 |
| 2016-07-12 | Auto merge of #34756 - habnabit:mutex-refunwindsafe, r=alexcrichton | bors | -0/+5 |
| 2016-07-12 | Auto merge of #34739 - therealbstern:ipv4unspec, r=alexcrichton | bors | -0/+4 |
| 2016-07-12 | Add doc example for `std::process::ExitStatus::success`. | Corey Farwell | -0/+17 |
| 2016-07-12 | Auto merge of #34705 - alexcrichton:clean-deprecated, r=brson | bors | -732/+234 |
| 2016-07-12 | std: Clean out deprecated APIs | Alex Crichton | -732/+234 |
| 2016-07-12 | Auto merge of #34757 - sourcefrog:debug-filetype, r=alexcrichton | bors | -3/+3 |
| 2016-07-12 | Rollup merge of #34750 - GuillaumeGomez:error_doc, r=steveklabnik | Guillaume Gomez | -0/+70 |
| 2016-07-12 | Rollup merge of #34737 - frewsxcv:libstd-process-child, r=GuillaumeGomez | Guillaume Gomez | -11/+29 |
| 2016-07-12 | Use `ptr::{null, null_mut}` instead of `0 as *{const, mut}` | Tobias Bucher | -17/+22 |
| 2016-07-12 | doc: Mention that writeln! and println! always use LF | Mike Hommey | -1/+3 |
| 2016-07-11 | std: clear errno before readdir, then check it (solaris) | Josh Stone | -17/+32 |
| 2016-07-11 | std: Fix IPV6 imports for solaris | Josh Stone | -4/+8 |
| 2016-07-11 | std: Fix `Thread::set_name()` for newlib and solaris | Josh Stone | -1/+0 |
| 2016-07-11 | Mark Ipv4Addr is_unspecified as stable and provide reference. | Ben Stern | -0/+4 |
| 2016-07-11 | Auto merge of #34686 - alexcrichton:new-stage, r=luqmana | bors | -15/+3 |
| 2016-07-11 | `std::process` doc improvements. | Corey Farwell | -11/+29 |
| 2016-07-11 | Set unwind_safe_lock_refs stability to 1.12.0. | Aaron Gallagher | -3/+2 |
| 2016-07-10 | Derive Debug on FileType. | Martin Pool | -3/+3 |
| 2016-07-10 | Mutex and RwLock need RefUnwindSafe too. | Aaron Gallagher | -0/+6 |
| 2016-07-10 | Add examples for std::Error module | Guillaume Gomez | -0/+70 |
| 2016-07-10 | Demangle curly braces | Steven Fackler | -1/+3 |
| 2016-07-10 | Auto merge of #34731 - GGist:fix_sync_try_recv, r=alexcrichton | bors | -1/+10 |
| 2016-07-09 | Auto merge of #34717 - frewsxcv:sink, r=apasel422 | bors | -2/+2 |
| 2016-07-09 | Auto merge of #34709 - GuillaumeGomez:primitives, r=steveklabnik | bors | -0/+30 |
| 2016-07-08 | Check for data in Receiver::try_recv before reporting disconnect | Andrew | -1/+10 |
| 2016-07-08 | Auto merge of #34700 - inejge:ai-hints, r=alexcrichton | bors | -0/+19 |
| 2016-07-08 | Improve primitive integers documentation | Guillaume Gomez | -0/+30 |
| 2016-07-08 | Add test for std::net::lookup_host() duplicates | Ivan Nejgebauer | -0/+19 |
| 2016-07-08 | Rollup merge of #34700 - inejge:ai-hints, r=alexcrichton | Manish Goregaokar | -1/+11 |
| 2016-07-08 | Rollup merge of #34659 - GuillaumeGomez:path_file_name, r=steveklabnik | Manish Goregaokar | -2/+12 |
| 2016-07-08 | Rollup merge of #34612 - frewsxcv:io-error-from_raw_os_error, r=steveklabnik | Manish Goregaokar | -0/+24 |
| 2016-07-07 | Remove unnecessarily mutable reference in doc example. | Corey Farwell | -2/+2 |
| 2016-07-07 | Use hints with getaddrinfo() in std::net::lokup_host() | Ivan Nejgebauer | -1/+11 |
| 2016-07-06 | Add doc examples for `io::Error::from_raw_os_error`. | Corey Farwell | -0/+24 |
| 2016-07-06 | Rollup merge of #34626 - sylvestre:master, r=Manishearth | Steve Klabnik | -1/+1 |
| 2016-07-06 | rustc: Update stage0 to beta-2016-07-06 | Alex Crichton | -15/+3 |
| 2016-07-06 | Fix `std::path::Path::file_name()` doc | ggomez | -2/+12 |
| 2016-07-04 | Auto merge of #34590 - pwlandoll:master, r=apasel422 | bors | -2/+1 |
| 2016-07-03 | Auto merge of #34530 - alexcrichton:stabilize-1.11, r=aturon | bors | -18/+93 |
| 2016-07-03 | std: Stabilize APIs for the 1.11.0 release | Alex Crichton | -18/+93 |
| 2016-07-03 | Fix a few typos in the code | Sylvestre Ledru | -1/+1 |
| 2016-07-02 | Rollup merge of #34583 - steveklabnik:remove-unneeded-deprecated, r=alexcrichton | Manish Goregaokar | -1/+0 |