| Age | Commit message (Expand) | Author | Lines |
| 2015-09-01 | std: Run TLS destructors in a statically linked binary | Alex Crichton | -9/+29 |
| 2015-08-30 | Atomically set CLOEXEC on duplicated sockets | Tobias Bucher | -5/+25 |
| 2015-08-27 | std: Fix backtrace imports for ios targets | Michael Macias | -4/+1 |
| 2015-08-28 | Use a different buffer doubling logic for `std::sys::os::getcwd` | Barosl Lee | -5/+7 |
| 2015-08-28 | Reduce the reliance on `PATH_MAX` | Barosl Lee | -15/+30 |
| 2015-08-27 | Auto merge of #27808 - SimonSapin:utf16decoder, r=alexcrichton | bors | -6/+5 |
| 2015-08-25 | Auto merge of #27995 - nagisa:windows-error-message, r=alexcrichton | bors | -3/+2 |
| 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-24 | Atomically open files with O_CLOEXEC where possible | Tobias Bucher | -1/+4 |
| 2015-08-23 | Add Send/Sync traits on LookupHost struct | Guillaume Gomez | -0/+3 |
| 2015-08-23 | Auto merge of #27912 - DiamondLovesYou:backtrace-refactor, r=alexcrichton | bors | -586/+688 |
| 2015-08-23 | Refactor low-level UTF-16 decoding. | Simon Sapin | -6/+5 |
| 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-20 | Refactor unix backtracing. NFC. | Richard Diamond | -586/+681 |
| 2015-08-18 | std: Add into_raw_os traits to the OS preludes | Alex Crichton | -2/+2 |
| 2015-08-17 | switch core::simd to repr(simd) and deprecate it. | Huon Wilson | -0/+2 |
| 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 | -35/+45 |
| 2015-08-13 | Auto merge of #27684 - alexcrichton:remove-deprecated, r=aturon | bors | -154/+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 | -154/+11 |
| 2015-08-12 | Fix ReentrantMutex documentation wrt DerefMut | Simonas Kazlauskas | -3/+10 |
| 2015-08-11 | rollup merge of #27678: alexcrichton/snapshots | Alex Crichton | -87/+0 |
| 2015-08-11 | Register new snapshots | Alex Crichton | -87/+0 |
| 2015-08-11 | std: Fix imports for ios target | Michael Macias | -1/+3 |
| 2015-08-11 | Rollup merge of #27577 - diaphore:trailing-newline-formatmessagew, r=alexcric... | Manish Goregaokar | -3/+7 |
| 2015-08-11 | Auto merge of #27549 - tshepang:clarity, r=alexcrichton | bors | -1/+1 |
| 2015-08-11 | Auto merge of #26818 - sfackler:duration-stabilization, r=aturon | bors | -11/+11 |
| 2015-08-10 | Stabilize the Duration API | Steven Fackler | -11/+11 |
| 2015-08-10 | Auto merge of #27338 - alexcrichton:remove-morestack, r=brson | bors | -453/+85 |
| 2015-08-10 | Remove morestack support | Alex Crichton | -453/+85 |
| 2015-08-10 | Auto merge of #27252 - tbu-:pr_less_transmutes, r=alexcrichton | bors | -2/+1 |
| 2015-08-10 | Auto merge of #27516 - alexcrichton:osx-flaky-zomg, r=brson | bors | -0/+4 |
| 2015-08-09 | Replace many uses of `mem::transmute` with more specific functions | Tobias Bucher | -2/+1 |
| 2015-08-07 | Trim trailing newline from FormatMessageW | diaphore | -3/+7 |
| 2015-08-06 | fs: indicate that we only copy regular files | Tshepang Lekhonkhobe | -1/+1 |
| 2015-08-05 | Auto merge of #27393 - alexcrichton:no-std-changes, r=brson | bors | -8/+40 |
| 2015-08-04 | syntax: Don't assume `std` exists for tests | Alex Crichton | -1/+2 |
| 2015-08-04 | std: Ignore test_process_mask on OSX | Alex Crichton | -0/+4 |
| 2015-08-03 | syntax: Implement #![no_core] | Alex Crichton | -8/+39 |
| 2015-08-01 | std: Allow to spawn a process as a session leader on UNIX | Mickaël Salaün | -3/+19 |
| 2015-07-29 | std: Fix sub-second Condvar::wait_timeout_ms | Alex Crichton | -13/+14 |
| 2015-07-27 | Fix escaping of characters in Debug for OsStr | diaphore | -15/+25 |
| 2015-07-25 | Auto merge of #27233 - tbu-:pr_wtf8, r=alexcrichton | bors | -12/+19 |
| 2015-07-23 | Rewrite the improper_ctypes lint. | Eli Friedman | -0/+2 |
| 2015-07-23 | wtf8, char: Replace uses of `mem::transmute` with more specific functions | Tobias Bucher | -12/+19 |
| 2015-07-22 | Auto merge of #27172 - alexcrichton:snapshots, r=brson | bors | -1/+4 |