| Age | Commit message (Expand) | Author | Lines |
| 2020-02-16 | Improve documentation on iterators | LeSeulArtichaut | -2/+4 |
| 2020-02-16 | debug_assert a few more raw pointer methods | Ralf Jung | -5/+16 |
| 2020-02-16 | Improve #Safety of core::ptr::drop_in_place | Amos Onn | -1/+4 |
| 2020-02-15 | Formatter::sign is &'static str | Mark Rousskov | -21/+21 |
| 2020-02-15 | Improve #Safety in various methods in core::ptr | Amos Onn | -0/+8 |
| 2020-02-15 | Improve #Safety of core::ptr::replace | Amos Onn | -1/+1 |
| 2020-02-15 | Improve #Safety in various methods in core::ptr | Amos Onn | -2/+2 |
| 2020-02-14 | implement LowerExp and UpperExp for integers | Max Blachman | -0/+243 |
| 2020-02-12 | Add trait `Self` filtering to `rustc_on_unimplemented` | Esteban Küber | -4/+1 |
| 2020-02-12 | Account for `Pin::new(_)` and `Pin::new(Box::new(_))` when `Box::pin(_)` woul... | Esteban Küber | -0/+7 |
| 2020-02-12 | Add usage recommendation to old float constants | Linus Färnstrand | -0/+28 |
| 2020-02-12 | Update float documentation to use associated consts | Linus Färnstrand | -22/+2 |
| 2020-02-12 | Add notice about using new consts in new code on int modules | Linus Färnstrand | -0/+36 |
| 2020-02-12 | Add notice about using new consts in new code on float modules | Linus Färnstrand | -0/+6 |
| 2020-02-12 | Remove uint_macros that was identical to int_macros | Linus Färnstrand | -45/+13 |
| 2020-02-12 | Replace min/max_value() with MIN/MAX in integer docs | Linus Färnstrand | -52/+52 |
| 2020-02-12 | Use new preferred consts in int docs | Linus Färnstrand | -35/+13 |
| 2020-02-12 | Add "soft deprecation" notice to old MIN/MAX docs | Linus Färnstrand | -12/+41 |
| 2020-02-12 | Add "soft deprecation" notice to old min/max_value() docs | Linus Färnstrand | -40/+60 |
| 2020-02-12 | Stabilize assoc_int_consts | Linus Färnstrand | -37/+32 |
| 2020-02-12 | Add tracking number, adjust documentation wording | Andreas Molzer | -4/+5 |
| 2020-02-12 | Rollup merge of #67585 - ranma42:fix/char-is-ascii-codegen, r=Amanieu | Dylan DPC | -10/+40 |
| 2020-02-12 | Rollup merge of #69027 - TimDiekmann:zeroed-alloc, r=Amanieu | Yuki Okushi | -0/+137 |
| 2020-02-12 | Rollup merge of #69026 - TimDiekmann:common-usage, r=Amanieu | Yuki Okushi | -199/+2 |
| 2020-02-11 | Document stabilized versions of atomic singlethreaded fences | LeSeulArtichaut | -0/+24 |
| 2020-02-11 | Remove references to `wrapping` methods | LeSeulArtichaut | -10/+10 |
| 2020-02-11 | Fix mistake in atomic comparaison docs | LeSeulArtichaut | -19/+19 |
| 2020-02-11 | Add newline between summary and stable version documentation | LeSeulArtichaut | -1/+144 |
| 2020-02-11 | Document stable versions of number-related intrinsics | LeSeulArtichaut | -2/+32 |
| 2020-02-11 | Document stable versions of memory-related intrinsics | LeSeulArtichaut | -0/+25 |
| 2020-02-11 | Document stable versions of `type_name` and `type_id` | LeSeulArtichaut | -0/+4 |
| 2020-02-11 | Document stable versions of `f32` and `f64` intrinsics | LeSeulArtichaut | -2/+240 |
| 2020-02-11 | Auto merge of #68491 - pnkfelix:hide-niches-under-unsafe-cell, r=oli | bors | -0/+2 |
| 2020-02-11 | Improve `char::is_ascii_*` code | Andrea Canciani | -10/+40 |
| 2020-02-10 | Auto merge of #69030 - Dylan-DPC:rollup-t9uk7vc, r=Dylan-DPC | bors | -20/+41 |
| 2020-02-10 | Add `repr(no_niche)` to `UnsafeCell`. Fix #68303. | Felix S. Klock II | -0/+2 |
| 2020-02-10 | Add missing `_zeroed` varants to `AllocRef` | Tim Diekmann | -0/+137 |
| 2020-02-10 | Remove common usage pattern from `AllocRef` | Tim Diekmann | -199/+2 |
| 2020-02-10 | Rollup merge of #68986 - ecstatic-morse:const-ascii-ctype, r=Centril | Dylan DPC | -20/+41 |
| 2020-02-10 | Auto merge of #68835 - CAD97:sound-range-inclusive, r=Mark-Simulacrum | bors | -53/+26 |
| 2020-02-10 | Fuse FlattenCompat's inner iterator | Tim Vermeulen | -4/+7 |
| 2020-02-10 | Fix Peekable::next_back | Tim Vermeulen | -1/+5 |
| 2020-02-10 | Rollup merge of #68976 - ecstatic-morse:const-non-zero, r=dtolnay | Dylan DPC | -1/+2 |
| 2020-02-09 | Don't return empty slice on last iteration with matched terminator. Test reve... | Pyry Kontio | -123/+161 |
| 2020-02-09 | Implement split_inclusive for slice and str, an splitting iterator that inclu... | Pyry Kontio | -1/+383 |
| 2020-02-08 | Make `u8::is_ascii` a stable `const fn` | Dylan MacKenzie | -1/+2 |
| 2020-02-08 | Make the ASCII ctype inherent methods const | Dylan MacKenzie | -20/+41 |
| 2020-02-08 | Make integer power methods const | Dylan MacKenzie | -14/+31 |
| 2020-02-08 | Use bespoke macro instead of `?` inside const fns | Dylan MacKenzie | -6/+16 |
| 2020-02-08 | [!] Use `rustc_inherit_overflow_checks` in `next_power_of_two` | Dylan MacKenzie | -3/+2 |