| Age | Commit message (Expand) | Author | Lines |
| 2018-05-17 | Rollup merge of #50837 - steveklabnik:revert-49767, r=QuietMisdreavus | Mark Simulacrum | -430/+101 |
| 2018-05-17 | Rollup merge of #50553 - clarcharr:option_xor, r=sfackler | Mark Simulacrum | -0/+36 |
| 2018-05-17 | Change align_offset to support different strides | Simonas Kazlauskas | -55/+256 |
| 2018-05-17 | Revert #49767 | steveklabnik | -430/+101 |
| 2018-05-17 | Auto merge of #50629 - Mark-Simulacrum:stage-step, r=alexcrichton | bors | -1261/+385 |
| 2018-05-17 | Switch to 1.26 bootstrap compiler | Mark Simulacrum | -1261/+385 |
| 2018-05-17 | Rename trans to codegen everywhere. | Irina Popa | -1/+1 |
| 2018-05-17 | Rollup merge of #50808 - SimonSapin:nonzero, r=alexcrichton | kennytm | -132/+14 |
| 2018-05-16 | Stabilize num::NonZeroU* | Simon Sapin | -10/+7 |
| 2018-05-16 | Remove unstable deprecated num::NonZeroI* types | Simon Sapin | -17/+1 |
| 2018-05-16 | Make core::nonzero private | Simon Sapin | -106/+7 |
| 2018-05-16 | Fix `Debug` impl of `Duration` for precisions > 9 | Lukas Kalbertodt | -11/+24 |
| 2018-05-16 | Implement rounding for `Duration`s Debug output | Lukas Kalbertodt | -7/+51 |
| 2018-05-16 | fix a typo in signed-integer::from_str_radix() | SHA Miao | -1/+1 |
| 2018-05-15 | Separate feature gate for wrapping_next_power_of_two | Clar Charr | -4/+6 |
| 2018-05-15 | Add Option::xor method | Clar Charr | -0/+36 |
| 2018-05-15 | Rollup merge of #50745 - kraai:patch-1, r=kennytm | Guillaume Gomez | -1/+1 |
| 2018-05-15 | Rollup merge of #49767 - ecstatic-morse:ptr-docs, r=steveklabnik | Guillaume Gomez | -101/+430 |
| 2018-05-14 | Add implementation of Extend for () | Taylor Cramer | -0/+7 |
| 2018-05-14 | Uncapitalize "You" | Matt Kraai | -1/+1 |
| 2018-05-13 | Fix incorrect statement about return value for Iterator::zip. | Corey Farwell | -2/+1 |
| 2018-05-12 | Rollup merge of #50545 - rizakrko:const_time, r=oli-obk | Mark Simulacrum | -6/+48 |
| 2018-05-10 | const time | Roman Stoliar | -6/+48 |
| 2018-05-10 | Rollup merge of #50588 - ExpHP:i-can-see-my-house-from-here, r=frewsxcv | Alex Crichton | -4/+4 |
| 2018-05-10 | Rollup merge of #50574 - s3bk:range_inclusive_into_inner, r=SimonSapin | Alex Crichton | -0/+15 |
| 2018-05-10 | Rollup merge of #50010 - ExpHP:slice-bounds, r=alexcrichton | Alex Crichton | -74/+242 |
| 2018-05-09 | Shorten ownership safety discussion in `read_volatile` | Dylan MacKenzie | -8/+15 |
| 2018-05-09 | move See also links to top | Michael Lamparski | -4/+4 |
| 2018-05-09 | Use the "Safety" heading instead of "Undefined Behavior" | Dylan MacKenzie | -65/+9 |
| 2018-05-09 | add fn `into_inner(self) -> (Idx, Idx)` to RangeInclusive (#49022) | Sebastian Köln | -0/+15 |
| 2018-05-09 | Rollup merge of #50511 - Manishearth:must-use, r=QuietMisdreavus | kennytm | -6/+6 |
| 2018-05-09 | Rollup merge of #50464 - est31:master, r=rkruppe | kennytm | -6/+4 |
| 2018-05-09 | Rollup merge of #50148 - japaric:const-manuallydrop, r=oli-obk | kennytm | -1/+2 |
| 2018-05-09 | Rollup merge of #50539 - clarcharr:log_const, r=dtolnay | kennytm | -0/+16 |
| 2018-05-08 | Add missing Wrapping methods, use doc_comment! | Clar Charr | -199/+486 |
| 2018-05-08 | Add more logarithm constants | Clar Charr | -0/+16 |
| 2018-05-07 | Add explanation for #[must_use] on Debug builders | Manish Goregaokar | -5/+5 |
| 2018-05-07 | Add explanation for #[must_use] on Result | Manish Goregaokar | -1/+1 |
| 2018-05-07 | Unpin: Fix references to Pin type | Ralf Jung | -4/+4 |
| 2018-05-07 | Rename PinMut::borrow to PinMut::reborrow and make it a method | Ralf Jung | -3/+6 |
| 2018-05-07 | PinMut::get_mut can also preserve the lifetime | Ralf Jung | -1/+1 |
| 2018-05-07 | Change PinMut::map to be able to preserve the original reference's lifetime | Ralf Jung | -1/+1 |
| 2018-05-07 | Rename Pin to PinMut | Ralf Jung | -24/+24 |
| 2018-05-07 | make the const constructor unstable | Jorge Aparicio | -0/+1 |
| 2018-05-06 | Improve `Debug` impl of `core::time::Duration` | Lukas Kalbertodt | -1/+189 |
| 2018-05-06 | Added some simple documentation. | kennytm | -0/+8 |
| 2018-05-06 | Some final touches to ensure `./x.py test --stage 0 src/lib*` works | kennytm | -0/+3 |
| 2018-05-06 | Move the tests in src/libcore/slice/memchr.rs as well. | kennytm | -82/+86 |
| 2018-05-06 | Fix warning in `core::time` tests | Lukas Kalbertodt | -4/+6 |
| 2018-05-06 | Move libcore/time tests from `time.rs` to `tests/time.rs` | Lukas Kalbertodt | -116/+123 |