| Age | Commit message (Expand) | Author | Lines |
| 2022-11-22 | Rollup merge of #101655 - dns2utf8:box_docs, r=dtolnay | Manish Goregaokar | -1/+1 |
| 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/+201 |
| 2022-11-21 | Touch up Box<T> one-liner | David Tolnay | -2/+2 |
| 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 #104692 - chbaker0:libtest-cfg-if, r=thomcc | Matthias Krüger | -1/+1 |
| 2022-11-22 | Rollup merge of #103396 - RalfJung:pinning-closure-captures, r=dtolnay | Matthias Krüger | -2/+55 |
| 2022-11-21 | Update test's cfg-if dependency to 1.0 | Collin Baker | -1/+1 |
| 2022-11-21 | dont attempt strict provenance in SGX | Ralf Jung | -0/+1 |
| 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-21 | reflow the stack size story | Tshepang Mbambo | -2/+4 |
| 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 #104641 - tshepang:grammar, r=Mark-Simulacrum | Matthias Krüger | -2/+2 |
| 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 | -1/+8 |
| 2022-11-20 | Rollup merge of #104461 - mati865:gnullvm-aarch64-fixup, r=Mark-Simulacrum | Matthias Krüger | -1/+1 |
| 2022-11-20 | Rollup merge of #101310 - zachs18:rc_get_unchecked_mut_docs_soundness, r=Mark... | Matthias Krüger | -8/+74 |
| 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 | -310/+540 |
| 2022-11-20 | enable fuzzy_provenance_casts lint in libstd | Ralf Jung | -4/+7 |
| 2022-11-20 | enable fuzzy_provenance_casts lint in liballoc | Ralf Jung | -6/+11 |
| 2022-11-20 | Rollup merge of #104568 - RalfJung:realloc, r=Amanieu | Matthias Krüger | -7/+11 |
| 2022-11-20 | Rollup merge of #104558 - thomcc:unalign-diriter, r=ChrisDenton | Matthias Krüger | -10/+23 |
| 2022-11-20 | Rollup merge of #104537 - HintringerFabian:docs_default_min_stack_size, r=the... | Matthias Krüger | -3/+2 |
| 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/+201 |
| 2022-11-20 | replace unusual grammar | Tshepang Mbambo | -2/+2 |
| 2022-11-20 | enable fuzzy_provenance_casts in libcore+tests | Ralf Jung | -0/+7 |
| 2022-11-20 | Update VecDeque implementation | Markus Everling | -1236/+767 |
| 2022-11-20 | Auto merge of #104617 - RalfJung:miri, r=RalfJung | bors | -2/+2 |
| 2022-11-20 | Incorporate review feedback | Tethys Svensson | -4/+1 |
| 2022-11-20 | cfg(miri) no longer needed in sys/unix/time.rs | Ralf Jung | -2/+2 |
| 2022-11-20 | move core::arch into separate file | Ralf Jung | -31/+31 |
| 2022-11-20 | Improve documentation of Stack size | Fabian Hintringer | -3/+2 |
| 2022-11-20 | avoid non-strict-provenance casts in libcore tests | Ralf Jung | -1/+1 |
| 2022-11-20 | Auto merge of #98914 - fee1-dead-contrib:min-deref-patterns, r=compiler-errors | bors | -1/+1 |
| 2022-11-20 | Rollup merge of #104435 - scottmcm:iter-repeat-n, r=thomcc | Yuki Okushi | -2/+267 |
| 2022-11-20 | Rollup merge of #104112 - yancyribbens:add-copy-to-repeat-description, r=John... | Yuki Okushi | -1/+1 |
| 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/+38 |