| Age | Commit message (Expand) | Author | Lines |
| 2022-11-26 | Auto merge of #103556 - clubby789:specialize-option-partial-eq, r=scottmcm | bors | -1/+67 |
| 2022-11-25 | PERs are homogeneous | Ralf Jung | -2/+3 |
| 2022-11-25 | Rollup merge of #104873 - RalfJung:therefore, r=Dylan-DPC | Matthias Krüger | -1/+1 |
| 2022-11-25 | change example of array_from_fn to match suggestion | Fabian Hintringer | -3/+3 |
| 2022-11-25 | RefCell::get_mut: fix typo | Ralf Jung | -1/+1 |
| 2022-11-24 | Tune RepeatWith::try_fold and Take::for_each and Vec::extend_trusted | Scott McMurray | -1/+37 |
| 2022-11-24 | Rollup merge of #104774 - vojtechkral:doc-str-empty-split-whitespace, r=thomcc | Matthias Krüger | -0/+12 |
| 2022-11-24 | improve array_from_fn documenation | Fabian Hintringer | -2/+13 |
| 2022-11-24 | Document split{_ascii,}_whitespace() for empty strings | Vojtech Kral | -0/+12 |
| 2022-11-24 | Avoid `GenFuture` shim when compiling async constructs | Arpad Borsos | -8/+20 |
| 2022-11-22 | fix OOB access in SIMD impl of str.contains() | The 8472 | -4/+6 |
| 2022-11-22 | disable strict-provenance-violating doctests in Miri | Ralf Jung | -0/+10 |
| 2022-11-22 | Rollup merge of #102207 - CraftSpider:const-layout, r=scottmcm | Manish Goregaokar | -18/+45 |
| 2022-11-22 | Rollup merge of #95583 - scottmcm:deprecate-ptr-to-from-bits, r=dtolnay | Manish Goregaokar | -0/+20 |
| 2022-11-22 | Rollup merge of #83608 - Kimundi:index_many, r=Mark-Simulacrum | Manish Goregaokar | -0/+139 |
| 2022-11-21 | Rustc_deprecated attribute superseded by deprecated | David Tolnay | -8/+8 |
| 2022-11-21 | Bump ptr_to_from_bits deprecation to Rust 1.67 | David Tolnay | -4/+4 |
| 2022-11-22 | Rollup merge of #103396 - RalfJung:pinning-closure-captures, r=dtolnay | Matthias Krüger | -2/+55 |
| 2022-11-21 | Document all unsafe blocks | Lukas Bergdoll | -1/+20 |
| 2022-11-21 | Remove debug unused | Lukas Bergdoll | -12/+13 |
| 2022-11-21 | Rollup merge of #104420 - TethysSvensson:master, r=JohnTitor | Matthias Krüger | -1/+1 |
| 2022-11-21 | type annotate &str when stack allocating a string | ismailmaj | -1/+1 |
| 2022-11-20 | Rollup merge of #104643 - pnkfelix:examples-for-chunks-remainder, r=scottmcm | Matthias Krüger | -2/+30 |
| 2022-11-20 | Rollup merge of #104634 - RalfJung:core-arch, r=Mark-Simulacrum | Matthias Krüger | -31/+31 |
| 2022-11-20 | Rollup merge of #104632 - RalfJung:core-test-strict-provenance, r=thomcc | Matthias Krüger | -0/+6 |
| 2022-11-20 | Only one feature gate needed | Rune Tynan | -1/+0 |
| 2022-11-20 | Use ? instead of match | Rune Tynan | -4/+2 |
| 2022-11-20 | Fix issue number | Rune Tynan | -1/+1 |
| 2022-11-20 | Add derive_const feature | Rune Tynan | -0/+1 |
| 2022-11-20 | Update with derive_const | Rune Tynan | -13/+15 |
| 2022-11-20 | Add stability for alignment | Rune Tynan | -0/+2 |
| 2022-11-20 | constify remaining layout methods | Rune Tynan | -15/+40 |
| 2022-11-20 | Unify stable and unstable sort implementations in same core module | Lukas Bergdoll | -1/+501 |
| 2022-11-20 | Rollup merge of #104568 - RalfJung:realloc, r=Amanieu | Matthias Krüger | -7/+11 |
| 2022-11-20 | add examples to chunks remainder methods. Also fixed some links to rchunk rem... | Felix S. Klock II | -2/+30 |
| 2022-11-20 | Add get_many_mut methods to slice | Marvin Löbel | -0/+139 |
| 2022-11-20 | enable fuzzy_provenance_casts in libcore+tests | Ralf Jung | -0/+6 |
| 2022-11-20 | Incorporate review feedback | Tethys Svensson | -4/+1 |
| 2022-11-20 | move core::arch into separate file | Ralf Jung | -31/+31 |
| 2022-11-20 | Rollup merge of #104435 - scottmcm:iter-repeat-n, r=thomcc | Yuki Okushi | -0/+201 |
| 2022-11-20 | Rollup merge of #103901 - H4x5:fmt-arguments-as-str-tracking-issue, r=the8472 | Yuki Okushi | -1/+1 |
| 2022-11-19 | Add unstable `type_ascribe` macro | Nilstrieb | -0/+30 |
| 2022-11-19 | Update comment on pointer-to-usize transmute | Lukas | -3/+4 |
| 2022-11-19 | Revert "don't call `align_offset` during const eval, ever" | Lukas Markeffsky | -2/+5 |
| 2022-11-19 | docs cleanup | Lukas Markeffsky | -72/+140 |
| 2022-11-19 | always use `align_offset` in `is_aligned_to` + add assembly test | Lukas Markeffsky | -26/+12 |
| 2022-11-19 | Schrödinger's pointer | Lukas Markeffsky | -0/+84 |
| 2022-11-19 | address more review comments | Lukas Markeffsky | -56/+52 |
| 2022-11-19 | document `is_aligned{,_to}` | Lukas Markeffsky | -8/+268 |
| 2022-11-19 | don't call `align_offset` during const eval, ever | Lukas Markeffsky | -7/+2 |