| Age | Commit message (Expand) | Author | Lines |
| 2022-11-21 | Remove debug unused | Lukas Bergdoll | -12/+13 |
| 2022-11-20 | Unify stable and unstable sort implementations in same core module | Lukas Bergdoll | -310/+540 |
| 2022-11-21 | Auto merge of #103454 - camsteffen:remove-conservatively-uninhabited, r=oli-obk | bors | -163/+99 |
| 2022-11-21 | Auto merge of #102717 - beetrees:repr128-c-style-debuginfo, r=nagisa | bors | -14/+51 |
| 2022-11-20 | Factor out conservative_is_privately_uninhabited | Cameron Steffen | -81/+25 |
| 2022-11-20 | Change to Ty::is_inhabited_from | Cameron Steffen | -81/+73 |
| 2022-11-20 | Fix typo | Cameron Steffen | -1/+1 |
| 2022-11-20 | Auto merge of #104655 - matthiaskrgr:rollup-r5kfffy, r=matthiaskrgr | bors | -88/+310 |
| 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 #104581 - notriddle:notriddle/js-iife-2, r=GuillaumeGomez | Matthias Krüger | -6/+3 |
| 2022-11-20 | Rollup merge of #104504 - compiler-errors:fru-syntax-note, r=estebank | Matthias Krüger | -31/+155 |
| 2022-11-20 | Rollup merge of #104487 - klensy:ntapi, r=Mark-Simulacrum | Matthias Krüger | -6/+6 |
| 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 | Auto merge of #104646 - matthiaskrgr:rollup-7xnhzf0, r=matthiaskrgr | bors | -145/+291 |
| 2022-11-20 | Rollup merge of #104640 - GuillaumeGomez:migrate-kdb-css, r=notriddle | Matthias Krüger | -18/+50 |
| 2022-11-20 | Rollup merge of #104611 - notriddle:notriddle/scrape-examples-button, r=Guill... | Matthias Krüger | -5/+77 |
| 2022-11-20 | Rollup merge of #104568 - RalfJung:realloc, r=Amanieu | Matthias Krüger | -7/+11 |
| 2022-11-20 | Rollup merge of #104564 - RalfJung:either, r=oli-obk | Matthias Krüger | -102/+128 |
| 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 | replace unusual grammar | Tshepang Mbambo | -2/+2 |
| 2022-11-20 | enable fuzzy_provenance_casts in libcore+tests | Ralf Jung | -0/+7 |
| 2022-11-20 | Extend GUI tests to check kbd colors | Guillaume Gomez | -0/+38 |
| 2022-11-20 | Migrate kdb colors to CSS variables | Guillaume Gomez | -18/+12 |
| 2022-11-20 | Auto merge of #104617 - RalfJung:miri, r=RalfJung | bors | -117/+154 |
| 2022-11-20 | cfg(miri) no longer needed in sys/unix/time.rs | Ralf Jung | -2/+2 |
| 2022-11-20 | update lockfile | Ralf Jung | -1/+0 |
| 2022-11-20 | Auto merge of #2683 - RalfJung:align_offset, r=RalfJung | bors | -0/+12 |
| 2022-11-20 | Auto merge of #103390 - compiler-errors:metadata-mod-regions, r=eholk | bors | -6/+24 |
| 2022-11-20 | make align_offset always work on no-provenance pointers | Ralf Jung | -0/+12 |
| 2022-11-20 | Auto merge of #2681 - RalfJung:seed, r=oli-obk | bors | -9/+8 |
| 2022-11-20 | make miri-seed a regular integer, and also set layout-seed in many-seeds | Ralf Jung | -9/+8 |
| 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 | -99/+302 |
| 2022-11-20 | Auto merge of #2680 - RalfJung:rustup, r=RalfJung | bors | -1955/+6815 |
| 2022-11-20 | fix unused warning in a test | Ralf Jung | -1/+1 |
| 2022-11-20 | Merge from rustc | Ralf Jung | -1953/+6813 |
| 2022-11-20 | Preparing for merge from rustc | Ralf Jung | -1/+1 |
| 2022-11-20 | Auto merge of #104629 - JohnTitor:rollup-vp3m98i, r=JohnTitor | bors | -14/+377 |
| 2022-11-20 | Rollup merge of #104626 - reez12g:issue-99144-2, r=jyn514 | Yuki Okushi | -3/+5 |
| 2022-11-20 | Rollup merge of #104608 - Nilstrieb:fixmed, r=compiler-errors | Yuki Okushi | -6/+0 |
| 2022-11-20 | Rollup merge of #104467 - fuzzypixelz:fix/attempt-to-substract-with-overflow,... | Yuki Okushi | -1/+47 |
| 2022-11-20 | Rollup merge of #104435 - scottmcm:iter-repeat-n, r=thomcc | Yuki Okushi | -2/+323 |