| Age | Commit message (Expand) | Author | Lines |
| 2020-04-25 | Rollup merge of #69813 - thomcc:nonzero-bitor, r=Amanieu | Dylan DPC | -0/+35 |
| 2020-04-24 | Rollup merge of #71476 - RalfJung:miri-test-sizes, r=kennytm | Dylan DPC | -30/+16 |
| 2020-04-23 | libcore: more compact way to adjust test sizes for Miri | Ralf Jung | -30/+16 |
| 2020-04-21 | Don't fuse Chain in its second iterator | Josh Stone | -25/+40 |
| 2020-04-06 | Use integer assoc consts in libcore | Linus Färnstrand | -5/+5 |
| 2020-04-06 | Use assoc float consts in libcore | Linus Färnstrand | -26/+18 |
| 2020-04-05 | Stop importing int/float modules in libcore | Linus Färnstrand | -37/+23 |
| 2020-03-21 | Rollup merge of #70038 - DutchGhost:const-forget-tests, r=RalfJung | Mazdak Farrokhzad | -18/+0 |
| 2020-03-18 | Move the const-forget test into ui tests | DutchGhost | -18/+0 |
| 2020-03-18 | Auto merge of #68915 - timvermeulen:non_fused_iter, r=Amanieu | bors | -0/+72 |
| 2020-03-17 | Add tests | Tim Vermeulen | -0/+72 |
| 2020-03-16 | rather than removing const_forget_box, stick an attribute on it and explain i... | DutchGhost | -0/+12 |
| 2020-03-16 | The const_forget_box was unused, and doesns't add anything to test by itself. | DutchGhost | -8/+0 |
| 2020-03-16 | Remove the call that makes miri fail | DutchGhost | -4/+0 |
| 2020-03-11 | Rollup merge of #69645 - DutchGhost:const-forget-tests, r=Dylan-DPC | Mazdak Farrokhzad | -0/+19 |
| 2020-03-07 | Implement BitOr and BitOrAssign for the NonZero integer types | Thom Chiovoloni | -0/+35 |
| 2020-03-07 | Add `Layout::dangling()` to return a well-aligned `NonNull<u8>` | Tim Diekmann | -0/+4 |
| 2020-03-02 | remove unused mut, restructure the test | Dodo | -6/+6 |
| 2020-03-02 | An enter as last character pleases tidy it seems | Dodo | -1/+1 |
| 2020-03-02 | const forget tests | Dodo | -0/+19 |
| 2020-03-01 | Remove assert that had been replaced by assert_ne | Michael Mc Donnell | -1/+0 |
| 2020-02-29 | Rollup merge of #69581 - RalfJung:align_to_mut, r=Centril | Dylan DPC | -0/+12 |
| 2020-02-29 | fix aliasing violation in align_to_mut | Ralf Jung | -0/+12 |
| 2020-02-26 | Use assert_ne in hash tests | Michael Mc Donnell | -17/+20 |
| 2020-02-26 | Rollup merge of #69209 - Mark-Simulacrum:strip-unsafe, r=dtolnay | Dylan DPC | -236/+224 |
| 2020-02-21 | Test `Duration::new` panics on overflow | Michael Mc Donnell | -0/+6 |
| 2020-02-17 | Drop unused argument to float functions | Mark Rousskov | -236/+224 |
| 2020-02-14 | implement LowerExp and UpperExp for integers | Max Blachman | -0/+80 |
| 2020-02-08 | Auto merge of #68358 - matthewjasper:spec-fix, r=nikomatsakis | bors | -0/+16 |
| 2020-02-04 | Auto merge of #68708 - Mark-Simulacrum:stage0-step, r=pietroalbini | bors | -1/+0 |
| 2020-02-04 | Stabilize `core::iter::once_with()` | Yuki Okushi | -1/+0 |
| 2020-02-01 | Remove some unsound specializations | Matthew Jasper | -0/+16 |
| 2020-01-31 | Drop cfg(bootstrap) code | Mark Rousskov | -1/+0 |
| 2020-01-28 | Add `Iterator::map_while` method and corresponding `MapWhile` adapter | Waffle | -0/+3 |
| 2020-01-28 | Auto merge of #68234 - CAD97:slice-from-raw-parts, r=KodrAus | bors | -1/+0 |
| 2020-01-28 | stabilize the debug_map_key_value feature | Ashley Mannix | -1/+0 |
| 2020-01-27 | Auto merge of #68165 - thomcc:lt_ones, r=sfackler | bors | -0/+55 |
| 2020-01-18 | slice_patterns: remove internal uses of gate | Mazdak Farrokhzad | -1/+1 |
| 2020-01-17 | Auto merge of #66716 - derekdreery:debug_non_exhaustive, r=dtolnay | bors | -0/+86 |
| 2020-01-16 | Rust ./x.py fmt | Richard Dodd | -12/+14 |
| 2020-01-15 | Rollup merge of #67784 - Mark-Simulacrum:residual-pad-integral, r=dtolnay | Yuki Okushi | -0/+15 |
| 2020-01-14 | Stabilize ptr::slice_from_raw_parts[_mut] | CAD97 | -1/+0 |
| 2020-01-14 | Implement `finish_non_exhaustive` for `DebugStruct`. | Richard Dodd | -0/+84 |
| 2020-01-12 | Tests for leading_trailing_ones | Thom Chiovoloni | -0/+55 |
| 2020-01-11 | Rollup merge of #68114 - ecstatic-morse:fix-feature-gating, r=Centril | Mazdak Farrokhzad | -1/+0 |
| 2020-01-11 | Update test after renaming Result::as_deref | Lzu Tao | -58/+27 |
| 2020-01-10 | Remove unnecessary `const_fn` feature gates | Dylan MacKenzie | -1/+0 |
| 2020-01-11 | Rollup merge of #66045 - mzabaluev:unwrap-infallible, r=dtolnay | Yuki Okushi | -0/+24 |
| 2020-01-02 | Add Iterator::try_find | MOZGIII | -0/+41 |
| 2020-01-01 | Reset Formatter flags on exit from pad_integral | Mark Rousskov | -0/+15 |