| Age | Commit message (Expand) | Author | Lines |
| 2015-11-09 | std: Migrate to the new libc | Alex Crichton | -229/+103 |
| 2015-11-01 | Auto merge of #29177 - vadimcn:rtstuff, r=alexcrichton | bors | -55/+81 |
| 2015-10-31 | Fix stage0 ICE caused by the old _Unwind_Resume override trickery. | Vadim Chugunov | -0/+2 |
| 2015-10-29 | Auto merge of #29289 - DiamondLovesYou:pnacl-std-crates, r=alexcrichton | bors | -0/+2 |
| 2015-10-28 | Port the standard crates to PNaCl/NaCl. | Richard Diamond | -0/+2 |
| 2015-10-25 | Auto merge of #29254 - alexcrichton:stabilize-1.5, r=brson | bors | -2/+2 |
| 2015-10-25 | std: Stabilize library APIs for 1.5 | Alex Crichton | -2/+2 |
| 2015-10-24 | Remove bare semicolons | Florian Hahn | -2/+2 |
| 2015-10-21 | Moar comments. | Vadim Chugunov | -17/+29 |
| 2015-10-19 | Use `cfg_attr` for switching `link` attrs in libunwind. | Vadim Chugunov | -33/+17 |
| 2015-10-18 | Create entry points for unwind frame registry in libstd. | Vadim Chugunov | -0/+25 |
| 2015-10-18 | Implement `eh_unwind_resume` in libstd. | Vadim Chugunov | -9/+12 |
| 2015-10-08 | typos: fix a grabbag of typos all over the place | Cristi Cobzarenco | -2/+2 |
| 2015-10-05 | Fix MSVC stage0 with landing pads enabled | Simonas Kazlauskas | -1/+11 |
| 2015-09-26 | Add support for the rumprun unikernel | Sebastian Wicki | -1/+9 |
| 2015-09-24 | Explicitly count the number of panics | Andrea Canciani | -18/+4 |
| 2015-09-23 | Auto merge of #28585 - ranma42:simpler-panic, r=alexcrichton | bors | -83/+5 |
| 2015-09-22 | Remove unwind::register | Andrea Canciani | -69/+2 |
| 2015-09-22 | Simplify inner_try in std::rt::unwind::try | Andrea Canciani | -9/+11 |
| 2015-09-22 | Simplify on_panic callback handling | Andrea Canciani | -16/+5 |
| 2015-09-20 | Miscellaneous cleanup for old issues. | Lee Jeffery | -31/+1 |
| 2015-09-14 | Mark all extern functions as nounwind | Björn Steinbrink | -0/+6 |
| 2015-09-11 | std: Internalize almost all of `std::rt` | Alex Crichton | -3/+1670 |
| 2015-09-08 | some more clippy-based improvements | Andre Bogus | -16/+10 |
| 2015-09-04 | Add line numbers to windows-gnu backtraces | Diggory Blake | -2/+253 |
| 2015-09-03 | Use `null()`/`null_mut()` instead of `0 as *const T`/`0 as *mut T` | Vadim Petrochenkov | -3/+4 |
| 2015-08-27 | Auto merge of #27808 - SimonSapin:utf16decoder, r=alexcrichton | bors | -6/+5 |
| 2015-08-23 | Add Send/Sync traits on LookupHost struct | Guillaume Gomez | -0/+3 |
| 2015-08-23 | Refactor low-level UTF-16 decoding. | Simon Sapin | -6/+5 |
| 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 |