| Age | Commit message (Expand) | Author | Lines |
| 2020-09-28 | Rename Iterator::get_unchecked -> Iterator::__iterator_get_unchecked | Mark Rousskov | -28/+32 |
| 2020-09-28 | update tracking issue for const_type_id | Ashley Mannix | -2/+2 |
| 2020-09-28 | revert const_type_id stabilization | Ashley Mannix | -2/+3 |
| 2020-08-25 | Auto merge of #75838 - mati865:profiler-atomics, r=Amanieu | bors | -1/+1 |
| 2020-08-25 | Auto merge of #75364 - rylev:libpanic-abort-failfast, r=alexcrichton | bors | -18/+21 |
| 2020-08-25 | Auto merge of #75132 - scottmcm:stabilize-range-is-empty, r=dtolnay | bors | -13/+2 |
| 2020-08-24 | Stabilize Range[Inclusive]::is_empty | Scott McMurray | -13/+2 |
| 2020-08-24 | Auto merge of #75110 - lzutao:ip-endianness, r=Mark-Simulacrum | bors | -11/+18 |
| 2020-08-24 | Auto merge of #75815 - jyn514:ambiguous-primitives, r=guillaumegomez | bors | -11/+50 |
| 2020-08-24 | Auto merge of #75505 - Dylan-DPC:feature/arc_new, r=KodrAus | bors | -4/+147 |
| 2020-08-24 | Auto merge of #75855 - jyn514:no-cfg-doc, r=ollie27 | bors | -1/+2 |
| 2020-08-24 | Auto merge of #75865 - JohnTitor:rollup-yxia6d2, r=JohnTitor | bors | -152/+56 |
| 2020-08-23 | Don't import atomics unless supported by the platform | Joshua Nelson | -0/+1 |
| 2020-08-24 | Rollup merge of #75859 - jrheard:patch-2, r=jonas-schievink | Yuki Okushi | -1/+1 |
| 2020-08-24 | Rollup merge of #75851 - camelid:patch-2, r=jyn514 | Yuki Okushi | -3/+0 |
| 2020-08-24 | Rollup merge of #75847 - camelid:patch-1, r=dtolnay | Yuki Okushi | -9/+1 |
| 2020-08-24 | Rollup merge of #75831 - lzutao:https, r=Dylan-DPC | Yuki Okushi | -8/+8 |
| 2020-08-24 | Rollup merge of #75826 - ayushmishra2005:misleading_documentation_for_derived... | Yuki Okushi | -2/+2 |
| 2020-08-24 | Rollup merge of #75825 - jrheard:patch-1, r=steveklabnik | Yuki Okushi | -1/+1 |
| 2020-08-24 | Rollup merge of #75821 - camelid:intra-doc-links-for-std-macros, r=jyn514 | Yuki Okushi | -14/+13 |
| 2020-08-24 | Rollup merge of #75819 - LeSeulArtichaut:core-intra-docs-2, r=jyn514 | Yuki Okushi | -114/+30 |
| 2020-08-23 | Convert str -> prim@str in `std` | Joshua Nelson | -4/+10 |
| 2020-08-23 | Convert from str -> prim@str for `alloc` | Joshua Nelson | -5/+7 |
| 2020-08-23 | Disambiguate char -> prim@char for `core` | Joshua Nelson | -2/+33 |
| 2020-08-24 | Auto merge of #75817 - LeSeulArtichaut:proc_macro-docs, r=jyn514 | bors | -1/+1 |
| 2020-08-24 | add issue number | Dylan DPC | -1/+1 |
| 2020-08-23 | doc: Fix typo in std::process::Child documentation | JR Heard | -1/+1 |
| 2020-08-23 | Use allow(unused_imports) instead of cfg(doc) | Joshua Nelson | -1/+1 |
| 2020-08-24 | Use intra-doc-links in `core::{char, macros, fmt}` | LeSeulArtichaut | -114/+30 |
| 2020-08-23 | Switch to intra-doc links in `core::array` | Camelid | -3/+0 |
| 2020-08-23 | Switch to intra-doc links in `std::collections` | Camelid | -9/+1 |
| 2020-08-23 | Auto merge of #72449 - ecstatic-morse:const-float-bitcast, r=RalfJung | bors | -34/+68 |
| 2020-08-23 | Auto merge of #75028 - MrModder:master, r=steveklabnik | bors | -0/+14 |
| 2020-08-23 | Auto merge of #74238 - RalfJung:offset_from, r=oli-obk | bors | -125/+47 |
| 2020-08-23 | bump stable version | Ralf Jung | -2/+2 |
| 2020-08-23 | remove an unused feature flag | Ralf Jung | -1/+1 |
| 2020-08-23 | Revert changed paragraph about slice definition. | Leon Matthes | -2/+2 |
| 2020-08-23 | Profiler: reenable atomics after #65214 | Mateusz MikuĊa | -1/+1 |
| 2020-08-23 | Auto merge of #75816 - LeSeulArtichaut:core-intra-docs, r=jyn514 | bors | -34/+15 |
| 2020-08-23 | Misleading documentation for derived Ord/PartialOrd implementation for enums ... | Ayush Kumar Mishra | -2/+2 |
| 2020-08-23 | Prefer https link for wikipedia URLs | Lzu Tao | -8/+8 |
| 2020-08-22 | Fix typo in documentation of i32 wrapping_abs() | JR Heard | -1/+1 |
| 2020-08-22 | Add missing links | Camelid | -3/+3 |
| 2020-08-22 | Add missing intra-doc link | Camelid | -0/+2 |
| 2020-08-22 | Switch to intra-doc links in `std::macros` | Camelid | -11/+8 |
| 2020-08-22 | Use intra-doc link in `proc_macro` | LeSeulArtichaut | -1/+1 |
| 2020-08-22 | Use intra-doc-links in `core::{raw, ffi, pin}` | LeSeulArtichaut | -34/+15 |
| 2020-08-22 | Add `#![feature(const_float_classify)]` for `f64::classify` and friends | Dylan MacKenzie | -18/+35 |
| 2020-08-22 | Add `#![feature(const_float_bits_conv)]` for `f64::to_bits` and friends | Dylan MacKenzie | -16/+33 |
| 2020-08-22 | Auto merge of #75171 - amosonn:new_zeroed_slice, r=Amanieu | bors | -30/+139 |