| Age | Commit message (Expand) | Author | Lines |
| 2015-08-27 | fix some more unstable issue annotations | Alex Burka | -1/+1 |
| 2015-08-27 | Auto merge of #27975 - sfackler:iter-order-methods, r=aturon | bors | -8/+8 |
| 2015-08-26 | Make iter::order functions into methods on Iterator | Steven Fackler | -8/+8 |
| 2015-08-27 | Auto merge of #27808 - SimonSapin:utf16decoder, r=alexcrichton | bors | -6/+6 |
| 2015-08-26 | doc: improve as_path example | Tshepang Lekhonkhobe | -2/+4 |
| 2015-08-26 | path: the if-else block looked unusual | Tshepang Lekhonkhobe | -2/+5 |
| 2015-08-26 | Auto merge of #27998 - birkenfeld:patch-1, r=alexcrichton | bors | -28/+6 |
| 2015-08-25 | Auto merge of #27995 - nagisa:windows-error-message, r=alexcrichton | bors | -3/+2 |
| 2015-08-25 | collections doc: remove mention of BitVec, BitSet, VecMap | Georg Brandl | -28/+6 |
| 2015-08-25 | Do not recalculate string length in error_string | Simonas Kazlauskas | -3/+2 |
| 2015-08-25 | Auto merge of #27971 - tbu-:pr_cloexec, r=alexcrichton | bors | -1/+4 |
| 2015-08-25 | Auto merge of #27966 - GuillaumeGomez:iterator, r=alexcrichton | bors | -0/+3 |
| 2015-08-25 | Auto merge of #27957 - overminder:aug23-i686-android, r=alexcrichton | bors | -1/+2 |
| 2015-08-24 | Implement read_exact for the Read trait | Cesar Eduardo Barros | -0/+140 |
| 2015-08-24 | Atomically open files with O_CLOEXEC where possible | Tobias Bucher | -1/+4 |
| 2015-08-24 | Add stability markers for new impls | Steven Fackler | -0/+2 |
| 2015-08-23 | Implement Error for AddrParseError | Steven Fackler | -1/+15 |
| 2015-08-23 | Add Send/Sync traits on LookupHost struct | Guillaume Gomez | -0/+3 |
| 2015-08-23 | Auto merge of #27948 - wthrowe:f64-sqrt, r=alexcrichton | bors | -1/+5 |
| 2015-08-23 | New cross target: i686-linux-android | Tim JIANG | -1/+2 |
| 2015-08-23 | Auto merge of #27912 - DiamondLovesYou:backtrace-refactor, r=alexcrichton | bors | -586/+688 |
| 2015-08-22 | Fix undefined behavior in f64::sqrt | William Throwe | -1/+5 |
| 2015-08-23 | Refactor low-level UTF-16 decoding. | Simon Sapin | -6/+6 |
| 2015-08-22 | Fix the Mac build, again. | Richard Diamond | -0/+1 |
| 2015-08-22 | Auto merge of #27896 - alexcrichton:into-raw-os-prelude, r=brson | bors | -2/+2 |
| 2015-08-22 | Add missing imports to `dladdr.rs` for Mac. | Richard Diamond | -0/+6 |
| 2015-08-22 | Auto merge of #27871 - alexcrichton:stabilize-libcore, r=aturon | bors | -304/+26 |
| 2015-08-22 | Auto merge of #27860 - m4rw3r:rustdoc_unstable_feature_issue, r=alexcrichton | bors | -0/+1 |
| 2015-08-22 | Auto merge of #27826 - sfackler:wait-timeout-enum, r=alexcrichton | bors | -21/+42 |
| 2015-08-20 | Refactor unix backtracing. NFC. | Richard Diamond | -586/+681 |
| 2015-08-19 | Add issue numbers | Steven Fackler | -1/+2 |
| 2015-08-19 | Turn TimedOut into a BarrierWaitResult style opaque type | Steven Fackler | -38/+25 |
| 2015-08-19 | Add `TimedOut::timed_out` | Steven Fackler | -1/+8 |
| 2015-08-19 | Make Condvar::wait_timeout return an enum instead of a bool | Steven Fackler | -19/+45 |
| 2015-08-19 | Auto merge of #27885 - steveklabnik:gh27637, r=alexcrichton | bors | -0/+3 |
| 2015-08-19 | Improve std::io::ErrorKind | Steve Klabnik | -0/+3 |
| 2015-08-18 | std: Add into_raw_os traits to the OS preludes | Alex Crichton | -2/+2 |
| 2015-08-18 | Auto merge of #27836 - alexcrichton:rename-cstring-raw, r=bluss | bors | -5/+28 |
| 2015-08-18 | std: Rename `cstr_memory` feature to use "raw" | Alex Crichton | -5/+28 |
| 2015-08-18 | Remove repetition in Seek::seek() doc | Remi Rampin | -3/+0 |
| 2015-08-18 | Auto merge of #27823 - eefriedman:float-dep-core, r=alexcrichton | bors | -33/+132 |
| 2015-08-17 | switch core::simd to repr(simd) and deprecate it. | Huon Wilson | -1/+3 |
| 2015-08-17 | core: Move `atomic` into a new `sync` module | Alex Crichton | -1/+1 |
| 2015-08-17 | std: Clean up primitive integer modules | Alex Crichton | -303/+25 |
| 2015-08-17 | Remove dependencies on libm functions from libcore. | Eli Friedman | -33/+132 |
| 2015-08-16 | rustdoc: Added issue_tracker_base_url annotations to crates | Martin Wernstål | -0/+1 |
| 2015-08-15 | test: Fix tests for requiring issues | Alex Crichton | -1/+2 |
| 2015-08-15 | std: Add issues to all unstable features | Alex Crichton | -222/+270 |
| 2015-08-14 | rustc: Allow changing the default allocator | Alex Crichton | -2/+0 |
| 2015-08-14 | Auto merge of #27641 - nikomatsakis:soundness-rfc-1214, r=nrc | bors | -3/+3 |