| Age | Commit message (Expand) | Author | Lines |
| 2018-05-27 | lib.rs don't beautiful | uuttff8 | -2/+2 |
| 2018-05-26 | Rollup merge of #51065 - mbrubeck:docs, r=rkruppe | kennytm | -1/+1 |
| 2018-05-26 | Rollup merge of #51048 - GuillaumeGomez:formatter-examples, r=QuietMisdreavus | kennytm | -3/+78 |
| 2018-05-26 | Auto merge of #50364 - LukasKalbertodt:improve-duration-debug-impl, r=KodrAus | bors | -1/+246 |
| 2018-05-25 | Auto merge of #51033 - coryshrmn:master, r=dtolnay | bors | -85/+53 |
| 2018-05-25 | Update nomicon link in transmute docs | Matt Brubeck | -1/+1 |
| 2018-05-24 | Auto merge of #50984 - cramertj:unpin-changes, r=aturon | bors | -2/+31 |
| 2018-05-24 | Add more missing examples for Formatter | Guillaume Gomez | -3/+78 |
| 2018-05-24 | stabilize RangeBounds collections_range #30877 | Cory Sherman | -85/+53 |
| 2018-05-24 | Rollup merge of #50995 - fbstj:patch-1, r=cramertj | kennytm | -6/+4 |
| 2018-05-23 | Auto merge of #50933 - SimonSapin:anchorage, r=alexcrichton | bors | -411/+204 |
| 2018-05-23 | move type def out of unsafe block | Joe ST | -6/+4 |
| 2018-05-22 | Add Option::as_pin_mut | Taylor Cramer | -0/+11 |
| 2018-05-22 | Add PinMut::set | Taylor Cramer | -0/+8 |
| 2018-05-22 | Add Pinned type for opting out of Unpin on stable | Taylor Cramer | -0/+10 |
| 2018-05-22 | Make `Unpin` safe to implement | Taylor Cramer | -2/+2 |
| 2018-05-22 | Remove the unstable Float trait | Simon Sapin | -411/+204 |
| 2018-05-23 | Rollup merge of #50945 - stjepang:stabilize-from-ref, r=SimonSapin | kennytm | -3/+3 |
| 2018-05-23 | Rollup merge of #50913 - d-e-s-o:fix-typo, r=joshtriplett | kennytm | -1/+1 |
| 2018-05-23 | Rollup merge of #50863 - oli-obk:const_len, r=SimonSapin,Gankro | kennytm | -16/+39 |
| 2018-05-21 | Auto merge of #49283 - varkor:combining-chars-escape_debug, r=SimonSapin | bors | -25/+173 |
| 2018-05-21 | Fix tables.rs | varkor | -6/+45 |
| 2018-05-21 | Avoid counting characters and add explanatory comment to test | varkor | -1/+1 |
| 2018-05-21 | Only escape extended grapheme characters in the first position | varkor | -13/+23 |
| 2018-05-21 | Make {char, str}::escape_debug and impl Debug for {char, str} consistent | varkor | -16/+3 |
| 2018-05-21 | Use Grapheme_Extend instead of Mn | varkor | -174/+137 |
| 2018-05-21 | Use the correct output directory for downloading Unicode files | varkor | -2/+1 |
| 2018-05-21 | Remove example in test for is_nonspacing_mark because it's currently private | varkor | -10/+0 |
| 2018-05-21 | Add test for Debug formatting of char | varkor | -0/+8 |
| 2018-05-21 | Escape combining characters in escape_debug | varkor | -5/+33 |
| 2018-05-21 | Keep tables.rs copyright notice up to date | varkor | -5/+5 |
| 2018-05-21 | Download unicode data files in directory of unicode.py | varkor | -7/+11 |
| 2018-05-21 | Update unicode/tables.rs with Mn | varkor | -1/+121 |
| 2018-05-21 | Make `[T]::len` and `str::len` const fn | Oliver Schneider | -16/+39 |
| 2018-05-21 | Stabilize feature from_ref | Stjepan Glavina | -3/+3 |
| 2018-05-21 | Auto merge of #50898 - shepmaster:typo, r=QuietMisdreavus | bors | -13/+14 |
| 2018-05-20 | Auto merge of #50234 - cramertj:extend, r=alexcrichton | bors | -0/+7 |
| 2018-05-20 | Auto merge of #50719 - frewsxcv:frewsxcv-iterator-zip, r=alexcrichton | bors | -2/+1 |
| 2018-05-19 | Fix typo in cell.rs | Daniel Mueller | -1/+1 |
| 2018-05-19 | UnsafeCell doc typos and minor flow improvements | Jake Goulding | -13/+14 |
| 2018-05-19 | Add as_micros and as_millis methods | Jonathan Behrens | -2/+36 |
| 2018-05-19 | Fix warning when building stage0 libcore | Dan Robertson | -0/+1 |
| 2018-05-18 | Auto merge of #50319 - nagisa:align_to, r=alexcrichton | bors | -78/+518 |
| 2018-05-18 | Auto merge of #50758 - varkor:stabilise-inclusive_range_methods, r=SimonSapin | bors | -15/+14 |
| 2018-05-17 | Fix align_offset_stride1 & align_to_simple tests | Simonas Kazlauskas | -2/+2 |
| 2018-05-17 | Remove the intrinsic for align_offset | Simonas Kazlauskas | -54/+26 |
| 2018-05-17 | Implement [T]::align_to | Simonas Kazlauskas | -20/+287 |
| 2018-05-17 | Add doc comments mentioning unspecified behaviour upon exhaustion | varkor | -1/+10 |
| 2018-05-17 | Stabilise into_inner | varkor | -3/+1 |
| 2018-05-17 | Stabilise inclusive_range_methods | varkor | -11/+3 |