| 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-24 | Stabilize Range[Inclusive]::is_empty | Scott McMurray | -12/+2 |
| 2020-08-24 | Auto merge of #75815 - jyn514:ambiguous-primitives, r=guillaumegomez | bors | -2/+33 |
| 2020-08-24 | Auto merge of #75855 - jyn514:no-cfg-doc, r=ollie27 | bors | -1/+2 |
| 2020-08-23 | Don't import atomics unless supported by the platform | Joshua Nelson | -0/+1 |
| 2020-08-24 | Rollup merge of #75851 - camelid:patch-2, r=jyn514 | Yuki Okushi | -3/+0 |
| 2020-08-24 | Rollup merge of #75831 - lzutao:https, r=Dylan-DPC | Yuki Okushi | -1/+1 |
| 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 #75819 - LeSeulArtichaut:core-intra-docs-2, r=jyn514 | Yuki Okushi | -114/+30 |
| 2020-08-23 | Disambiguate char -> prim@char for `core` | Joshua Nelson | -2/+33 |
| 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 | Auto merge of #72449 - ecstatic-morse:const-float-bitcast, r=RalfJung | bors | -34/+68 |
| 2020-08-23 | Auto merge of #74238 - RalfJung:offset_from, r=oli-obk | bors | -123/+46 |
| 2020-08-23 | bump stable version | Ralf Jung | -2/+2 |
| 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 | -1/+1 |
| 2020-08-22 | Fix typo in documentation of i32 wrapping_abs() | JR Heard | -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 #75783 - denisvasilik:intra-doc-links-core-alloc, r=jyn514 | bors | -3/+2 |
| 2020-08-22 | fix dead links to wrapping_offset_from | Ralf Jung | -14/+4 |
| 2020-08-22 | remove feature gate from tests | Ralf Jung | -8/+0 |
| 2020-08-22 | stabilize ptr_offset_from | Ralf Jung | -2/+2 |
| 2020-08-22 | remove deprecated wrapping_offset_from | Ralf Jung | -103/+0 |
| 2020-08-22 | offset_from: also document same-provenance requirement | Ralf Jung | -0/+44 |
| 2020-08-22 | Link to primitive instead of module | Denis Vasilik | -1/+2 |
| 2020-08-22 | Rollup merge of #75787 - LeSeulArtichaut:core-intra-doc, r=jyn514 | Dylan DPC | -47/+18 |
| 2020-08-22 | Rollup merge of #75782 - GuillaumeGomez:more-links, r=jyn514 | Dylan DPC | -57/+57 |
| 2020-08-22 | Rollup merge of #75705 - denisvasilik:intra-doc-links-intrinsics, r=jyn514 | Dylan DPC | -466/+235 |
| 2020-08-22 | Add more links | Guillaume Gomez | -46/+55 |
| 2020-08-21 | Remove links that get imported from the prelude | LeSeulArtichaut | -14/+3 |
| 2020-08-21 | Use intra-doc-links in `core::ops::*` | LeSeulArtichaut | -45/+27 |
| 2020-08-21 | Use intra-doc links | Denis Vasilik | -3/+2 |
| 2020-08-21 | Use intra-doc links | Denis Vasilik | -2/+1 |
| 2020-08-21 | Convert links to intra-doc links format | Guillaume Gomez | -11/+2 |
| 2020-08-21 | Rework imports used solely for docs | Denis Vasilik | -7/+2 |
| 2020-08-21 | Apply auto-formatter | Denis Vasilik | -3/+3 |
| 2020-08-21 | Incorporate suggestions from review | Denis Vasilik | -457/+233 |
| 2020-08-21 | Rollup merge of #75727 - camelid:intra-doc-links-for-core-result, r=jyn514 | Yuki Okushi | -69/+16 |
| 2020-08-20 | Auto merge of #73565 - matthewjasper:core-min-spec, r=nagisa | bors | -200/+390 |
| 2020-08-20 | Fix intra-doc links
| Camelid | -2/+2 |
| 2020-08-19 | Revert to old link since intra-doc link is broken | Camelid | -1/+1 |
| 2020-08-19 | Auto merge of #75563 - richkadel:llvm-coverage-map-gen-5.4, r=wesleywiser | bors | -64/+0 |
| 2020-08-19 | Switch to intra-doc links in `core::result` | Camelid | -68/+15 |