| Age | Commit message (Expand) | Author | Lines |
| 2021-05-09 | PR feedback | Scott McMurray | -1/+2 |
| 2021-05-09 | Fix `Step` feature flag, make tidy lint more useful to find things like this | ltdk | -2/+2 |
| 2021-05-09 | Make unchecked_{add,sub,mul} inherent methods unstably const | ltdk | -12/+19 |
| 2021-05-07 | Rollup merge of #84871 - richkadel:no-coverage-unstable-only, r=nagisa | Dylan DPC | -3/+3 |
| 2021-05-07 | Rollup merge of #84755 - jyn514:core-links, r=kennytm | Dylan DPC | -10/+14 |
| 2021-05-06 | Perf Experiment: Wait, what if I just skip the trait alias | Scott McMurray | -127/+106 |
| 2021-05-06 | Fix rustdoc::private-intra-doc-links errors in the docs | Scott McMurray | -2/+2 |
| 2021-05-06 | Better rustc_on_unimplemented, and UI test fixes | Scott McMurray | -2/+81 |
| 2021-05-06 | Simple library test updates | Scott McMurray | -13/+7 |
| 2021-05-06 | Actually implement the feature in the compiler | Scott McMurray | -5/+98 |
| 2021-05-06 | Bootstrapping preparation for the library | Scott McMurray | -101/+119 |
| 2021-05-06 | Add additional migrations to handle auto-traits and clone traits | Roxane | -0/+1 |
| 2021-05-06 | Rollup merge of #84949 - sdroege:maybe-unint-typo, r=m-ou-se | Dylan DPC | -1/+1 |
| 2021-05-05 | Rollup merge of #84878 - jimblandy:contains-doc-fix, r=joshtriplett | Ralf Jung | -2/+3 |
| 2021-05-05 | Rollup merge of #84843 - wcampbell0x2a:use-else-if-let, r=dtolnay | Ralf Jung | -6/+4 |
| 2021-05-05 | Rollup merge of #83553 - jfrimmel:addr-of, r=m-ou-se | Ralf Jung | -38/+23 |
| 2021-05-05 | Disallows `#![feature(no_coverage)]` on stable and beta | Rich Kadel | -3/+3 |
| 2021-05-05 | Fix typo in `MaybeUninit::array_assume_init` safety comment | Sebastian Dröge | -1/+1 |
| 2021-05-03 | Update `ptr` docs with regards to `ptr::addr_of!` | Julian Frimmel | -38/+23 |
| 2021-05-03 | Clarify documentation for `[T]::contains`. Fixes #84877. | Jim Blandy | -2/+3 |
| 2021-05-03 | use `else if` in std library | wcampbell | -6/+4 |
| 2021-05-03 | Auto merge of #84845 - wcampbell0x2a:clippy-redundant-field-names, r=joshtrip... | bors | -2/+2 |
| 2021-05-02 | [clippy] remove redundant field names | wcampbell | -2/+2 |
| 2021-05-02 | Change 'NULL' to 'null' | Brent Kerby | -26/+26 |
| 2021-05-02 | Auto merge of #84725 - sebpop:arm64-isb, r=joshtriplett | bors | -1/+1 |
| 2021-04-30 | str::is_char_boundary - few comments | Soveu | -1/+13 |
| 2021-04-30 | Allow using `core::` in intra-doc links within core itself | Joshua Nelson | -10/+14 |
| 2021-04-30 | str::is_char_boundary - slight optimization | Soveu | -2/+2 |
| 2021-04-29 | [Arm64] use isb instruction instead of yield in spin loops | Sebastian Pop | -1/+1 |
| 2021-04-29 | Drop alias `reduce` for `fold` - we have a `reduce` function | Josh Triplett | -1/+0 |
| 2021-04-28 | Inline Iterator as IntoIterator. | Camille GILLOT | -0/+1 |
| 2021-04-27 | adds feature gating of `no_coverage` at either crate- or function-level | Rich Kadel | -0/+1 |
| 2021-04-27 | Derived Eq no longer shows uncovered | Rich Kadel | -0/+1 |
| 2021-04-27 | Reorder the parameter descriptions of map_or and map_or_else | Dan Zwell | -9/+9 |
| 2021-04-26 | Auto merge of #84092 - scottmcm:try_trait_initial, r=yaahc,m-ou-se | bors | -5/+407 |
| 2021-04-26 | Rollup merge of #84523 - m-ou-se:stabilize-ordering-helpers, r=m-ou-se | Mara Bos | -12/+12 |
| 2021-04-26 | Rollup merge of #84120 - workingjubilee:stabilize-duration-max, r=m-ou-se | Mara Bos | -3/+7 |
| 2021-04-26 | Auto merge of #83390 - clarfonthey:hasher_docs, r=Amanieu | bors | -0/+27 |
| 2021-04-26 | Auto merge of #84543 - paolobarbolini:reverse_bits-const-since, r=m-ou-se | bors | -2/+2 |
| 2021-04-26 | Document Hasher spec decision from #42951 | ltdk | -0/+27 |
| 2021-04-25 | Update to reflect feedback on the constraints | Jubilee Young | -4/+6 |
| 2021-04-25 | Documentation improvements (hopefully) | Scott McMurray | -14/+32 |
| 2021-04-25 | Auto merge of #84216 - RalfJung:black-box, r=Mark-Simulacrum | bors | -1/+1 |
| 2021-04-25 | Fix 'const-stable since' of reverse_bits | Paolo Barbolini | -2/+2 |
| 2021-04-25 | move core::hint::black_box under its own feature gate | Ralf Jung | -1/+1 |
| 2021-04-25 | Auto merge of #84147 - cuviper:array-method-dispatch, r=nikomatsakis,m-ou-se | bors | -0/+23 |
| 2021-04-24 | Clarify Duration::MAX depends on Instant | Jubilee Young | -2/+4 |
| 2021-04-24 | Auto merge of #84310 - RalfJung:const-fn-feature-flags, r=oli-obk | bors | -1/+2 |
| 2021-04-25 | Rollup merge of #84105 - WaffleLapkin:stabilize_array_from_ref, r=m-ou-se | Yuki Okushi | -2/+2 |
| 2021-04-24 | Stabilize ordering_helpers. | Mara Bos | -12/+12 |